/**
 * Theme Name:     Astra Child
 * Author:         Brainstorm Force
 * Template:       astra
 * Text Domain:	   astra-child
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

 .product-page-wrapper {
    max-width: 1410px;
    margin: 0 auto;
}

.product-page-cols {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    font-family: 'Violet Sans',sans-serif;
}

.product-page-left {
    width: 48.5%;
}

.product-page-right {
    width: 48.5%;
    border: 1px solid #000;
    border-radius: 10px;
}

.product-page-right .product_title {
    padding: 12px 20px;
    font-size: 30px;
    letter-spacing: -0.614px;
    font-weight: normal;
    margin: 0;
}

.product-page-price {
    border: 1px solid #000;
    border-left: none;
    border-right: none;
    padding: 11px 20px;
    font-size: 23px;
}

.product-page-desc {
    padding: 24px 20px;
    font-size: 24px;
    line-height: 1.2;
}

.product-page-accordion {border-top: 1px solid #000;display: flex;align-items: flex-start;}

.product-page-accordion-hd {
    font-size: 14px;
    padding: 12px 20px;
    width: 35%;
    cursor: pointer;
    padding-right: 5px;
}

.product-page-accordion-hd > span:first-child {
    width: 14px;
    transform: rotate(-90deg);
    display: inline-block;
    line-height: 1;
    transition: transform 0.2s;
}

.open .product-page-accordion-hd > span:first-child {
    transform: rotate(0);
}

.product-page-accordion-hd > span:first-child + span {
    margin-left: 12px;
}

.product-page-accordion-content {
    width: 65%;
    display: none;
}

.product-page-detail-item {
    display: flex;
    border-bottom: 1px solid #000;
}

.product-page-detail-item:last-child {
    border: none;
}

.product-detail-item-icon {
    width: 50px;
    text-align: center;
    padding: 12px;
    border-left: 1px solid #000;
    border-right: 1px solid #000;
}

.product-detail-item-info {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 18px;
}

.product-page-accordion-content p {
    margin: 20px 0 !important;
    max-width: 418px;
    font-size: 14px;
    line-height: 1.4;
}

table.variations {
    margin: 0;
    border: none;
    width: 50%;
}

table.variations tr, table.variations td, table.variations th {
    border: none;
}

table.variations,table.variations tbody, table.variations tr {
    display: block;
}

table.variations tr {
    display: flex;
    border-top: 1px solid #000;
    justify-content: space-between;
    border-right: 1px solid #000;
}

.variations span.woo-selected-variation-item-name {
    display: none !important;
}

.variations th.label {
    font-weight: normal;
    font-size: 19px;
    text-transform: uppercase;
    line-height: 1;
}

.variations th.label label {
    margin: 0 !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0;
    border-radius: 50%;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: none !important;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents {
    border-radius: 50%;
    overflow: hidden;
}

.woo-variation-swatches .variable-items-wrapper .variable-item .variable-item-contents:before {
    display: none !important;
}

.woo-variation-swatches .variable-items-wrapper {
    gap: 16px;
}

.variations a.reset_variations {
    display: none;
}

.woo-variation-swatches.wvs-show-label .variations td {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.product-atc-wrapper .cart .button,
.single_variation_wrap button.single_add_to_cart_button.button {
    width: 100%;
    border-radius: 10px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    color: #FF5100;
    background: none;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: normal;
    transition: background 0.2s, color 0.2s;
    height: 51px;
}

.product-atc-wrapper .cart .button:hover,
.single_variation_wrap button.single_add_to_cart_button.button:hover {
    background: #FF5100;
    color: #000;
}

.product-atc-wrapper > .cart,
.single_variation_wrap {
    border-top: 1px solid #000;
    position: relative;
}

.product-atc-wrapper > .cart > .quantity,
.variations .quantity {
    position: absolute;
    right: 0;
}

.product-atc-wrapper > .cart > .quantity,
.product-page-cols .single_variation_wrap .quantity {
    position: absolute;
    right: 0;
    top: 0;
    margin-top: -49px;
    height: 48px;
    width: 50%;
    border-top: 1px solid #000;
    justify-content: space-between;
}

.product-atc-wrapper > .cart > .quantity input.qty,
.product-page-cols .single_variation_wrap .quantity input.qty {
    border: none;
}

.product-atc-wrapper > .cart > .quantity a,
.product-page-cols .single_variation_wrap .quantity a {
    border: none;
    color: #000;
    font-size: 20px;
}

.product-atc-wrapper > .cart > .quantity input,
.product-page-cols .single_variation_wrap .quantity input {
    height: 100%;
    font-size: 19px;
    color: #000;
}

.product-main-image-video video {
    width: 100%;
    height: auto;
    display: block;
}

.product-main-image-video img,
.product-main-image-video video {
    border-radius: 10px;
    display: block;
}

.product-main-image-video {
    position: relative;
    border: 1px solid #000;
    border-radius: 10px;
}

.product-main-image-video a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.product-page-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.product-page-gallery-item {
    width: 50%;
    width: calc(50% - 5px);
}

.product-page-gallery-item {
    border: 1px solid #000;
    border-radius: 10px;
    position: relative;
    margin-bottom: 10px;
}

.product-page-gallery-item img,.product-page-gallery-item video {
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-page-gallery-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

form.woocommerce-cart-form tbody td:first-child {
    width: 58.37%;
}

.custom-cart-wrapper:not(#priority) {
    margin: 15px 0;
    font-family: 'Violet Sans',sans-serif;
    border-radius: 10px;
    border-color: #000;
}

.custom-cart-wrapper table.shop_table.custom-cart-table tr th {
    border-bottom: 1px solid #000;
    font-weight: normal;
    font-size: 20px;
    line-height: 1.2;
    padding: 16px 30px;
}

.custom-cart-wrapper table.shop_table.custom-cart-table tr th:not(:last-child) {
    border-right: 1px solid #000;
    width: 20.815%;
}

.custom-cart-wrapper form.woocommerce-cart-form tbody td {
    padding: 0;
}

.elementor-widget-woocommerce-cart .woocommerce table.shop_table {
    margin: 0;
}

.cart-product img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 150px;
    object-fit: cover;
    width: 100%;
    border-radius: 0;
    border: none;
}

.custom-cart-wrapper .product-image {
    width: 120px;
    margin-right: 15px;
}

.product-title a {
    color: #000;
}

.custom-cart-table .product-title a:not(#priority) {
    color: #000;
    font-weight: normal;
    font-size: 26px;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.woocommerce-cart-form dl.variation {
    display: flex;
    font-size: 20px;
    color: #000;
}

.woocommerce-cart-form dl.variation dt,.woocommerce-cart-form dl.variation dd {
    margin: 0;
}

.woocommerce-cart-form dl.variation dt {
    display: none;
}

.woocommerce-cart-form .product-info .product-price {
    font-size: 20px;
}

.custom-cart-wrapper table.shop_table.custom-cart-table tr td:not(:first-child) {
    width: 20.815%;
    text-align: left;
}

.custom-cart-wrapper td.product-subtotal:not(#priority) {
    padding-left: 34px;
    font-size: 26px;
}

.custom-cart-wrapper .qty-wrap .quantity {
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #000;
    height: 74px;
}

#content .custom-cart-wrapper .qty-wrap .quantity a {
    border: none;
    color: #000;
    font-size: 24px;
}

.custom-cart-wrapper .qty-wrap .quantity input:not(#priority) {
    width: 100%;
    min-height: 75px;
    text-align: center;
    border: none;
    color: #000;
    font-size: 19px;
    padding: 0;
}

.custom-cart-wrapper .qty-wrap .quantity ~ .remove-item:not(#priority) {
    width: 100%;
    text-align: center;
    color: #AEAEAE;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 75px;
}

#content .custom-cart-wrapper td.product-quantity {
    border-right: 1px solid #000;
}

.custom-cart-wrapper .qty-wrap {
    gap: 0;
}

.custom-cart-wrapper table.shop_table.custom-cart-table tr th:first-child {
    width: 58.37%;
}

.custom-cart-wrapper .cart-product {
    border-right: 1px solid #000;
}

.custom-cart-wrapper .qty-wrap .quantity ~ .remove-item:not(#priority):hover {
    color: #000;
}

#content .custom-cart-footer {
    padding: 0;
    display: block;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
}

.custom-cart-footer .cart-summary {
    width: 41.63%;
    width: calc(41.63% + 1px);
    margin-left: auto;
    border-left: 1px solid #000;
}

.custom-cart-footer .subtotal-line {
    border-bottom: 1px solid #000;
    font-weight: normal;
}

.custom-cart-footer .subtotal-line > span {
    width: 50%;
    padding-left: 34px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
}

.custom-cart-footer .subtotal-line > span:first-child {
    border-right: 1px solid #000;
}

.custom-cart-footer .subtotal-line > span:last-child {
    border-right: 1px solid #000;
    font-size: 26px;
}

#content ul.cart-notes {
    padding: 20px 25px;
    font-size: 12px;
    color: #000;
    border-bottom: 1px solid #000;
}

.checkout-btn {
    width: 41.63%;
    width: calc(41.63% + 1px);
    margin-left: auto;
    border-left: 1px solid #000;
}

#content .checkout-btn .button.checkout {
    width: 100%;
    text-align: center;
    border-radius: 0;
    border-bottom-right-radius: 10px;
    color: #FF5100;
    background: transparent;
    padding: 24px;
    font-weight: normal;
}

#content .checkout-btn .button.checkout:hover {
    background: #ff5100;
    color: #000;
}

.woocommerce-checkout .site-content .ast-container {
    max-width: 1450px;
}

.woocommerce-checkout .entry-content[data-ast-blocks-layout] > * {
    width: 100%;
    max-width: 100%;
}

.woocommerce-checkout header.entry-header .entry-title {
    border-radius: 10px;
    border: 1px solid #000;
    background: #30C2F3;
    font-weight: normal;
    font-size: 37px;
    padding: 35px 30px;
    line-height: 1;
    margin: 0 !important;
}

.woocommerce-checkout header.entry-header.ast-no-thumbnail {
    margin: 0;
}

.wc-block-checkout__actions_row > a {
    display: none;
}

#content .wc-block-checkout__actions_row > .wc-block-components-button {
    width: 100%;
    border-radius: 10px;
    border: 1px solid #000;
    background: #F5F5EB;
    color: #FF5100;
    text-transform: uppercase;
    font-size: 19px;
    transition: background 0.2s, color 0.2s;
}

#content .wc-block-checkout__actions_row > .wc-block-components-button:hover {
    background: #FF5100;
    color: #000;
}

.woocommerce-checkout .wc-block-components-title.wc-block-components-title {
    color: #000;
    font-weight: normal;
    font-size: 24px;
}

.woocommerce-checkout p.wc-block-components-checkout-step__description {
    font-size: 14px;
    color: #000;
}

#content p.wc-block-components-checkout-order-summary__title-text {
    display: none;
}

#content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title {
    margin: 0;
}

.wc-block-components-order-summary-item__description > span,.wc-block-components-order-summary-item__description > div {
    display: none !important;
}

#content .wc-block-components-order-summary-item__description {
    display: flex;
    align-items: center;
}

#content .wc-block-components-order-summary-item {
    align-items: center;
}

.wc-block-components-checkout-order-summary__content {
    font-family: 'Violet Sans',sans-serif;
}

#content .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-formatted-money-amount {
    font-weight: normal;
}

#content .wc-block-components-totals-wrapper {
    border-top-color: #000;
}

#content .wp-block-woocommerce-checkout-order-summary-block {
    border-color: #000;
}

#content .wp-block-woocommerce-checkout-order-summary-totals-block {
    border-color: #000;
}

#content .wc-block-components-order-summary.is-large {
    padding-left: 12px;
    padding-right: 12px;
}

#content .wc-block-components-order-summary .wc-block-components-order-summary-item__image>img {
    height: 99px;
    object-fit: cover;
    width: 90px;
    max-width: 90px;
}

#content .wc-block-components-order-summary .wc-block-components-order-summary-item__image {
    width: 90px;
}

#content .wc-block-components-order-summary .wc-block-components-order-summary-item__quantity {
    background: #FF5100;
    color: #000;
    border: none;
    box-shadow: none;
}

#content .wc-blocks-components-select .wc-blocks-components-select__container,
#content .wc-block-components-form .wc-block-components-text-input input[type=email],
#content .wc-block-components-form .wc-block-components-text-input input[type=number],
#content .wc-block-components-form .wc-block-components-text-input input[type=password],
#content .wc-block-components-form .wc-block-components-text-input input[type=tel],
#content .wc-block-components-form .wc-block-components-text-input input[type=text],
#content .wc-block-components-form .wc-block-components-text-input input[type=url],
#content .wc-block-components-text-input input[type=email],
#content .wc-block-components-text-input input[type=number],
#content .wc-block-components-text-input input[type=password],
#content .wc-block-components-text-input input[type=tel],
#content .wc-block-components-text-input input[type=text],
#content .wc-block-components-text-input input[type=url],
.woocommerce-checkout {
    background-color: #F5F5EB;
}


.product-atc-wrapper > .cart:not(.variations_form) > .quantity {
    position: static;
    margin: 0;
    width: 100%;
    border-top: none;
    border-bottom: 1px solid #000;
}

table.shop_table.custom-cart-table tr:not(:first-child) td {
    border-top: 1px solid #000;
}

body.woocommerce-cart {
    background: #F5F5EB;
}

.custom-cart-footer .subtotal-line > span:last-child {
    border-right: none;
}

@media all and (max-width: 992px) {
    .custom-cart-table .product-title a:not(#priority) {
        font-size: 20px;
    }

    .custom-cart-wrapper .product-image {
        width: 100px;
        margin-right: 0;
    }

    .custom-cart-wrapper table.shop_table.custom-cart-table tr th {
        font-size: 16px;
        padding: 10px 15px;
    }

    .woocommerce-cart-form dl.variation {
        font-size: 16px;
    }

    .custom-cart-wrapper td.product-subtotal:not(#priority) {
        font-size: 16px;
        padding-left: 10px;
    }

    .woocommerce-cart-form .product-info .product-price {
        font-size: 16px;
    }

    .custom-cart-footer .subtotal-line > span {
        padding-left: 15px;
        font-size: 16px;
    }

    .custom-cart-footer .subtotal-line > span:last-child {
        font-size: 16px;
        border: none;
    }

    .custom-cart-wrapper .qty-wrap .quantity input:not(#priority) {
        text-align: center;
        margin: 0;
    }

    .custom-cart-wrapper .qty-wrap .quantity label {
        display: none;
    }

    #content .custom-cart-wrapper .qty-wrap .quantity a {
        font-size: 18px;
        margin: 0;
    }

    .woocommerce-js .quantity .minus {
        margin: 0;
    }

    .custom-cart-footer .cart-summary {
        width: 100%;
        border-left: none;
    }

    .checkout-btn {
        width: 100%;
        border-left: none;
    }

    .custom-cart-footer .subtotal-line > span:first-child {
        width: 70%;
    }
}

@media all and (max-width: 767px) {

    table.shop_table.custom-cart-table thead {
        display: none;
    }

    table.shop_table.custom-cart-table,table.shop_table.custom-cart-table tbody {
        display: block;
    }

    table.shop_table.custom-cart-table tr {
        display: flex;
        flex-wrap: wrap;
    }

    table.shop_table.custom-cart-table tr td.product-info {
        width: 100%;
        border-bottom: 1px solid #000;
    }

    #content .custom-cart-wrapper .cart-product {
        flex-direction: row;
        align-items: center;
        border: none;
    }

    table.shop_table.custom-cart-table tr td.product-quantity,table.shop_table.custom-cart-table tr td.product-subtotal {
        min-width: 50%;
    }

    table.shop_table.custom-cart-table tr td.product-subtotal {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    table.shop_table.custom-cart-table tr:not(:first-child) td.product-info {
        border-bottom: none;
    }

    .custom-cart-footer .subtotal-line > span:first-child {
        width: 50%;
    }

    #content ul.cart-notes {
        padding: 15px;
    }

    .woocommerce-checkout header.entry-header .entry-title {
        padding: 15px;
        font-size: 20px;
    }
}