/*
Theme Name: Bagels
Description: Woocommerce styles of the theme.
*/

/*General*/

.woocommerce-checkout .page-container input,
.woocommerce-checkout .page-container select,
.woocommerce-checkout .page-container textarea,
.woocommerce-cart .page-container input,
.woocommerce-cart .page-container select,
.woocommerce-cart .page-container textarea,
.woocommerce-account .page-container input,
.woocommerce-account .page-container select,
.woocommerce-account .page-container textarea{
    border: 1px solid #959595 !important;
    height: 40px;
    border-radius: 0 !important;
    padding: 10px;
}

.woocommerce form .form-row .input-checkbox{
    position: static;
}

.woocommerce form .form-row .input-checkbox,
.woocommerce-invalid #terms{
    outline: none !important;
}

.woocommerce-account .page-container input[type=checkbox]{
    height: auto !important;
}

.woocommerce-checkout .page-container .select2-selection{
    border: 1px solid #959595 !important;
    height: 40px;
    border-radius: 0 !important;
}

.woocommerce table.shop_table,
#add_payment_method #payment, 
.woocommerce .woocommerce-customer-details address  ,
.woocommerce-cart #payment,
.woocommerce-checkout #payment{
    border-radius: 0 !important;
}

.woocommerce-error li:not(:last-child),
.woocommerce-info li:not(:last-child),
.woocommerce-message li:not(:last-child){
    margin-bottom: 5px;
}

.woocommerce-error{
    border-top-color: #e94d4d;
    padding: 1em 1em 1em 40px;
}

.woocommerce-error::before{
    color: #e94d4d;
    left: 15px;
}

.woocommerce form .form-row label .woocommerce-terms-and-conditions-checkbox-text{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce form .form-row.woocommerce-invalid label,
.woocommerce form .form-row.woocommerce-invalid label .woocommerce-terms-and-conditions-link{
    color: #e94d4d;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus,
.select2-container--default .select2-search--dropdown .select2-search__field:focus-visible,
.select2-container--default .select2-search--dropdown .select2-search__field:active{
    outline: none;
    box-shadow: 0 1px 7px 0 rgb(0, 0, 0, 0.09)
}

.product .blockUI{
    background: rgb(255, 255, 255, 0.9) !important;
    border-radius: 50%;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.single-product .blockUI{
    border-radius: 0;
    background: rgb(255, 255, 255, 0.8) !important;
}

.product .blockUI:after{
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border-right-color: #bd8ba6;
}
/*General*/

/* ---------------------------------
Product Archive Page (Shop) 
   --------------------------------- */

/* Product box */
    .woocommerce ul.products li.product h2{
        color: #444;
    }
    .woocommerce ul.products li.product .price{
        font-size: 1.1em;
        font-weight: 600;
        color: #4d4f50;
    }
        .woocommerce ul.products li.product .price{
        display: flex;
        /*flex-direction: column;*/
        justify-content: center;
        margin-bottom: 0;
        margin-top: 2px;
        flex-wrap: wrap;
    }
    .woocommerce ul.products li.product .price del{
        display: inline-block;
        margin-left: 0 !important;
        margin-bottom: 5px;
        width: 100%;
    }

    .archive .woocommerce ul.products li.product .price{
        line-height: 1;
    }

    li.product .price,
    li.product .price .woocommerce-Price-amount,
    li.product .price .amount,
    li.product .price del,
    li.product .price ins{
        text-align: center;
    }

    li.product .price .woocommerce-Price-amount:first-child{
        margin-right: 5px;
    }

    li.product .price .woocommerce-Price-amount:last-child{
        margin-left: 5px;
    }

    .woocommerce ul.products li.product .price ins{
        float: left;
    }

    .sale-parent span.onsale{
        min-height: 3.236em;
        min-width: 3.236em;
        padding: 0.202em;
        font-size: 1em;
        font-weight: 700;
        position: absolute;
        text-align: center;
        line-height: 3.236;
        top: -0.5em;
        left: -0.5em;
        margin: 0;
        border-radius: 100%;
        background-color: #77a464;
        color: #fff;
        font-size: .857em;
        z-index: 9;
        top: 0;
        right: 0;
        left: auto;
    }

    .sale-parent span.onsale,
    .woocommerce span.onsale{
        border-radius: 3px;
        padding: 10px;
        line-height: 9px;
        min-height: auto;
        min-width: auto;
        max-height: 30px;
        margin: 5px 5px 0 0 !important;
        background-color: #4d4f50;
    }
    .woocommerce ul.products li.product .button:hover{
        background-color: #4d4f50;
        color: #fff;
    }
    .woocommerce ul.products li.product h2:hover{
        color: #4d4f50;
    }
    .woocommerce ul.products li.product a.added_to_cart{
        display: none;
    }

/* Pagination */
    .woocommerce nav.woocommerce-pagination{
        /*margin-bottom: 30px;*/
    }

    .woo-wrapper .woocommerce nav.woocommerce-pagination ul{
        border: none;
        display: table;
        margin: auto;
    }
    .woo-wrapper .woocommerce nav.woocommerce-pagination ul li{
        border: none;
    }
    .woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers{
        border-left-width: 0;
        display: inline-block;
        /* background-color: rgba(189, 139, 165, .20); */
        color: #43454b;
        font-size: 20px;
        line-height: 17px;
        height: 45px;
        width: 45px;
        position: relative;
        margin-left: 0px;
        margin-right: 8px;
        margin-bottom: 8px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers.current {
        /*background-color: #e6e6e6;*/
        color: #fff;
        border-color: #2c2d33;
    }

    .woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers.next,
    .woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers.prev{
        color: transparent !important;
    }

    .woo-wrapper .woocommerce-pagination .next:after,
    .woo-wrapper .woocommerce-pagination .prev:after{
        font: normal normal normal 14px/1 'Font Awesome 5 Pro';
        content: "\f104";
        top: 50%;
        left: 50%;
        width: 30px;
        height: 30px;
        line-height: 30px;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 20px;
    }
    .woo-wrapper .woocommerce-pagination .next:after {
        content: "\f105";
    }
    .woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers:hover{
        /* background-color: rgba(189, 139, 165, .30); */
    }

    body:(.search) .page-woo-shop .pwh-l-1{
        margin-bottom: -40px;
    }

    .do-ls-woo-products .do-ls-wp-gallery li.product,
    .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product{
        position: relative;
    }

    ul.do-ls-wp-gallery{
        padding-left: 0 !important;
    }

    .product-price-installments-not-in-variation img {
        min-height: unset !important;
    }

    @media (min-width: 768px){
        .woo-wrapper .woocommerce ul.products,
        .do-ls-woo-products .do-ls-wp-gallery{
            display: flex;
            flex-wrap: wrap;
        }
        
        .single-product .related .do-ls-woo-products .do-ls-wp-gallery{
            justify-content: center;
        }

            .woocommerce ul.products li.product a img,
            .do-ls-woo-products .do-ls-wp-gallery li.product a img,
            .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product a img{
            margin-bottom: 0;
        }

        .woo-wrapper .woocommerce ul.products li.product,
        .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products ul.products[class*=columns-] .do-ls-wp-gallery li.product{
            width: calc( 100% / 3 - 10px );
            margin-right: 15px;
        }

    }

    @media (min-width: 992px){
            .woo-wrapper .woocommerce ul.products,
            .do-ls-woo-products .do-ls-wp-gallery{
            margin-bottom: 0px;
        }

        .woocommerce ul.products li.product a img,
        .do-ls-woo-products .do-ls-wp-gallery li.product a img,
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product a img{
            min-height: 250px;
            max-height: 100%;
            /*object-fit: cover;*/
        }
        .woo-wrapper .woocommerce ul.products li.product,
        .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products ul.products[class*=columns-] .do-ls-wp-gallery li.product{
            width: calc( 100% / 4 - 11px );
            margin-right: 14px;
            margin-bottom: 0px;
            margin-bottom: 35px;
        }

        .woo-wrapper .woocommerce ul.products li.product:nth-child(4n),
        .do-ls-woo-products .do-ls-wp-gallery li.product:nth-child(4n),
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product:nth-child(4n),
        .woocommerce-page .do-ls-woo-products ul.products[class*=columns-] .do-ls-wp-gallery li.product:nth-child(4n){
            margin-right: 0;
        }

        .pwh-l-1{
            margin-top: 2px;
        }
    }

    @media (min-width: 1200px){

        .page-woo-shop .pwh-l-1{
            /*margin-top: 120px;*/
        }
    }

    @media (min-width: 1366px){
        .woo-wrapper .woocommerce nav.woocommerce-pagination ul li:nth-child(21n) .page-numbers,
        .woo-wrapper .woocommerce nav.woocommerce-pagination ul li:last-child .page-numbers{
            margin-right: 0;
        }
    }

    @media (max-width: 1199px){

        body:not(.search) .page-woo-shop .pwh-l-1{
            /*margin-top: 100px;*/
        }
    }

    @media (max-width: 991px){

        .woo-wrapper .woocommerce ul.products li.product{
            margin-bottom: 25px;
        }

        .woo-wrapper .woocommerce ul.products li.product > a{
            width: 100%;
        }

            .woo-wrapper .woocommerce ul.products{
            margin-bottom: 0px;
        }
    }

    @media (max-width: 767px){
        ul.do-ls-wp-gallery{
            margin-bottom: -10px;
        }

        ul.do-ls-wp-gallery li.product{
            margin-bottom: 15px;
        }
        
        .woocommerce .woocommerce-ordering,
        .woocommerce .woocommerce-ordering select{
            width: 100%;
        }

        .woocommerce ul.products li.product a img{
            width: auto;
            margin-left: auto;
            margin-right: auto;
        }

        .woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers{
            font-size: 15px;
        }

        .woo-wrapper .woocommerce-pagination .next:after,
        .woo-wrapper .woocommerce-pagination .prev:after{
            font-size: 16px;
        }

        .woo-wrapper .woocommerce-pagination .page-numbers li .page-numbers{
            height: 35px;
            width: 35px;
        }

        .woo-wrapper .woocommerce ul.products{
            display: flex;
            flex-wrap: wrap;
        }

        .woo-wrapper .woocommerce ul.products li.product,
        .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products ul.products[class*=columns-] .do-ls-wp-gallery li.product{
            width: calc( 50% - ( 10px / 2 ) );
        }
        
        .woocommerce-page .do-ls-woo-products ul.products[class*=columns-] .do-ls-wp-gallery li.product{
            margin-bottom: 15px;
        }
        
        .woo-wrapper .woocommerce ul.products li.product:nth-child(odd),
        .do-ls-woo-products .do-ls-wp-gallery li.product:nth-child(odd),
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product:nth-child(odd){
            margin-right: 10px;
        }
    }

    @media (min-width: 768px) and (max-width: 991px){
        .woo-wrapper .woocommerce ul.products li.product,
        .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product,
        .woocommerce-page .do-ls-woo-products ul.products[class*=columns-] .do-ls-wp-gallery li.product{
            margin-bottom: 25px;
        }

        .woo-wrapper .woocommerce ul.products li.product:nth-child(3n),
        .do-ls-woo-products .do-ls-wp-gallery li.product:nth-child(3n),
        .woocommerce-page .do-ls-woo-products .do-ls-wp-gallery li.product:nth-child(3n),
        .woocommerce-page .do-ls-woo-products ul.products[class*=columns-] .do-ls-wp-gallery li.product:nth-child(3n){
            margin-right: 0px;
        }
    }

/* ---------------------------------
Product Single Page
--------------------------------- */

/* Breadcumbs */
    .woocommerce-breadcrumb{
        margin-bottom: 20px;
        font-size: .875em;
        display: none !important;
    }
    .woocommerce-breadcrumb a{
        color: #9f9f9f;
    }
    .woocommerce-breadcrumb a:first-of-type:before{
        display: inline-block;
        font: normal normal normal 14px/1 'Font Awesome 5 Pro';
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f015";
        font-weight: 600;
        margin-right: 0.5407911001em;
    }
    .woocommerce-breadcrumb .breadcrumb-separator{
        text-indent: -9999px;
        position: relative;
        display: inline-block;
        padding: 0 .5407911001em;
    }
    .woocommerce-breadcrumb .breadcrumb-separator:after{
        display: inline-block;
        font: normal normal normal 14px/1 'Font Awesome 5 Pro';
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        content: "\f105";
        font-size: 0.875em;
        text-indent: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 1em;
        height: 1em;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
    }

    .single-product .woocommerce .single_variation_wrap{
        margin-top: 25px !important;
    }

    .single-product .woocommerce div.product form.cart{
        margin-bottom: 20px;
    }

    .woocommerce div.product form.cart div.quantity{
        float: none !important;
        margin: 0 0 0 0 !important;
    }

    .woocommerce div.product form.cart h4.quantity-label{
        font-size: 23px;
        font-weight: 400;
        margin-bottom: 10px;
        color: #000;
    }

    .woocommerce div.product form.cart .quantity-field-wrapper{
        white-space: nowrap;
        margin-bottom: 15px;
        display: flex;
    }

    .woocommerce div.product form.cart .quantity-buttons{
        border: 1px solid #e5e5e5;
        width: 45px;
        height: 45px;
        -webkit-appearance: none;
        -moz-appearance:none;
        appearance:none;
        background-color: #fff;
        font-size: 20px;
        text-align: center;
        color: #000;
        font-size: 29px;
    }

    .woocommerce div.product form.cart .quantity-buttons:hover,
    .woocommerce div.product form.cart .quantity-buttons:active{
        background-color: #f3f3f3;
    }

    .woocommerce div.product form.cart .quantity-buttons:focus{
        outline: none;
    }

    .single-product div.product form.cart .quantity {
        float: none;
        margin: 0;
        display: inline-block;
    }

    .woocommerce div.product form.cart div.quantity input.qty{
        width: 110px;
        height: 45px;
        border: 1px solid #e5e5e5;
        border-left: none;
        border-right: none;
        border-top-width: 1px;
        border-bottom-width: 1px;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        border-radius: 0;
        color: #000;
        font-size: 20px;
    }

    .woo-variation-swatches .variable-items-wrapper{
        margin-bottom: -15px;
    }

    .single-product button.single_add_to_cart_button.button.alt{
        background-color: #818181;
    }

    @media (min-width: 768px){
        .woocommerce div.product form.cart .quantity-field-wrapper{
            margin-right: 25px;
        }

        .woo-variation-swatches .variable-items-wrapper{
            width: 122%;
        }
    }

    @media (max-width: 991px){
        .woocommerce div.product form.cart div.quantity input.qty,
        .woocommerce div.product form.cart .quantity-buttons{
            height: 44px;
            /* width: 75px; */
            font-size: 16px;
        }

        .woocommerce div.product form.cart .quantity-buttons{
            font-size: 25px;
            /* height: 37px; */
            /* width: 42px; */
        }

        .woocommerce div.product form.cart h4.quantity-label{
            font-size: 21px;
        }
    }

    @media (max-width: 767px){
        .single-product .woocommerce div.product form.cart{
            margin-bottom: 20px;
        }

        .woocommerce div.product form.cart div.quantity{
            /* width: calc( 100% - 86px ); */
            /* width: 100px; */
            width: 70%;
        }

        .woocommerce div.product form.cart div.quantity input.qty{
            width: 100%;
        }

        .woocommerce div.product form.cart .quantity-buttons{
            width: 43px;
            width: 15%;
        }

        .woo-variation-swatches .variable-items-wrapper{
            width: calc( 100vw - 30px ) !important;
        }
    }

    @media (min-width: 768px) and (max-width: 991px){
        .woocommerce div.product form.cart .quantity-field-wrapper{
            float: left;
        }
    }

/* Product social share */
    .single-product .pss-heading{
        /*font-size: 25px;*/
        font-size: 20px;
        margin-right: 0px;
        font-weight: 400;
    }

    .single-product .ps-social-sharing{
        display: flex;
        /* align-items: center; */
        margin-top: 15px;
    }

    .ps-social-sharing .a2a_label{
        display: none !important;
    }
/* Product social share */

/* Product gallery */
    .single-product .woocommerce div.product div.images .flex-control-thumbs{
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
        /*justify-content: space-between;*/
    }

    .single-product .woocommerce div.product div.images .flex-control-thumbs li{
        width: calc( 100% / 6 - 9px );
    }

    .single-product .woocommerce div.product div.images .flex-control-thumbs li:not(:last-child){
        margin-right: 10px;
    }

    .single-product .woocommerce div.product .flex-control-thumbs li:nth-child(4n+1) {
        clear: none;
    }

    ul.flex-direction-nav {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 1;
        width: 100%;
        left: 0;
        margin: 0;
        padding: 0px;
        list-style: none;
    }
    
    .flex-direction-nav li.flex-nav-prev {float: left;}
    .flex-direction-nav li.flex-nav-next {float: right;}
    .flex-direction-nav a.flex-next {visibility:hidden;}
    .flex-direction-nav a.flex-prev {visibility:hidden;}

    .flex-direction-nav a.flex-next::after,
    .flex-direction-nav a.flex-prev::before,
    .woocommerce div.product div.images.woocommerce-product-gallery:after{
        content: '\f054';
        font-family: 'Font Awesome 5 Pro';
        margin-right: 20px;
        font-size: 20px;   
        font-weight: 300;
        width: 50px;
        height: 50px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.1);
        border-radius: 50px;
        padding-top: 1px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        /* box-shadow: 0 4px 7px 0 rgba(0, 0, 0, 0.1) ; */
        visibility: visible;
        /* text-shadow: 0px 2px 5px rgb(0, 0, 0, 0.3); */
    }
    
    .woocommerce div.product div.images.woocommerce-product-gallery:after{
        visibility: hidden;
    }

    body.wp-mobile .woocommerce div.product div.images.woocommerce-product-gallery:after{
        content: "\f002";
        opacity: 1;
        visibility: visible;
        bottom: 20px;
        right: 20px;
        position: absolute;
        color: #fff;
        pointer-events: none;
        margin-right: 0;
    }

    .flex-direction-nav a.flex-prev::before {
        content: '\f053';
        margin-left: 20px;
        margin-right: 0;
    }
    
    .flex-direction-nav a:active::after,
    .flex-direction-nav a:active::before{
        background-color: rgba(0, 0, 0, 0.2);
    }

    ul.flex-direction-nav li a {
        color: #fff;
    }
    ul.flex-direction-nav li a:hover {
        text-decoration: none;
    }
    .flex-direction-nav .flex-control-nav .flex-control-thumbs{
        display: none;
    }
/* Product gallery */

/* Product box */
    .woo-single-wrapper{
        margin-top: 80px;
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger,
    .nickx-popup.fa-expand:hover{
        background-color: rgba(0, 0, 0, 0.1);
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

    /* .woocommerce div.product div.images .woocommerce-product-gallery__trigger{
        top: auto;
        bottom: 210px;
    } */

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{
        background-color: #fff;
    }

    .woocommerce div.product.product-type-simple div.images .woocommerce-product-gallery__trigger{
        bottom: 15px;
    }

    .nickx-popup.fa-expand{
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        width: 42px;
        height: 42px;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover,
    .nickx-popup.fa-expand:hover{
        background-color: rgba(0, 0, 0, 0.2);
    }
    .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
        border-color: #fff;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{
        /* background-color: #fff; */
    }

    .nickx-popup.fa-expand:before{
        content: "\f002";
        color: #fff;
        font-weight: 400;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 22px;
    }

    .nickx-slider-for .nslick-arrow{
        display: none !important;
    }

    .nickx-slider-for .tc_video_slide,
    .single-product #nickx-gallery .video-thumbnail,
    .single-product #nickx-gallery .nslick-track{
        display: flex;
        align-items: center;
    }

    .nickx-slider-for .tc_video_slide{
        background-color: #000;
    }

    .nickx-slider-for .tc_video_slide iframe{
        height: 50% !important;
    }

    .single-product #nickx-gallery .video-thumbnail{
        position: relative;
        justify-content: center;
    }

    .single-product #nickx-gallery .video-thumbnail:after{
        position: absolute;
        width: 97%;
        height: 100%;
        top: 50%;
        right: 0;
        transform: translate(0%, -50%);
        background-color: #000;
        content: "";
        z-index: -1;
    }

    .single-product #nickx-gallery .video-thumbnail .video_icon_img{
        height: 60px;
        width: 60px;
        top: 53%;
        left: 60%;
    }

    .single-product #nickx-gallery .video-thumbnail .product_video_img{
        height: auto !important;
        border: none !important;
        width: 94% !important;
    }

    .nickx-slider-for .tc_video_slide .nickx-popup{
        display: none !important;
    }

    .sale-parent span.onsale,
    .woocommerce span.onsale{
        background-color: #fc675c;
    }

    .sale-parent span.onsale,
    .woo-single-wrapper .woocommerce span.onsale{
        margin: 10px !important;
    }
    .woo-single-wrapper .woocommerce div.product .summary p.price,
    .woo-single-wrapper .woocommerce div.product .summary span.price{
        font-size: 22px !important;
    }

    .single-product .woocommerce div.product .summary .product-price-installments-not-in-variation-single img{
        border: none;
    }

    .woo-single-wrapper .woocommerce div.product p.price del,
    .woo-single-wrapper .woocommerce div.product span.price del{
        margin-left: 0;
    }
    .woo-single-wrapper .woocommerce div.product p.price ins,
    .woo-single-wrapper .woocommerce div.product span.price ins{
        margin-right: 15px;
    }

    .woocommerce #respond input#submit.alt,
    .woocommerce a.button.alt,
    .woocommerce button.button.alt,
    .woocommerce input.button.alt{
        background-color: #4d4f50;
    }
    .woocommerce #respond input#submit.alt:hover,
    .woocommerce a.button.alt:hover,
    .woocommerce button.button.alt:hover,
    .woocommerce input.button.alt:hover{
        background-color: #3c3c3c;
    }

    .woocommerce select,
    .woocommerce textarea,
    .woocommerce input[type="text"],
    .woocommerce input[type="number"],
    .woocommerce input[type="email"],
    .woocommerce input[type="url"],
    .woocommerce input[type="search"],
    .woocommerce input[type="tel"],
    .woocommerce input[type="password"],
    .woocommerce span[role="textbox"]{
        outline: 0;
        border: 0;
        box-sizing: border-box;
        font-weight: 400;
    }
    .woocommerce .select2-container--default .select2-selection--single{
        border: 0;
    }

    .single-product .woocommerce textarea,
    .single-product .woocommerce textarea:hover,
    .single-product .woocommerce textarea:active,
    .single-product .woocommerce textarea:focus,
    .single-product .woocommerce input,
    .single-product .woocommerce input:hover,
    .single-product .woocommerce input:active,
    .single-product .woocommerce input:focus{
        border: 1px solid rgb(0, 0, 0, 0.09);
    }

    .woocommerce textarea{
        padding: 5px 10px;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .woocommerce .single_variation_wrap{
        margin-top: 1.8em;
    }
    .woocommerce div.product form.cart .variations td{
        vertical-align: baseline !important;
    }

    .woocommerce div.product form.cart .variations td.label{
        font-size: 1em;
        color: #444;
    }

    .single-product .ps-sg-wrapper{
        text-align: right;
        min-width: 100px;
    }

    .product-type-variable .ps-sg-wrapper-common{
        display: none;
    }

    .single-product .product .ps-sg-wrapper{
        text-align: left;
    }

    .single-product .product .ps-size-guide{
        margin-top: 15px;
    }

    .single-product .product .ps-size-guide a{
        padding-right: 15px;
        font-size: 15px;
        line-height: 1;
    }

    .single-product .product .ps-size-guide a:after{
        content: "\f548";
        right: 0;
        font-weight: 600;
        font-size: 21px;
    }

    .single-product .ps-pop-size-guide .ps-p-link {
        display: inline-block;
        width: calc( 50% - 13px );
        border: 1px solid rgba(0, 0, 0, 0.1);
        margin-bottom: 25px;
    }

    .single-product .ps-pop-size-guide .ps-p-link:hover {
        opacity: 0.7;
    }

    .single-product .ps-pop-size-guide .ps-p-l-0{
        max-width: 780px;
        margin-bottom: -25px;
    }

    .single-product .ps-pop-size-guide .ps-p-link:nth-child(odd) {
        margin-right: 25px;
    }

    .woocommerce .woocommerce-variation{
        margin-bottom: 1em;
    }
    .woocommerce .product_meta > span{
        display: block;
        margin-bottom: 10px;
    }
    .woocommerce div.product div.images .flex-control-thumbs li img{
        height: 72.5px;
        object-fit: cover;
    }

    .single-product .woocommerce div.product .product_title{
        font-weight: 700;
        color: #000;
        /*font-size: 34px;*/
        font-size: 30px;
        text-transform: uppercase;
    }

    .single-product .product .price{
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .woocommerce .summary .price,
    .woocommerce .summary .price .woocommerce-Price-amount,
    .woocommerce .summary .price .amount,
    .woocommerce .summary .price del,
    .woocommerce .summary .price ins{
        text-align: left !important;
    }

    .single-product .product .summary{
        float: left !important;
    }

    .single-product .product .product_meta{
        display: none;
    }

    .single-product .product .do-ls-sku{
        /*font-size: 21px;*/
        font-size: 19px;
    }

    .woocommerce .woocommerce-message .button{
        line-height: inherit;
        text-align: center;
    }

    .woocommerce-cart .cart_totals .checkout-button,
    .single_add_to_cart_button,
    .woocommerce .woocommerce-message .button,
    .woocommerce .comment-form input.submit,
    .shop_table button,
    .shop_table .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order,
    .woocommerce-cart .actions > button,
    .woocommerce-MyAccount-content .woocommerce-Button,
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a,
    .woocommerce-page .woocommerce .button:not(.show-title-form){
        text-transform: uppercase;
        border-radius: 0 !important;
        font-weight: 400 !important;
        padding: 10px 15px !important;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
        font-size: 21px !important;
    }

    .woocommerce-cart .cart_totals .checkout-button,
    .woocommerce .woocommerce-message .button,
    .woocommerce .comment-form input.submit,
    .shop_table button,
    .shop_table .button,
    .woocommerce #payment #place_order,
    .woocommerce-page #payment #place_order
    .woocommerce-cart .actions > button,
    .woocommerce-MyAccount-content .woocommerce-Button,
    .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a,
    .woocommerce-page .woocommerce .button:not(.show-title-form),
    .single-product .buy_now_button{
        font-size: 17px !important;
    }
    
    .woocommerce-notices-wrapper .wc-forward {
        text-align: center;
    }

    .woocommerce-notices-wrapper .wc-forward,
    .woocommerce div.product form.cart .button {
        line-height: 1.4 !important;
    }

    .single-product button.single_add_to_cart_button.button.alt{
        margin-right: 10px;
    }

    .single-product .buy_now_button{
        border: 0;
    }
    
    .single-product form.cart .buy-now-button.disabled{
        opacity: 0.3;
        cursor: not-allowed;
    }
    
    /* ----------------------------------------------- Do not edit ----------------------------------------------- */
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],
    .woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],
    :where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{
        opacity: 0.3;
    }
    /* ----------------------------------------------- Do not edit ----------------------------------------------- */

    .single_add_to_cart_button,
    .woocommerce .woocommerce-message .button,
    .woocommerce .comment-form input.submit,
    .woocommerce-cart .coupon button,
    .woocommerce-cart .actions > button,
    .woocommerce-page .woocommerce .button:not(.show-title-form),
    .single-product .buy_now_button{
        min-width: 200px;
    }

    .woocommerce .comment-form input.submit{
        width: 200px;
    }

    .single-product .product .addtoany_list{
        display: none;
    }

    .single-product .product .ps-social-sharing .addtoany_list{
        display: block;
    }

    .single-product .woocommerce div.product form.cart .variations{
        margin-bottom: 0px !important;
    }

    .single-product .woocommerce div.product form.cart .variations .attr-wrapper:not(:first-child) label{
        margin-top: 20px; ;
    }

    .single-product .woocommerce div.product form.cart .variations label{
        font-weight: 400;
        font-size: 20px;
        margin-bottom: 6px;
    }

    .single-product .woocommerce div.product form.cart .reset_variations{
        display: none !important;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
        box-shadow: 0 0 0 1px #D4D4D4 !important;
        padding: 3px !important;
        color: #000;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
        margin: auto 0 15px;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item){
        /*min-width: 65px !important;*/
        min-width: 55px !important;
        height: 35px;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):not(:last-child){
        margin-right: 15px !important;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item{
        font-size: 17px;
    }

    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover{
        box-shadow: 0 0 0 2px #555555 !important;
        font-weight: 700;
    }

    .woo-variation-swatches [data-attribute_name="attribute_pa_size"].variable-items-wrapper .variable-item{
        border-radius: 0 !important;
        /*min-width: 75px !important;*/
        padding: 5px 15px !important;
    }

    .single-product .woocommerce div.product div.images .flex-control-thumbs li img{
        opacity: 1;
    }

    .single-product .woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
    .single-product .woocommerce div.product div.images .flex-control-thumbs li img:hover{
        opacity: 0.5;
    }

    #single-product-video-trigger .spvt-img{
        width: auto;
    }

    #single-product-video-trigger:before{
        background-color: rgba(0, 0, 0, 0.3);
        z-index: 1;
    }

    #single-product-video-trigger .spvt-play-icon{
        width: 35px;
        height: auto;
        border: none;
    }

    .woocommerce div.product .woocommerce-product-rating{
        margin-bottom: 10px;
    }

    @media (min-width: 414px){
        .woocommerce div.product div.images .flex-control-thumbs li img{
            height: 96px;
        }
    }
    @media (min-width: 768px){

        .woocommerce .comment-form input.submit{
            height: auto;
        }

        .single_add_to_cart_button,
        .woocommerce .woocommerce-message .button,
        .woocommerce .comment-form input.submit,
        .shop_table button,
        .shop_table .button,
        .woocommerce #payment #place_order,
        .woocommerce-page #payment #place_order,
        .woocommerce-cart .actions > button,
        .woocommerce-MyAccount-content .woocommerce-Button,
        .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a,
        .woocommerce-page .woocommerce .button:not(.show-title-form):not(.single_add_to_cart_button){
            min-height: 40px;
        }

        .single_add_to_cart_button{
            min-height: 46px;
        }

        .woocommerce .woocommerce-message .button{
            margin-left: 15px;
        }
        
        .woocommerce div.product div.images .flex-control-thumbs li img{
            height: 136.8px;
        }

        .single-product #nickx-gallery .video-thumbnail:after{
            /*height: 98%;*/
        }
        
        .woocommerce-notices-wrapper .wc-forward {
            margin-left: 15px !important;
        }
    }

    @media (min-width: 992px){
        .single-product .product .summary{
            margin-left: 30px;
            width: calc( 100% - 48% - 30px ) !important;
        }
    }

    @media (min-width: 1200px){
        .woocommerce-cart .cart_totals .checkout-button,
        .single_add_to_cart_button,
        .woocommerce .woocommerce-message .button,
        .woocommerce .comment-form input.submit,
        .shop_table button,
        .shop_table .button,
        .woocommerce #payment #place_order, 
        .woocommerce-page #payment #place_order,
        .woocommerce-cart .actions > button,
        .woocommerce-page .woocommerce .button:not(.show-title-form){
            min-width: 200px;
            font-size: 18px !important;
            padding: 10px !important;
        }

        .woocommerce .comment-form input.submit{
            width: 200px;
        }
    }

    @media (max-width: 991px){

        .single_add_to_cart_button{
            min-height: 37px;
        }

        .single-product .woocommerce div.product .product_title{
            font-size: 30px;
        }

        .single-product .product .do-ls-sku{
            font-size: 18px;
        }

        .single-product .product .price{
            font-size: 23px !important;
            margin-bottom: 10px;
        }

        .woocommerce div.product form.cart .button{
            /*line-height: 1.7;*/
        }

        .single_add_to_cart_button,
        .woocommerce .woocommerce-message .button,
        .shop_table button,
        .shop_table .button,
        .woocommerce .comment-form input.submit,
        .woocommerce-cart .actions > button,
        .woocommerce #payment #place_order,
        .woocommerce-page #payment #place_order,
        .woocommerce-MyAccount-content .woocommerce-Button,
        .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
            min-width: 122px;
            font-size: 15px !important;
            padding: 10px !important;
        }

        .woocommerce #payment #place_order, .woocommerce-page #payment #place_order{
            margin-top: 15px;
        }

        .woocommerce .comment-form input.submit{
            width: 122px;
        }

        .woo-single-wrapper{
            padding-top: 0;
        }

        .button-variable-item span{
            font-size: 16px !important;
        }

        .woo-variation-swatches [data-attribute_name="attribute_pa_size"].variable-items-wrapper .variable-item{
            min-width: 65px !important;
            height: 35px !important;
        }

        .single-product .woocommerce div.product form.cart .variations label{
            font-size: 21px;
        }

        .variable-item:not(.radio-variable-item){
            /* width: 40px !important; */
            /* height: 40px !important; */
        }

        .woocommerce-wishlist .add_to_cart_button{
            min-width: auto;
        }
    }

    @media (max-width: 767px){

        .woocommerce div.product div.images{
            margin-bottom: 15px;
        }
    
        body.wp-mobile .woocommerce div.product div.images.woocommerce-product-gallery:after{
            bottom: 15px;
            right: 15px;
        }

        .woocommerce .woocommerce-message .button,
        .woocommerce .comment-form input.submit,
        .shop_table button,
        .shop_table .button,
        .woocommerce-cart .actions > button,
        .woocommerce #payment #place_order,
        .woocommerce-page #payment #place_order,
        .woocommerce-MyAccount-content .woocommerce-Button,
        .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
            min-width: 110px;
            font-size: 14px !important;
            padding: 10px !important;
        }

        .woocommerce .comment-form input.submit{
            width: 110px;
        }

        .single-product .product .ps-size-guide a{
            font-size: 13px;
        }

        .single-product .product .ps-size-guide a:after{
            font-size: 19px;
        }

        .single-product .yith-wcwl-add-button .single_add_to_wishlist span,
        .single-product .yith-wcwl-add-button .delete_item{
            font-size: 15px;
        }

        .single_add_to_cart_button,
        .woocommerce .woocommerce-message .button,
        .woocommerce .comment-form input.submit{
            min-height: 30px;
        }

        .woocommerce div.product form.cart .button{
            /* margin-top: 15px; */
            width: 100%;
        }

        .single-product .woocommerce div.product .product_title{
            font-size: 20px;
        }

        .single-product .product .do-ls-sku{
            font-size: 15px;
        }

        .single-product .product .price{
            font-size: 18px !important;
        }

        .single-product .woocommerce div.product form.cart .variations label,
        .woocommerce div.product form.cart h4.quantity-label{
            font-size: 16px;
        }

        .variable-item:not(.radio-variable-item) {
            /* width: 35px !important; */
            /* height: 35px !important; */
        }

        .button-variable-item span{
            /* font-size: 13px !important; */
        }

        .woo-variation-swatches [data-attribute_name="attribute_pa_size"].variable-items-wrapper .variable-item {
            /* min-width: 50px !important; */
            /* height: 28px !important; */
        }

        .single-product .woocommerce div.product form.cart .variations .attr-wrapper:not(:first-child) label{
            margin-top: 10px;
        }

        .single-product .woocommerce .single_variation_wrap{
            margin-top: 15px !important;
        }

        .single-product .product .summary{
            margin-bottom: 20px;
        }

        .woocommerce div.product div.images .woocommerce-product-gallery__trigger{
            /* bottom: 97px; */
        }

        .flex-direction-nav a.flex-next::after,
        .flex-direction-nav a.flex-prev::before,
        .woocommerce div.product div.images.woocommerce-product-gallery:after {
            width: 40px;
            height: 40px;
            margin-right: 10px;
            font-size: 18px;
        }

        .flex-direction-nav a.flex-prev::before{
            margin-left: 10px;
            margin-right: 0;
        }

        .woocommerce div.product form.cart .button,
        .single-product .buy_now_button {
            min-width: calc( 50% - 5px );
            width: auto;
        }

        .single-product button.single_add_to_cart_button.wp-element-button.button.alt{
            margin-top: 0;
        }
    }

/* Tabs panel */
    .woocommerce div.product h2{
        margin-top: 0;
        margin-bottom: 25px;
    }
    .woocommerce #reviews #comments ol.commentlist{
        padding: 0;
    }
    #review_form_wrapper{
        background-color: #fcfcfc;
        padding: 15px;
    }
    #reply-title{
        display: none;
    }
    #review_form_wrapper .comment-form-rating{
        margin-bottom: 10px;
    }
    #review_form_wrapper .comment-form-rating label,
    #review_form_wrapper .comment-form-rating p{
        display: inline-block;
    }
    #review_form_wrapper .comment-form-rating p{
        line-height: 1;
        margin-left: 15px !important;
    }

    .woocommerce div.product .woocommerce-tabs{
        position: relative;
        z-index: 1;
        margin-bottom: 50px;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs{
        border-top: 1px solid #6B6B6B;
        border-bottom: 1px solid #6B6B6B;
        margin-bottom: 15px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs::before{
        display: none;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        border: none;
        background-color: white;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        padding: 0;
        margin: 0;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li::before,
    .woocommerce div.product .woocommerce-tabs ul.tabs li::after{
        border-width: 0;
        box-shadow: none;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li a{
        font-size: 23px;
        font-weight: 600;
        color: #848484;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active{
        border-bottom-color: #d3ced2;
        z-index: auto;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li.active a{
        color: #242424;
    }
    .woocommerce div.product .woocommerce-tabs .panel{
        margin: 0 0 0em;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0 20px;
    }

    .woocommerce div.product .woocommerce-tabs .panel p{
        line-height: 1.8;
    }
    .woocommerce div.product .woocommerce-tabs .woocommerce-Reviews-title{
        display: none;
    }

    .woocommerce p.stars a{
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }

	.single-product .woocommerce-Tabs-panel.wc-tp-expandable{
        position: relative;
    }
    
    .single-product .woocommerce-Tabs-panel.wc-tp-expandable:not(.open){
        max-height: 330px;
        overflow: hidden;
    }

    .woocommerce div.product .woocommerce-tabs .panel.wc-tp-expandable {
        padding-bottom: 60px;
    }

    .single-product .woocommerce-Tabs-panel.wc-tp-expandable:after {
        content: "";
        pointer-events: none;
        width: 100%;
        height: 70%;
        position: absolute;
        bottom: 0;
        background-image: linear-gradient(to top, #fff 30%, transparent 180%);
    }

    .single-product .wc-tp-expandable .wc-tp-e-ht-1{
        max-width: 150px;
        min-width: 150px;
        font-size: 15px;
    }

    .single-product .woocommerce-Tabs-panel .wc-tp-e-height-toggler {
        position: absolute;
        bottom: 25px;
        z-index: 1;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        align-items: center;
    }

    .single-product .woocommerce-Tabs-panel:not(.wc-tp-expandable) .wc-tp-e-height-toggler,
    .single-product .wc-tp-expandable .wc-tp-e-ht-less,
    .single-product .wc-tp-expandable.open .wc-tp-e-ht-more{
        display: none;
    }

    .single-product .wc-tp-expandable.open .wc-tp-e-ht-less,
    .single-product .wc-tp-expandable .wc-tp-e-ht-more{
        display: block;
    }

    .single-product .wc-tp-expandable.open .wc-tp-e-ht-1:after{
        transform: translateY(-50%) rotateZ(180deg);
    }

    .single-product .woocommerce-Tabs-panel.wc-tp-expandable.open:after {
        opacity: 0;
    }

    .woocommerce div.product .woocommerce-tabs .panel.wc-tp-expandable.open{
        padding-bottom: 90px;
    }

    @media (min-width: 768px){

        #review_form_wrapper .comment-form-rating label,
        #review_form_wrapper .comment-form-comment label{
            font-size: 16px;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child){
            padding: 0 5em 0 0 ;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li a{
            min-width: 120px;
        }
    }

    @media (max-width: 991px){
        .woocommerce div.product .woocommerce-tabs ul.tabs li a{
            font-size: 20px;
        }

        .woocommerce div.product .woocommerce-tabs .panel p{
            font-size: 14px;
        }
    }

    @media (max-width: 767px){
        .woocommerce div.product h2{
            font-size: 22px;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs,
        .woocommerce div.product .woocommerce-tabs .panel{
            padding-left: 10px;
            padding-right: 10px;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs{
            scrollbar-color: transparent transparent; /*thumb, track*/
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar-track {
            background: transparent;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs::-webkit-scrollbar-thumb {
            background-color: transparent;
        }

        .woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child){
            margin-right: 20px;
        }
    }

/* Related Products */
    .related-products-slider ul.products li.product{
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .related-products-slider .owl-nav > div{
        width: 2em;
        height: 2em;
        line-height: 2em;
        font-size: 1em;
        text-align: center;
        border-radius: 3px;
        padding: 0;
        top: 26%;
        z-index: 10;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .related-products-slider .owl-nav > div:hover{
        background-color: rgba(255,255,255,0.95);
    }

    .related-products-slider .do-ls-owl-nav .owl-nav > button{
        top: 31%;
    }
    
    .related-products-slider .owl-nav > .owl-prev{
        /*left: -2px;*/
        left: 0px;
    }
    .related-products-slider .owl-nav > .owl-next{
        right: -30px;
    }

    .srp-topic{
        margin-bottom: 35px !important;
    }

    .related-products-slider .yith-wcwl-add-button .blockUI{
        border-radius: 50%;
    }

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

    @media (min-width: 992px){
        .related-products-slider .owl-nav > div{
            opacity: 0;
        }
        .related-products-slider:hover .owl-nav > div{
            opacity: 1;
        }
    }

    @media (max-width: 1199px){
        .related-products-slider .owl-nav > .owl-next{
            right: -25px;
        }
    }
    @media (max-width: 991px){
        .related-products-slider .owl-nav > .owl-prev{
            left: 7px;
        }

        .related-products-slider .owl-nav > .owl-next{
            right: -15px;
        }
    }

    @media (max-width: 767px){
        .related-products-slider .owl-nav > .owl-prev{
            left: 9px;
        }

        .related-products-slider .owl-nav > .owl-next{
            right: -11px;
        }
    }

/*Add to any social media*/
    @media (min-width: 992px){
        .single-product .addtoany_list a,
        .single-product .widget .addtoany_list a{
            margin-right: -10px;
        }
    }
/*Add to any social media*/

/*Check out page*/

    .woocommerce-cart .woocommerce .quantity .qty,
    .woocommerce-cart .coupon #coupon_code{
        height: 40px;
    }

    .woocommerce-cart .woocommerce .quantity .qty{
        height: 35px;
        width: 65px;
        padding: 5px;
    }

    .woocommerce-cart .cart_totals .checkout-button{
        /*min-height: 40px;*/
        height: 40px;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    @media (max-width: 767px){
        .woocommerce-cart .page-container{
            padding-top: 30px;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px){
        .woocommerce-cart .page-container{
            padding-top: 75px;
            padding-bottom: 35px;
        }
    }
/*Check out page*/
/* ---------------------------------
Sidebar extensions
--------------------------------- */
.sidebar-widget-title{
    font-size: 17px;
    font-weight: 600;
}
ul.sidebar-list,
ul.sidebar-list ul{
    padding: 0;
    list-style-type: none;
}
ul.sidebar-list > li{
    position: relative;
}
ul.sidebar-list li span{
    padding: 10px 0;
    border-bottom: 1px dashed #d3d3d3;
    display: block;
}
ul.sidebar-list li span span.category-count{
    display: inline;
    color: #999;
    border-bottom: none;
    padding: 0 0 0 5px;
    font-size: 14px;
}
ul.sidebar-list > li span a{
    color: #777;
    font-weight: 500;
    text-transform: uppercase;
}
ul.sidebar-list ul li span{
    padding: 10px 20px;
    border-bottom: 0;
}
ul.sidebar-list ul li span a{
    color: #999;
    text-transform: none;
    font-weight: normal;
}
ul.sidebar-list li a:hover,
ul.sidebar-list ul li span a:hover{
    color: #4d4f50;
}

ul.sidebar-list > li .arrow-dropdown{
    content: '\f107';
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 40px;
    line-height: 40px;
    font-style: normal;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
ul.sidebar-list > li.open .arrow-dropdown{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}
ul.sidebar-list ul{
    display: none;
}

.sidebar-widget .search-wrapper{
    position: relative;
}
.sidebar-widget .search-wrapper input.fld-search{
    height: 40px;
    width: 100%;
    background-color: #fff;
    color: #43454b;
    outline: 0;
    border: 1px solid #c0c0c0;
    padding: 0 10px 0 40px;
    font-weight: 400;
    font-size: 13px;
}
.sidebar-widget .search-wrapper:before{
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    font-family: 'FontAwesome';
    content: '\f002';
}

@media (max-width: 991px){
    .sidebar{
        margin-top: 30px;
    }
}

/* ---------------------------------
Cart Page
--------------------------------- */
.woocommerce table.cart thead tr{
    background-color: #f8f8f8;
}
.woocommerce table.cart tbody tr{
    background-color: #fdfdfd;
}
.woocommerce table.cart tbody tr:nth-child(odd){
    background-color: #fbfbfb;
}
.woocommerce table.cart td{
    border-top: 1px solid rgba(0,0,0,0.04);
}
.woocommerce table.cart td.product-thumbnail img{
    width: auto;
    height: 100px;
    object-fit: cover;
}

@media (min-width: 992px){
    .woocommerce table.cart td.product-remove a.remove{
        color: #666 !important;
    }
    .woocommerce table.cart td.product-remove a.remove:hover{
        color: #ea534f !important;
        background-color: transparent;
    }
    .woocommerce table.cart td.product-remove{
        width: 50px;
    }
    .woocommerce table.cart td.product-thumbnail{
        width: 90px;
    }
    .woocommerce table.cart td.product-price,
    .woocommerce table.cart td.product-quantity,
    .woocommerce table.cart td.product-subtotal{
        width: 120px;
        font-weight: 600;
    }

    .woocommerce table.cart td.product-price > del{
        display: block;
    }

    .woocommerce table.cart .coupon .input-text{
        width: 215px !important;
    }
}

@media (min-width: 1200px){

    .woocommerce table.cart td.product-stock-status,
    .woocommerce table.cart td.product-price{
        font-size: 15px;
    }

    .woocommerce table.cart td.product-price{
        width: 230px;
        font-size: 15px;
    }

}

@media (max-width: 991px){
    .woocommerce table.cart tbody tr{
        display: inline-block;
        background-color: #fff;
        position: relative;
        padding-top: 40px;
    }

    .woocommerce table.cart tbody tr:last-child{
        display: block;
        padding-top: 0;
    }

    .woocommerce table.cart tbody tr:last-child td{
        border-top: none;
    }
    
    .woocommerce table.cart tbody tr:not(:last-child){
        margin-bottom: 10px;
    }
    
    .woocommerce table.cart tbody tr td{
        background-color: transparent !important;
    }

    .woocommerce-page table.shop_table_responsive tr:nth-child(2n){
        background-color: rgba(0, 0, 0, 0.035);
    }

    .woocommerce table.cart{
        border: none;
    }
    .woocommerce table.cart td.product-thumbnail{
        width: 25%;
        display: block;
        text-align: left !important;
        float: left;
        position: relative;
        border-top: none;
    }

    .woocommerce table.cart td.product-thumbnail > a{
        display: inline-block;
    }

    .woocommerce table.cart td.product-thumbnail img{
        width: 100%;
        height: auto;
    }

    .woocommerce table.cart td.product-thumbnail:before{
        display: none;
    }
    
    .woocommerce table.cart .wc-ci-col-right,
    .woocommerce table.cart td.product-thumbnail,
    .woocommerce table.cart td.product-remove{
        z-index: 2;
    }

    .woocommerce table.cart .wc-ci-col-right{
        float: right;
        width: 73%;
        position: relative;
    }

    .woocommerce table.cart .wc-ci-col-right td{
        padding-left: 0;
    }

    .woocommerce table.cart .wc-ci-col-right td::before{
        margin-right: 5px;
    }

    .woocommerce table.cart td.product-remove{
        /* background-color: #fff !important; */
        background-color: transparent !important;
        /*height: 30px;*/
        position: absolute;
        right: 17px;
        top: 4px;
    }
    .woocommerce table.cart td.product-remove a{
        position: absolute;
        bottom: -7px;
        /* right: -7px; */
        width: 20px;
        height: 20px;
        font-size: 18px;
        background-color: #ea534f !important;
        color: #fff !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .woocommerce table.cart .coupon{
        /* margin-top: 15px; */
        margin-bottom: 10px;
    }
    .woocommerce table.cart .coupon .input-text,
    .woocommerce table.cart .coupon .button{
        width: 100% !important;
        display: block;
        margin-bottom: 7px;
    }

    .woocommerce-cart .cart_totals .checkout-button{
        font-size: 15px !important;
    }

    .woocommerce-cart .coupon button{
        margin-top: 5px;
    }
}
@media (max-width: 767px){
    .woocommerce-cart .page-container{
        font-size: 13px;
    }

    .woocommerce-cart .cart_totals .checkout-button{
        font-size: 14px !important;
    }

    .woocommerce-cart .coupon button,
    .woocommerce-cart .actions > button,
    .woocommerce-cart .cart_totals .checkout-button{
        height: 35px;
    }

    .woocommerce-cart .cart_totals h2{
        text-align: center;
        font-size: 25px;
        margin-top: 10px;
    }

    .woocommerce table.cart td.product-thumbnail{
        width: 27%;
    }

    .woocommerce table.cart td.product-remove a{
        padding-bottom: 2px;
    }
}

/*Checkout Page (Delivery details)*/

.woocommerce-checkout .select2-selection{
    border: 1px solid #959595;
    height: 37px ;
    display: flex;
    align-items: center;
}

.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 100%;
    top: 50%;
    transform: translateY(-43%);
}

.woocommerce-checkout #payment div.payment_box{
    margin-bottom: 0;
}

.woocommerce-checkout .page-container{
    padding-bottom: 30px;
}

.woocommerce-checkout #ship-to-different-address{
    font-size: 18px;
}

.woocommerce-checkout #ship-to-different-address > .woocommerce-form__label{
    display: flex;
    align-items: center;
}

.woocommerce-checkout #ship-to-different-address > .woocommerce-form__label > input{
    height: auto;
    position: relative;
    top: 1px;
    margin: 0 10px 0 0;
}

.woocommerce-checkout .woocommerce-checkout-review-order .woocommerce-shipping-methods .woocommerce-Price-amount{
    display: block;
}

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

.woocommerce-checkout .mintpay-checkout-price-installment{
    display: none;
}

@media (max-width: 991px){
    .woocommerce-checkout .woocommerce-NoticeGroup-checkout > ul:last-child{
        margin-bottom: 0;
    }

    .woocommerce-MyAccount-content .woocommerce-Button{
        width: 100%;
        justify-content: center;
    }
}

@media (max-width: 767px){
    .woocommerce-checkout .page-container{
        font-size: 13px;
    }

    .woocommerce-checkout .woocommerce-NoticeGroup-checkout{
        margin-top: 15px;
    }

    .woocommerce-checkout form .form-row-first,
    .woocommerce-checkout form .form-row-last,
    .woocommerce-account form .form-row{
        width: 100%;
    }

    .woocommerce-checkout .woocommerce #payment #place_order,
    .woocommerce-checkout .woocommerce-page #payment #place_order{
        margin-bottom: 0;
        margin-top: 10px;
    }

    .woocommerce-checkout .page-container{
        padding-bottom: 15px;
        padding-top: 20px;
    }
    
    .woocommerce-checkout #ship-to-different-address {
        font-size: 16px;
    }
}
/*Checkout Page (Delivery details)*/

/* ---------------------------------
Checkout Page (order-received)
--------------------------------- */

.woocommerce-order-received .woocommerce-customer-details address{
    line-height: 1.6;
    padding: 10px 15px;
}

.woocommerce-order-received ul.order_details li{
    border-right-color: #bd8ba6;
}

.woocommerce-order-received .woocommerce ul.order_details{
    margin-bottom: 30px;
}

.woocommerce-order-received .woocommerce .woocommerce-customer-details{
    margin-bottom: 0;
}

.woocommerce-order-received .woocommerce-order > p{
    font-weight: 700;
}

.woocommerce-order-received .woocommerce-order > .woocommerce-notice{
    font-weight: 400;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li{
    line-height: 1.6;
}

.woocommerce-checkout #payment ul.payment_methods li input{
    margin-right: 7px;
    max-width: 13px;
    height: auto;
    position: relative;
    top: 1px;
}

.woocommerce-checkout #payment ul.payment_methods li img{
    margin-left: 0;
    margin-top: 5px;
}

.woocommerce-checkout #payment ul.payment_methods li label{
    margin-bottom: 0;
    display: unset;
    width: calc( 100% - 25px );
}

.woocommerce-checkout #payment ul.payment_methods li:not(:last-child){
    margin-bottom: 10px;
}

@media (min-width: 768px){

    .woocommerce-order-received .page-container{
        padding-bottom: 40px;
        /*padding-top: 30px;*/
    }

    .woocommerce-order-received .woocommerce ul.order_details{
        /*padding: 20em;*/
        padding: 20px;
    }
}

@media (max-width: 991px){
    .woocommerce-order-received ul.order_details li{
        border-right: 0;
        border-bottom: 1px dashed #bd8ba6;
        padding-bottom: 5px;
        padding-top: 10px;
        width: calc( 50% - 2em );
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .woocommerce-order-received ul.order_details li{
        padding-bottom: 10px;
        padding-top: 15px;
    }

    .woocommerce-order-received ul.order_details li:nth-child(1),
    .woocommerce-order-received ul.order_details li:nth-child(2){
        padding-top: 0;
    }

    .woocommerce-order-received ul.order_details li:nth-child(5){
        padding-bottom: 0;
    }
}

@media (max-width: 767px){

    .woocommerce ul.order_details{
        padding: 10px 15px;
    }
    .woocommerce ul.order_details li{
        width: 100%;
    }

    .woocommerce-order-received .page-container{
        padding-bottom: 25px;
    }
    

    .woocommerce-order-received .woocommerce ul.order_details li strong{
        margin-top: 2px;
    }

    .woocommerce-order-received .woocommerce-column__title,
    .woocommerce-order-received .woocommerce-order-details__title{
        font-size: 24px;
    }

    .woocommerce-checkout #payment ul.payment_methods li input{
        top: 2px;
    }

    .woocommerce-notices-wrapper .wc-forward {
        width: 100%;
        margin-bottom: 10px !important;
    }

    .woocommerce-error li,
    .woocommerce-info li,
    .woocommerce-message li{
        text-align: justify;
    }
}

/* ---------------------------------
My Account Page
--------------------------------- */

.woocommerce form .form-row{
    padding-left: 0;
}

.woocommerce .woocommerce-MyAccount-navigation{
    margin-bottom: 25px;
    float: none;
    width: 100%;
}
.woocommerce .woocommerce-MyAccount-navigation:after{
    clear: both;
    display: table;
    content: '';
}
.woocommerce .woocommerce-MyAccount-navigation ul{
    padding: 0;
    list-style-type: none;
    margin-bottom: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li{
    float: left;
    border-right-style: dashed;
    border-right-width: 1px;
}
.woocommerce .woocommerce-MyAccount-navigation ul li:last-child,
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    border-right: 0;
}
.woocommerce .woocommerce-MyAccount-navigation ul li a{
    display: block;
    padding: 10px 15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
    background-color: #4d4f50;
}
.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li a:focus,
.woocommerce .woocommerce-MyAccount-navigation ul li a:hover{
    color: #fff;
}
.woocommerce-account .woocommerce-MyAccount-content{
    float: none;
    width: 100%;
}

.woocommerce-MyAccount-content button{
    margin-top: 15px !important;
}

.woocommerce .woocommerce-MyAccount-content fieldset{
    margin: 20px 0 0;
}

.woocommerce-MyAccount-content .woocommerce-Button{
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.woocommerce-account .woocommerce-MyAccount-content a,
.woocommerce-MyAccount-content .woocommerce-Address-title .edit{
    font-weight: 700;
}

.woocommerce-account .addresses .title h3{
    margin-top: 0;
}

.woocommerce-account .woocommerce-Address address{
    line-height: 1.5;
}

.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
    /*display: flex;
    align-items: center;
    justify-content: center;*/
    text-align: center;
    line-height: 1.1;
}

.woocommerce table.my_account_orders td,
.woocommerce table.my_account_orders th{
    padding-top: 10px;
    padding-bottom: 10px;
}

.woocommerce-account .woocommerce-EditAccountForm legend{
    border: none;
    max-width: 300px;
    text-align: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{
    display: flex;
    align-items: center;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span{
    margin-left: 5px;
    margin-top: 2px;
}

.woocommerce-account .woocommerce h2{
    margin: 0;
}

.woocommerce-account .woocommerce .woocommerce-column__title,
.woocommerce-account .woocommerce .woocommerce-order-details__title{
    margin-bottom: 10px;
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register{
    margin-top: 20px;
}

.woocommerce-form-register__submit{
    margin-top: 10px !important;
}

/*@media (min-width: 768px){
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register{
        padding: 20px 140px;
    }
}

@media (min-width: 992px){
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register{
        padding: 20px 240px;
    }
}

@media (min-width: 1200px){
    .woocommerce form.checkout_coupon,
    .woocommerce form.login,
    .woocommerce form.register{
        padding: 20px 350px;
    }
}*/

@media (max-width: 991px){

    .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
        max-width: 200px;
        margin-left: auto;
    }
}

@media (max-width: 767px){
    .woocommerce .woocommerce-MyAccount-navigation ul li{
        width: 100%;
        border-right: 0;
        border-bottom: 1px dashed #ddd;
    }
    .woocommerce .woocommerce-MyAccount-navigation ul li:last-child,
    .woocommerce .woocommerce-MyAccount-navigation ul li.is-active{
        border-bottom: 0;
    }

    .woocommerce-orders-table .woocommerce-orders-table__cell-order-actions a{
        max-width: 150px;
    }

    .woocommerce-account .page-container{
        font-size: 13px;
    }

    .woocommerce-account .woocommerce-Message{
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce-account .woocommerce-Message .button{
        margin-top: 10px;
        justify-content: center;
    }

    .woocommerce .woocommerce-form-login .woocommerce-form-login__submit,
    .woocommerce-form-register__submit{
        width: 100%;
        margin-right: 0;
    }
}


/* ---------------------------------
Mini Cart
--------------------------------- */
.nav-cart{
    float: right;
    position: relative;
    margin-left: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.nav-cart .nav-cart-toggler{
    color: #4d4f50;
    /*border: 1px solid rgba(77,79,80,0.45);*/
    display: block;
    height: 43px;
    position: relative;
    display: table;
    vertical-align: middle;
    text-align: center;
    padding-right: 10px;
}
.nav-cart .nav-cart-toggler > i,
.nav-cart .nav-cart-toggler > div{
    padding: 0 10px;
}

.nav-cart .nav-cart-toggler > .cart-item-count{
    padding: 0;
    top: 23px;
    left: 23px;
    background-color: #D44545;
    width: 20px;
    height: 20px;
    color: #fff;
    font-family: 'poppins';
}

.nav-cart .nav-cart-toggler > .cart-item-count .cart-totals{
    display: none;
}

.sticky .nav-cart .nav-cart-toggler > .cart-item-count{
    top: 19px;
}

.nav-cart .nav-cart-toggler > i{
    /*border-right: 1px solid rgba(77,79,80,0.45);*/
    padding: 0;
    font-size: 25px;
}
.nav-cart .nav-cart-toggler .amount{
    font-weight: 600;
}
.nav-cart .nav-cart-toggler .count{
    font-size: 11px;
    line-height: 1.1;
}
.nav-cart .nav-cart-toggler:hover,
.nav-cart.open .nav-cart-toggler{
    color: #4d4f50;
}

.mini-cart-box{
    display: none;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 100%;
    padding: 10px 0;
    margin-top: 20px;
    text-align: left;
    min-width: 320px;
    max-width: 400px;
    max-height: 500px;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
    z-index: 9999;
    overflow: hidden;
}

.mini-cart-box .blockUI.blockOverlay{
    background-color: #fff !important;
}

.mini-cart-wrapper .cart-list-wrapper{
    max-height: 262px;
    overflow-y: auto;
}
.woocommerce-mini-cart{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
.woocommerce-mini-cart li{
    display: table;
    vertical-align: top;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    padding: 10px !important;
    width: 100%;
}
.woocommerce-mini-cart li:first-child{
    padding-top: 0 !important;
}
.woocommerce-mini-cart li:last-child{
    border-bottom: 0;
}
.woocommerce-mini-cart li > div{
    display: table-cell;
    vertical-align: top;
}
.woocommerce-mini-cart li .cart-item-remover{
    width: 20px;
    text-align: right;
}
.woocommerce-mini-cart li .cart-item-image{
    width: 80px;
    height: 115px;
}
.woocommerce-mini-cart li .cart-item-image img{
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}
.woocommerce-mini-cart li .cart-item-details{
    padding: 0 10px;
}
.woocommerce-mini-cart li .cart-item-title{
    color: #000;
    font-size: 14px;
    margin-bottom: 7px;
    display: block;
    line-height: 1.2em;
    font-weight: 500;
}
.woocommerce-mini-cart li .cart-item-count .quantity{
    color: #000;
}
.woocommerce-mini-cart li .cart-item-count .amount{ 
    font-weight: 600;
    color: #4d4f50;
}
.woocommerce-mini-cart li .cart-item-remover a{
    color: #666;
    line-height: 1.1;
    font-weight: 500 !important;
    height: 22px;
    width: 22px;
}
.woocommerce-mini-cart li .cart-item-remover a:hover{
    color: #ea534f;
}
.woocommerce-mini-cart li .cart-item-title:hover{
    color: #4d4f50;
}
.mini-cart-wrapper .total{
    padding: 10px 15px;
    border-top: 1px solid rgba(0,0,0,0.1);
    border-bottom: 1px solid rgba(0,0,0,0.1);
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-transform: uppercase;
}
.mini-cart-wrapper .total .amount{
    color: #4d4f50;
}
.mini-cart-wrapper .buttons{
    padding: 10px 10px 0;
    display: flex;
    justify-content: space-between;
}
.mini-cart-wrapper .buttons a{
    display: inline-block;
    width: 48%;
    background-color: #4d4f50;
    color: #fff;
    text-transform: uppercase;
    padding: 8px 15px;
    height: 35px;
    line-height: 1.7em;
    border-radius: 3px;
    text-align: center;
    font-size: 13px;
    font-weight: 500;
}
.mini-cart-wrapper .buttons a:first-child{
    background-color: #999;
}
.mini-cart-wrapper .buttons a:first-child:hover{
    background-color: #777;
}
.mini-cart-wrapper .buttons a:before{
    content: '\f07a';
    font-family: 'Font Awesome 5 Pro';
    padding-right: 7px;
    font-size: 16px;
    line-height: 1em;
}
.mini-cart-wrapper .buttons a:last-child:before{
    content: '\f08e';
}
.mini-cart-wrapper .buttons a:hover{
    background-color: #3c3c3c;
    color: #fff;
}
.woocommerce-mini-cart__empty-message{
    padding-left: 10px;
    padding-right: 10px;
}
.mini-cart-wrapper .cart-list-wrapper::-webkit-scrollbar-track{
    border-radius: 7px;
    background-color: #f1eee2;
}
.mini-cart-wrapper .cart-list-wrapper::-webkit-scrollbar{
    width: 8px;
    border-radius: 7px;
    background-color: #f1eee2;
}
.mini-cart-wrapper .cart-list-wrapper::-webkit-scrollbar-thumb{
    border-radius: 8px;
    background-color: #b2aa96;
}
.woocommerce-mini-cart .mini_cart_item .blockElement{
    background-color: transparent !important;
    border: 0 !important;
}

ul.woocommerce-mini-cart{
    font-size: 14px;
}

ul.woocommerce-mini-cart li dl{
    margin: 0;
    padding-left: 1em;
    border-left: 2px solid rgba(0,0,0,.1);
}

ul.woocommerce-mini-cart .variation p{
    margin-bottom: 0;
}

ul.woocommerce-mini-cart li dl dt {
    float: left;
    margin-right: 5px;
    clear: left;
}

ul.woocommerce-mini-cart li dl dd {
    margin-bottom: 5px;
}

.cart-loader{
    border: 2px solid #f3f3f3;
    border-top: 2px solid #3498db;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    margin: 0 auto;
    -webkit-animation: spin 2s linear infinite;
    -moz-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

/* ---------------------------------
Mobile cart navigation
--------------------------------- */
.mobile-cart-icon{
    position: fixed;
    font-size: 22px;
    bottom: 100px;
    right: 15px;
    background-color: #4d4f50;
    width: 40px;
    height: 40px;
    text-align: center;
    z-index: 1030;
    padding: 5px;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.mobile-cart-icon > a{
    color: #fff !important;
}
.sidebar-nav .mini-cart-wrapper{
    display: block;
    padding: 10px 0;
}
.sidebar-nav .woocommerce-mini-cart{
    margin: 0 !important;
}
.sidebar-nav .mini-cart-wrapper .cart-list-wrapper{
    max-height: none;
}
.sidebar-nav .woocommerce-mini-cart li .cart-item-image,
.sidebar-nav .woocommerce-mini-cart li .cart-item-image a img{
    width: 60px;
    height: 60px;
}
.sidebar-nav .woocommerce-mini-cart li .cart-item-image a img{
    object-fit: cover;
}
.sidebar-nav .woocommerce-mini-cart li .cart-item-title{
    font-size: 13px;
}
.sidebar-nav .mini-cart-wrapper .buttons{
    display: block;
}
.sidebar-nav .mini-cart-wrapper .buttons a{
    display: block;
    width: 100%;
}
.sidebar-nav .mini-cart-wrapper .buttons a:first-child{
    margin-bottom: 8px;
}
.sidebar-nav .sidebar-title{
    padding: 15px 10px 10px;    
    text-transform: uppercase;
    border-bottom: 1px solid rgba(0,0,0,0.1);
}
.sidebar-nav .sidebar-title h3{
    margin-top: 0;
    margin-bottom: 0;
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
}
.cart-count-bubble{
    position: absolute;
    width: 17px;
    height: 17px;
    background-color: #e74c3c;
    color: #fff;
    top: -5px;
    right: -6px;
    font-size: 11px;
    text-align: center;
    line-height: 18px;
    border-radius: 50px;
}
.sidebar-nav .sidebar-title h3 .cart-count-bubble{
    right: -22px;
    top: -7px;
}

.sidebar-cart .blockUI.blockOverlay{
    background-color: #fff !important;
}

@media (min-width: 992px){
    .mobile-cart-icon{
        display: none;
    }
}

/* ---------------------------------
Mobile Woo Search
--------------------------------- */
.mobile-woo-search{
    /*display: none;*/
    /*z-index: 99999;*/
    /*bottom: 0;*/
    /*right: 0;*/
    position: fixed;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255,255,255,0.99);
    z-index: 1029;
    width: calc( 750px - 30px );
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mobile-woo-search.visible{
    top: 70px;
}
.mobile-woo-search .woo-search-box{
    margin-top: 0px;
    text-align: center;
    /*padding: 15px;*/
    padding: 8px;
}
.mobile-woo-search .search-group{
    display: block;
    width: 100%;
    position: relative;
}
.mobile-woo-search .fld-search{
    height: 35px;
    border: 0;
    border-radius: 0px;
    /*background-color: #f2f2f2;*/
    /*padding: 0 33px 0 10px;*/
    font-weight: 400;
    font-size: 18px;
    margin-bottom: 0px;
}

.mobile-woo-search .fld-search,
.mobile-woo-search .fld-search:active,
.mobile-woo-search .fld-search:hover,
.mobile-woo-search .fld-search:focus{
    box-shadow: none !important;
    outline: 0 none !important;
    border: 0 !important;
    /*border-bottom: 1px solid #959595 !important;*/
    border: 1px solid #959595 !important;
    background-color: #fff !important;
    padding: 6px 12px !important;
}

.mobile-woo-search .btn-search{
    position: absolute;
    top: 0;
    right: 0;
    height: 35px;
    padding: 0 10px;
    font-size: 14px;
    text-transform: uppercase;
    border: none;
    border: 4px;
    background-color: transparent;
    display: none;
}
.mobile-woo-search .woo-search-closer{
    position: absolute;
    /*top: -10px;*/
    /*left: 50%;*/
    right: 0;
    font-size: 60px;
    color: #959595;
    background-color: transparent;
    border: none;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
}
.mobile-woo-search .fld-search:focus,
.mobile-woo-search .woo-search-closer:focus,
.mobile-woo-search .btn-search:focus{
    outline: none;
    border: none;
}
.mobile-woo-search .fld-search:focus{
    background-color: #dfdfdf;
}

.product{
    list-style: none;
}

.product > a{
    display: inline-block;
}

.product img{
    /*display: none;*/
    border: 1px solid #C8C8C8;
    /* -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out; */
}

.single-product .zoom.nslick-slide img{
    border: none !important;
}

.product .onsale{
    /*display: none;*/
}

.woocommerce-loop-product__title,
.product .price{
    color: #000 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.woocommerce-loop-product__title{
    font-size: 18px !important;
    padding: 0 6px;
    margin-top: 15px !important;
    text-align: center;
    line-height: 1.2;
    max-height: 50px;
    overflow: hidden;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    padding: 0 !important;
}

.add_to_cart_button{
    display: none !important;
}

.product .price{
    font-size: 20px !important;
    font-weight: 700 !important;
    display: block;
}

.product .price ins{
    display: block;
    text-decoration: none;
}

.product .price del{
    font-size: 19px;
    color: #959595 !important;
    font-weight: 400;
    line-height: 1;
}

.show_lightbox span.nickx-popup_trigger.fa.fa-expand{
    padding-top: 10px !important;
    padding-left: 14px;
}

@media(min-width: 768px){
    .mobile-woo-search .woo-search-closer{
        top: -10px;
        padding: 0;
    }

    .mobile-woo-search .woo-search-box{
        padding: 15px;
    }
}

@media(min-width: 992px){

    .mobile-woo-search .fld-search{
        width: 90%;
    }
}

@media(max-width: 1439px){
    .show_lightbox span.nickx-popup_trigger.fa.fa-expand:before{
        content: "\f002";
        color: #fff;
        font-weight: 400;
        left: 50%;
        top: 50%;
        position: absolute;
        transform: translate(-50%, -50%);
        font-size: 22px;
    }

    .show_lightbox span.nickx-popup_trigger.fa.fa-expand{
        overflow: visible;
        background-color: rgba(255, 255, 255, 0.5);
        border-radius: 50%;
        width: 42px;
        height: 42px;
    }
}

@media(max-width: 991px){

    .woocommerce-loop-product__title{
        font-size: 18px !important;
    }

    .product .price{
        font-size: 21px !important;
    }
    
    .mobile-woo-search .woo-search-closer{
        display: none;
    }

    .mobile-woo-search .fld-search{
        width: 100%;
    }
}

@media(max-width: 767px){

    .woocommerce-loop-product__title{
        /*padding: 0 20px !important;*/
        font-size: 18px !important
    }

    body:not(.home) .woocommerce-loop-product__title,
    .do-ls-woo-products .do-ls-wp-gallery .woocommerce-loop-product__title{
        font-size: 14px !important
    }

    .product .price{
        font-size: 18px !important;
        margin-top: 5px;
        margin-bottom: 10px;
    }

    body:not(.home) .product .price,
    .do-ls-woo-products .do-ls-wp-gallery .product .price{
        font-size: 12px !important;
        margin-top: 5px;
    }

    .product .price del{
        font-size: 15px;
    }

    body:not(.home) .product .price del{
        font-size: 12px;
    }

    .mobile-woo-search .fld-search{
        font-size: 14px;
        width: 100%;
    }

    .mobile-woo-search .woo-search-closer{
        font-size: 45px;
    }

    .mobile-woo-search{
        width: calc( 100% - 30px )
    }
}

@media(max-width: 374px){

        .woocommerce-loop-product__title{
        padding: 0 0px !important;
    }
}


/* Shop Page filters*/
.woo-shop-filter{
    position: relative;
    /*margin-bottom: 20px;*/
    margin-left: calc(-100vw / 2 + 100% / 2);
    margin-right: calc(-100vw / 2 + 100% / 2);
    width: 100vw;
    max-width: 100vw;
    z-index: 1000;
    /*border-bottom: 1px solid #ddd;*/
}
.woo-shop-filter > .container > .row{
    display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;         /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;      /* TWEENER - IE 10 */
    display: -webkit-flex;     /* NEW - Chrome */
    display: flex;
    /*align-items: center;*/
}

.wsf-left{
    margin: 25px 0 10px;
}

.woo-shop-filter .ws-title{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
}
.woo-shop-filter .ws-title a{
    margin-right: 8px;
    padding-right: 13px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    color: #3F3F3F;
    font-size: 21px;
    line-height: 1;
}
.woo-shop-filter .ws-title a:after{
    content: '\f105';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    font-size: 17px;
    font-weight: 500;
}
.woo-shop-filter .ws-title a:first-child{
    font-weight: 700;
}
.woo-shop-filter .ws-title a:last-child{
    cursor: default;
    pointer-events: none;
    margin-right: 0;
    padding-right: 0;
}
.woo-shop-filter .ws-title a:last-child:after{
    display: none;
}

.woo-shop-filter .wsf-right{
    margin-left: auto;
}

.woo-shop-filter .wsf-right:after {
    width: 100vw;
    max-width: 1920px;
    height: 100%;
    top: 0;
    z-index: 0;
}

.woo-shop-filter .wsf-filter{
    float: right;
}
.woo-shop-filter .wsf-item{
    float: left;
    position: relative;
    margin-left: 30px;
    z-index: 1;
}
.woo-shop-filter .wsf-item:first-child{
    margin-left: 0;
}
.woo-shop-filter .wsf-item .wsfi-label{
    display: inline-block;
    padding: 20px 15px;
    padding-right: 20px;
    position: relative;
    white-space: nowrap;
    font-size: 16px;
    line-height: 1;
}
.woo-shop-filter .wsf-item .wsfi-label:after{
    content: '\f107';
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    font-size: 18px;
    right: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.woo-shop-filter .wsf-item.open .wsfi-label:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.woo-shop-filter .wsf-item .wsfi-options{
    display: none;
    position: absolute;
    top: calc( 100% + 10px );
    left: auto;
    right: 0;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 0;
    margin: 1px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    max-height: 400px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.woo-shop-filter .wsf-item .wsfi-options::-webkit-scrollbar-track{
    background-color: #ededed;
    border-radius: 10px;
}
.woo-shop-filter .wsf-item .wsfi-options::-webkit-scrollbar{
    width: 5px;
    background-color: #ededed;
}
.woo-shop-filter .wsf-item .wsfi-options::-webkit-scrollbar-thumb{
    background-color: #a4a3a3;
    border-radius: 10px;
}

.woo-shop-filter .wsf-item .wsfi-options > li {
    display: block;
    position: relative;
}
.woo-shop-filter .wsf-item .wsfi-options > li > a {
    display: block;
    /*color: #4d4f50;*/
    padding: 10px 20px;
    padding-left: 38px;
    text-align: left;
    white-space: nowrap;
    position: relative;
}
.woo-shop-filter .wsf-item .wsfi-options > li > a:after{
    content: '\f111';
    position: absolute;
    font-family: 'Font Awesome 5 Pro';
    font-weight: lighter;
    left: 10px;
    font-size: 15px;
    line-height: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid rgba(107, 107, 107, 0.5);
    border-radius: 50%;
    color: #fff;
    transition: all 0.2s ease-in-out;
}
.woo-shop-filter .wsf-item .wsfi-options > li > a:hover,
.woo-shop-filter .wsf-item .wsfi-options > li.active > a{
    /* background-color: #e7a5c7; */
    color: #fff;
}
.woo-shop-filter .wsf-item .wsfi-options > li > a:hover:after,
.woo-shop-filter .wsf-item .wsfi-options > li.active > a:after{
    border-color: transparent;
    content: '\f058';
    font-weight: bold;
}
.woo-shop-filter .wsf-item.open .wsfi-options{
    display: block;
}

@media screen and (min-width: 992px) {

    .woo-shop-filter{
        margin-top: 30px;
    }
}

@media screen and (max-width: 1199px) {
    .wsf-left{
        margin-top: 18px;
    }

    .woo-shop-filter .wsf-item:first-child .wsfi-options{
        left: 0;
        right: auto;
    }
}

@media screen and (max-width: 991px) {
    .woo-shop-filter{
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .woo-shop-filter > .container > .row{
        flex-direction: column;
    }
    .woo-shop-filter .wsf-filter{
        float: left;
    }
    .woo-shop-filter .wsf-item .wsfi-label{
        padding-left: 0;
    }
    .woo-shop-filter .wsf-item .wsfi-options{
        /* left: 0;
        right: auto; */
    }

    .wsf-left{
        margin-top: 25px;
    }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {
    .woo-shop-filter > .container > .row{
        /*flex-direction: column;*/
    }
    .woo-shop-filter .wsf-left,
    .woo-shop-filter .wsf-right{
        width: 100%;
    }
    .woo-shop-filter .ws-title{
        margin-top: 10px;
    }
    .woo-shop-filter .wsf-filter{
        /*float: left;*/
    }
    .woo-shop-filter .wsf-item:first-child{
        margin-left: 0;
    }
    .woo-shop-filter .wsf-item .wsfi-label{
        padding-left: 0;
        font-size: 14px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    .woo-shop-filter .wsf-filter{
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
    }
}

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

    .tax-product_cat .page-container{
        margin-top: 10px;
    }

    .woo-shop-filter .wsf-filter{
        display: none;
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .woo-shop-filter .wsf-mobile-col{
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-top: 21px;
    }
    .woo-shop-filter .ws-title{
        font-size: 15px;
    }
    .woo-shop-filter .ws-title a:first-child{
        font-size: 18px;
    }
    .woo-shop-filter .wsf-item{
        width: 100%;
        margin-left: 0;
        border: 1px solid #ddd;
    }
    .woo-shop-filter .wsf-item:not(:last-child){
        margin-bottom: 10px;
    }
    .woo-shop-filter .wsf-item .wsfi-label{
        display: block;
        padding: 10px 15px;
        padding-right: 30px;
        background-color: #fff;
    }
    .woo-shop-filter .wsf-item .wsfi-label:after{
        right: 10px;
    }
    .woo-shop-filter .wsf-item .wsfi-options{
        left: 0;
        right: 0;
        position: relative;
        width: 100%;
        height: 0;
        opacity: 0;
        visibility: hidden;
        box-shadow: none;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out;
    }
    .woo-shop-filter .wsf-item.open .wsfi-options{
        height: auto;
        opacity: 1;
        visibility: visible;
    }
    .woo-shop-filter .wsf-mobile-trigger > a{
        display: inline-block;
        padding: 6px 13px;
        font-size: 13px;
        color: #fff;
        text-transform: uppercase;
    }

    .woo-shop-filter .wsf-mobile-trigger > a .filter-count{
        font-size: 11px;
    }

    .woo-shop-filter{
        position: fixed;
        left: 0;
        z-index: 11;
        background-color: #fff;
    }

    .pwh-row{
        margin-top: 90px;
    }
}
/* End shop filter 


/* Woocommerce messages */
.woocommerce-info a{
    text-decoration: underline;
}

.woocommerce-message,
.woocommerce-info{
    padding: 1em;
    margin-bottom: 15px;
}

#yith-wcwl-popup-message{
    border-top: 3px solid;
    margin-left: 0 !important;
    transform: translate(-50%, -50%);
}

#yith-wcwl-message{
    font-weight: 400;
}

.single-product .do-ls-prod-added-msg{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;
}

.woocommerce-message::before,
.woocommerce-info::before{
    display: none;
}

.woocommerce-page .return-to-shop .button{
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    margin-top: 5px;
}

@media (min-width: 768px){
    .woocommerce-page .return-to-shop .button{
        max-width: 200px;
    }
}
@media (max-width: 767px) {
    .single-product .do-ls-prod-added-msg{
        flex-direction: column-reverse;
        text-align: center;
        font-size: 13px;
    }

    .woocommerce-message,
    .woocommerce-info{
        padding: 10px;
        margin-bottom: 5px;
    }

    .woocommerce-message .button{
        margin-top: 10px !important;
    }

    #yith-wcwl-popup-message{
        width: calc( 100% - 50px );
    }
}
/*Woocommerce messages*/

/* Wish list icon */
.single-product .yith-wcwl-add-to-wishlist{
    margin-top: 0;
}

.single-product .product .summary .yith-wcwl-add-button i{
    display: none;
}

.single-product .yith-wcwl-add-button .single_add_to_wishlist span,
.single-product .yith-wcwl-add-button .delete_item{
    font-size: 16px;
    position: relative;
    padding-right: 25px;
}

.single-product .yith-wcwl-add-button .single_add_to_wishlist span:after,
.single-product .yith-wcwl-add-button .delete_item:after{
    content: "\f004";
    position: absolute;
    font-family: "Font Awesome 5 Pro";
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #000;
    font-size: 17px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.yith-wcwl-add-button .single_add_to_wishlist span:after{
    font-weight: 400;
}

.single-product .yith-wcwl-add-button .delete_item{
    text-transform: uppercase;
}

.yith-wcwl-add-button .delete_item:after{
    font-weight: 600;
}

.single-product .yith-wcwl-add-button .separator,
.single-product .yith-wcwl-add-button .view-wishlist{
    display: none;
}

.home .product .yith-wcwl-add-to-wishlist,
.products .yith-wcwl-add-to-wishlist{
    background-color: rgb(255, 255, 255, 0.7);
    border-radius: 50%;
    width: 27px;
    height: 27px;
    /*left: auto !important;
    right: 8px;*/
    left: 8px;
}

div:not(.summary) .yith-wcwl-add-to-wishlist{
    /* top: 374px; */
    top: 8px;
}

.single-product div:not(.summary) .yith-wcwl-add-to-wishlist{
    /* top: 369px; */
}

li.product .woocommerce-LoopProduct-link ~ div{
    text-align: center;
}

li.product .price > br{
    display: none;
}

.product-price-installments-not-in-variation {
    margin-top: 7px;
}

.woocommerce-product-details__short-description{
    margin-top: -10px;
}

.woocommerce-product-details__short-description ul,
.woocommerce-product-details__short-description ol{
    padding-left: 20px;
}

.post-type-archive-product div:not(.summary) .yith-wcwl-add-to-wishlist{
    /* top: 375px; */
}

.yith-wcwl-add-button i,
.yith-wcwl-add-to-wishlist:hover{
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.yith-wcwl-add-to-wishlist{
    box-shadow: 0 1px 2px 0 rgb(0, 0, 0, 0.09);
}

.yith-wcwl-add-to-wishlist:hover{
    box-shadow: 0 1px 7px 0 rgb(0, 0, 0, 0.09);
}

.summary .yith-wcwl-add-to-wishlist,
.summary .yith-wcwl-add-to-wishlist:hover{
    box-shadow: none;
}

.summary .yith-wcwl-add-to-wishlist{
    position: static !important;
    display: inline-table;
    min-height: 45px;
}

.summary .yith-wcwl-add-to-wishlist > .blockUI.blockOverlay{
    position: relative !important;
    top: -21px !important;
    height: 20px !important;
    transform: translateX(-50%) !important;
}

.yith-wcwl-add-button{
    width: 100%;
    height: 100%;
}

.home .product .yith-wcwl-add-button a,
.products .yith-wcwl-add-button a{
    width: 100%;
    height: 100%;
    display: flex;
    /*justify-content: center;
    align-items: center;*/
}

.yith-wcwl-add-button .add_to_wishlist i{
    font-weight: 400;
}

.single-product .products .yith-wcwl-add-button a{
    font-size: 0;
    padding-right: 0;
}

.single-product .products .yith-wcwl-add-button a:after,
.single-product .products .yith-wcwl-add-button span{
    display: none;
}

.home .product .yith-wcwl-add-button i,
.products .yith-wcwl-add-button i{
    font-size: 14px !important;
    position: relative;
    top: 8px;
    left: 7px;
    color: #7E7E7E;
}

.home .section-product-slider.sps-style-2 .product .yith-wcwl-add-button i{
    left: 6px;
}

@media (min-width: 1200px){
    .home .sps-style-1 .product .yith-wcwl-add-to-wishlist{
        /* top: 389px !important; */
    }

    .home .sps-style-2 .product .yith-wcwl-add-to-wishlist{
        /* top: 380px !important; */
    }
}

@media (min-width: 992px) and (max-width: 1199px){
    .home .sps-style-1 .product .yith-wcwl-add-to-wishlist{
        /* top: 314px !important; */
    }

    .home .sps-style-2 .product .yith-wcwl-add-to-wishlist{
        /* top: 433px !important; */
    }

    .home .product .yith-wcwl-add-to-wishlist{
        /* top: 295px !important; */
    }

    .products .yith-wcwl-add-to-wishlist{
        /* top: 299px !important; */
    }

    .single-product .products .yith-wcwl-add-to-wishlist{
        /* top: 295px !important; */
    }
}

@media (max-width: 991px){

    .single-product .yith-wcwl-add-button .single_add_to_wishlist span,
    .single-product .yith-wcwl-add-button .delete_item{
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px){
    
    .home .sps-style-2 .product .yith-wcwl-add-to-wishlist,
    .home .sps-style-1 .product .yith-wcwl-add-to-wishlist{
        /* top: 323px !important; */
    }

    .home .product .yith-wcwl-add-to-wishlist{
        /* top: 305px !important; */
    }

    .products .yith-wcwl-add-to-wishlist{
        /* top: 309px !important; */
    }

    .single-product .products .yith-wcwl-add-to-wishlist{
        /* top: 303px !important; */
    }
}

@media (max-width: 767px){
    .archive .product .yith-wcwl-add-to-wishlist,
    .single-product .related-products-slider .product .yith-wcwl-add-to-wishlist{
        right: 7px;
    }

    .home .sps-style-2 .product .yith-wcwl-add-to-wishlist,
    .home .sps-style-1 .product .yith-wcwl-add-to-wishlist{
        right: 10px;
    }

    div:not(.summary) .yith-wcwl-add-to-wishlist{
        /* top: 7px !important; */
    }

    .home div:not(.summary) .yith-wcwl-add-to-wishlist{
        /* top: 30px !important; */
    }

    .single-product .related-products-slider .product > a{
        display: block;
    }

    .archive .product img,
    .single-product .related-products-slider .product img,
    .home .sps-style-2 .product img,
    .home .sps-style-1 .product img{
        /*max-width: 260px;*/
        margin: auto;
    }
}
/* Wish list icon */

/* Wish list page */
.woocommerce-wishlist .page-header-banner{
    display: none;
}

.woocommerce-wishlist .page-container{
    margin-top: 80px;
    padding-top: 60px;
    padding-bottom: 55px;
}

.do-ls-wishlist-title-container .wishlist-title{
    margin-bottom: 50px !important;
}

.do-ls-wishlist-title-container .show-title-form{
    right: -70px !important;
}

.do-ls-wishlist-title-container .show-title-form,
.do-ls-wishlist-title-container .show-title-form:hover{
    background-color: transparent !important;
    padding: 0 !important;
}

.do-ls-wishlist-title-container .show-title-form:hover{
    text-decoration: underline !important;
}

.woocommerce-wishlist ul.wishlist_table,
.woocommerce-wishlist table.wishlist_table{
    font-size: initial;
}

.woocommerce table.shop_table{
    margin-bottom: 0;
}

.woocommerce-wishlist ul.wishlist_table{
    padding-left: 0;
    margin-bottom: 0;
}

.yith_wcwl_wishlist_footer > div{
    display: none;
}

p.wishlist-empty,
table.wishlist_table tbody td.wishlist-empty{
    margin: 0 !important; 
}

.woocommerce-wishlist .woocommerce ul.shop_table th,
.woocommerce-wishlist .woocommerce table.shop_table th{
    text-align: center;
}

.woocommerce-wishlist ul.shop_table .button,
.woocommerce-wishlist table.shop_table .button{
    display: flex !important;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}

.woocommerce-wishlist .item-details-table .label,
.woocommerce-wishlist ul.shop_table table.additional-info .label,
body.woocommerce-wishlist .woocommerce-message{
    display: none;
}

.woocommerce-wishlist ul.shop_table .additional-info-wrapper .product-remove{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.woocommerce-wishlist ul.shop_table .item-wrapper{
    display: flex;
    align-items: center;
}

.woocommerce-wishlist ul.shop_table table.additional-info{
    width: 80%;
    margin-bottom: 5px;
}

.woocommerce-wishlist ul.shop_table .product-add-to-cart{
    width: 80%;
    float: left;
}

.woocommerce-wishlist ul.shop_table table.additional-info .value{
    text-align: center !important;
}

.woocommerce-wishlist ul.shop_table .product-add-to-cart > a{
    width: 100%;
}

@media (min-width: 768px){

    .woocommerce-wishlist ul.shop_table > li{
        display: flex;
    }

    .woocommerce-wishlist ul.shop_table .item-wrapper{
        width: 65%;
    }

    .woocommerce-wishlist ul.shop_table .additional-info-wrapper .product-remove{
        width: 20%;
    }

    .woocommerce-wishlist ul.shop_table .additional-info-wrapper{
        width: 35%;
    }

}

@media (min-width: 992px){

    .woocommerce-wishlist ul.shop_table .button,
    .woocommerce-wishlist table.shop_table .button{
        height: 40px;
    }
}

@media (max-width: 1199px){

    .woocommerce-wishlist ul.shop_table .product-add-to-cart > a {
        padding: 10px !important;
    }

    .woocommerce-wishlist ul.shop_table .product-name h3{
        font-size: 20px;
        padding-right: 20px;
        margin: 0;
    }
}

@media (max-width: 991px){

    .woocommerce-wishlist .page-container{
        margin-top: 60px;
        padding-bottom: 35px;
    }

    .woocommerce-wishlist ul.shop_table .additional-info-wrapper .product-remove{
        justify-content: flex-end;
    }
}

@media (max-width: 767px){

    .woocommerce-wishlist .page-container{
        padding-top: 35px;
        padding-bottom: 20px;
    }

    .woocommerce-wishlist ul.shop_table .product-name h3{
        padding-right: 0;
    }

    .woocommerce-wishlist ul.wishlist_table > li{
        padding: 15px 0;
        border-bottom-style: solid ;
        border-bottom-width: 1px;
    }

    .woocommerce-wishlist ul.wishlist_table > li:first-child{
        padding-top: 0;
    }

    .woocommerce-wishlist ul.wishlist_table > li:last-child{
        border-bottom: none; 
        padding-bottom: 0;
    }

    .woocommerce-wishlist ul.shop_table .item-wrapper{
        width: 100%;
        margin-bottom: 15px;
    }

    .woocommerce-wishlist ul.shop_table table.additional-info{
        width: 20%;
        display: flex;
        align-items: center;
    }

    .woocommerce-wishlist ul.shop_table .additional-info-wrapper .product-remove{
        width: 10%;
    }

    .woocommerce-wishlist ul.shop_table .product-add-to-cart{
        width: 70%;
    }

    .woocommerce-wishlist ul.shop_table .additional-info-wrapper{
        display: flex;
    }

    .woocommerce-wishlist ul.shop_table .product-add-to-cart,
    .woocommerce-wishlist ul.shop_table .product-add-to-cart > a,
    .woocommerce-wishlist ul.shop_table table.additional-info{
        margin-bottom: 0 !important;
    }

    .woocommerce-wishlist ul.shop_table .product-name h3{
        font-size: 16px;
    }

    .woocommerce-wishlist .item-details-table .value{
        display: flex;
        flex-direction: column;
        padding-left: 0;
    }

    .do-ls-wishlist-title-container .wishlist-title{
        margin-bottom: 40px !important;
    }

}
/* Wish list page */ 