/**************************************************
 *
 *  WOOCOMMERCE GENERAL STYLING
 *
 **************************************************/

 :root {
    --woocommerce-error: #E30613;
    --woocommerce-success: #29B561;
    --woocommerce-warning: #F1A400;
    --woocommerce--in-stock: var(--woocommerce-success);
    --woocommerce--available-on-backorder: var(--woocommerce-warning);
    --woocommerce-out-off-stock: var(--woocommerce-error);
    --woocommerce-border-radius: var(--element-radius, 4px);
    --checkbox-size: 20px;
}


/***** GENERAL STYLES FOR MULTIPLE PAGES *****/

.woocommerce-Price-amount {
    white-space: nowrap;
}

.woocommerce.woocommerce-page .onsale {
    background: var(--color-content-primary);
}


/***** WOOCOMMERCE MESSAGES STYLES *****/

.woocommerce-NoticeGroup {
    width: 100%;
}

.woocommerce .woocommerce-notice:empty {
    display: none;
}

.woocommerce .woocommerce-notices-wrapper:not(:empty) {
    margin-bottom: 40px;
}

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce :not(.w-wc-notices)>.woocommerce-message,
.woocommerce :not(.w-wc-notices)>.woocommerce-error,
.woocommerce :not(.w-wc-notices)>.woocommerce-info {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    align-items: center;
    border-radius: var(--woocommerce-border-radius);
    padding: 20px;
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 20px;
}

.woocommerce .woocommerce-message:last-child,
.woocommerce .woocommerce-error:last-child,
.woocommerce .woocommerce-info:last-child,
.woocommerce :not(.w-wc-notices)>.woocommerce-message:last-child,
.woocommerce :not(.w-wc-notices)>.woocommerce-error:last-child,
.woocommerce :not(.w-wc-notices)>.woocommerce-info:last-child {
    margin-bottom: 0;
}

.state_mobiles .woocommerce .woocommerce-message,
.state_mobiles .woocommerce .woocommerce-error,
.state_mobiles .woocommerce .woocommerce-info,
.state_mobiles .woocommerce :not(.w-wc-notices)>.woocommerce-message,
.state_mobiles .woocommerce :not(.w-wc-notices)>.woocommerce-error,
.state_mobiles .woocommerce :not(.w-wc-notices)>.woocommerce-info {
    padding: 15px;
}

.woocommerce .woocommerce-message a:not(.button),
.woocommerce .woocommerce-error a:not(.button),
.woocommerce .woocommerce-info a:not(.button),
.woocommerce :not(.w-wc-notices)>.woocommerce-message a:not(.button),
.woocommerce :not(.w-wc-notices)>.woocommerce-error a:not(.button),
.woocommerce :not(.w-wc-notices)>.woocommerce-info a:not(.button) {
    text-decoration: underline;
}

.woocommerce .woocommerce-message a:not(.button),
.woocommerce :not(.w-wc-notices)>.woocommerce-message a:not(.button),
.woocommerce .woocommerce-info a:not(.button),
.woocommerce :not(.w-wc-notices)>.woocommerce-info a:not(.button) {
    color: var(--color-content-heading);
}

.no-touch .woocommerce .woocommerce-message a:not(.button):hover,
.no-touch .woocommerce .woocommerce-error a:not(.button):hover,
.no-touch .woocommerce .woocommerce-info a:not(.button):hover,
.no-touch .woocommerce :not(.w-wc-notices)>.woocommerce-message a:not(.button):hover,
.no-touch .woocommerce :not(.w-wc-notices)>.woocommerce-error a:not(.button):hover,
.no-touch .woocommerce :not(.w-wc-notices)>.woocommerce-info a:not(.button):hover {
    text-decoration: none;
    color: var(--color-content-primary);
}

.woocommerce :not(.w-wc-notices)>.woocommerce-error a:not(.button),
.no-touch .woocommerce :not(.w-wc-notices)>.woocommerce-error a:not(.button):hover {
    color: var(--color-alt-content-heading);
}

.woocommerce :not(.w-wc-notices)>.woocommerce-message,
.woocommerce .woocommerce-message {
    color: var(--color-content-text);
    background: var(--color-content-bg-alt);
}

.woocommerce :not(.w-wc-notices)>.woocommerce-error,
.woocommerce .woocommerce-error {
    color: var(--color-alt-content-heading);
    background: var(--woocommerce-error);
}

.woocommerce :not(.w-wc-notices)>.woocommerce-info,
.woocommerce .woocommerce-info {
    color: var(--color-content-text);
    background: var(--color-content-bg-alt);
}

.woocommerce .woocommerce-message strong,
.woocommerce .woocommerce-error strong,
.woocommerce .woocommerce-info strong {
    color: inherit;
}


/**************************************************
 *
 *  PRODUCT DETAIL STYLING
 *
 **************************************************/

.single-product #shop.l-section.height_medium {
    padding-top: 30px;
}

.single-product #shop>.l-section-h {
    max-width: initial;
}

.single-product #shop .woocommerce-notices-wrapper,
.single-product #shop section.related.products,
.single-product #shop .wc-custom_product_wrapper,
.single-product #shop .wc-custom_product_info_wrapper>.section-inner {
    max-width: var(--site-content-width);
    margin-left: auto;
    margin-right: auto;
}

.single-product #shop .wc-custom_product_info_wrapper {
    position: relative;
}

.single-product #shop .wc-custom_product_info_wrapper>.bg_overlay {
    background: var(--color-content-bg-alt);
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
}

.single-product #shop .wc-custom_product_info_wrapper>.bg_overlay+.section-inner {
    position: relative;
    z-index: 4;
}


/* desktop and laptops */

.single-product #shop .wc-custom_product_info_wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
}

.single-product #shop .wc-custom_product_info_wrapper>.bg_overlay {
    left: calc(-1 * var(--page-layout-container-desktop-padding)) !important;
    right: calc(-1 * var(--page-layout-container-desktop-padding)) !important;
}


/* tablets */

.state_tablets.single-product #shop .wc-custom_product_info_wrapper {
    padding-top: 75px;
    padding-bottom: 75px;
}

.state_tablets.single-product #shop .wc-custom_product_info_wrapper>.bg_overlay {
    left: calc(-1 * var(--page-layout-container-tablet-padding)) !important;
    right: calc(-1 * var(--page-layout-container-tablet-padding)) !important;
}


/* mobiles */

.state_mobiles.single-product #shop .wc-custom_product_info_wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
}

.state_mobiles.single-product #shop .wc-custom_product_info_wrapper>.bg_overlay {
    left: calc(-1 * var(--page-layout-container-mobile-padding)) !important;
    right: calc(-1 * var(--page-layout-container-mobile-padding)) !important;
}


/***** General Settings *****/


/**** Page Layout ****/


/* Custom Product Wrapper & Custom Product Img Wrapper  & Custom Product Img Wrapper Inner - added in wc-layouts.php */

.single-product.woocommerce .wc-custom_product_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

.single-product.woocommerce .wc-custom_product_wrapper:not(:last-child) {
    padding-bottom: 100px;
}

.state_mobiles.single-product.woocommerce .wc-custom_product_wrapper:not(:last-child) {
    padding-bottom: 50px;
}

.single-product.woocommerce .wc-custom_product_wrapper>* {
    padding: 15px;
}

.state_mobiles.single-product.woocommerce .wc-custom_product_wrapper>* {
    padding-left: 0;
    padding-right: 0;
}

.single-product.woocommerce .product .wc-custom_product_wrapper .images {
    float: none !important;
    margin: 0 !important;
}

.single-product.woocommerce .product .wc-custom_product_wrapper .summary {
    float: none !important;
    margin-bottom: 0 !important;
}

.single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper {
    position: relative;
    max-width: 600px;
}

.single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper,
.single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper__inner,
.single-product.woocommerce .product .wc-custom_product_wrapper .images {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper {
        padding-bottom: 40px;
    }
}

.single-product.woocommerce .product .summary {
    width: 100%;
}

@media only screen and (min-width: 800px) {
    .single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper {
        width: calc((5 / 12) * 100%);
    }
    .single-product.woocommerce .product .summary {
        width: calc((7 / 12) * 100%);
        margin-right: 0;
    }
    .single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper {
        width: calc((5 / 12) * 100%);
    }
}

@media only screen and (min-width: 1400px) {
    .single-product.woocommerce .product .summary {
        width: calc((6 / 12) * 100%);
        margin-right: calc((1 / 12) * 100%);
    }
}


/**** Gallery ****/

.single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper .woocommerce-product-gallery li img.flex-active {
    border: none;
}

@media only screen and (min-width: 1024px) {
    .single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper .woocommerce-product-gallery ol {
        margin: 10px -10px -10px;
    }
    .single-product.woocommerce .product .wc-custom_product_wrapper .wc-custom_product_img_wrapper .woocommerce-product-gallery ol>li {
        padding: 10px;
    }
}


/**** Simple / Variable Product ****/


/*** Breadcrumbs - edited in wc-layouts.php */


/* .single-product .woocommerce-breadcrumb {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 2;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
}

.single-product .woocommerce-breadcrumb a {
    color: var(--color-content-primary);
    font-weight: 400;
    text-decoration: underline;
}

.single-product .woocommerce-breadcrumb a:hover {
    text-decoration: none;
}

.single-product .woocommerce-breadcrumb i {
    color: var(--color-content-text);
    font-size: 12px;
    font-weight: 400;
    margin: 0 6px;
} */


/**** Product Image */


/* Disable opening full image - also disabled theme support for gallery functionality in wc-layouts.php */

.woocommerce #shop .product .woocommerce-product-gallery .woocommerce-product-gallery__image>a {
    pointer-events: none !important;
}


/** wc-custom_badges_wrapper - added in wc-layouts.php */

.woocommerce .product .wc-custom_badges_wrapper {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}

.state_mobiles.woocommerce .product .wc-custom_badges_wrapper {
    top: 20px;
    left: 0;
}

.woocommerce .product .wc-custom_badges_wrapper .innerGrid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
}


/** On sale Badge **/

.woocommerce .product .wc-custom_badges_wrapper .innerGrid .onsale,
.woocommerce .product .wc-custom_badges_wrapper .innerGrid .badge {
    position: static;
    z-index: 1;
    padding: 4px 8px;
    border-radius: var(--woocommerce-border-radius);
    color: #FFFFFF;
    background: var(--woocommerce-success);
    text-transform: initial;
    font-size: 13px;
    line-height: 1.3;
    font-weight: var(--bold-font-weight);
}


/** change order and style of badges */

.woocommerce .product .wc-custom_badges_wrapper .innerGrid .onsale {
    background: var(--color-content-primary);
    order: 0;
}

.woocommerce .product .wc-custom_badges_wrapper .innerGrid .badge {
    order: -1;
}

.woocommerce .product .wc-custom_badges_wrapper .innerGrid .badge.instore {
    background: var(--woocommerce-warning);
    order: 1;
}


/* wc-custom_product_tags - added in wc-layouts.php */

.wc-custom_product_tags {
    margin-bottom: 5px;
}

.wc-custom_product_tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.wc-custom_product_tags a {
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    text-transform: uppercase;
    color: var(--color-content-heading);
}


/* Product title  */

.single-product #shop .summary .product_title {
    font-size: 36px;
}

.state_mobiles.single-product #shop .summary .product_title {
    font-size: 24px;
}

.single-product #shop .summary .product_title:not(:last-child) {
    margin-bottom: 20px;
}


/* Reviews Stars - TODO:  */


/* Short description */

.single-product #shop .summary .woocommerce-product-details__short-description {
    margin-bottom: 30px;
}

.single-product #shop .summary .woocommerce-product-details__short-description a {
    text-decoration: underline;
}

.no-touch .single-product #shop .summary .woocommerce-product-details__short-description a:hover {
    text-decoration: none;
}


/* wc-custom_meta - added in wc-layouts.php */

.woocommerce .wc-custom_meta:empty {
    display: none;
}

.woocommerce .wc-custom_meta {
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
    list-style: none;
    gap: 10px;
    margin-bottom: 30px;
}

.woocommerce .wc-custom_meta>.product_meta {
    font-size: 16px;
    line-height: 1.5;
    margin: 0;
}

.woocommerce .product_meta>span:not(.product-meta-label) {
    padding-right: 0 !important;
}

.woocommerce .wc-custom_meta .product-meta-label {
    color: var(--color-content-heading);
    text-transform: uppercase;
    font-weight: var(--bold-font-weight);
    padding-right: 5px;
}


/* Price */

.single-product #shop .product .price {
    margin-bottom: 32px;
}

.single-product #shop .product:not(.product-type-variable) .price,
.single-product #shop .single_variation_wrap .price {
    display: flex;
    align-items: baseline;
    flex-direction: row-reverse;
    justify-content: flex-end;
}


/* prefix added in wc-layouts.php */

.single-product #shop .single_variation_wrap .price>.prefix {
    display: none;
}

.single-product #shop .product:not(.product-type-variable) .price del,
.single-product #shop .single_variation_wrap .price del {
    order: 1;
}

.single-product #shop .product:not(.product-type-variable) .price ins,
.single-product #shop .product:not(.product-type-variable) .price span,
.single-product #shop .single_variation_wrap .price ins,
.single-product #shop .single_variation_wrap .price span {
    order: 3;
}

.single-product #shop .product:not(.product-type-variable) .price small,
.single-product #shop .single_variation_wrap .price small {
    order: 2;
}


/* regular price */

.single-product #shop .price,
.single-product #shop .price ins {
    font-size: 28px;
    font-family: var(--font-h1);
    line-height: 1.2;
    font-weight: var(--heading-font-weight);
}

.single-product #shop .price ins {
    color: var(--color-content-primary);
}


/* sale price */

.single-product #shop .price del {
    color: var(--color-content-text);
    font-size: 16px;
    line-height: 1.2;
    margin-left: 10px;
    opacity: 1;
}


/* price suffix - when taxes are enabled */

.single-product #shop .price small {
    color: var(--color-content-text);
    font-size: 24px;
    line-height: 1.2;
    font-weight: 400;
    margin-left: 5px;
}

.single-product #shop .price del .woocommerce-price-suffix {
    display: none !important;
}


/* Add to cart form */

.single-product #shop .cart {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 0;
    flex-shrink: 0;
}


/* .single-product #shop .cart button {
    display: block;
    width: 100%;
} */

@media only screen and (min-width: 480px) {
    .single-product #shop .cart button {
        display: inline-block;
        width: auto;
    }
    .single-product #shop .cart button::before {
        position: static;
        content: '\f290';
        font-family: var(--fa-font-family);
        font-size: inherit;
        font-weight: 400;
        line-height: inherit;
        color: inherit;
        margin-right: 10px;
        display: inline-block;
    }
}


/* Stock status */


/* hide original stock status  */


/* .wc-custom_simple_product_price_wrapper .stock {
    display: none;
} */

.single-product #shop .stock {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 1;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-text);
}

.single-product #shop .stock::before {
    font-family: "fontawesome";
    font-size: 18px;
    font-weight: var(--fa-font-weight);
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
}

.single-product #shop .stock.out-of-stock {
    color: var(--woocommerce-out-off-stock);
}


/* .single-product #shop .stock.out-of-stock::before {
    content: "\f057";
    color: var(--woocommerce-out-off-stock);
} */

.single-product #shop .stock.in-stock {
    color: var(--woocommerce--in-stock);
}


/* .single-product #shop .stock.in-stock::before {
    content: "\f058";
    color: var(--woocommerce--in-stock);
} */

.single-product #shop .stock.available-on-backorder {
    color: var(--woocommerce-warning);
}


/* .single-product #shop .stock.available-on-backorder::before {
    content: "\f49e";
    color: var(--woocommerce-warning);
} */


/* instore_msg - added in layouts.php */

.instore_msg {
    margin-top: 5px;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--default-font-weight);
    color: var(--color-content-text);
}


/***** Variable product *****/

.single-product #shop .woocommerce-variation.single_variation {
    align-items: baseline;
}

.single-product #shop .woocommerce-variation.single_variation>:empty {
    display: none;
}

.single-product #shop .woocommerce-variation.single_variation>* {
    flex-basis: 100%;
    margin-right: 0;
}

.single-product #shop .woocommerce-variation-add-to-cart {
    margin-top: 0;
    flex-shrink: 0;
    display: flex;
    gap: 15px;
}

.single-product #shop .variations {
    margin-bottom: calc(30px - 8px);
}

.single-product #shop .variations .reset_variations {
    display: none !important;
}

.single-product #shop .variations tr {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.single-product #shop .variations tr th label {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-heading);
}

.single-product #shop .variations tr td {
    width: 100%;
    max-width: 380px;
}


/*** Custom - SIDE BY SIDE LAYOUT ***/


/** wc-custom_simple_product_sbs_wrapper, wc-custom_simple_product_price_wrapper - added in wc-layouts.php*/

.wc-custom_simple_product_sbs_wrapper .wc-custom_simple_product_price_wrapper {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-variation-description {
    order: 1;
}

.woocommerce-variation-price {
    order: 3;
}

.woocommerce-variation-availability {
    order: 2;
}

.wc-custom_variable_product_sbs_wrapper .woocommerce-variation-availability {
    width: 100%;
}

.wc-custom_simple_product_sbs_wrapper,
.wc-custom_variable_product_sbs_wrapper {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.wc-custom_simple_product_sbs_wrapper,
.wc-custom_variable_product_sbs_wrapper:not(.withoutPrice) {
    gap: 15px;
}

@media only screen and (min-width: 1400px) {
    .wc-custom_variable_product_sbs_wrapper:not(.withoutPrice),
    .wc-custom_simple_product_sbs_wrapper {
        justify-content: space-between;
    }
}

.single-product #shop .variations+.single_variation_wrap {
    width: 100%;
}

.wc-custom_variable_product_sbs_wrapper>*,
.wc-custom_simple_product_sbs_wrapper>* {
    padding: 0;
}

@media only screen and (max-width: 480px) {
    .wc-custom_variable_product_sbs_wrapper>*,
    .wc-custom_simple_product_sbs_wrapper>* {
        width: 100%;
    }
}

.single-product #shop .variations+.single_variation_wrap .woocommerce-variation.single_variation {
    flex-direction: column;
}

.single-product #shop .woocommerce-variation.single_variation>* {
    margin-bottom: 0;
}

.single-product #shop .variations+.single_variation_wrap .woocommerce-variation.single_variation:empty {
    display: none;
}

.single-product #shop .product .price {
    margin-bottom: 0;
}

.single-product #shop .product:not(.product-type-variable) .price>*:not(:last-child),
.single-product #shop .single_variation_wrap .price>*:not(:last-child) {
    margin-left: 10px;
}


/* Tabs - removed in wc-layouts.php */


/***** RELATED PRODUCTS *****/

.single-product.woocommerce .product .products.related {
    padding-top: 100px;
    text-align: left;
    padding-bottom: 0;
}

.state_mobiles.single-product.woocommerce .product .products.related {
    padding-top: 50px;
}

.single-product.woocommerce .product .products.related>h2 {
    font-size: 24px;
    text-transform: uppercase;
}

.single-product.woocommerce .product .products.related>h2:not(:last-child) {
    margin-bottom: 20px;
}

.single-product.woocommerce .product .products.related ul {
    margin-bottom: 0;
}


/* @media only screen and (min-width: 901px) and (max-width: 1024px) {
    .single-product.woocommerce .product .products.related li:last-child {
        display: none;
    }
} */


/***** CUSTOM ELEMENTS - added in wc-layouts.php *****/


/** product_actions_wrapper - added in wc-layouts.php */

.product_actions_wrapper {
    margin-top: 30px;
}

.product_actions_wrapper>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 30px;
}

.state_mobiles .product_actions_wrapper>ul {
    gap: 15px;
}

.product_actions_wrapper>ul>li {
    margin-bottom: 0;
    line-height: 1.2;
}


/** shipping_class_notifications - added in wc-layouts.php */

.shipping_class_notifications {
    margin-top: 30px;
    max-width: 570px;
}

.shipping_class_notifications .innerGrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.shipping_class_notifications .item {
    border-radius: var(--woocommerce-border-radius);
    padding: 30px;
    overflow: hidden;
    background: #FFEAC1;
}

.state_mobiles .shipping_class_notifications .item {
    padding: 20px;
}

.shipping_class_notifications .item .innerWrapper {
    display: flex;
    flex-direction: row;
    gap: 20px;
    align-items: flex-start;
}

.shipping_class_notifications .item .innerWrapper .iconWrapper {
    font-size: 0;
}

.shipping_class_notifications .item .innerWrapper .contentWrapper .title {
    font-size: 18px;
    margin-bottom: 5px;
}

.shipping_class_notifications .item .innerWrapper .contentWrapper p {
    font-size: 16px;
    line-height: 1.5;
}


/** wc-custom_info_wrapper - added in wc-layouts.php */

.wc-custom_product_info_wrapper .section-inner>.innerGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: -15px;
}

.wc-custom_product_info_wrapper .section-inner>.innerGrid>* {
    padding: 15px;
    width: 100%;
}

.wc-custom_product_info_wrapper .wc-custom_product_info {
    position: relative;
}

.state_default .wc-custom_product_info_wrapper .wc-custom_product_info::after {
    content: '';
    width: 1px;
    height: calc(100% - 30px);
    position: absolute;
    display: block;
    background: var(--color-content-border);
    top: 15px;
    right: calc(-1 * (1 / 24) * 100% - 30px);
    user-select: none;
    pointer-events: none;
}

.state_laptops .wc-custom_product_info_wrapper .wc-custom_product_info {
    width: calc((6 / 12) * 100%);
}

.state_default .wc-custom_product_info_wrapper .wc-custom_product_info {
    width: calc((5 / 12) * 100%);
}

.state_laptops .wc-custom_product_info_wrapper .wc-custom_product_reviews,
.state_default .wc-custom_product_info_wrapper .wc-custom_product_reviews {
    width: calc((6 / 12) * 100%);
}

.wc-custom_product_info_wrapper h2.title:not(:last-child) {
    margin-bottom: 40px;
}

.state_mobiles .wc-custom_product_info_wrapper h2.title:not(:last-child) {
    margin-bottom: 30px;
}


/** wc-custom-product_attributes_wrapper - added in wc-layouts.php */

.wc-custom-product_attributes_wrapper .innerGrid {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wc-custom-product_attributes_wrapper .group {
    background-color: var(--color-content-bg);
    border-radius: var(--woocommerce-border-radius);
    border: 1px solid var(--color-content-border);
    overflow: hidden;
}

.wc-custom-product_attributes_wrapper .group .innerWrapper {
    display: flex;
    flex-direction: column;
}

.wc-custom-product_attributes_wrapper .group .attribute {
    padding: 15px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    font-size: 16px;
    line-height: 1.5;
}

.wc-custom-product_attributes_wrapper .group .attribute:nth-child(2n) {
    background: var(--color-content-bg-alt);
}

.wc-custom-product_attributes_wrapper .group .attribute .name {
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
}

.wc-custom-product_attributes_wrapper .group .attribute .value {
    text-align: right;
}


/**************************************************
 *
 *  SHOP PAGE
 *
 **************************************************/


/***** SHOP PAGE LAYOUT *****/


/**** Page Layout with Sidebar ****/

.woocommerce .l-sidebar {
    padding-top: 50px;
    padding-bottom: 0;
    width: 100%;
}

@media only screen and (max-width: 991px) {
    .woocommerce .l-sidebar {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

.woocommerce .l-section.for_sidebar.at_left .l-sidebar {
    margin-right: 0;
}

.woocommerce .l-content {
    padding-top: 30px;
    padding-bottom: 80px;
    width: 100%;
}

.woocommerce .l-content #shop {
    padding-top: 0;
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    .woocommerce .l-sidebar {
        order: 1;
    }
    .woocommerce .l-content {
        order: 2;
        padding-bottom: 50px;
    }
}

@media only screen and (min-width: 1376px) {
    .woocommerce .l-content {
        padding-top: 30px;
        padding-bottom: 100px;
    }
    .woocommerce .l-sidebar {
        padding-top: 0;
        padding-bottom: 100px;
    }
    .woocommerce .l-content {
        width: calc((9/12) * 100%);
    }
    .woocommerce .l-sidebar {
        width: calc((3/12) * 100%);
    }
    .woocommerce .l-section.for_sidebar.at_left .l-sidebar,
    .woocommerce .l-section.for_sidebar.at_right .l-content {
        padding-right: 15px;
        margin: 0;
    }
    .woocommerce .l-section.for_sidebar.at_left .l-content,
    .woocommerce .l-section.for_sidebar.at_right .l-sidebar {
        padding-left: 15px;
        margin: 0;
    }
}


/**** Page Layout without Sidebar ****/


/* .woocommerce .l-main #shop,
.l-section.height_medium.cart_and_checkout {
    padding-top: 50px;
    padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
    .woocommerce .l-main #shop,
    .l-section.height_medium.cart_and_checkout {
        padding-top: 80px;
        padding-bottom: 120px;
    }
} */


/**** Custom Layout ****/


/** productsWrapper added in wc-layouts.php */


/** titlebars **/


/* shop and archive titlebar */

.woocommerce.archive .l-section.height_medium.titlebar {
    padding-top: 30px;
    padding-bottom: 30px;
}

.woocommerce.archive .titlebar .descWrapper .post_title {
    max-width: 865px;
    margin-bottom: 20px;
}

.woocommerce.archive .titlebar .descWrapper .post_content {
    margin-bottom: 0;
    max-width: 865px;
}


/* cart and checkout **/


/** CUSTOM ELEMENTS **/


/** WC Subcategories - Woocommerce Shortcode  */

.subcategoriesWrapper {
    margin-top: 30px;
}

.subcategoriesWrapper .gridList {
    display: flex;
    flex-wrap: wrap;
    margin: -5px;
}

.state_mobiles .subcategoriesWrapper .gridList {
    flex-wrap: nowrap;
    overflow-x: auto;
    scroll-snap-type: x proximity;
}

.subcategoriesWrapper .gridList>* {
    padding: 5px;
    scroll-margin: 10px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}

.subcategoriesWrapper .item {
    width: 255px;
    flex-shrink: 0;
}

.state_tablets .subcategoriesWrapper .item,
.state_laptops .subcategoriesWrapper .item {
    width: calc((4 / 12) * 100%);
}

.state_default .subcategoriesWrapper .item {
    width: calc((3 / 12) * 100%);
}

.subcategoriesWrapper .item .innerWrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
    background: var(--color-content-bg);
    gap: 5px;
    height: 100%;
    min-height: 70px;
    border: 1px solid var(--color-content-border);
    transition: all .3s ease;
}

.no-touch .subcategoriesWrapper .item .innerWrapper:hover {
    box-shadow: 0px 8px 15px rgb(0, 0, 0, .12);
}

.subcategoriesWrapper .item .contentWrapper {
    padding: 15px 0 15px 20px;
}

.subcategoriesWrapper .item .contentWrapper h3 {
    font-size: 16px;
}

.subcategoriesWrapper .item .imgWrapper {
    width: 100px;
    height: 100%;
    flex-shrink: 0;
    position: relative;
    clip-path: polygon(35% 0px, 100% 0, 100% 100%, 0 100%);
}

.subcategoriesWrapper .item .imgWrapper .placeholder {
    padding-bottom: calc((70 / 100) * 100%);
    background: var(--color-content-bg-alt);
}

.subcategoriesWrapper .item .imgWrapper .placeholder+img {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/**** SHOP NAVIGATION PAGINATION ****/

#shop .pagination {
    --wc-pagination-item-size: 32px;
    --wc-pagination-item-font-size: 14px;
    --wc-pagination-border-width: 0px;
    margin-top: 30px;
}

@media only screen and (min-width: 481px) {
    #shop .pagination .nav-links {
        justify-content: center;
    }
}

#shop .pagination>:not(.custom) .page-numbers {
    width: var(--wc-pagination-item-size);
    height: var(--wc-pagination-item-size);
    line-height: var(--wc-pagination-item-size);
    border-radius: var(--woocommerce-border-radius);
    font-family: var(--font-body);
    font-size: var(--wc-pagination-item-font-size);
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    background: none;
    border-style: solid;
    border-color: var(--color-content-border);
    border-width: var(--wc-pagination-border-width);
    transition: all .3s ease;
}

.no-touch #shop .pagination>:not(.custom) .page-numbers:hover,
#shop .pagination>:not(.custom) .page-numbers.current {
    color: var(--color-alt-content-heading);
    background: var(--color-content-primary);
    border-color: var(--color-content-primary);
}

#shop .pagination>:not(.custom) .page-numbers.prev,
#shop .pagination>:not(.custom) .page-numbers.next {
    font-size: 0;
    line-height: calc(var(--wc-pagination-item-size) - var(--wc-pagination-border-width));
    color: var(--color-content-faded);
}

#shop .pagination>:not(.custom) .page-numbers.prev:after,
#shop .pagination>:not(.custom) .page-numbers.next:after {
    font-size: var(--wc-pagination-item-font-size);
}

#shop .pagination .page-numbers.next:after {
    content: "\f324";
}

#shop .pagination .page-numbers.prev:after {
    content: "\f323";
}


/**** PRODUCT LISTING - Layout ****/


/** Custom scrolling Shortcode styling */

body:not(.state_default) .related.products .products,
body:not(.state_default) .woocommerce.scrolling .products {
    overflow-x: auto;
    scroll-snap-type: x proximity;
    flex-wrap: nowrap;
}

body:not(.state_default) .related.products .products>*,
body:not(.state_default) .woocommerce.scrolling .products>* {
    width: 330px !important;
    flex-shrink: 0;
    scroll-margin: 10px;
    scroll-snap-align: start;
    scroll-snap-stop: normal;
}


/** laptops **/

.state_laptops .related.products .products,
.state_laptops .woocommerce.scrolling .products {
    margin-left: calc(-1 * var(--page-layout-container-desktop-padding)) !important;
    margin-right: calc(-1 * var(--page-layout-container-desktop-padding)) !important;
}

.state_laptops .related.products .products .product:first-child,
.state_laptops .woocommerce.scrolling .products .product:first-child {
    width: calc(330px + var(--page-layout-container-desktop-padding));
    padding-left: var(--page-layout-container-desktop-padding);
}

.state_laptops .related.products .products .product:last-child,
.state_laptops .woocommerce.scrolling .products .product:last-child {
    width: calc(330px + var(--page-layout-container-desktop-padding));
    padding-right: var(--page-layout-container-desktop-padding);
}


/** tablets **/

.state_tablets .related.products .products,
.state_tablets .woocommerce.scrolling .products {
    margin-left: calc(-1 * var(--page-layout-container-tablet-padding)) !important;
    margin-right: calc(-1 * var(--page-layout-container-tablet-padding)) !important;
}

.state_tablets .related.products .products .product:first-child,
.state_tablets .woocommerce.scrolling .products .product:first-child {
    width: calc(330px + var(--page-layout-container-tablet-padding));
    padding-left: var(--page-layout-container-tablet-padding);
}

.state_tablets .related.products .products .product:last-child,
.state_tablets .woocommerce.scrolling .products .product:last-child {
    width: calc(330px + var(--page-layout-container-tablet-padding));
    padding-right: var(--page-layout-container-tablet-padding);
}


/** mobiles **/

.state_mobiles .related.products .products,
.state_mobiles .woocommerce.scrolling .products {
    margin-left: calc(-1 * var(--page-layout-container-tablet-padding)) !important;
    margin-right: calc(-1 * var(--page-layout-container-tablet-padding)) !important;
}

.state_mobiles .related.products .products>*,
.state_mobiles .woocommerce.scrolling .products>* {
    width: 85vw !important;
}

.state_mobiles .related.products .products .product:first-child,
.state_mobiles .woocommerce.scrolling .products .product:first-child {
    width: calc(85vw + var(--page-layout-container-tablet-padding));
    padding-left: var(--page-layout-container-tablet-padding);
}

.state_mobiles .related.products .products .product:last-child,
.state_mobiles .woocommerce.scrolling .products .product:last-child {
    width: calc(85vw + var(--page-layout-container-tablet-padding));
    padding-right: var(--page-layout-container-tablet-padding);
}


/** General */

.woocommerce ul.products {
    margin: -10px !important;
}

.woocommerce ul.products .product {
    padding: 10px;
}

.state_default .woocommerce ul.products {
    margin: -15px !important;
}

.state_default .woocommerce ul.products .product {
    padding: 15px;
}


/* change stacking columns */


/* @media only screen and (max-width: 1200px) {
    .woocommerce ul.products.columns-4>.product {
        width: calc((4 / 12) * 100%);
    }
} */


/* hide last product only in not main loop */


/* @media only screen and (min-width: 901px) and (max-width: 1200px) {
    .hideLastGridElementOnTablet .woocommerce ul.products.columns-4>.product:nth-child(4) {
        display: none;
    }
} */


/***** SHOP PAGE Styling *****/

.woocommerce.archive .l-main #shop {
    background: var(--color-content-bg);
}

.woocommerce.archive #shop.l-section.height_medium.for_shop {
    padding: 0 !important;
}


/** Results count and Ordering */


/* resultsOrderingWrapper added in wc-layouts.php */

.resultsOrderingWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px;
}

.resultsOrderingWrapper .resultsWrapper .woocommerce-result-count {
    font-size: 16px;
    line-height: 1.5;
    opacity: 1;
    color: var(--color-content-text);
    margin: 0;
}

.resultsOrderingWrapper .orderingWrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.state_mobiles .resultsOrderingWrapper .orderingWrapper {
    width: 100%;
}

.resultsOrderingWrapper .orderingWrapper .orderingLabel {
    font-size: 16px;
}

.resultsOrderingWrapper .orderingWrapper .woocommerce-ordering {
    margin-bottom: 0 !important;
    float: none !important;
    max-width: 216px;
}

.state_mobiles .resultsOrderingWrapper .orderingWrapper .woocommerce-ordering {
    max-width: 100%;
}

.resultsOrderingWrapper .orderingWrapper .woocommerce-ordering select {
    min-width: 200px;
    width: 100%;
}


/** products header **/

.woocommerce .l-main #shop .woocommerce-products-header {
    display: none;
}

.woocommerce .l-main #shop .woocommerce-products-header .woocommerce-products-header__title {
    position: relative;
    color: var(--color-content-heading);
    font-size: 30px;
    text-transform: uppercase;
    margin-bottom: 0;
}

.woocommerce .l-main #shop .woocommerce-products-header .woocommerce-products-header__title:not(:last-child) {
    margin-bottom: 20px;
}


/* hide title on shop page */

.post-type-archive-product.woocommerce .l-main #shop .woocommerce-products-header .woocommerce-products-header__title {
    display: none;
}


/** wc-custom_loop-product_title added in wc-layouts.php */


/* .woocommerce .l-main #shop .wc-custom_loop-product_title {
    text-transform: uppercase;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1199px) {
    .woocommerce .l-main #shop .wc-custom_loop-product_title {
        display: none;
    }
} */


/**** PRODUCT LISTING - Product Styles ****/


/** .productInner added in wc-layouts.php */

.woocommerce ul.products .product .productInner {
    background: #FFFFFF;
    border: 1px solid var(--color-content-border);
    border-radius: var(--woocommerce-border-radius);
    padding: 0;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    overflow: hidden;
    transition: box-shadow .3s ease;
}

.woocommerce ul.products .product .productInner:hover {
    box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.12);
}


/* .woocommerce ul.products .product .productInner img {
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
} */


/** wc-custom_product_image_wrapper - added in wc-layouts.php */

.woocommerce ul.products .product .wc-custom_product_image_wrapper {
    position: relative;
}

.woocommerce ul.products .product .wc-custom_product_image_wrapper>.placeholder {
    padding-bottom: 100%;
}

.woocommerce ul.products .product .wc-custom_product_image_wrapper>.placeholder+img {
    position: absolute!important;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}


/** wc-custom_badges_wrapper - added in wc-layouts.php */

.woocommerce ul.products .product .wc-custom_badges_wrapper {
    position: absolute;
    z-index: 1;
    top: 30px;
    left: 30px;
}

.woocommerce ul.products .product .wc-custom_badges_wrapper .innerGrid {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 5px;
}


/** On sale Badge **/

.woocommerce ul.products .product .wc-custom_badges_wrapper .innerGrid .onsale,
.woocommerce ul.products .product .wc-custom_badges_wrapper .innerGrid .badge {
    position: static;
    z-index: 1;
    padding: 4px 8px;
    border-radius: var(--woocommerce-border-radius);
    color: #FFFFFF;
    background: var(--woocommerce-success);
    text-transform: initial;
    font-size: 13px;
    line-height: 1.3;
    font-weight: var(--bold-font-weight);
}


/** change order and style of badges */

.woocommerce ul.products .product .wc-custom_badges_wrapper .innerGrid .onsale {
    background: var(--color-content-primary);
    order: 0;
}

.woocommerce ul.products .product .wc-custom_badges_wrapper .innerGrid .badge {
    order: -1;
}

.woocommerce ul.products .product .wc-custom_badges_wrapper .innerGrid .badge.instore {
    background: var(--woocommerce-warning);
    order: 1;
}


/** .contentWrapper added in wc-layouts.php */

.woocommerce ul.products .product .contentWrapper {
    margin: 0;
    border: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    text-align: left;
    margin-bottom: 0;
}


/* .wc-custom_product_brands_wrapper added in wc-layouts.php */


/* .woocommerce ul.products .product .wc-custom_product_brands_wrapper {
    margin-top: 15px;
    margin-bottom: 5px;
}

.woocommerce ul.products .product .wc-custom_product_brands_wrapper .wc-custom_product_brands {
    justify-content: center;
} */


/** Product Title */

.woocommerce .products .product .woocommerce-loop-product__title {
    font-family: var(--font-h1);
    font-size: 18px;
    line-height: 1.3;
    font-weight: var(--default-font-weight, 400);
    margin-top: 0;
    margin-bottom: 0;
    text-decoration: none;
    padding: 15px 30px;
}


/* .woocommerce ul.products .product .woocommerce-loop-product__title:hover {
    text-decoration: underline;
} */


/** .wc-custom_product_stock_status added in wc-layouts.php */

.wc-custom_product_stock_status {
    font-size: 16px;
    line-height: 1;
    flex-shrink: 0;
    font-weight: var(--default-font-weight, 400);
}

.wc-custom_product_stock_status.in-stock {
    color: var(--woocommerce--in-stock);
}

.wc-custom_product_stock_status.available-on-backorder {
    color: var(--woocommerce--available-on-backorder);
}

.wc-custom_product_stock_status.out-of-stock {
    color: var(--woocommerce-out-off-stock);
}


/* .wc-custom_product_stock_status::before {
    font-family: "fontawesome";
    font-size: 16px;
    font-weight: var(--fa-font-weight);
    line-height: 1;
    display: inline-block;
    margin-right: 10px;
}

.wc-custom_product_stock_status.in-stock::before {
    content: "\f058";
    color: var(--woocommerce--in-stock);
} */


/** Add to Cart Button - removed */

.woocommerce ul.products .product .add_to_cart_button,
.woocommerce ul.products .product .button {
    display: none !important;
}


/* .woocommerce ul.products .product .add_to_cart_button,
.woocommerce ul.products .product .button {
    margin: 0;
    flex-shrink: 0;
    padding: 12px 20px;
} */


/* .woocommerce ul.products .product  .add_to_cart_button::before {
    content: '\f291';
    font-family: 'fontawesome';
    font-size: inherit;
    font-weight: var(--fa-font-weight);
    line-height: 1;
    position: relative;
    color: inherit;
    display: inline-block;
    margin-right: 10px;
} */


/** Procced to cart - if ajax enabled in Settings */


/* .woocommerce ul.products .product .added_to_cart.wc-forward {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1.5;
    order: 3;
}

.woocommerce ul.products .product .added_to_cart.wc-forward::after {
    content: '\f178';
    font-family: 'fontawesome';
    font-weight: var(--fa-font-weight);
    font-size: 15px;
    line-height: 1;
    position: relative;
    color: var(--color-content-link);
    display: inline-block;
    margin-left: 5px;
    transition: color .3s ease;
}

.woocommerce ul.products .product .added_to_cart.wc-forward:hover::after {
    color: var(--color-content-link-hover);
}

.woocommerce ul.products .product .added_to_cart.wc-forward:hover {
    text-decoration: underline;
} */


/** .priceWrapper added in wc-layouts.php */

.woocommerce ul.products .product .priceWrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 30px 30px;
}


/** Price */

.woocommerce ul.products .product .priceWrapper .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    /* justify-content: flex-end !important; */
    gap: 4px;
    margin: 0;
    /* max-width: 90px; */
}

.single-product #shop ul.products .product .priceWrapper .price {
    flex-direction: row;
}


/* .single-product #shop ul.products .product .priceWrapper .price>*:not(:first-child),
.woocommerce ul.products .product .priceWrapper .price>*:not(:first-child) {
    margin-left: 5px;
} */

.single-product #shop ul.products .product.sale.product-type-simple .priceWrapper .price>*:last-child,
.single-product #shop ul.products .product.sale.product-type-simple .priceWrapper .price>*:first-child,
.woocommerce ul.products .product.sale.product-type-simple .priceWrapper .price>*:last-child,
.woocommerce ul.products .product.sale.product-type-simple .priceWrapper .price>*:first-child {
    margin-right: 0;
}

.single-product #shop ul.products .product.taxable .priceWrapper .price .woocommerce-price-suffix,
.woocommerce ul.products .product.taxable .priceWrapper .price .woocommerce-price-suffix {
    display: none !important;
}

.single-product #shop ul.products .product .priceWrapper .price,
.single-product #shop ul.products .product .priceWrapper .price ins,
.woocommerce ul.products .product .priceWrapper .price,
.woocommerce ul.products .product .priceWrapper .price ins {
    font-size: 18px;
    line-height: 1.2;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    text-decoration: none;
}

.state_default.single-product #shop ul.products .product .priceWrapper .price,
.state_default.single-product #shop ul.products .product .priceWrapper .price ins,
.state_default.woocommerce ul.products .product .priceWrapper .price,
.state_default.woocommerce ul.products .product .priceWrapper .price ins {
    font-size: 21px;
}


/* .single-product #shop ul.products .product .priceWrapper .price ins,
.woocommerce ul.products .product .priceWrapper .price ins {
    order: 2;
} */

.single-product #shop ul.products .product.sale .priceWrapper .price>del,
.woocommerce ul.products .product.sale .priceWrapper .price>del {
    margin-left: 0;
    opacity: 1;
    font-size: 14px;
    line-height: 1.2;
    font-weight: var(--default-font-weight, 400);
    color: var(--color-content-faded);
    /* order: 3; */
}

.state_default.single-product #shop ul.products .product.sale .priceWrapper .price>del,
.state_default.woocommerce ul.products .product.sale .priceWrapper .price>del {
    font-size: 16px;
}


/**************************************************
 *
 *  WOOCOMMERCE FORM STYLES
 *
 **************************************************/


/* spacing */

.woocommerce form .form-row {
    margin-bottom: 30px;
}

.state_mobiles.woocommerce form .form-row {
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
}

.woocommerce form .form-row:last-child {
    margin-bottom: 0;
}


/* important asterix */

.woocommerce form .form-row .required {
    color: var(--color-content-primary);
}


/* input label */

.woocommerce form .form-row label {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-content-heading);
    margin-bottom: 10px;
    display: block;
    text-align: left;
    opacity: 1;
}

.woocommerce form .form-row label.checkbox {
    font-size: 0;
}

.woocommerce form .form-row label:not(.checkbox) {
    /* text-transform: uppercase; */
    font-weight: var(--bold-font-weight);
}

.woocommerce form .woocommerce-additional-fields__field-wrapper>p {
    clear: both;
}


/** Hide optional label text **/

.woocommerce .form-row label .optional {
    display: none;
}


/* ship to differen address checkbox wrapper */

.woocommerce-checkout #ship-to-different-address {
    margin-top: 30px;
    margin-bottom: 50px;
}


/** TODO: tax labels */


/* .woocommerce small.tax_label {
    opacity: 0.5;
    white-space: nowrap;
    font-size: 14px;
}
 */


/***** WOOCOMMERCE INPUT STYLES *****/

body.woocommerce .quantity {
    --input-height: 50px;
}


/**** extra plus and minus buttons added by js - woocommerce.js */


/* right side styling */

body.woocommerce input:not([type="submit"]).qty {
    --inputs-height: var(--input-height);
    padding: 0 5px 0 20px;
    width: 36px;
    font-size: 16px;
    font-weight: var(--default-font-weight, 400);
    color: var(--color-content-heading);
    background: var(--color-content-bg);
    border: 1px solid var(--color-content-border);
    border-radius: var(--woocommerce-border-radius) 0 0 var(--woocommerce-border-radius);
    position: relative;
    z-index: 5;
}

body.woocommerce .quantity input.qty:focus {
    border-color: var(--color-content-border) !important;
}

.quantity.added_buttons {
    display: inline-flex;
    position: relative;
    /* plus/minus btn with - 1 side border width */
    padding-right: calc(30px - 1px);
    vertical-align: middle;
}

.quantity.added_buttons .btn_plus,
.quantity.added_buttons .btn_minus {
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 30px;
    /*  input height with borders and one border of plus button (2px border) / 2 */
    height: calc((var(--input-height) + 2px + 1px) / 2);
    font-size: 16px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    background: var(--color-content-bg);
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    transition-property: border-color, color, background;
}

.quantity.added_buttons .btn_plus:hover,
.quantity.added_buttons .btn_minus:hover {
    color: var(--color-content-primary);
}

.quantity.added_buttons .btn_minus {
    bottom: 0;
    right: 0;
    border-radius: 0 0 var(--woocommerce-border-radius) 0;
    border-bottom: 1px solid var(--color-content-border);
    border-right: 1px solid var(--color-content-border);
}

.quantity.added_buttons .btn_plus {
    top: 0;
    right: 0;
    border-radius: 0 var(--woocommerce-border-radius) 0 0;
    border-top: 1px solid var(--color-content-border);
    border-bottom: 1px solid var(--color-content-border);
    border-right: 1px solid var(--color-content-border);
}


/* center styling */


/* .woocommerce .quantity input.qty:not([type="submit"]) {
     width: 50px;
     box-sizing: border-box;
     text-align: center;
     border-radius: 0;
     font-size: 15px;
     font-weight: var(--default-font-weight, 400);
     padding-left: 4px;
     padding-right: 4px;
     color: var(--color-content-heading);
 }

 .woocommerce .quantity.added_buttons {
     display: inline-flex;
 }

 .quantity.added_buttons .btn_plus,
 .quantity.added_buttons .btn_minus {
     width: 48px;
     height: 48px;
     line-height: 48px;
     text-align: center;
     display: inline-block;
     border: 1px solid #E3E3E3;
     text-decoration: none;
     overflow: visible;
     font-size: 15px;
     font-weight: 900;
     cursor: pointer;
     text-shadow: none;
     background: transparent;
     color: var(--color-content-text);
     border-radius: 0;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     transition: all 0.3s ease;
     transition-property: color, background;
 }

 .quantity.added_buttons .btn_plus {
     border-left: none;
     border-top-right-radius: 3px;
     border-bottom-right-radius: 3px;
 }

 .quantity.added_buttons .btn_minus {
     border-right: none;
     border-top-left-radius: 3px;
     border-bottom-left-radius: 3px;
 }

 .quantity.added_buttons .btn_plus:hover,
 .quantity.added_buttons .btn_minus:hover {
     background-color: rgba(210, 31, 38, 0.05);
     color: var(--color-content-primary);
 } */


/** Extra Style For Cart Page */

body.woocommerce-cart .quantity {
    --input-height: 40px;
}

body.woocommerce-cart .woocommerce .quantity input.qty {
    width: 30px;
    padding: 0 5px 0 10px;
}

.quantity.added_buttons .btn_plus,
.quantity.added_buttons .btn_minus {
    font-size: 14px;
}


/**** Custom checkbox styling */

.woocommerce input[type="checkbox"] {
    display: none;
}

.woocommerce input[type="checkbox"]+span {
    display: inline-block;
    position: relative;
    padding-left: calc(var(--checkbox-size) + 2px + 10px);
    /* CHANGE - same as form input label */
    color: var(--color-content-heading);
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: var(--default-font-weight, 400);
    text-transform: initial;
    text-align: left;
}

.woocommerce input[type="checkbox"]+span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    border-radius: var(--woocommerce-border-radius);
    height: var(--checkbox-size);
    width: var(--checkbox-size);
    line-height: var(--checkbox-size);
    text-align: center;
    /* CHANGE */
    color: #ffffff;
    border: 1px solid var(--color-content-border);
    background: #ffffff;
}


/* checked */

.woocommerce input[type="checkbox"]:checked+span:before {
    content: "\f00c";
    font-family: var(--fa-font-family);
    font-size: 12px;
    font-weight: var(--fa-font-weight);
    background: var(--color-content-primary);
    border-color: var(--color-content-primary);
}


/* hide required * from required checkboxes */

.woocommerce form .form-row label.checkbox .required {
    display: none;
}


/* custom required * for checkboxes (custom input fields & labels) in functions.php / or customizer  || styles same as label */

.woocommerce .form-row.validate-required input[type="checkbox"]+span::after {
    content: "*";
    color: var(--color-content-primary);
    display: inline;
    margin-left: 2px;
}


/* links inside checkbox label */

.woocommerce label.checkbox span>a {
    text-decoration: underline;
}

.woocommerce label.checkbox span>a:hover {
    text-decoration: none;
}


/**** Custom input type radio styling for shipping and payment methods */

.woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li>input,
.woocommerce-page .woocommerce #payment .payment_methods li>input {
    display: none;
}

.woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li>input:checked+label,
.woocommerce-page .woocommerce #payment .payment_methods li>input:checked+label {
    color: var(--color-content-heading);
}

.woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li>label,
.woocommerce-page .woocommerce #payment .payment_methods li>label {
    font-size: 18px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    transition: color 0.3s ease;
}

.state_mobiles.woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li>label,
.state_mobiles.woocommerce-page .woocommerce #payment .payment_methods li>label {
    font-size: 16px;
}

.woocommerce-page .woocommerce #payment .payment_methods li>label {
    display: flex;
    align-items: center;
}

.woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li:first-child>label {
    padding-top: 0 !important;
}


/* .woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li>label .amount,
 .woocommerce-page .woocommerce #payment .payment_methods li>label .amount {
     font-weight: var(--bold-font-weight);
     color: var(--color-content-primary);
 } */


/* ADDED: pps_hide_shipping_when_free_is_available - hide other shipping methods, if free shipping is available */


/* radio styling for input not type hidden (when free shipping is available) */

.woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li>input:not([type="hidden"])+label:before,
.woocommerce-page .woocommerce #payment .payment_methods li>label:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: var(--checkbox-size);
    width: var(--checkbox-size);
    border-radius: 50%;
    margin-right: .6rem;
    margin-top: 0;
    border: 2px solid var(--color-content-border);
    background: var(--color-content-bg-alt);
}


/* radio checked styling for input not type hidden (when free shipping is available)*/

.woocommerce-page .woocommerce .shop_table tr.wcShipping-methods li>input:checked:not([type="hidden"])+label:before,
.woocommerce-page .woocommerce #payment .payment_methods li>input:checked+label:before {
    box-shadow: inset 0 0 0 5px var(--color-content-primary);
    border-color: var(--color-content-primary);
}


/* INVALID - inputs styling */

.woocommerce-page .woocommerce .woocommerce-invalid input,
.woocommerce-page .woocommerce .woocommerce-invalid select {
    box-shadow: none !important;
}

.woocommerce-page .woocommerce .woocommerce-invalid input[type="text"],
.woocommerce-page .woocommerce .woocommerce-invalid input[type="tel"],
.woocommerce-page .woocommerce .woocommerce-invalid input[type="number"],
.woocommerce-page .woocommerce .woocommerce-invalid input[type="password"],
.woocommerce-page .woocommerce .woocommerce-invalid input[type="email"],
.woocommerce-page .woocommerce .woocommerce-invalid select,
.woocommerce-page .woocommerce .woocommerce-invalid textarea {
    border: 1px solid var(--woocommerce-error) !important;
}

.woocommerce-page .woocommerce .woocommerce-invalid input[type="checkbox"]+span:before {
    border: 1px solid var(--woocommerce-error) !important;
}


/**************************************************
 *
 *  WOOCOMMERCE MINICART
 *
 **************************************************/


/**** Woocommerce mini cart styles ****/

.woocommerce.widget_shopping_cart .woocommerce-mini-cart__empty-message {
    padding: 1rem 1.5rem;
}

.woocommerce.widget_shopping_cart ul.product_list_widget li {
    font-size: 14px;
}

.widget.widget_shopping_cart ul.product_list_widget li a.remove {
    color: var(--woocommerce-error);
    font-weight: var(--fa-font-weight);
    font-size: 14px;
    padding: 8px 2px 8px 8px;
    top: 0;
    right: 0;
    width: auto;
}

.widget.widget_shopping_cart ul.product_list_widget li a.remove>i {
    font-weight: var(--fa-font-weight);
}

header#page-header .widget.widget_shopping_cart li .remove:focus,
.no-touch header#page-header .widget.widget_shopping_cart li .remove:hover {
    color: var(--woocommerce-error) !important;
    opacity: 1 !important;
}

.woocommerce.widget_shopping_cart ul.product_list_widget li a {
    display: flex;
}

.woocommerce.widget_shopping_cart ul.product_list_widget li a img {
    border: none;
    border-radius: 0;
    width: 42px;
    height: 42px;
    flex-shrink: 0;
    margin-right: 8px;
}

.woocommerce.widget_shopping_cart ul.product_list_widget li a .wc-custom-item_name {
    font-size: 16px;
    line-height: 1.2;
    font-weight: var(--default-font-weight, 400);
    color: var(--color-content-heading);
    text-decoration: underline;
}

.no-touch .woocommerce.widget_shopping_cart ul.product_list_widget li a:hover .wc-custom-item_name {
    text-decoration: none;
}

.woocommerce.widget_shopping_cart ul.product_list_widget li .quantity {
    display: block;
    margin-left: calc(42px + 8px);
    margin-top: 5px;
}

.widget_shopping_cart p.total {
    color: var(--color-content-text);
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    text-transform: initial;
}

.widget_shopping_cart p.total .amount {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
    letter-spacing: 0;
}


/* buttons */

header#page-header .widget.widget_shopping_cart .button.wc-forward:not(.checkout) {
    font-size: 16px;
    line-height: 1.25;
    font-weight: var(--default-font-weight, 400);
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: 0px;
    padding: 0em 0em;
    background: transparent;
    border-color: transparent;
    color: var(--color-content-heading) !important;
    text-decoration: underline;
}

.no-touch header#page-header .widget.widget_shopping_cart .button.wc-forward:not(.checkout):hover {
    text-decoration: none;
    background: transparent;
}

header#page-header .widget.widget_shopping_cart .button.checkout.wc-forward {
    /* padding: 0.75em 1.5em; */
    margin-top: 16px;
}


/*** Custom ***/

header#page-header .w-cart-dropdown {
    padding: 0;
    box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
}

header#page-header .w-cart-dropdown .woocommerce-mini-cart.cart_list {
    padding: 20px;
}

header#page-header .w-cart-dropdown .woocommerce-mini-cart__buttons {
    padding: 20px;
    background: var(--color-content-bg-alt);
}


/**************************************************
 *
 *  WOOCOMMERCE CART / CHECKOUT NAVIGATION - shortcode
 *
 **************************************************/


/* .woocommerce-order-received .cartNavigation {
    visibility: hidden;
}
 */

.cartNavigation {
    padding: 0;
}

.state_mobiles .cartNavigation {
    display: none;
}

.cartNavigation:not(:last-child) {
    margin-bottom: 30px;
}

.cartNavigation .cartNavigationList {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0;
    margin: 0;
    list-style: none;
}


/* items */

.cartNavigation .cartNavigationList .page {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    line-height: 1;
    color: var(--color-content-heading);
    margin: 0;
}

.state_mobiles .cartNavigation .cartNavigationList .page {
    font-size: 16px;
}


/* no */

.cartNavigation .cartNavigationList .page .navigation_no {
    font-family: var(--font-body);
    font-size: 14px;
    font-weight: var(--bold-font-weight);
    color: #FFFFFF;
    background: var(--color-content-text);
    text-align: center;
    display: inline-block;
    width: 25px;
    height: 25px;
    line-height: 25px;
    border: none;
    border-radius: 50%;
}


/* icon */

.cartNavigation .cartNavigationList .page .navigation_icon {
    font-size: 25px;
    color: var(--woocommerce-success);
}


/* active */

.cartNavigation .cartNavigationList .page.active .navigation_no {
    background: var(--color-content-primary);
}


/* divider */

.cartNavigation .cartNavigationList .divider {
    margin: 0;
}

.cartNavigation .cartNavigationList .divider i {
    font-size: 14px;
    line-height: inherit;
    color: var(--color-content-faded);
}


/**************************************************
 *
 *  WOOCOMMERCE CART STYLES
 *
 **************************************************/


/***** GENERAL *****/

body.woocommerce-cart .woocommerce th {
    padding: 0 15px 15px;
}

body.woocommerce-cart .woocommerce td {
    padding: 25px 15px 0;
}


/***** LAYOUT *****/


/**** ADDED: "cart items wrapper" added in wc-layouts.php ****/

body.woocommerce-cart .woocommerce #cartItemsWrapper {
    float: none;
    margin-bottom: 0 !important;
    width: 100%;
}

body.woocommerce-cart .woocommerce #cartItemsWrapper .woocommerce-cart-form {
    margin-bottom: 80px;
}

@media only screen and (max-width: 599px) {
    body.woocommerce-cart .woocommerce #cartItemsWrapper .woocommerce-cart-form {
        margin-bottom: 40px;
    }
}

@media only screen and (min-width: 768px) {
    body.woocommerce-cart .woocommerce .cart-collaterals {
        /* margin-right: auto; */
        width: 100%;
    }
}

@media only screen and (min-width: 992px) {
    body.woocommerce-cart .woocommerce .cart-collaterals {
        width: 60%;
    }
}

@media only screen and (min-width: 1025px) {
    body.woocommerce-cart .woocommerce {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    body.woocommerce-cart .woocommerce .woocommerce-notices-wrapper {
        flex-basis: 100%;
    }
    body.woocommerce-cart .woocommerce #cartItemsWrapper {
        width: calc(((8 / 12) * 100%) - 15px);
        display: flex;
        flex-direction: column;
    }
    body.woocommerce-cart .woocommerce .cart-collaterals {
        margin-left: auto;
        width: calc(((4 / 12) * 100%) - 15px);
    }
}


/* @media only screen and (min-width: 1400px) {
    body.woocommerce-cart .woocommerce #cartItemsWrapper {
        width: calc(((7 / 12) * 100%) - 10px);
    }
} */


/**** Related, Upsells, Cross Sells ****/

.woocommerce-page.woocommerce .related,
.woocommerce-page.woocommerce .upsells,
.woocommerce-page.woocommerce .cross-sells,
body.woocommerce-cart .woocommerce .related,
body.woocommerce-cart .woocommerce .upsells,
body.woocommerce-cart .woocommerce .cross-sells {
    padding-top: 50px;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .woocommerce-page.woocommerce .related,
    .woocommerce-page.woocommerce .upsells,
    .woocommerce-page.woocommerce .cross-sells,
    body.woocommerce-cart .woocommerce .related,
    body.woocommerce-cart .woocommerce .upsells,
    body.woocommerce-cart .woocommerce .cross-sells {
        padding-top: 100px;
    }
}

.woocommerce-page.woocommerce .related h2,
.woocommerce-page.woocommerce .upsells h2,
.woocommerce-page.woocommerce .cross-sells h2,
body.woocommerce-cart .woocommerce .related h2,
body.woocommerce-cart .woocommerce .upsells h2,
body.woocommerce-cart .woocommerce .cross-sells h2 {
    margin-bottom: 30px;
    font-size: 30px;
}

@media only screen and (min-width: 768px) {
    .woocommerce-page.woocommerce .related h2,
    .woocommerce-page.woocommerce .upsells h2,
    .woocommerce-page.woocommerce .cross-sells h2,
    body.woocommerce-cart .woocommerce .related h2,
    body.woocommerce-cart .woocommerce .upsells h2,
    body.woocommerce-cart .woocommerce .cross-sells h2 {
        font-size: 36px;
    }
}


/**** Hide Cross Sells on Cart Page ****/

body.woocommerce-cart .woocommerce .cross-sells {
    display: none !important;
}


/**** Left Column ****/


/*** CART TABLE with products ***/

body.woocommerce-cart .woocommerce .shop_table.cart {
    width: 100%;
    float: none;
    margin-bottom: 0 !important;
}

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td.product-thumbnail img {
    width: 70px;
    height: auto;
    padding: 0;
    border-radius: var(--woocommerce-border-radius);
    border: 1px solid var(--color-content-border);
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
}


/** WC EDITED TEMPLATE: if remove link is last (edited in cart.php template) and if thumbnail is not "display: none" - use :first-child **/

@media only screen and (max-width: 600px) {
    body.woocommerce-cart .woocommerce .shop_table.cart tr {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    body.woocommerce-cart .woocommerce .shop_table.cart tr>* {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart th,
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td {
        padding-left: 0;
    }
    body.woocommerce-cart .woocommerce .shop_table.cart td.product-name {
        width: calc(100% - 40px);
    }
}

@media only screen and (max-width: 767px) {
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart th:nth-child(1),
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td:nth-child(2) {
        padding-left: 0;
    }
    /* product thumbnail */
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart .product-thumbnail {
        display: none !important;
    }
    /** Added placeholder in cart.php */
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart th.placeholder {
        display: none;
    }
}

@media only screen and (min-width: 768px) {
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart th:first-child,
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td:first-child {
        padding-left: 0;
    }
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart th:last-child,
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td:last-child {
        padding-right: 0;
    }
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td.product-thumbnail {
        width: 70px;
        padding-right: 0;
    }
    /* product thumbnail */
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td.product-thumbnail img {
        margin: 0;
    }
}


/* table border */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td:not(.actions) {
    border-bottom: none;
}

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart th,
body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart td {
    vertical-align: middle;
}


/* all table labels - th */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart th {
    opacity: 1;
    /* change */
    border-bottom: 2px solid var(--color-content-faded);
    color: var(--color-content-heading);
    font-size: 16px;
    font-weight: var(--bold-font-weight) !important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
}


/* product name - td */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td.product-name a {
    color: var(--color-content-heading);
    font-size: 16px;
    line-height: 1.5;
    display: inline-block;
    text-decoration: underline;
    transition: color .3s ease;
}

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td.product-name a:hover {
    color: var(--color-content-primary);
    text-decoration: none;
}


/* product price - th & td */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tr .product-price {
    text-align: left;
}


/* product price - td */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td.product-price {
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
}


/* product subtotal - th and td */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tr .product-subtotal {
    text-align: right;
    padding-right: 10px;
}


/* product subtotal - td */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr td.product-subtotal {
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    text-align: right;
}


/* WC EDITED TEMPLATE: trash - th and td | add this style only if was table reordered at the end in cart.php template */


/* ADDED: font awesome trash icon added in wc-layouts.php - td */

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart .product-remove {
    max-width: 40px;
    padding-left: 0;
}

body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart .product-remove a.remove {
    display: block;
    width: auto;
    border: none !important;
    opacity: 1;
    text-align: center;
    /* change */
    font-size: 16px;
    line-height: 2rem;
    color: var(--color-content-faded);
    padding: 10px;
}

.no-touch body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart .product-remove a.remove:hover {
    color: var(--woocommerce-error);
}


/**** ACTIONS ****/

.woocommerce #cartItemsWrapper .actions {
    width: 100%;
}

.woocommerce #cartItemsWrapper .actions>* {
    margin: 20px 0 0 0 !important;
}


/* WC EDITED TEMPLATE: coupon - tr / td | changed label and button names in cart.php template  */

body.woocommerce-cart .woocommerce .shop_table.cart .coupon {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}

body.woocommerce-cart .woocommerce .shop_table.cart .coupon label {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 8px;
    line-height: 1;
    /* change */
    color: var(--color-content-text);
    font-size: 14px;
    font-weight: var(--bold-font-weight);
    text-transform: uppercase;
    display: none;
}


/* coupon input */

.woocommerce #cartItemsWrapper .actions .coupon input {
    text-align: left;
    width: 210px;
    background: var(--color-content-bg-alt);
}

@media only screen and (max-width: 600px) {
    .woocommerce #cartItemsWrapper .actions .coupon input {
        width: 100%;
    }
}


/* Apply coupon button / Update cart button - change to match height of input */

body.woocommerce .shop_table.cart .actions .button {
    font-size: 16px;
    line-height: 1.374 !important;
    padding: 0.94em 2.25em;
}


/* apply coupon */

body.woocommerce-cart .woocommerce .shop_table.cart .actions button[name="apply_coupon"] {
    background: var(--color-content-primary);
    margin: 0 !important;
}


/* update cart btn */

@media only screen and (min-width: 480px) {
    body.woocommerce-cart .woocommerce .shop_table.cart .actions button[name="update_cart"]::before {
        content: '\f021';
        position: static;
        font-family: var(--fa-font-family);
        font-weight: var(--fa-font-weight);
        font-size: inherit;
        line-height: inherit;
        color: inherit;
        margin-right: 10px;
        display: inline-block;
        border: none;
    }
}


/***** TABLE BORDERS *****/

@media only screen and (max-width: 599px) {
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr:nth-last-child(2) {
        padding-bottom: 20px;
    }
    body.woocommerce-cart .woocommerce .shop_table.cart .actions {
        padding-top: 20px;
    }
}

@media only screen and (min-width: 600px) {
    body.woocommerce-cart .woocommerce #cartItemsWrapper .shop_table.cart tbody tr:nth-last-child(2) td {
        padding-bottom: 20px;
    }
    body.woocommerce-cart .woocommerce .shop_table.cart .actions {
        padding-top: 60px;
        padding-bottom: 0;
        /* border-top: 1px solid var(--color-content-border); */
    }
}


/* ADDED: back to shop link - "return to shop link" added in wc-layouts.php */

body.woocommerce-cart .woocommerce .wc-return-to-shop-link-wrapper {
    margin-top: auto;
}

body.woocommerce-cart .woocommerce .backToShopLink {
    /* same heigt as proceed to checkout button */
    line-height: 51px !important;
}


/* hide link to show button on tablets and mobiles */

@media only screen and (max-width: 1024px) {
    body.woocommerce-cart .woocommerce .wc-return-to-shop-link-wrapper {
        display: none;
    }
}


/*** RIGHT COLUMN - second style ***/


/** General **/


/* reset old styles */

body.woocommerce-cart .woocommerce .cart-collaterals {
    float: none;
    margin-top: 0;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    margin-bottom: 0;
    padding: 0;
    background: none;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

@media only screen and (max-width: 480px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
        margin: 0 !important;
    }
}


/* @media only screen and (min-width: 1200px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
        margin-left: 20px;
    }
} */


/** Cart totals **/


/* WC EDITED TEMPLATE: Totals container - "totals container section" added in cart-totals.php template */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer {
    border: 2px solid var(--color-content-primary);
    padding: 0;
    background: var(--color-content-bg-alt);
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
}


/* WC EDITED TEMPLATE: Cart Title - changed to h3 and added class "totalsHeading" in cart-totals.php template | changed label */

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h3.totalsHeading {
    display: block;
    text-transform: initial;
    text-align: left;
    margin: 0;
    padding: 40px 30px 10px;
    display: block;
    background: #FFFFFF;
}


/* Table */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table th,
body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table td {
    color: var(--color-content-heading);
    background: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 20px;
}


/* all th styles */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table th {
    padding-left: 30px;
    padding-right: 1rem;
    color: var(--color-content-heading);
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0;
    text-align: left;
    text-transform: initial;
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table td {
    padding-right: 30px;
    padding-left: 0;
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
}

@media only screen and (min-width: 1400px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals h3.totalsHeading {
        padding: 40px 40px 10px;
    }
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table th {
        padding-left: 40px;
    }
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table td {
        padding-right: 40px;
    }
}


/**** BORDER STYLING TYPE 2 ****/


/* custom border */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr {
    position: relative;
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr td,
body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr th {
    position: relative;
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr:not(:last-child):not(:nth-last-child(2)) th::after {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--color-content-border);
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr:not(:last-child):not(:nth-last-child(2)) td::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 30px;
    height: 1px;
    background: var(--color-content-border);
}

@media only screen and (min-width: 1400px) {
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr:not(:last-child):not(:nth-last-child(2)) th::after {
        left: 40px;
    }
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr:not(:last-child):not(:nth-last-child(2)) td::after {
        right: 40px;
    }
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr:nth-last-child(2) th,
body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr:nth-last-child(2) td {
    padding-bottom: 30px;
}


/***** TABLE CONTENT STYLING *****/


/* coupon */

.woocommerce .shop_table .cart-discount .woocommerce-remove-coupon {
    font-weight: var(--default-font-weight, 400);
    font-size: 14px;
    display: block;
}


/* shipping destination */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table .woocommerce-shipping-destination {
    font-size: 12px;
    font-weight: var(--default-font-weight, 400);
    /* show / hide */
    display: none;
}


/* shipping calculator - if allowed in woocommerce settings */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table .shipping-calculator-button {
    font-size: 12px;
    font-weight: var(--default-font-weight, 400);
    text-decoration: underline;
    border: none;
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table .shipping-calculator-form {
    font-weight: var(--default-font-weight, 400);
}


/* Order Totals */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total th,
body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td {
    background: none;
    vertical-align: middle;
    /* first style */
    padding: 30px 30px 10px;
}


/* second style */

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total th {
    padding: 30px 30px 5px;
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td {
    padding: 5px 30px 30px;
}

@media only screen and (max-width: 480px) {
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total th {
        min-width: 150px;
        display: block;
    }
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td {
        text-align: left;
        display: block;
    }
}

@media only screen and (min-width: 481px) {
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total th,
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1200px) {
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total th {
        width: 50%;
    }
}

@media only screen and (min-width: 1400px) {
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total th {
        padding-left: 40px;
    }
    body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td {
        padding-right: 40px;
    }
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total th {
    min-width: 120px;
    /* vertical-align: top; */
    color: var(--color-content-heading);
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0;
    text-align: left;
    text-transform: initial;
}

body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tr.order-total td .woocommerce-Price-amount {
    color: var(--color-content-primary);
    font-size: 20px;
    font-family: var(--font-h1);
    font-weight: var(--heading-font-weight);
}

@media only screen and (min-width: 768px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .shop_table tr.order-total td .woocommerce-Price-amount {
        font-size: 28px;
    }
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td .includes_tax,
body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td .includes_tax .woocommerce-Price-amount {
    font-size: 14px;
    font-family: var(--font-body);
    color: var(--color-content-text);
    font-weight: var(--default-font-weight, 400);
}

body.woocommerce-cart .woocommerce .cart-collaterals #totalsContainer .shop_table tr.order-total td .includes_tax {
    display: block;
    opacity: 1;
}


/* Proceed To Checkout */

body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 50px;
}

@media only screen and (min-width: 1025px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout {
        margin-top: 100px;
        justify-content: flex-end;
    }
}

body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout>* {
    margin: 0;
}

@media only screen and (max-width: 600px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout>* {
        width: 100%;
    }
}


/* proceed to checkout btn */

@media only screen and (min-width: 480px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .wc-proceed-to-checkout .checkout-button::after {
        content: '\f061';
        position: static;
        font-family: var(--fa-font-family);
        font-size: inherit;
        font-weight: var(--fa-font-weight, 400);
        line-height: inherit;
        color: inherit;
        margin-left: 10px;
        display: inline-block;
        border: none;
    }
}


/* ADDED: Back to shop button - "backToShopBtn" added in wc-layouts.php  */

body.woocommerce-cart .woocommerce .cart-collaterals .backToShopBtn {
    display: block;
}

@media only screen and (min-width: 1025px) {
    body.woocommerce-cart .woocommerce .cart-collaterals .backToShopBtn {
        display: none !important;
    }
}


/**************************************************
 *
 *  EMPTY CART STYLES
 *
 **************************************************/

.woocommerce .return-to-shop {
    line-height: 1;
}


/* .woocommerce .return-to-shop::before {
    content: "\f177";
    font-family: "fontawesome";
    font-weight: var(--default-font-weight, 400);
    display: inline-block;
    position: relative;
    margin-right: 10px;
    color: var(--color-content-primary);
    line-height: 0;
    vertical-align: middle;
    font-size: 16px;
    transition: color .3s ease;
}

.woocommerce .return-to-shop:hover::before {
    color: var(--color-content-secondary);
} */

.woocommerce .return-to-shop .button {
    text-decoration: none !important;
}

body.woocommerce-cart .woocommerce .cart-empty {
    flex-basis: 100%;
}


/**************************************************
 *
 *  CHECKOUT STYLES
 *
 **************************************************/


/*** Layout ***/

.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
    margin-top: 40px;
}

.woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout::after {
    display: none;
}

.woocommerce-checkout #customer_details.col2-set {
    margin-bottom: 40px;
    float: none;
}

.woocommerce-checkout #customer_details.col2-set {
    float: none;
}

@media only screen and (min-width: 900px) {
    .woocommerce-checkout .woocommerce form.checkout.woocommerce-checkout {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 80px;
    }
    .woocommerce-checkout #customer_details.col2-set {
        display: flex;
        flex-direction: column;
        margin-bottom: 0;
        gap: 0;
    }
    .woocommerce .checkout #order_review {
        margin-left: auto;
    }
}

.state_laptops.woocommerce .checkout #order_review {
    width: calc((5 / 12) * 100%);
}

.state_laptops.woocommerce-checkout #customer_details {
    margin-bottom: 0;
}

.state_default.woocommerce-checkout #customer_details {
    width: calc((6 / 12) * 100%);
    margin-bottom: 0;
}

.state_default.woocommerce .checkout #order_review {
    width: calc((4 / 12) * 100%);
}


/*** TOP CONTENT ***/


/** Coupon and Login boxes **/

.woocommerce .woocommerce-form-coupon-toggle:not(:last-child),
.woocommerce .woocommerce-form-login-toggle:not(:last-child) {
    margin-bottom: 30px;
}


/* .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info {
    background: var(--color-content-bg-alt);
    color: var(--color-content-heading);
    margin-bottom: 30px;
    border-radius: var(--woocommerce-border-radius);
    padding: 25px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    margin: 0 0 40px;
}

.no-touch .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.no-touch .woocommerce .woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--color-content-link-hover);
} */


/* @media only screen and (min-width: 768px) {
    .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info,
    .woocommerce .woocommerce-form-login-toggle .woocommerce-info {
        margin: 0 0 50px;
    }
} */


/* .woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a {
    font-size: 16px;
    font-weight: var(--default-font-weight, 400);
    color: var(--color-content-primary);
    text-decoration: underline;
}

.woocommerce .woocommerce-form-coupon-toggle .woocommerce-info a:hover,
.woocommerce .woocommerce-form-login-toggle .woocommerce-info a:hover {
    color: var(--color-content-primary);
} */

.woocommerce .checkout_coupon.woocommerce-form-coupon,
.woocommerce .woocommerce-form-login {
    margin: 0;
    margin-bottom: 50px;
    border-radius: var(--woocommerce-border-radius);
    padding: 30px;
    font-weight: var(--default-font-weight, 400);
}


/* login */


/* coupon */

.woocommerce .checkout_coupon.woocommerce-form-coupon p {
    margin-bottom: 10px;
    color: var(--color-content-heading);
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    line-height: 1.5;
    font-family: inherit;
    display: block;
    text-align: left;
    opacity: 1;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon p:first-child {
    margin-bottom: 20px;
}

.woocommerce .checkout_coupon.woocommerce-form-coupon .button {
    width: 100%;
    margin-top: 10px;
    /* same height as input */
    font-size: 16px;
    line-height: 1.25 !important;
    padding: 16px 1.5em;
}

@media only screen and (min-width: 768px) {
    .woocommerce .checkout_coupon.woocommerce-form-coupon {
        display: flex;
        flex-wrap: wrap;
    }
    .woocommerce .checkout_coupon.woocommerce-form-coupon p {
        width: auto;
    }
    .woocommerce .checkout_coupon.woocommerce-form-coupon p:first-child {
        width: 100%;
    }
    .woocommerce .checkout_coupon.woocommerce-form-coupon input#coupon_code {
        max-width: 320px;
        width: 320px;
        margin-right: 5px;
    }
    .woocommerce .checkout_coupon.woocommerce-form-coupon .button {
        width: initial;
        margin-top: 0;
        border: none;
    }
}


/** Custom form layout - we dont need it now **/


/* .woocommerce .form-row.form-third {
    width: 31.333% !important;
    float: right;
}

.woocommerce .form-row.form-two-thirds {
    width: 64.667% !important;
    float: left;
}

.woocommerce .form-row.form-first-third,
.woocommerce .form-row.form-second-third,
.woocommerce .form-row.form-third-third {
    width: 30.666% !important;
    float: left;
}

.woocommerce .form-row.form-second-third {
    margin: 0 4%;
}

.woocommerce .form-row label.woocommerce-form-login__rememberme {
    margin-bottom: 10px !important;
} */


/* WC EDITED TEMPLATE: change billing title to H1 in form-billing.php template - 2x */

.woocommerce-billing-fields h1 {
    display: none;
    margin-bottom: 30px;
}


/* @media only screen and (min-width: 768px) {
    .woocommerce-billing-fields h1 {
        margin-bottom: 50px;
    }
    .woocommerce-billing-fields h1::after {
        display: inline-block;
        vertical-align: middle;
        margin-left: 20px;
        margin-top: 0;
    }
} */


/* Form input labels */


/* .woocommerce-page .woocommerce .form-row label {
    color: var(--color-content-heading);
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 8px;
    display: block;
}

.woocommerce-page .woocommerce .woocommerce-additional-fields__field-wrapper>p {
    clear: both;
} */


/*** Woocommerce Notice Group - errors ***/

.woocommerce-checkout .woocommerce .checkout .woocommerce-NoticeGroup {
    margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce .checkout .woocommerce-NoticeGroup .woocommerce-error {
    flex-direction: column;
    align-items: flex-start;
}


/**** RIGHT COLUMN checkout and order-pay (failed payment / prijata objednavka) ****/


/** General styles **/


/** ADDED: .custom-review-container added in templates -> start form-checkout.php and end in review-order.php  **/

.woocommerce-checkout .woocommerce #order_review {
    background: none;
    position: relative;
    top: 0 !important;
    padding: 0;
    margin: 0;
    float: none;
}


/** order-pay **/

.woocommerce-checkout.woocommerce-order-pay .woocommerce #order_review {
    margin: 0 auto;
}


/* @media only screen and (min-width: 901px) {
    .woocommerce-checkout .woocommerce  #order_review {
        padding-top: 100px;
    }
} */

.woocommerce-checkout .woocommerce #order_review .custom-review-container {
    background: var(--color-content-bg-alt);
    border-radius: var(--woocommerce-border-radius);
    border: 2px solid var(--color-content-primary);
    margin-bottom: 30px;
    padding: 0;
}


/* heading */

.woocommerce-checkout .woocommerce .custom-review-container #order_review_heading {
    /* font-size: 24px; */
    text-transform: initial;
    float: none;
    width: 100%;
    text-align: left;
    display: block;
    /* first style */
    padding: 0;
    margin-bottom: calc(40px - 20px);
    /* second style */
    margin: 0;
    padding: 40px 30px 20px;
    background: #FFFFFF;
}

@media only screen and (min-width: 1400px) {
    .woocommerce-checkout .woocommerce .custom-review-container #order_review_heading {
        /* second style */
        padding: 40px 40px 20px;
    }
}


/** Review order table **/

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table {
    margin-bottom: 0;
    table-layout: fixed;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table thead {
    display: none;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table .amount {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--default-font-weight, 400);
    color: var(--color-content-text);
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td {
    padding-top: 10px;
    padding-bottom: 10px;
}


/* form-pay */

.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:nth-child(2) th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:nth-child(2) td {
    padding-top: 30px;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:nth-last-child(2) th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:nth-last-child(2) td {
    padding-bottom: 30px;
}


/* td styles */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td.product-total,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td .amount {
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
}


/* all th styles */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table th {
    padding-right: 1rem;
    background: none;
    /* change */
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    text-align: left;
    text-transform: initial;
}


/* product name */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table .product-name {
    font-size: 16px;
    font-weight: var(--default-font-weight, 400);
    text-transform: initial;
    color: var(--color-content-text);
    display: flex;
    flex-wrap: wrap;
}


/** TODO: ADDED: wc-custom-item_wrapper, wc-custom-item_title, wc-custom-item_meta added in wc-layouts.php **/


/* .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table .wc-custom-item_meta {
    color: var(--color-content-text);
    font-size: 15px;
    line-height: 1.2;
    font-weight: var(--default-font-weight, 400);
    margin-top: 2px;
} */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table .wc-custom-item_wrapper {
    order: 2;
}


/* WC EDITED TEMPLATE: removed spaces in review-order.php */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table .product-name .product-quantity {
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
    display: block;
    width: 100%;
    margin: 0 0 8px;
    order: 1;
    min-width: 28px;
}

@media only screen and (min-width: 768px) {
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table .product-name {
        flex-wrap: nowrap;
    }
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table .product-name .product-quantity {
        margin: 0 10px 0 0;
        width: auto;
        flex-shrink: 0;
    }
}


/* left */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td.product-name {
    padding-right: 0;
    /* first style */
    padding-left: 0;
    background: none;
    /* second style */
    padding-left: 30px;
    background: #FFFFFF;
}


/* right */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td:not(.product-name) {
    padding-left: 1rem;
    /* first style */
    padding-right: 0;
    background: none;
    /* second style */
    padding-right: 30px;
    background: #FFFFFF;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tbody td:not(.product-name) {
    width: 110px;
}


/* form-pay */

.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tbody td:not(.product-name) {
    width: 50%;
}

@media only screen and (min-width: 1400px) {
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table th,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td.product-name {
        /* second style */
        padding-left: 40px;
    }
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table td:not(.product-name) {
        /* second style */
        padding-right: 40px;
    }
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tbody td:not(.product-name) {
        width: 176px;
    }
    /* form-pay */
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tbody td:not(.product-name) {
        width: 250px;
    }
}


/* custom border */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr {
    position: relative;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr td,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr th {
    position: relative;
    border: none;
}


/* second style */


/* .woocommerce-checkout .woocommerce #order_review .custom-review-container tr:nth-last-child(2) th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container tr:nth-last-child(2) td {
    padding-bottom: 30px;
} */


/**** tfoot ****/

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:first-child th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:first-child td {
    padding-top: 20px;
    padding-bottom: 30px;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:not(.shipping):not(.wcShipping-methods) th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:not(.shipping):not(.wcShipping-methods) td {
    position: relative;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr.shipping th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr.shipping td {
    padding-top: 30px;
}


/* left */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:not(.shipping):not(.wcShipping-methods) th::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--color-content-border);
    /* first style */
    left: 0px;
    /* second style */
    left: 30px;
}


/* right */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:not(.shipping):not(.wcShipping-methods) td::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1px;
    background: var(--color-content-border);
    /* first style */
    right: 0px;
    /* second style */
    right: 30px;
}

@media only screen and (min-width: 1400px) {
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:not(.shipping):not(.wcShipping-methods) th::after {
        /* second style */
        left: 40px;
    }
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tfoot tr:not(.shipping):not(.wcShipping-methods) td::after {
        /* second style */
        right: 40px;
    }
}


/* total price */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total th,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child th {
    width: 50%;
    color: var(--color-content-heading);
    background: none;
    /* font-size: 24px;
    font-weight: var(--bold-font-weight); */
    text-transform: initial;
    border-radius: 0;
    /* first style */
    vertical-align: top;
    padding: 30px 1rem 0 0;
    /* second style */
    text-transform: uppercase;
    vertical-align: middle;
    padding: 30px 30px 5px;
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td {
    border-radius: 0;
    background: none;
    /* first style */
    padding: 30px 0 0 0;
    /* second style */
    padding: 5px 30px 30px;
}

@media only screen and (max-width: 480px) {
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total th,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child th {
        width: 100%;
        min-width: 150px;
        display: block;
    }
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td {
        width: 100%;
        min-width: 250px;
        text-align: left;
        display: block;
    }
}

@media only screen and (min-width: 481px) {
    /* second style */
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total th,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child th,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td {
        padding-left: 0;
    }
}

@media only screen and (min-width: 1400px) {
    /* second style */
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total th,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child th {
        padding-left: 40px;
    }
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td,
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td {
        padding-right: 40px;
    }
}


/* first style - border */


/* .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total th::after,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0;
    right: 0;
    height: 1px;
    background: var(--color-content-primary);
} */


/* second style - border */

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total th::after,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td::after,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total th::before,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td::before {
    display: none;
}


/* order-pay */

.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:not(:first-child) th::after,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:not(:first-child) td::after,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:not(:first-child) th::before,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:not(:first-child) td::before {
    display: none;
}


/** Order Total **/

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td .woocommerce-Price-amount {
    color: var(--color-content-primary);
    font-size: 24px;
    font-family: var(--font-h1);
    font-weight: var(--bold-font-weight);
}

@media only screen and (min-width: 768px) {
    .woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td .woocommerce-Price-amount {
        font-size: 28px;
    }
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td .includes_tax,
.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td .includes_tax .woocommerce-Price-amount {
    font-size: 14px;
    color: var(--color-content-text);
    font-weight: var(--default-font-weight, 400);
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container .shop_table tr.order-total td .includes_tax {
    display: block;
    opacity: 1;
}


/* order-pay */

.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td .woocommerce-Price-amount {
    color: var(--color-content-primary);
    font-size: 24px;
    font-family: var(--font-h1);
    font-weight: var(--bold-font-weight);
}

@media only screen and (min-width: 768px) {
    .woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td .woocommerce-Price-amount {
        font-size: 28px;
    }
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td .includes_tax,
.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td .includes_tax .woocommerce-Price-amount {
    font-size: 14px;
    color: var(--color-content-text);
    font-weight: var(--default-font-weight, 400);
}

.woocommerce-checkout .woocommerce #order_review .custom-review-container.form-pay .shop_table tfoot tr:last-child td .includes_tax {
    display: block;
    opacity: 1;
}


/** SHIPPING METHODS - SAME FOR CART PAGE AND CHECKOUT PAGE **/

.woocommerce .shop_table tr.wcShipping-methods .woocommerce-shipping-methods li label span.amount {
    margin-left: 10px;
}

@media only screen and (min-width: 481px) {
    .woocommerce .shop_table tr.wcShipping-methods .woocommerce-shipping-methods li label span.amount {
        float: right;
    }
}

.woocommerce .shop_table tr.wcShipping-methods .woocommerce-shipping-methods li .shipping-method-description {
    font-size: 12px;
    font-weight: var(--default-font-weight, 400);
    color: var(--color-content-text);
    opacity: 1;
    line-height: 1.5;
    margin-left: 0;
    margin-top: 10px;
    display: block;
}

@media only screen and (min-width: 481px) {
    .woocommerce .shop_table tr.wcShipping-methods .woocommerce-shipping-methods li .shipping-method-description {
        margin-left: calc(20px + .6rem);
    }
}

.no-touch .woocommerce .shop_table tr.wcShipping-methods .woocommerce-shipping-methods input:not(:checked)+label:hover {
    background: none;
    color: var(--color-content-primary) !important;
}


/* Radio input - custom colors */

.woocommerce .shop_table input[type="radio"]:not([type="hidden"])+label:before {
    color: var(--color-content-primary);
}

.woocommerce .shop_table input[type="radio"]:checked:not([type="hidden"])+label:before {
    color: var(--color-content-primary);
}


/* WC EDITED TEMPLATE: wcShipping-methods - shipping divided between two rows (tr + th & tr + td & added colspan="2" -> to th and td) in cart-shipping.php template | second (added) row has css class "wcShipping-methods" */


/* shipping tr & th & td */

.woocommerce .shop_table tr.woocommerce-shipping-totals th,
.woocommerce .shop_table tr.wcShipping-methods td .woocommerce-shipping-methods {
    text-align: left;
    /* style 2 */
    padding-left: 30px;
    padding-right: 30px;
}

@media only screen and (min-width: 1400px) {
    .woocommerce .shop_table tr.woocommerce-shipping-totals th,
    .woocommerce .shop_table tr.wcShipping-methods td .woocommerce-shipping-methods {
        text-align: left;
        /* style 2 */
        padding-left: 40px;
        padding-right: 40px;
    }
}

.woocommerce .shop_table tr.woocommerce-shipping-totals th {
    padding-top: 20px;
    padding-bottom: 15px !important;
}

.woocommerce .shop_table tr.woocommerce-shipping-totals th h3 {
    font-size: 21px;
    margin-bottom: 0;
    text-transform: initial;
}

.woocommerce .shop_table tr.wcShipping-methods td ul#shipping_method li {
    margin: 0;
    padding: 15px 0;
    position: relative;
}

.woocommerce .shop_table tr.wcShipping-methods td ul#shipping_method li:last-child {
    padding-bottom: 30px;
}


/* ONLY FOR CHECKOUT PAGE */

.woocommerce .shop_table.woocommerce-checkout-review-order-table tr.wcShipping-methods td {
    padding: 0 !important;
}

.woocommerce .shop_table tr.wcShipping-methods td ul#shipping_method li,
.woocommerce-page .woocommerce #payment .payment_methods li {
    position: relative;
}


/* .woocommerce .shop_table tr.wcShipping-methods td ul#shipping_method li:not(:last-child)::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--color-content-border);
} */


/* ONLY FOR CART PAGE */


/* hide border bottom after Shipping Title */

.woocommerce-cart .woocommerce .cart-collaterals .shop_table tr.woocommerce-shipping-totals {
    border-bottom: none !important;
}

.woocommerce-cart .woocommerce .cart-collaterals .shop_table tr.woocommerce-shipping-totals th::after {
    content: none !important;
}

.woocommerce .cart-collaterals .shop_table tr.wcShipping-methods td {
    padding: 0 10px calc(30px - 14px) 10px !important;
}


/* extra small mobile */

@media only screen and (max-width: 480px) {
    .woocommerce .cart-collaterals .shop_table tr.wcShipping-methods td {
        padding: 0 0 calc(30px - 14px) 0 !important;
    }
    .woocommerce .cart-collaterals .cart_totals .wcShipping-methods td {
        width: 100% !important;
    }
    .woocommerce .cart-collaterals .shop_table th:last-child,
    .woocommerce .cart-collaterals .shop_table td:last-child {
        text-align: left;
    }
}


/** method-description added in wc-layouts.php */

.woocommerce .custom-review-container .woocommerce-shipping-methods .method-description {
    color: var(--color-content-text);
    opacity: 1;
    font-size: 14px;
    font-weight: var(--default-font-weight, 400);
    line-height: 1.5;
    max-width: 250px;
}

.woocommerce .custom-review-container .woocommerce-shipping-methods .method-description a {
    color: var(--color-content-link);
    text-decoration: underline;
}

.no-touch .woocommerce .custom-review-container .woocommerce-shipping-methods .method-description a:hover {
    color: var(--color-content-link-hover);
    text-decoration: none;
}

body:not(.state_mobiles) .woocommerce .custom-review-container .woocommerce-shipping-methods .method-description {
    margin-left: 35px;
}


/** PAYMENT METHODS **/


/* ADDED: Custom payment container section & #order_payment_heading added in payment.php template */

.woocommerce .custom-payment-container {
    border-radius: var(--woocommerce-border-radius);
    border: 2px solid var(--color-content-primary);
    margin-bottom: 40px;
    padding: 40px 10px calc(40px - 20px);
}

@media only screen and (min-width: 481px) {
    .woocommerce .custom-payment-container {
        padding: 40px 10px calc(40px - 20px);
    }
}

@media only screen and (min-width: 1400px) {
    .woocommerce .custom-payment-container {
        padding: 40px 20px calc(40px - 20px);
    }
}

.woocommerce .custom-payment-container #order_payment_heading {
    /* font-size: 24px; */
    text-transform: initial;
    padding: 0 20px;
    margin-bottom: calc(50px - 20px);
    text-align: left;
}

.woocommerce #payment .custom-payment-container .wc_payment_method {
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
}

.woocommerce #payment .custom-payment-container .wc_payment_methods {
    margin-bottom: 0;
}

.woocommerce-page .woocommerce #payment .payment_methods li>label {
    padding: 20px;
}

.woocommerce #payment .custom-payment-container .wc_payment_methods input:checked~* {
    background: var(--color-content-bg-alt);
}

.no-touch .woocommerce #payment .custom-payment-container .wc_payment_methods input:not(:checked)+label:hover {
    background: var(--color-content-bg-alt);
    color: var(--color-content-primary) !important;
}


/* .woocommerce #payment .custom-payment-container .payment_methods li>input:checked+label {
    color: var(--color-content-heading);
} */

.woocommerce #payment .custom-payment-container .wc_payment_methods .payment_box {
    padding: 0 20px 20px;
    margin-top: -12px;
}

.woocommerce #payment .custom-payment-container .wc_payment_methods .payment_box p {
    margin-bottom: 0;
}

.woocommerce .custom-payment-container .wc_payment_methods .payment_box p {
    color: var(--color-content-text);
    opacity: 1;
    font-size: 14px;
    font-weight: var(--default-font-weight, 400);
    line-height: 1.5;
}

body:not(.state_mobiles) .woocommerce .custom-payment-container .wc_payment_methods .payment_box p {
    margin-left: 35px;
}


/* style one - border */


/* .woocommerce-page .woocommerce #payment .payment_methods li:not(:last-child)::after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--color-content-border);
} */


/** privacy policy */

.woocommerce-page .woocommerce .woocommerce-terms-and-conditions-wrapper,
.woocommerce-page .woocommerce .woocommerce-privacy-policy-text {
    margin-bottom: 40px;
}

.woocommerce-privacy-policy-text p,
.woocommerce-page .woocommerce input[type="checkbox"]+.woocommerce-terms-and-conditions-checkbox-text {
    color: var(--color-content-text);
    opacity: 1;
    font-size: 16px;
    font-weight: var(--default-font-weight, 400);
    line-height: 1.5;
    text-transform: initial;
}

.woocommerce-privacy-policy-text a,
.woocommerce-page .woocommerce input[type="checkbox"]+.woocommerce-terms-and-conditions-checkbox-text a {
    color: var(--color-content-link);
    text-decoration: underline;
}

.woocommerce-privacy-policy-text a:hover,
.woocommerce-page .woocommerce input[type="checkbox"]+.woocommerce-terms-and-conditions-checkbox-text a:hover {
    color: var(--color-content-link-hover);
    text-decoration: none;
}


/* ADDED: Back to cart Link - added in wc-layouts.php */

.woocommerce-checkout .woocommerce .wc-return-to-cart-link-wrapper {
    margin-top: auto;
}

.woocommerce-checkout .woocommerce .wc-return-to-cart-link-wrapper div {
    margin-top: 40px;
}

.woocommerce-checkout .woocommerce .wc-return-to-cart-link-wrapper .backToCartLink {
    text-decoration: underline;
    display: inline-block;
    /* same as place order button height */
    line-height: 50px !important;
}

.woocommerce-checkout .woocommerce .wc-return-to-cart-link-wrapper .backToCartLink:hover {
    text-decoration: none;
}


/* hide link to show only button */

@media only screen and (max-width: 899px) {
    .woocommerce-checkout .woocommerce .wc-return-to-cart-link-wrapper {
        display: none;
    }
}


/* ADDED: Back to cart Button - added in wc-layouts.php */

.woocommerce-checkout .woocommerce .wc-return-to-cart-btn-wrapper {
    display: block;
    margin-top: 15px;
}


/* .woocommerce-checkout .woocommerce .wc-return-to-cart-btn-wrapper a.backToCartBtn:hover {} */

@media only screen and (min-width: 601px) {
    .woocommerce-checkout .woocommerce a.backToCartBtn {
        width: auto;
        display: inline-block;
    }
}

@media only screen and (min-width: 900px) {
    .woocommerce-checkout .woocommerce .backToCartBtn {
        display: none !important;
    }
}


/** Place order (submit) button */

.woocommerce #payment #place_order {
    /* font-size: 15px; */
    text-align: center;
}

@media only screen and (min-width: 480px) {
    .woocommerce #payment #place_order::before {
        content: '\f291';
        position: static;
        font-family: var(--fa-font-family);
        font-size: inherit;
        font-weight: var(--fa-font-weight, 400);
        line-height: inherit;
        color: inherit;
        margin-right: 10px;
        display: inline-block;
        border: none;
    }
}

@media only screen and (min-width: 900px) {
    .woocommerce #payment #place_order {
        display: block;
        margin-left: auto;
    }
}

@media only screen and (max-width: 600px) {
    .woocommerce #payment #place_order {
        padding-left: 1em !important;
        padding-right: 1em !important;
    }
}


/**************************************************
 *
 *  THANK YOU
 *
 **************************************************/


/* WC EDITED TEMPLATE: customer note hidden in right column - need add customer note to order-details-customer.php to show it in account page !!! */


/** LAYOUT **/


/* if not order defined in url */

.woocommerce-page p.woocommerce-thankyou-order-received {
    font-size: 36px;
    font-family: var(--font-h1);
    font-weight: var(--bold-font-weight);
    line-height: 1.2;
    letter-spacing: 0;
    color: var(--color-content-heading);
}

.state_mobiles .woocommerce-page p.woocommerce-thankyou-order-received {
    font-size: 28px;
}


/* WC EDITED TEMPLATE: order left wrapper section and & order right wrapper section added in thankyou.php temaplate, message edited in wc-layouts.php*/

.woocommerce-checkout .woocommerce-order {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

@media only screen and (min-width: 901px) {
    .woocommerce-checkout .woocommerce-order .order-left-wrapper {
        width: calc((6 / 12) * 100%);
        padding-right: 30px;
        float: none;
    }
    .woocommerce-checkout .woocommerce-order .order-right-wrapper {
        width: calc((6 / 12) * 100%);
        float: none;
    }
}

@media only screen and (min-width: 1200px) {
    .woocommerce-checkout .woocommerce-order .order-left-wrapper {
        width: calc((7 / 12) * 100%);
        float: none;
    }
    .woocommerce-checkout .woocommerce-order .order-right-wrapper {
        width: calc((5 / 12) * 100%);
        float: none;
    }
}

@media only screen and (min-width: 1400px) {
    .woocommerce-checkout .woocommerce-order .order-left-wrapper {
        width: calc((8 / 12) * 100%);
    }
    .woocommerce-checkout .woocommerce-order .order-right-wrapper {
        width: calc((4 / 12) * 100%);
    }
}


/** LEFT COLUMN **/


/* WC EDITED TEMPLATE: edited p to div for woocommerce-notice in thankyou.php temaplate*/


/* ADDED: thankyouWrapper - added in wc-layouts.php,  */

.thankyouWrapper {
    margin-bottom: 0 !important;
}

.thankyouWrapper .innerWrapper .contentWrapper {
    max-width: calc(450px + 120px);
    display: flex;
    flex-direction: column;
}

.state_default.woocommerce-order-received .thankyouWrapper .innerWrapper .contentWrapper {
    padding-left: 120px;
    position: relative;
}

.state_default.woocommerce-order-received .thankyouWrapper .innerWrapper .contentWrapper::before {
    content: '\f058';
    font-family: var(--fa-font-family);
    font-weight: var(--fa-font-weight);
    color: var(--woocommerce-success);
    font-size: 80px;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}

.thankyouWrapper .innerWrapper .contentWrapper .order-msg:not(:last-child) {
    margin-bottom: 20px;
}

.thankyouWrapper .innerWrapper .contentWrapper .order-msg {
    font-size: 36px;
    line-height: 1.2;
}

.state_mobiles .thankyouWrapper .innerWrapper .contentWrapper .order-msg {
    font-size: 28px;
}


/* ADDED: custom success main msg - added in wc-layouts.php */

.woocommerce-checkout .woocommerce-order .order-msg {
    position: relative;
    padding-top: 0;
    margin-bottom: 40px;
}

.woocommerce-checkout .woocommerce-order .order-msg .scs {
    color: var(--woocommerce-success);
}


/* ADDED: custom success sub msg - added in wc-layouts.php */

.woocommerce-checkout .woocommerce-order .order-left-wrapper .order-submsg {
    font-size: 18px;
    line-height: 1.5;
    color: var(--color-content-text);
    padding-bottom: 0;
    margin-bottom: 0;
    display: block;
    border-bottom: none;
}

.state_mobiles.woocommerce-checkout .woocommerce-order .order-left-wrapper .order-submsg {
    font-size: 16px;
}

.woocommerce-checkout .woocommerce-order .order-left-wrapper .order-submsg:not(:last-child) {
    margin-bottom: 20px;
}


/* WC EDITED TEMPLATE: custom order and details container section added in thankyou.php template */

.woocommerce-checkout .woocommerce-order .order-details-container {
    width: 100%;
    margin: 100px 0 40px;
    padding: 30px 0 0;
    border-top: 1px solid var(--color-content-border);
}

.state_mobiles.woocommerce-checkout .woocommerce-order .order-details-container {
    margin: 40px 0;
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner {
    display: flex;
    flex-wrap: wrap;
    margin: -15px;
    font-size: 16px;
    line-height: 2;
    color: var(--color-content-text);
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner h2,
.woocommerce-checkout .woocommerce-order .order-details-container_inner h3,
.woocommerce-checkout .woocommerce-order .order-details-container_inner strong {
    display: block;
    font-family: var(--font-body);
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    text-align: left;
    text-transform: uppercase;
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner h2:not(:last-child),
.woocommerce-checkout .woocommerce-order .order-details-container_inner h3:not(:last-child),
.woocommerce-checkout .woocommerce-order .order-details-container_inner strong:not(:last-child) {
    margin-bottom: 15px;
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner .woocommerce-bacs-bank-details {
    margin-top: 20px;
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner .woocommerce-bacs-bank-details .bacs_details {
    padding: 20px;
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner .woocommerce-bacs-bank-details .bacs_details li {
    padding-right: 0;
    margin-right: 0;
    border-right: 0;
    display: block;
    width: 100%;
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner .woocommerce-bacs-bank-details .bacs_details li:not(:last-child) {
    margin-bottom: 5px;
}

.woocommerce-checkout .woocommerce-order .order-details-container_inner>* {
    padding: 15px;
    width: 100%;
}

.state_laptops.woocommerce-checkout .woocommerce-order .order-details-container_inner>*,
.state_tablets.woocommerce-checkout .woocommerce-order .order-details-container_inner>* {
    width: 50%;
}

.state_default.woocommerce-checkout .woocommerce-order .order-details-container_inner>* {
    width: calc((3 / 12) * 100%);
}

.woocommerce-checkout .woocommerce-order .order-details-container .order-note-container {
    margin-top: 30px;
}

.woocommerce-checkout .woocommerce-order .order-details-container .order-payment-method {
    margin-top: 5px;
}

.woocommerce-checkout .woocommerce-order .order-details-container .order-payment-method p {
    font-size: 80%;
}


/** RIGHT COLUMN */


/* customer details */

.woocommerce-checkout .woocommerce-order .order-right-wrapper .woocommerce-customer-details {
    display: none;
}


/* container */

.woocommerce .woocommerce-order-details {
    border-radius: var(--woocommerce-border-radius);
    border: 2px solid var(--color-content-primary);
    /* first style */
    background: none;
    padding: 32px 24px 40px;
    /* second style */
    background: var(--color-content-bg-alt);
    padding: 0;
    position: relative;
}


/*** hide item meta ***/

.woocommerce .woocommerce-order-details ul.wc-item-meta {
    display: none;
}


/* first style */


/* @media only screen and (min-width: 768px) {
    .woocommerce .woocommerce-order-details {
        padding: 40px 40px 50px;
    }
} */


/* WC EDITED TEMPLATE: title - changed h2 -> h3 in order/order-details.php template and title  */

.woocommerce .woocommerce-order-details .woocommerce-order-details__title {
    float: none;
    width: 100%;
    /* font-size: 24px; */
    text-align: left;
    display: block;
    /* first style */
    background: none;
    padding: 0;
    margin-bottom: calc(40px - 20px);
    /* second style */
    background: #FFFFFF;
    margin: 0;
    padding: 30px 30px 10px;
    text-transform: initial;
}


/* second style */

@media only screen and (min-width: 1400px) {
    .woocommerce .woocommerce-order-details .woocommerce-order-details__title {
        padding: 40px 40px 20px;
    }
}


/* table */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details {
    margin: 0 !important;
    border: none;
    border-collapse: initial;
    width: 100%;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details+.order-again {
    display: none;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details th {
    /* first style */
    padding: 20px 0;
    /* second style */
    padding: 20px 0;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details td {
    /* first style */
    padding: 20px 0px 20px 15px;
    /* second style */
    padding: 20px 30px 20px 15px;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tbody td {
    padding: 10px 30px 10px 15px;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details th,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details td.product-name {
    /* first style */
    padding-left: 0;
    padding-right: 0;
    /* second style */
    padding-left: 30px;
    padding-right: 0;
}


/* second style */

@media only screen and (min-width: 1400px) {
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details td {
        padding-right: 40px;
    }
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details th,
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details td.product-name {
        padding-left: 40px;
    }
}


/* border */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tr,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details tr td,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details tr th {
    position: relative;
}


/**** tfoot ****/


/* first style */


/* left */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child th::before {
    content: "";
    position: absolute;
    left: 30px;
    bottom: 0;
    right: 0;
    height: 1px;
    background: var(--color-content-border);
}


/* right */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    right: 30px;
    height: 1px;
    background: var(--color-content-border);
}

@media only screen and (min-width: 1400px) {
    /* left */
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child th::before {
        left: 40px;
    }
    /* right */
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:first-child td::before {
        right: 40px;
    }
}


/* socond style */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th::before,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td::before {
    display: none;
}


/* styling */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details th {
    color: var(--color-content-heading);
    font-size: 14px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    /* first style */
    background: none;
    /* second style */
    background: #FFFFFF;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details td {
    color: var(--color-content-heading);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: initial;
    /* first style */
    background: none;
    /* second style */
    background: #FFFFFF;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details .product-name {
    display: flex;
    flex-direction: column-reverse;
    flex-wrap: nowrap;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details .product-name a {
    color: var(--color-content-text);
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    text-transform: initial;
    text-decoration: none;
}


/* WC EDITED TEMPLATE: Changed order of quantity and sprintf inside quantity in order-details-item.php */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details .product-name .product-quantity {
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
    display: block;
    width: 100%;
    margin: 0 0 8px;
    order: 1;
    width: 100%;
}

@media only screen and (min-width: 768px) {
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details .product-name {
        flex-direction: row-reverse;
    }
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details .product-name .product-quantity {
        margin: 0 4px 0 0;
        width: auto;
    }
}


/** ADDED: wc-custom-item_wrapper, wc-custom-item_title, wc-custom-item_meta added in wc-layouts.php **/


/* .woocommerce .woocommerce-order-details .woocommerce-table--order-details .product-name .wc-custom-item_wrapper {
    order: 2;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details .product-name .wc-custom-item_meta {
    color: var(--color-content-text);
    font-size: 15px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 2px;
} */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details .amount {
    color: var(--color-content-heading);
    font-weight: var(--bold-font-weight);
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr td .shipped_via {
    display: block;
    font-weight: 400;
    color: var(--color-content-text);
    text-align: right;
    opacity: 0.5;
}


/* WC EDITED TEMPLATE: final price - last child -> customer note hidden in order/order-details.php template */


/* total price */

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th {
    background: none;
    width: 50%;
    color: var(--color-content-heading);
    font-size: 14px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    letter-spacing: 0.1em;
    text-align: left;
    text-transform: uppercase;
    /* first style */
    vertical-align: top;
    padding: 30px 1rem 0 0;
    /* second style */
    vertical-align: middle;
    padding: 30px 5px 30px 30px;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
    background: none;
    border-radius: var(--woocommerce-border-radius);
    /* first style */
    padding: 30px 0 0 0;
    /* second style */
    padding: 30px 30px 30px 5px;
}

@media only screen and (min-width: 481px) {
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th,
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media only screen and (min-width: 1400px) {
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child th {
        /* second style */
        padding-left: 50px;
    }
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td {
        /* second style */
        padding-right: 50px;
    }
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .woocommerce-Price-amount {
    color: var(--color-content-primary);
    font-size: 20px;
    font-family: var(--font-h1);
    font-weight: var(--bold-font-weight);
}

@media only screen and (min-width: 768px) {
    .woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .woocommerce-Price-amount {
        font-size: 32px;
    }
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .includes_tax,
.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .includes_tax .woocommerce-Price-amount {
    font-size: 16px;
    color: var(--color-content-text);
    font-weight: 400;
}

.state_mobiles.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .includes_tax,
.state_mobiles.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .includes_tax .woocommerce-Price-amount {
    font-size: 14px;
}

.woocommerce .woocommerce-order-details .woocommerce-table--order-details tfoot tr:last-child td .includes_tax {
    display: block;
    opacity: 0.5;
}


/* hide customer info from right column */

.woocommerce .woocommerce-order-details .woocommerce-table--custom-fields.custom-fields {
    display: none !important;
}


/** Account */

.woocommerce .woocommerce-address-fields p:last-child::before {
    content: '';
    clear: both;
    position: relative;
    display: block;
}

.woocommerce .woocommerce-address-fields .form-row:last-child {
    margin-bottom: 30px;
}


/**************************************************
 *
 *  CUSTOM ELEMENTS
 *
 **************************************************/


/**** Woocommerce Login Modal *****/

.woocommerce-login-modal-overlay {
    display: none;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, .85);
}

.woocommerce-login-modal {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

.woocommerce-login-modal-overlay,
.woocommerce-login-modal {
    position: fixed;
}

.woocommerce-login-modal {
    overflow-y: auto;
}

.woocommerce-login-modal-closer {
    position: absolute;
    top: 20px;
    right: 20px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: var(--color-content-link);
    padding: 10px;
    opacity: 0;
}

.woocommerce-login-modal-content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);
    max-height: 90vh;
    overflow: auto;
    cursor: default;
    width: 98vw;
    max-width: 930px;
    top: -100vh;
    border-radius: var(--element-radius);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}


/***** CUSTOM FREE SHIPPING BANNER *****/

#free_shipping_msg_wrapper {
    width: 100%;
}

#free_shipping_msg_wrapper .innerWrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
    border-radius: var(--woocommerce-border-radius);
    padding: 20px;
    font-size: 18px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    margin-bottom: 70px;
    color: var(--color-alt-content-heading);
    background: var(--woocommerce-success);
}

.state_mobiles #free_shipping_msg_wrapper .innerWrapper {
    flex-direction: column;
    text-align: center;
    font-size: 16px;
}

.state_mobiles #free_shipping_msg_wrapper .innerWrapper {
    margin-bottom: 40px;
}

#free_shipping_msg_wrapper .innerWrapper .btn {
    font-weight: var(--bold-font-weight);
    border-radius: var(--woocommerce-border-radius);
    text-decoration: none;
    font-size: 16px;
    color: var(--color-alt-content-heading);
    border: 2px solid #FFFFFF;
    padding: 10px 20px;
    display: block;
}

.no-touch #free_shipping_msg_wrapper .innerWrapper .btn:hover {
    text-decoration: none;
    background: #FFFFFF;
    color: var(--color-content-heading);
}


/***** Woocommerce Login Modal - Forms *****/

.woocommerce-login-modal-content .woocommerce {
    display: flex;
    flex-direction: column-reverse;
}

.woocommerce-login-modal-content .woocommerce .woocommerce-notices-wrapper {
    margin-bottom: 0;
}

.woocommerce-login-modal-content .woocommerce .woocommerce-notices-wrapper>div {
    margin-bottom: 0;
    border-radius: 0 0 var(--woocommerce-border-radius) var(--woocommerce-border-radius);
}

.woocommerce-login-modal-content .woocommerce .woocommerce-notices-wrapper .showlogin {
    display: none;
}

.woocommerce-login-modal-content .woocommerce .col2-set {
    gap: 0;
    display: flex;
}

.state_mobiles .woocommerce-login-modal-content .woocommerce .col2-set {
    flex-direction: column;
}

.woocommerce-login-modal-content .woocommerce .col2-set>* {
    padding: 50px;
    width: 50%;
}

.state_mobiles .woocommerce-login-modal-content .woocommerce .col2-set>* {
    padding: 50px 30px;
    width: 100%;
}

.woocommerce-login-modal-content .woocommerce .col2-set .u-column2.col-2 {
    background: var(--color-content-bg-alt);
}

.woocommerce-login-modal-content .woocommerce-form-login,
.woocommerce-login-modal-content .woocommerce-form-register {
    margin: 0;
    padding: 0;
    box-shadow: none;
}

.woocommerce-login-modal-content .woocommerce .form-row label.checkbox {
    font-size: 0;
}


/**** Login and Registation Forms ****/

.state_default .woocommerce .woocommerce-form-login .woocommerce-form-login__submit::after,
.state_default .woocommerce .woocommerce-form-register .woocommerce-form-register__submit::after {
    content: '\f061';
    display: inline-block;
    margin-left: 10px;
    color: inherit;
    font-size: inherit;
    font-family: var(--fa-font-family);
    font-weight: var(--fa-font-weight);
}

.woocommerce .woocommerce-form-login .lost_password,
.woocommerce .woocommerce-form-login .woocommerce-LostPassword {
    margin-right: 0;
}

.woocommerce .woocommerce-form-login .lost_password>a,
.woocommerce .woocommerce-form-login .woocommerce-LostPassword>a {
    font-size: 16px;
}

.woocommerce .woocommerce-form-register .woocommerce-privacy-policy-text {
    display: none;
}

.woocommerce .woocommerce-form-register p:not([class]) {
    font-weight: var(--bold-font-weight);
}

.woocommerce .woocommerce-form-register input[type="checkbox"]+.custom-checkbox-text {
    color: var(--color-content-text);
    opacity: 1;
    font-size: 16px;
    font-weight: var(--default-font-weight, 400);
    line-height: 1.5;
    text-transform: initial;
}

.woocommerce .woocommerce-form-register input[type="checkbox"]+.custom-checkbox-text a {
    color: var(--color-content-link);
    text-decoration: underline;
}

.woocommerce .woocommerce-form-register input[type="checkbox"]+.custom-checkbox-text a:hover {
    color: var(--color-content-link-hover);
    text-decoration: none;
}


/***** Variation Modal */


/**** Woocommerce Login Modal *****/

.variation-modal-overlay {
    display: none;
    z-index: 10001;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    transition: opacity 0.3s;
    opacity: 0;
    background: rgba(0, 0, 0, .85);
}

.variation-modal {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10002;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
}

.variation-modal-overlay,
.variation-modal {
    position: fixed;
}

.variation-modal {
    overflow-y: auto;
}

.variation-modal-closer {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    cursor: pointer;
    color: var(--color-content-link);
    padding: 10px;
    opacity: 0;
    display: block;
    margin-right: -10px;
}

.variation-modal-content {
    position: relative;
    background: #FFFFFF;
    box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.25);
    max-height: 100vh;
    height: auto;
    cursor: default;
    width: 98vw;
    max-width: 1410px;
    padding: 20px;
    top: -100vh;
    border-radius: var(--element-radius);
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

@media only screen and (min-width: 600px) {
    .variation-modal-content {
        padding: 30px;
    }
}


/** */

.variation-modal .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.variation-modal .modal-header h3 {
    margin-bottom: 0;
}

.variation-modal .modal-content {
    padding: 30px 0;
}

@media only screen and (min-width: 1200px) {
    .variation-modal .modal-content {
        padding-right: 100px;
    }
}

.variation-modal .modal-content .innerGrid {
    display: flex;
    flex-wrap: wrap;
    max-height: 375px;
    overflow-y: auto;
}

@media only screen and (min-width: 600px) {
    .variation-modal .modal-content .innerGrid {
        max-height: 440px;
    }
}

.variation-modal .modal-content .color-item {
    width: calc((4 / 12) * 100%);
}

@media only screen and (min-width: 600px) {
    .variation-modal .modal-content .color-item {
        width: calc((3 / 12) * 100%);
    }
}

@media only screen and (min-width: 1200px) {
    .variation-modal .modal-content .color-item {
        width: calc((1 / 9) * 100%);
    }
}

.variation-modal .modal-content .color-item input {
    display: none;
}

.variation-modal .modal-content .color-item label {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    padding: 10px;
    min-height: 130px;
    height: 100%;
    border-radius: var(--woocommerce-border-radius);
    border: 1px solid transparent;
    transition: all .3s ease;
}

.variation-modal .modal-content .color-item input[type="radio"]:checked+label {
    background: var(--color-content-bg-alt);
    border: 1px solid var(--color-content-border);
}

@media only screen and (min-width: 600px) {
    .variation-modal .modal-content .color-item label {
        padding: 15px;
        min-height: 160px;
    }
}

.variation-modal .modal-content .color-item label .color-holder {
    display: block;
    width: 70px;
    height: 70px;
    border: 1px solid var(--color-content-border);
    border-radius: 50%;
}

.variation-modal .modal-content .color-item label .color-no,
.variation-modal .modal-content .color-item label .color-name {
    font-size: 12px;
    line-height: 1.3;
    color: var(--color-content-text);
}

@media only screen and (min-width: 600px) {
    .variation-modal .modal-content .color-item label .color-no,
    .variation-modal .modal-content .color-item label .color-name {
        font-size: 14px;
    }
}

.variation-modal .modal-content .color-item:not(.purchasable) label {
    opacity: .4;
    user-select: none;
    pointer-events: none;
}

.variation-modal .modal-content .color-item:not(.purchasable) label .color-no,
.variation-modal .modal-content .color-item:not(.purchasable) label .color-name {
    text-decoration: line-through;
}

.variation-modal .modal-footer {
    display: flex;
    justify-content: flex-end;
}

.variation-modal-trigger-wrapper .label {
    font-size: 16px;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    display: block;
    margin-bottom: 10px;
}

.variation-modal-trigger-wrapper .variation-modal-trigger {
    padding: 12px 36px;
    background: var(--color-content-bg-alt);
    border-radius: var(--woocommerce-border-radius);
    border: 1px solid var(--color-content-border);
    display: inline-block;
}

.variation-modal-trigger-wrapper .variation-modal-trigger>.innerGrid {
    display: flex;
    gap: 10px;
    align-items: center;
}

.variation-modal-trigger-wrapper .variation-modal-trigger .color {
    display: inline-block;
    width: 24px;
    height: 24px;
    font-size: 0;
    border-radius: 50%;
    position: relative;
}

.variation-modal-trigger-wrapper .variation-modal-trigger .title {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
}

.variation-modal-trigger-wrapper .variation-modal-trigger .link {
    font-size: 16px;
    line-height: 1.5;
    color: var(--color-content-primary);
    text-decoration: underline;
}

.no-touch .variation-modal-trigger-wrapper .variation-modal-trigger:hover .link {
    color: var(--color-content-link-primary);
    text-decoration: none;
}


/**** REVIEWS *****/


/* starrating */

.woocommerce .woocommerce-product-rating,
.woocommerce #reviews_summary .woocommerce-product-rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    margin-top: 0;
}

.woocommerce .star-rating::before {
    color: rgba(20, 19, 19, 0.1);
    opacity: 0;
    user-select: none;
    transition: opacity .3s ease;
}

.no-touch .woocommerce .woocommerce-product-rating:hover .star-rating::before,
.no-touch .woocommerce #comments .commentlist li:hover .star-rating::before {
    opacity: 1;
}

.woocommerce .star-rating span:before {
    color: var(--color-alt-content-secondary);
}

.woocommerce .star-rating {
    margin-right: 0;
}

.woocommerce .woocommerce-review-link,
.woocommerce .ywar_review_count {
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-content-text);
}

.woocommerce .woocommerce-review-link {
    color: var(--color-content-link);
    text-decoration: underline;
}

.no-touch .woocommerce .woocommerce-review-link:hover {
    color: var(--color-content-link-hover);
    text-decoration: none;
}


/* reviews and comment form */

.woocommerce #ywar_reviews h3 {
    font-size: 36px;
    line-height: 1.2;
    margin-bottom: 40px;
}

@media (max-width: 600px) {
    .woocommerce #ywar_reviews h3 {
        font-size: 24px;
    }
}

.woocommerce #ywar_reviews .reviews_bar {
    margin-top: 0;
    margin-bottom: 30px;
}

.woocommerce #ywar_reviews .reviews_bar .ywar_review_row,
.woocommerce #ywar_reviews .reviews_bar .ywar_review_row>a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 5px;
}

.woocommerce #ywar_reviews .reviews_bar .ywar_review_row span {
    height: 20px;
}

.woocommerce #ywar_reviews .reviews_bar .ywar_stars_value {
    min-width: 100px;
    float: none;
    padding: 0;
    order: 1;
}

.woocommerce #ywar_reviews .reviews_bar .ywar_num_reviews {
    float: none;
    padding: 0;
    min-width: 30px;
    order: 3;
    text-align: right;
}

.woocommerce #ywar_reviews .reviews_bar .ywar_stars_value,
.woocommerce #ywar_reviews .reviews_bar .ywar_num_reviews {
    font-size: 16px;
    line-height: 1.2;
}

.woocommerce #ywar_reviews .reviews_bar .ywar_rating_bar {
    order: 2;
    width: 100%;
    display: block;
}

.woocommerce #ywar_reviews .reviews_bar .ywar_rating_bar span {
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
}

.woocommerce #ywar_reviews #reviews_header {
    padding-top: 0;
}

.woocommerce #ywar_reviews #reviews_header:empty {
    display: none;
}

.woocommerce #ywar_reviews #reviews_header h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.woocommerce #ywar_reviews #reviews_header a {
    text-decoration: underline;
    color: var(--color-content-link);
}

.no-touch .woocommerce #ywar_reviews #reviews_header a:hover {
    text-decoration: none;
    color: var(--color-content-link-hover);
}

.woocommerce #ywar_reviews #reviews_header hr {
    display: none;
}

.woocommerce #reviews #comments .commentlist {
    display: flex;
    flex-direction: column;
}

.woocommerce #comments .commentlist li {
    margin: 20px 0 0;
    border-top: 1px solid var(--color-content-border);
    padding: 20px 0 0;
    box-shadow: none;
    border-radius: 0;
}

.woocommerce #comments .commentlist li.review-featured {
    padding: 20px;
    margin: 0;
    box-shadow: none !important;
    background: #FFFFFF;
    border: 1px solid var(--color-alt-content-secondary);
}

.woocommerce #comments .commentlist li.review-featured+li {
    margin-top: 40px;
    padding-top: 0;
    border-top: 0;
}

.woocommerce #comments .commentlist li .comment_container {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.woocommerce #comments .commentlist li .comment_container .star-rating {
    position: relative;
    display: block;
    margin-bottom: 20px;
}

.woocommerce #comments .commentlist li .comment_container .meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
    opacity: 1;
    font-size: 16px;
    line-height: 1.2;
    color: var(--color-content-faded);
    margin-bottom: 8px;
    order: -1;
}

.woocommerce #comments .commentlist li .comment_container .meta time {
    font-size: 14px;
}

.woocommerce #comments .commentlist li .comment_container .ywar-featured-badge-container {
    float: none;
    background: var(--color-alt-content-secondary);
    position: absolute;
    top: -20px;
    right: -20px;
}

.woocommerce #comments .commentlist li .comment_container .comment-text {
    padding: 0;
    border: none;
}

.woocommerce #comments .commentlist li .comment_container .comment-text p {
    line-height: 1;
    margin-bottom: 0;
}

.woocommerce #comments .commentlist li .comment_container .comment-text p+.review-actions {
    margin-top: 20px;
    pointer-events: none;
    user-select: none;
    display: none;
}

.woocommerce #comments .commentlist li .comment_container .comment-text .review_title {
    font-size: 16px;
    line-height: 1.2;
    font-weight: var(--heading-font-weight);
    color: var(--color-content-heading);
    margin-bottom: 10px;
    padding: 0;
}

.woocommerce #comments .commentlist li .comment_container .comment-text .review_content {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--default-font-weight);
    color: var(--color-content-text);
}

.woocommerce #comments .commentlist li .comment_container .review-actions .reply a {
    padding: 0;
    background: none;
    font-weight: 400;
    color: var(--color-content-link) !important;
    text-decoration: underline;
}

.no-touch .woocommerce #comments .commentlist li .comment_container .review-actions .reply a:hover {
    color: var(--color-content-link-hover) !important;
    text-decoration: none;
}

.woocommerce #comments>.ywar_show_more {
    margin-top: 30px;
}

.woocommerce #reviews #review_form_wrapper {
    margin-top: 60px;
    border: 1px solid var(--color-content-border);
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
}

.woocommerce #reviews #review_form_wrapper #review_form #respond {
    padding: 40px;
    background: #FFFFFF;
    box-shadow: none;
}

.woocommerce #reviews #review_form_wrapper #review_form #respond h3:not(:last-child) {
    margin-bottom: 30px;
}

.woocommerce #reviews #review_form #respond label {
    font-family: inherit;
    font-size: 14px;
    line-height: 1.5;
    color: var(--color-content-heading);
    margin-bottom: 10px;
    display: block;
    text-align: left;
    opacity: 1;
}

.woocommerce #reviews #review_form #respond label:not(.checkbox) {
    /* text-transform: uppercase; */
    font-weight: var(--bold-font-weight);
}

.woocommerce #reviews #review_form #respond .comment-form-title input#title,
.woocommerce #reviews #review_form #respond .comment-form-comment textarea#comment {
    margin-top: 0;
}

.woocommerce #reviews #review_form .stars a:before {
    font-size: 20px;
}

.woocommerce #reviews #review_form .stars span {
    width: 150px;
}

.woocommerce #reviews #review_form .stars a {
    color: var(--color-alt-content-secondary)
}

.no-touch .woocommerce #reviews #review_form .stars a:hover~a,
.woocommerce #reviews #review_form .stars a.active~a {
    opacity: 1;
    color: rgba(20, 19, 19, 0.1);
}

.woocommerce #reviews #review_form .form-submit {
    float: none;
}

.woocommerce #reviews #review_form .form-submit #submit {
    font-size: 16px !important;
}

.woocommerce #reviews .woocommerce-verification-required {
    margin-top: 60px;
    margin-bottom: 0;
    padding: 20px;
    background: #FFFFFF;
    border: 1px solid var(--color-content-border);
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
    text-align: center;
    color: var(--color-content-heading);
}


/*** My account reviews */

.ywar-reviews-panel-title-container {
    margin-bottom: 30px;
}

.ywar-reviews-panel-title-container h2 {
    float: none !important;
}


/***** WISHLIST **/


/** products loop */

.wc-custom_wishlist_wrapper {
    position: absolute;
    z-index: 1;
    top: 30px;
    right: 30px;
}

.wc-custom_wishlist_wrapper .yith-wcwl-add-to-wishlist {
    font-size: 0;
    line-height: 0;
}

.wc-custom_wishlist_wrapper .yith-wcwl-add-button>a,
.wc-custom_wishlist_wrapper .feedback {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 50%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wc-custom_wishlist_wrapper .yith-wcwl-add-button img,
.wc-custom_wishlist_wrapper .feedback img,
.wc-custom_wishlist_wrapper .yith-wcwl-add-to-wishlist a.add_to_wishlist>img {
    max-height: 18px;
    width: auto;
    margin-left: auto;
    margin-right: auto;
}


/** product detail */

.product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist {
    font-size: 16px;
    line-height: 1.2;
    margin: 0;
}

.product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist>div {
    display: flex;
    align-items: center;
    gap: 10px;
}

.product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist .yith-wcwl-add-button img,
.product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist>div img {
    max-height: 16px;
    margin-right: 5px;
    width: auto;
}

.product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a>span,
.product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist>div a {
    text-decoration: underline;
    color: var(--color-content-link);
}

.no-touch .product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist .yith-wcwl-add-button>a>span:hover,
.no-touch .product_actions_wrapper>ul li .yith-wcwl-add-to-wishlist>div a:hover {
    text-decoration: none;
    color: var(--color-content-link-hover);
}


/** Detail Pahge */

.woocommerce .wishlist-page-links,
.woocommerce #create_new_wishlist {
    display: none !important;
}

#yith-wcwl-form>* {
    width: 100%;
    float: none;
}

#yith-wcwl-form .hidden-title-form {
    margin-top: 0;
}

#yith-wcwl-form .yith_wcwl_wishlist_update input {
    background: var(--color-content-secondary);
}

.no-touch #yith-wcwl-form .yith_wcwl_wishlist_update input:hover {
    background: var(--color-content-text);
}


/** Shop tbale */

#yith-wcwl-form .wishlist_table tr {
    border: none !important;
    justify-content: space-between;
}

#yith-wcwl-form .wishlist_table th {
    border-top: none;
    opacity: 1;
    border-bottom: 2px solid var(--color-content-faded);
    color: var(--color-content-heading);
    font-size: 16px;
    font-weight: var(--bold-font-weight) !important;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0;
}

#yith-wcwl-form .wishlist_table td {
    background: #FFFFFF;
    vertical-align: middle;
}

#yith-wcwl-form .wishlist_table .product-thumbnail img {
    width: 70px;
    height: auto;
    padding: 0;
    border-radius: var(--woocommerce-border-radius);
    border: 1px solid var(--color-content-border);
    border-radius: var(--woocommerce-border-radius);
    overflow: hidden;
}

#yith-wcwl-form .wishlist_table td.product-name,
#yith-wcwl-form .wishlist_table .product-name h3 {
    color: var(--color-content-heading);
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--default-font-weight);
    text-decoration: underline;
    transition: color .3s ease;
}

.no-touch #yith-wcwl-form .wishlist_table td.product-name:hover,
.no-touch #yith-wcwl-form .wishlist_table .product-name h3:hover {
    text-decoration: none;
}

#yith-wcwl-form .wishlist_table .product-name .variation {
    color: var(--color-content-faded);
    font-size: 14px;
}

#yith-wcwl-form .wishlist_table .product-name .variation dt {
    margin-right: 5px;
}

#yith-wcwl-form .wishlist_table .product-stock-status {
    font-size: 16px;
}

#yith-wcwl-form .wishlist_table .product-stock-status span.wishlist-in-stock {
    color: var(--woocommerce-success);
}

#yith-wcwl-form .wishlist_table .product-stock-status span.wishlist-out-of-stock {
    color: var(--woocommerce-error);
}

#yith-wcwl-form .wishlist_table .product-add-to-cart a {
    padding: 5px 10px !important;
    display: inline-block !important;
}

#yith-wcwl-form .wishlist_table .actions_wrapper {
    display: flex;
    flex-direction: column;
}


/* price */

#yith-wcwl-form .wishlist_table .product-price .price {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
    margin: 0;
}

#yith-wcwl-form .wishlist_table .product-price .price {
    flex-direction: row;
}

#yith-wcwl-form .wishlist_table .product-price .price>*:last-child,
#yith-wcwl-form .wishlist_table .product-price .price>*:first-child {
    margin-right: 0;
}

#yith-wcwl-form .wishlist_table .product-price .price .woocommerce-price-suffix {
    display: none !important;
}

#yith-wcwl-form .wishlist_table .product-price .price,
#yith-wcwl-form .wishlist_table .product-price .price ins {
    font-size: 16px;
    line-height: 1.2;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    text-decoration: none;
}

#yith-wcwl-form .wishlist_table .product-price .price ins {
    order: 2;
}

#yith-wcwl-form .wishlist_table .product-price .price>del {
    margin-left: 0;
    opacity: 1;
    font-size: 14px;
    line-height: 1.2;
    font-weight: var(--default-font-weight, 400);
    color: var(--color-content-faded);
    order: 3;
}

.state_default #yith-wcwl-form .wishlist_table .product-price .price>del {
    font-size: 16px;
}


/* mobile */

#yith-wcwl-form .wishlist_table.mobile {
    margin-bottom: 60px !important;
}

#yith-wcwl-form .wishlist_table.mobile .product-quantity {
    text-align: right;
}

#yith-wcwl-form .wishlist_table.mobile .product-name .item-details-table {
    border: none;
}

#yith-wcwl-form .wishlist_table.mobile li {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid var(--color-content-border);
}

@media (max-width: 600px) {
    #yith-wcwl-form .wishlist_table.mobile {
        margin-bottom: 40px !important;
    }
    #yith-wcwl-form .wishlist_table.mobile li {
        margin-bottom: 20px;
        padding-bottom: 20px;
        border-bottom: 1px solid var(--color-content-border);
    }
}

#yith-wcwl-form .wishlist_table.mobile li .item-wrapper {
    width: 100%;
}

#yith-wcwl-form .wishlist_table.images_grid li .item-details table.item-details-table td,
#yith-wcwl-form .wishlist_table.mobile li .item-details table.item-details-table td,
#yith-wcwl-form .wishlist_table.mobile li table.additional-info td,
#yith-wcwl-form .wishlist_table.modern_grid li .item-details table.item-details-table td {
    font-size: 14px;
}

#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .move-to-another-wishlist,
#yith-wcwl-form .wishlist_table.mobile li .additional-info-wrapper .product-add-to-cart {
    text-align: left;
}


/** Footer */

#yith-wcwl-form .yith_wcwl_wishlist_footer>* {
    float: none;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .wishlist-actions {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .wishlist-actions .yith_wcwl_wishlist_update input {
    display: block;
    width: 100%;
}

#yith-wcwl-form .wishlist_table:not(.mobile)+.yith_wcwl_wishlist_footer {
    display: flex;
    align-items: flex-end;
    gap: 30px;
}

#yith-wcwl-form .wishlist_table:not(.mobile)+.yith_wcwl_wishlist_footer .yith_wcwl_wishlist_update {
    order: 2;
}

#yith-wcwl-form .wishlist_table:not(.mobile)+.yith_wcwl_wishlist_footer .yith-wcwl-share {
    order: 1;
    margin-bottom: 0;
    width: 100%;
}

#yith-wcwl-form .wishlist_table:not(.mobile)+.yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    order: 3;
}

#yith-wcwl-form .wishlist_table+.yith_wcwl_wishlist_footer>div {
    margin-bottom: 0;
}

#yith-wcwl-form .wishlist_table.mobile+.yith_wcwl_wishlist_footer>div {
    margin-bottom: 30px;
}

#yith-wcwl-form .wishlist_table.mobile+.yith_wcwl_wishlist_footer .yith-wcwl-share {
    margin-bottom: 0;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-share-title {
    margin-top: 0;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul {
    margin-top: 0;
    margin-bottom: 20px;
    display: flex;
    gap: 10px;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul>li {
    margin: 0;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share ul .share-button>a {
    display: block;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: var(--woocommerce-border-radius);
    display: flex;
    align-items: center;
    justify-content: center;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
    width: 100%;
    max-width: 650px;
}

#yith-wcwl-form .yith_wcwl_wishlist_footer .yith-wcwl-share .yith-wcwl-after-share-section small {
    color: var(--color-content-faded);
}


/* custom input type number styling */

#yith-wcwl-form .product-quantity.added_buttons .quantity {
    display: inline-flex;
    position: relative;
    /* plus/minus btn with - 1 side border width */
    padding-right: calc(30px - 1px);
    vertical-align: middle;
}

#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_plus,
#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_minus {
    display: flex;
    padding: 0;
    margin: 0;
    outline: 0;
    position: absolute;
    justify-content: center;
    align-items: center;
    width: 30px;
    /*  input height with borders and one border of plus button (2px border) / 2 */
    height: calc((var(--inputs-height) + 2px + 1px) / 2);
    font-size: 16px;
    text-decoration: none;
    overflow: visible;
    text-decoration: none;
    cursor: pointer;
    text-shadow: none;
    background: transparent;
    border-radius: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: all 0.3s ease;
    transition-property: border-color, color, background;
}

#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_plus:hover,
#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_minus:hover {
    color: var(--color-content-primary);
}

#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_minus {
    bottom: 0;
    right: 0;
    border-radius: 0 0 var(--woocommerce-border-radius) 0;
    border-bottom: 1px solid var(--color-content-border);
    border-right: 1px solid var(--color-content-border);
}

#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_plus {
    top: 0;
    right: 0;
    border-radius: 0 var(--woocommerce-border-radius) 0 0;
    border-top: 1px solid var(--color-content-border);
    border-bottom: 1px solid var(--color-content-border);
    border-right: 1px solid var(--color-content-border);
}

#yith-wcwl-form .product-quantity {
    --inputs-height: 42px;
}

#yith-wcwl-form .product-quantity input {
    width: 60px;
    padding: 0 5px 0 10px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_plus,
#yith-wcwl-form .product-quantity.added_buttons .quantity .btn_minus {
    font-size: 14px;
}


/***** Filters **/

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.hierarchy-collapsable .toggle-handle {
    margin-top: 5px;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters.custom-style span.checkboxbutton.checked:before {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy45OTkiIGhlaWdodD0iOS45OTkiIHZpZXdCb3g9IjAgMCAxMy45OTkgOS45OTkiPjxwYXRoIGQ9Ik0xMy43MDYtMTAuNzA2YTEsMSwwLDAsMSwwLDEuNDEzbC04LDhhMSwxLDAsMCwxLTEuNDEzLDBsLTQtNGExLDEsMCwwLDEsMC0xLjQxMywxLDEsMCwwLDEsMS40MTQsMEw0Ljk3Mi0zLjQxNmw3LjMyMi03LjI5MWExLDEsMCwwLDEsMS40MTMsMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgMTEpIiBmaWxsPSIjZmZmIi8+PC9zdmc+') !important;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters:not(.filters-modal) {
    padding: 30px;
    border-radius: var(--element-radius);
    border: 1px solid var(--color-content-border);
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters.filters-modal .yith-wcan-filter {
    border-color: var(--color-content-border);
    border-radius: var(--woocommerce-border-radius);
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter:last-child {
    margin-bottom: 0;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters:not(.filters-modal) .yith-wcan-filter .filter-title {
    font-size: 16px;
    margin-bottom: 20px;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters:not(.filters-modal) .yith-wcan-filter.filter-price-slider .filter-title {
    margin-bottom: 40px;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter .filter-item {
    font-size: 16px;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item.checkbox>label {
    position: relative;
    margin-right: 30px;
    display: inline-block;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item .checkboxbutton {
    position: absolute;
}

.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>a,
.yith-wcan-filters .yith-wcan-filter .filter-items .filter-item>label>a {
    padding-left: 36px;
    display: block;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter .filter-item .item-count {
    color: var(--color-content-faded);
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter .irs--round .irs-line {
    background: var(--color-content-border);
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter .price-slider .irs-bar {
    background: var(--color-content-secondary);
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter .price-slider .irs-from,
.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter .price-slider .irs-to,
.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .yith-wcan-filter .price-slider .irs-single {
    border-radius: var(--woocommerce-border-radius);
    font-weight: var(--bold-font-weight);
    font-size: 12px;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters .apply-filters.main-modal-button {
    font-size: 16px;
    line-height: 1.25!important;
    font-weight: var(--bold-font-weight);
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: var(--woocommerce-border-radius) var(--woocommerce-border-radius) 0 0;
    padding: 0.94em 2.25em;
    background: var(--color-content-primary);
    border-color: transparent;
    color: #ffffff!important;
    border: none;
}


/* active filters */

.yith-wcan-active-filters {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid var(--color-content-border);
}

.yith-wcan-active-filters,
.yith-wcan-active-filters .active-filter {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}

.state_mobiles .yith-wcan-active-filters,
.state_mobiles .yith-wcan-active-filters .active-filter {
    gap: 10px;
}

.yith-wcan-active-filters>*,
.yith-wcan-active-filters .active-filter>* {
    margin: 0 !important;
}

.yith-wcan-active-filters h4 {
    font-size: 16px;
    margin-bottom: 20px;
    width: 100%;
}

.yith-wcan-active-filters .active-filter .active-filter-label {
    border-color: var(--color-content-border);
    font-size: 14px;
    border-radius: var(--woocommerce-border-radius);
    color: var(--color-content-text);
}

.yith-wcan-active-filters .reset-filters {
    border-radius: 0;
    border: none;
    padding: 0;
    background: none;
    color: var(--color-content-link);
    text-decoration: underline;
    font-size: 16px;
    line-height: 1;
    margin-left: 15px;
}

.state_mobiles .yith-wcan-active-filters .reset-filters {
    width: 100%;
    text-align: left;
    margin-top: 10px !important;
    margin-left: 0;
}

.no-touch .yith-wcan-active-filters .reset-filters:hover {
    color: var(--color-content-link-hover);
    text-decoration: none;
    background: none;
}

.yith-wcan-filters-opener {
    font-size: 16px;
    line-height: 1.25!important;
    font-weight: var(--bold-font-weight);
    font-style: normal;
    text-transform: none;
    letter-spacing: 0em;
    border-radius: var(--woocommerce-border-radius);
    padding: 0.94em 2.25em;
    background: var(--color-content-primary);
    border-color: transparent;
    color: #ffffff!important;
    border: none;
    margin-bottom: 20px;
}

.no-touch .yith-wcan-filters-opener:hover {
    background: #d10814;
}

.yith-wcan-filters-opener i.filter-icon {
    background-image: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxMiIgdmlld0JveD0iMCAwIDE2IDEyIj48cGF0aCBkPSJNOS43MTItMTJBMS4yODksMS4yODksMCwwLDEsMTEtMTAuNzEyYTEuMiwxLjIsMCwwLDEtLjM3Mi44NzhMNy43MjItNi43MDZ2NS42ODhBMSwxLDAsMCwxLDYuNzMxLDBhLjk1OS45NTksMCwwLDEtLjU2Mi0uMTY5TDMuNzg0LTEuNzI1QTEuMjkzLDEuMjkzLDAsMCwxLDMuMjUtMi43NjlWLTYuNzA2TC4zNDQtOS44MzRBMS4yOSwxLjI5LDAsMCwxLDAtMTAuNzEyLDEuMjg4LDEuMjg4LDAsMCwxLDEuMjg4LTEyWk00LjcyMi03djQuMWwxLjUuOTkxVi03YS43NzUuNzc1LDAsMCwxLC4yMjgtLjUwOUw5LjIyNS0xMC41SDEuNzczTDQuNTUtNy41MDlBLjcyMi43MjIsMCwwLDEsNC43MjItN1pNMTUuMjUtMS43NUEuNzQ4Ljc0OCwwLDAsMSwxNi0xYS43NDguNzQ4LDAsMCwxLS43NS43NWgtNC41QS43NDguNzQ4LDAsMCwxLDEwLTFhLjc0OC43NDgsMCwwLDEsLjc1LS43NVpNMTAtNmEuNzQ4Ljc0OCwwLDAsMSwuNzUtLjc1aDQuNUEuNzQ4Ljc0OCwwLDAsMSwxNi02YS43NDguNzQ4LDAsMCwxLS43NS43NWgtNC41QS43NDguNzQ4LDAsMCwxLDEwLTZabTUuMjUtNS43NUEuNzQ5Ljc0OSwwLDAsMSwxNi0xMWEuNzQ4Ljc0OCwwLDAsMS0uNzUuNzVoLTIuNUEuNzQ4Ljc0OCwwLDAsMSwxMi0xMWEuNzQ5Ljc0OSwwLDAsMSwuNzUtLjc1WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMCAxMikiIGZpbGw9IiNmZmYiLz48L3N2Zz4=') !important;
    margin-right: 10px;
}


/* tablet filters hack */

@media (max-width: 1375px) {
    .widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters:not(.filters-modal) {
        max-height: 400px;
        overflow-y: scroll;
    }
}


/* hide label hack */

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters:not(.filters-modal) .yith-wcan-filter.filter-stock-sale+.filter-tax[data-taxonomy="filter_dostupnost-na-predajni"] {
    margin-top: -30px;
}

.widget_yith-woocommerce-ajax-navigation-filters .yith-wcan-filters:not(.filters-modal) .yith-wcan-filter.filter-stock-sale+.filter-tax[data-taxonomy="filter_dostupnost-na-predajni"]>.filter-title {
    display: none !important;
}


/***** WP Price Calculator */

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .wc-custom_variable_product_sbs_wrapper {
    display: block;
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .woocommerce-variation-add-to-cart {
    display: block;
    margin-top: 30px;
    padding: 20px 20px 40px 20px;
    border-radius: var(--element-radius);
    overflow: hidden;
    background: var(--color-content-bg-alt);
    width: 100%;
    max-width: 570px;
}

@media (min-width: 768px) {
    .single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .woocommerce-variation-add-to-cart {
        padding: 20px 40px 40px;
    }
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table {
    font-size: 16px;
    margin-bottom: 0;
    width: 100%;
    max-width: 315px;
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table tr:first-child td {
    padding-top: 20px;
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table tr:last-child td {
    padding-bottom: 20px;
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table td:first-child {
    font-size: 16px;
    line-height: 1.5;
    font-weight: var(--bold-font-weight);
    color: var(--color-content-heading);
    padding-left: 0;
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table td:not(:first-child) {
    text-align: right;
    padding-right: 0;
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table,
.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table td {
    border: none;
    vertical-align: middle;
}

.single-product.with_price_calculator #shop .addf_prc_price_desc_tbl+.variations_form .addf_prc_cal_table+.addf_prc_cal_table {
    margin-bottom: 40px;
    box-shadow: 0 -1px 0 0 var(--color-content-border);
    border-radius: 0 0 var(--element-radius) var(--element-radius);
}