/*
Theme Name: shoptimizer Child
Theme URI: #
Description: Shoptimizer child theme
Author: Ishan Jayman
Author URI: https://elementor.com/
Template: shoptimizer
Version: 1.0.1
Text Domain: shoptimizer-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
.aa-Panel{
    margin-top: 0;
    /*#efeef7*/
}
.aa-Form{
    border: none;
    background: #f8f8f8;
}
.aa-Form:focus-within{
    box-shadow: none;
}
.aa-SubmitButton:focus, .aa-SubmitButton:focus-within{
    border: none;
}
.aa-SubmitButton:hover{
    background-color: transparent !important;
}
.aa-SubmitButton svg.aa-SubmitIcon{
    width: 16px;
    height: 16px;
}
[data-autocomplete-source-id='product'] .aa-SourceHeader{
    display: none;
}
[data-autocomplete-source-id='product_brand'] .aa-List{
    display: flex;
}
[data-autocomplete-source-id='product_brand'] .aa-ItemContent{
    display: block;
}
[data-autocomplete-source-id='product_cat'] .aa-List{
    display: flex;
}
[data-autocomplete-source-id='product_cat'] .aa-ItemContent{
    display: block;
}


.aa-InputWrapperPrefix:focus-within{
    box-shadow: none;
    border: none;
}

.products-swiper.swiper-container {
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.swiper-wrapper .swiper-slide.product{
    padding: 0 15px 40px;
    display: list-item;
}
.swiper-wrapper .swiper-slide.product p.product__categories {
    position: relative;
    margin-bottom: 2px;
    -webkit-font-smoothing: antialiased;
    color: #999;
    line-height: 1;
    letter-spacing: .7px;
    text-transform: uppercase;
}

.swiper-slide.product:not(.product-category):before {
    visibility: hidden;
    position: absolute;
    left: 0;
    opacity: 0;
    background-color: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    content: "";
    transition: all .2s;
    width: calc(100% + 0px);
    height: calc(100% + 30px);
    margin-top: -15px;
    margin-left: 0;
}
.swiper-slide.product:hover {
    z-index: 2;
}
.swiper-slide.product:hover:before {
    visibility: visible;
    opacity: 1;
    transition: all .2s;
}

.swiper-wrapper .swiper-slide.product .woocommerce-loop-product__title{
    position: relative;
    width: 100%;
    margin-top: 4px;
    margin-bottom: 4px;
    color: #111;
    font-family: IBM Plex Sans;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0px;
    line-height: 1.3;
    text-transform: none;
}
.swiper-wrapper .swiper-slide.product p.product__categories a {
    color: #555;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none!important;
}
.swiper-wrapper .swiper-slide .woocommerce-LoopProduct-link {
    display: block;
    color: #2c2d33;
    -webkit-backface-visibility: hidden;
}
.swiper-wrapper .swiper-slide .price {
    display: block;
    clear: both;
    margin-bottom: 0.75rem;
    color: #43454b;
    font-weight: 400;
    font-size: 14px;
}
.swiper-wrapper .swiper-slide .price.yaydp-discounted-price{
    display: inline-flex;
}
.swiper-wrapper .swiper-slide .button {
    display: block;
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: calc(100% - 30px);
    height: 40px;
    padding: 0;
    border-radius: 4px;
    opacity: 0;
    font-size: 14px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    transition: all .1s;
}
.swiper-wrapper .product:hover .button {
    opacity: 1;
}

.swiper-slide.product .product_type_simple{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding: 0 10px;
}


@media only screen and (max-width: 575px) {
    .swiper-wrapper .swiper-slide .price{
        font-size: 13px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .swiper-wrapper .swiper-slide .woocommerce-loop-product__title .woocommerce-LoopProduct-link{
        height: 45px;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .swiper-wrapper .swiper-slide.product p.product__categories{
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap;
    }
}

.single-product-sku{
    padding: 5px 0 8px;
    font-size: 14px;
}

.product-details-wrapper .summary.entry-summary{
    /*background: #fff;*/
}
.bundled_product_images.images figure{
    border: 1px solid #ccc;
    border-radius: 2px;
}
.bundled_product_optional_checkbox{
    display: flex;
    align-items: center;
    gap:15px;
}
.bundled_product_optional_checkbox .bundled_product_checkbox{margin: 0;}

.bundled_product_checkbox{
    appearance: none;
}
.bundled_product_checkbox:before{
    content: ' ';
    display: block;
    border-color: rgb(138, 142, 146);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    height: 20px;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 20px;
}
.bundled_product_checkbox:checked:before{
    content: ' ';
    display: block;
    border-color: rgb(138, 142, 146);
    background-image: url("images/check.svg");
    background-position: center;
    background-color: #000;
}

.kl_newsletter_checkbox_field .input-checkbox{
    appearance: none;
}
.kl_newsletter_checkbox_field .optional{
    display:none;
}
.kl_newsletter_checkbox_field .checkbox{
    display: flex;
    align-items: center;
    gap:10px;
}
.kl_newsletter_checkbox_field .input-checkbox:before{
    content: ' ';
    display: block;
    border-color: rgb(138, 142, 146);
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    height: 20px;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 20px;
}
.kl_newsletter_checkbox_field .input-checkbox:checked:before{
    content: ' ';
    display: block;
    border-color: rgb(138, 142, 146);
    background-image: url("images/check.svg");
    background-position: center;
    background-color: #000;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-sizing: border-box;
    cursor: pointer;
    height: 20px;
    transition: background-color 0.2s ease 0s, border-color 0.2s ease 0s;
    width: 20px;
}
#kco-order-review .checkout_coupon{
    width: 100%;
}
#kco-order-review table.woocommerce-checkout-review-order-table .product-name-left{
    display: flex;
    align-items: center;
}
#kco-order-review table.woocommerce-checkout-review-order-table .cg-checkout-table-product-name{
    display: flex;
}

body.woocommerce-checkout.woocommerce-order-received .shop_table{
    border: none;
}
.woocommerce_center{
    text-align: center;
}
.woocommerce_center .checkout_coupon{
    margin: 20px auto;
}

.attribute_name_values .attribute_value p{
    margin-bottom: 0;
}

.pdf_container{
    padding: 25px;
    background: #f8f8f8;
}
.pdf_items{
    list-style: none;
    margin: 0;
}
.pdf_items_li{
    border-bottom: 1px solid rgba(0,0,0,.06);
    padding: 10px 0;
}
.pdf_items_li:last-child{
    border-bottom: none;
}
.pdf_items svg{
    height: 16px;
}
.pdf_items a{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #000;
}
.pdf_items a:hover, .pdf_items a:focus{
    color: #000;
}

.widget_layered_nav li{
    position: relative;;
}

.bundled_product_summary .details.out_of_stock{
    display: flex;
    flex-direction: column;
}
.single-product div.product .summary form.cart {
    padding-top: 14px;
    margin: 0 0 1em;
    border-top: 1px solid #e2e2e2;
}
.bundled_product_summary .details.out_of_stock .out-of-stock{
    margin: 0 0 14px;
    padding: 0 0 6px;
    border-top: none;
    border-bottom: 1px solid #e2e2e2;
}
.bundled_product_summary .details.out_of_stock .bundled_product_excerpt{
    order:1;
}
.bundled_product_summary .details.out_of_stock .bundled_product_optional_checkbox{
    order:2;
}
.content-area p.stock{
    padding: 10px 0 10px;
}

.b2bwhs_bulkorder_form_container_top{
    background: #000;
}
.b2bwhs_multiaccounts_new_account_container_top{
    background: #000;
}
.b2bwhs_multiaccounts_new_account_container_content{
    background: #EBEBEB;
}

#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product,
.b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product{
    background: #fff;
}
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product:focus,
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product:hover,
.b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product:focus,
.b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_product:hover{
    background: #fefefe;
}

#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty,
.b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty{
    background: #fff;
}

#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty:focus,
#b2bwhs_myaccount_bulkorder_container .b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty:hover,
.b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty:focus,
.b2bwhs_bulkorder_form_container_content_line input.b2bwhs_bulkorder_form_container_content_line_qty:hover{
    background: #fefefe;
}

.b2bwhs_multiaccounts_new_account_container_content_element input.b2bwhs_multiaccounts_new_account_container_content_element_text{
    background: #fff;
}
.b2bwhs_multiaccounts_new_account_container_content_element input.b2bwhs_multiaccounts_new_account_container_content_element_text:hover{
    background: #fefefe;
}
table.cart td.actions button{
    padding: 0 12px;
}

.swiper-wrapper .swiper-slide .price a{
    color: #43454b;
}

.login_for_price{
    color: #222;
}

.country_modal{
    width: 100%;
    height: 100%;
    position: fixed;
    overflow: hidden;
    left: 0;
    top: 0;
    z-index: 1000;
}

.country_modal .cm-bg {
    background: rgba(0,0,0,0.5);
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
}
.country_modal_inner{
    background-color: #333;
    background-color: #333;
    color: #fafafa;
    z-index: 1001;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,0.2), 5px 5px 10px 0 rgba(0,0,0,0.19);
    max-height: 98%;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    overflow: auto;

    border-radius: var(--border-radius, 4px);
    position: relative;
    margin: 0 auto;
    max-width: 640px;
    height: auto;
    width: auto;

    font-size: 14px;
    padding: 15px;
}
.country_modal_inner .title{
    margin: 0;
    font-size: 2em;
    display: block;
}
.cm_content{
    padding-bottom: 15px;
}
.cm-footer-buttons{
    display: flex;
    justify-content: space-between;
    border-top:1px solid #5c5c5c;
    padding: 1em 0 0;
}
.cm-btn{
    background-color: #2581c4;
    border-style: none;
    padding: 4px;
    font-size: 1em;
    border-radius: 4px;
    color: #fff;
}
.cm-btn-accept-all{
    background-color: #1a936f;
}

.odr-order-bump-banner-wrapper, .odr-order-bump-template-twenty{
    float: none;
    padding: 0;
}
.odr-order-bump-banner-wrapper .odr-order-bump-banner{
    border: 1px solid #ebebeb !important;
    border-radius: 4px;
}
.odr-owl-carousel-items h5{
    margin: 0;
}
.odr-upsell-funnel-product-details .odr-upsell-funnel-add-to-cart-action{
    margin: 0;
    padding: 0;
}
.odr-owl-carousel-items .owl-item span{
    margin-bottom: 0;
}
.wc-svea-checkout-form #billing_country_field{
    visibility: hidden;
    opacity:0;
    margin: 0;
}
.odr-order-bump-banner-wrapper .odr-order-bump-banner-product-content{
    display: flex;
    align-items: center;
}
.odr-owl-carousel-items .owl-item span.odr-upsell-funnel-product-image{
    width: 100%;
    margin: 0 auto;
}
.owl-carousel .odr-owl-carousel-item img{
    width: auto;
    margin: 0 auto;
}
.odr-order-bump-template-two .odr-order-bump-banner-checkbox {
    display: inline-flex;
    height: 35px;
    width: auto;
    border-radius: 20px;
    margin: 10px 0 0;
    padding-right: 15px;
}
.odr-upsell-funnel-wrapper h2{
    margin-top: 20px;
}
.woocommerce-checkout-review-order-table tr.cart-subtotal th,
.woocommerce-checkout-review-order-table tr.cart-subtotal td{
    border-radius: 0;
}
.wc-svea-checkout-page .woocommerce-error{
    padding: 0;
    margin: 0;
    border: none;
}
.wc-svea-checkout-page .woocommerce-form-coupon-toggle{
    padding-bottom: 15px;
}
.wc-svea-checkout-page .woocommerce-error .woocommerce-message{
    margin: 0;
}
.checkout_title{
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    color: #171717;
}

/*Checkout styles*/
.woocommerce-checkout-review-order-table tr td, .woocommerce-checkout-review-order-table tr th{
    border: none;
}
.woocommerce-checkout-review-order-table tr th{
    padding-right:15px;
}
.checkout-cart-items{
    magin-bottom: 0;
}
.shop_table_container{
    border: 1px solid #ddd;
    border-radius: 5px;
}
.shop_table_separator_row{
    padding-bottom: 10px;
}
.shop_table_separator{
    border-top: 1px solid #969391;
    height: 1px;
    display: block;
}
.kl_newsletter_checkbox_field{
    border: 1px solid #969391;
    border-radius: 5px;
    padding: 10px 20px;
}
.kl_newsletter_checkbox_field label.checkbox{
    margin-bottom: 0;
}

[data-autocomplete-source-id="product"] .aa-List .aa-Item{
    border-bottom: 1px solid #dadada;
}
[data-autocomplete-source-id="product_brand"] .aa-List .aa-Item{
    padding: 5px;
    font-size: 14px;
    min-height: calc(var(--aa-spacing)*1.5);
}
[data-autocomplete-source-id="product_cat"] .aa-List .aa-Item{
    padding: 5px;
    font-size: 14px;
    min-height: calc(var(--aa-spacing)*1.5);
}

.aa-ItemContentDescription{
    line-height: 21px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.aa-ItemContentPrice{
    color: #dc9814;
    font-size: 13px;
}

.shoptimizer-sorting{
    display: none;
}


.cmtsfwc-InstantSearch h1.woocommerce-products-header__title{
    font-size: 40px;
}
.hit-price ins {
    color: #dc9814;
    font-weight: 400;
}

.awdr_discount_bar_content{
    text-align: center;
}
.variation-Discount .awdr_free_product_text{
    background-color: #000;
    display: inline-block;
    padding: 0px 10px;
    color: #fff;
    border-radius: 3px;
}
.awdr-bulk-customizable-table{
    padding: 15px 0 0;
}
.awdr_cart_strikeout_line{
    display: inline-flex;
    flex-direction: row-reverse;
    align-items: center;
}

.woocommerce-checkout-review-order-table .awdr-you-saved-text,
.woocommerce-checkout-review-order-table .awdr-you-saved-text,
.cart_totals .shop_table .awdr-you-saved-text{
    font-size: 18px;
    font-weight: 600;
    color: green;
}
#sort_customizable_table{
    border: 1px solid #ccc;
    border-radius: 5px;
}
#sort_customizable_table .wdr_bulk_table_td{
    padding: 5px 20px;
}

.product-label.type-bubble, li.product .onsale{
    z-index: 2;
}
ul.products li.product:hover{
    z-index: 3;
}
/*ul.products li.product:hover .woocommerce-LoopProduct-link{
    position: relative;
}*/
.cmtsfwc-Results .yaydp-sale-tag,
.cmtsfwc-Results .ckit-badge{
    font-size: 11px;
}
body ul.products li.product:hover .added_to_cart, body ul.products li.product:hover .button{
    bottom: -8px;
}

.gallery.gallery-columns-2 .gallery-item, header.woocommerce-products-header img{
    width: auto;
}

.yaydp-discounted-price{
    display: inline-flex;
    gap: 5px;
}
.yaydp-calculated-prices{
    color: #dc9814;
}
.yaydp-free-item-badge{
    background: #000;
}

.yaydp-sale-tag{
    display: none;
}
.ckit-badge_wrapper .yaydp-sale-tag{
    display: block;
    position: relative;
    padding: 3px 9px;
    min-height: auto;
}

@media (max-width: 767px){
    .site ul.checkout-bar {
        background-color: transparent;
        height: auto;
    }
    .bundled_table_item .bundled_table_item_indent{
        padding-left: 0;
    }
    .odr-upsell-funnel-wrapper h2{
        font-size: 22px;
    }
    .odr-order-bump-banner-checkbox{
        width: auto;
    }

    .shoptimizer-sticky-add-to-cart__content-title{
        white-space: nowrap;
        font-size: 13px;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .cmtsfwc-InstantSearch h1.woocommerce-products-header__title{
        font-size: 30px;
    }
    .shoptimizer-sticky-add-to-cart__content-price{
        font-size: 13px;
        margin-right: 0;
    }
    .shoptimizer-sticky-add-to-cart__content-button{
        min-width: 0;
    }
    .site .shoptimizer-sticky-add-to-cart__content-button a.button{
        padding: 5px;
        font-size: 12px;
    }

    .site header.woocommerce-products-header .term-description{
        width: 100%;
    }
}
@media (max-width: 500px){
    .site ul.checkout-bar li span {
         visibility: visible;
    }
}


/*Footer styles*/
@media (max-width: 992px) {
    .swiper-wrapper .product .button {
        opacity: 1;
    }
    .below-content{
        display: flex;
    }
    .below-content .col-full{
        margin: 0 auto;
    }
    #page footer.site-footer .col-full{
        display: flex;
        flex-wrap: wrap;
    }
    #page footer.site-footer .widget.widget_text{
        flex: 0 0 50%;
    }
    #page footer.copyright{
        text-align: center;
    }
    body ul.products li.product .button{
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        padding: 0 10px;
    }
    .products-swiper.swiper-container{
        overflow: hidden;
    }
    input[type=search].aa-Input{
        padding: 10px 15px;
    }
    body .shoptimizer-sorting{
        display: none;
    }
}
/*Footer styles end*/