/*
Theme Name: Wolmart Child
Theme URI: https://wolmart.org/
Author: D-THEMES
Author URI: https://wolmart.org/about-me/
Description: Wolmart Responsive WordPress + eCommerce Theme.

Version: 1.1.26

Template: wolmart
License: Commercial
License URI: http://themeforest.net/licenses/regular_extended
Tags: woocommerce, corporate, ecommerce, responsive, blue, black, green, white, light, dark, red, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
*/

/*
    @media (min-width: 768px)
    @media (min-width: 992px)
    @media (min-width: 1200px)
    @media (min-width: 1600px)
*/

/*************** ADD YOUR GLOBAL CUSTOM CSS HERE  ***************/

h2 {
    font-size: 2.3rem;
}

:root {
    --btn-default-text-color: #0f1111;
    --btn-primary-color: #ffce12;
    --btn-primary-hover-color: #fabb0f;
    --btn-primary-hover-text-color: #0f1111;
    --btn-secondary-color: #ffa70f;
    --btn-secondary-hover-color: #ff9900;
    --btn-secondary-hover-text-color: #0f1111;
    --btn-line-height: 2;
    --btn-default-padding: 0.5rem 1rem;
    --btn-default-font-weight: 400;
}

.btn,
.button,
.elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button {
    border-radius: 3px;
    font-weight: var(--btn-default-font-weight);
    font-size: 1.3rem;
    padding: var(--btn-default-padding);
    text-transform: none;
    color: var(--btn-default-text-color);
    line-height: var(--btn-line-height);
}
.single_variation_wrap .button {
    font-weight: var(--btn-default-font-weight);
}
.btn.btn-border-thin {
    padding: 1rem 1rem;
}
.btn.btn-md {
    font-size: 1.3rem;
    padding: 1rem 1rem;
}
.btn::first-letter,
button::first-letter {
    text-transform: capitalize;
}

.button:active,
.button:focus,
.button:hover {
    color: var(--wolmart-body-color, #2977d8);
}
/*Primary button styling*/

.btn-primary,
.single_add_to_cart_button,
.cart-dropdown .buttons .btn-primary,
.minipopup-footer .btn-dark,
.lsb-sticky-scroll-to-options-button,
.wc-proceed-to-checkout .btn-primary,
#ywpar_apply_discounts,
#place_order,
.continue-shopping,
.woocommerce-button,
.order-again .button,
.form-coupon button[name="apply_coupon"],
.elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button,
#review_form .form-submit .btn {
    background-color: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-color);
}

.btn-primary:active, 
.btn-primary:focus, 
.btn-primary:hover,
.single_add_to_cart_button:hover,
.cart-dropdown .buttons .btn-primary:hover,
.cart-dropdown .buttons .btn-primary:active,
.cart-dropdown .buttons .btn-primary:focus,
.minipopup-footer .btn-dark:hover,
.lsb-sticky-scroll-to-options-button:hover,
.wc-proceed-to-checkout .btn-primary:hover,
#ywpar_apply_discounts:hover,
#place_order:hover,
.continue-shopping:hover,
.woocommerce-button:hover,
.order-again .button:hover,
.form-coupon button[name="apply_coupon"]:hover,
.wc-proceed-to-checkout .button:focus,
.elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button:hover,
#review_form .form-submit .btn:active,
#review_form .form-submit .btn:focus,
#review_form .form-submit .btn:hover {
    background-color: var( --btn-primary-hover-color);
    border-color: var( --btn-primary-hover-color);
    color: var(--btn-primary-hover-text-color);
}
.elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button {
    color: var(--btn-default-text-color)
}
.elementor-widget-container .elementor-form .elementor-form-fields-wrapper .elementor-field-group .elementor-button:hover {
    color: var(--btn-primary-hover-text-color)
}
.cart-dropdown .buttons .btn-primary {
    line-height: var(--btn-line-height);
    color:var(--btn-default-text-color);
}
.woocommerce-variation-add-to-cart .single_buy_now_button,
.woocommerce-variation-add-to-cart .single_buy_now_button:hover,
.order-again .button {
    color: var(--btn-default-text-color);
}
.woocommerce-downloads .alert-info .inherit-color-override {
    color: inherit;
}

/*Secondary Button Styling*/
.btn-secondary,
.minipopup-box .btn:first-child,
.cart-actions .clear-cart-button,
.cart-actions .wc-action-btn,
.shipping-calculator-form button[name="calc_shipping"],
.woocommerce-variation-add-to-cart .single_buy_now_button {
    background-color: var(--btn-secondary-color);
    border-color: var(--btn-secondary-color);
}
.btn-secondary:active, 
.btn-secondary:focus, 
.btn-secondary:hover,
.minipopup-box .btn:first-child:hover,
.cart-actions .clear-cart-button:hover,
.cart-actions .wc-action-btn:hover,
.shipping-calculator-form button[name="calc_shipping"]:hover,
.woocommerce-variation-add-to-cart .single_buy_now_button:hover {
    background-color: var(--btn-secondary-hover-color);
    border-color: var(--btn-secondary-hover-color);
    color: var(--btn-secondary-hover-text-color);
}
.cart-actions .wc-action-btn[disabled] {
    border-color: #eee;
}
.cart-actions .wc-action-btn[disabled]:hover {
    border-color: #eee;
    background-color: transparent;
}
.shipping-calculator-form button[name="calc_shipping"],
.form-coupon button[name="apply_coupon"] {
    color: var(--btn-default-text-color);
}
.form-coupon button[name="apply_coupon"] {
    line-height: var(--btn-line-height);
}
.btn-product {
    background-color: var(--btn-primary-color);
}
.product .btn-product:hover {
    background-color: var(--btn-primary-hover-color);
}
.btn-underline:after {
    height: 0;
    border-width: 1px;
}
.btn-primary.btn-outline:active, 
.btn-primary.btn-outline:focus {
    background-color: var(--btn-primary-color);
    color: var(--btn-default-text-color);
}

.single_add_to_cart_button:before{
    content: " ";
    width: 1rem;
    height: 1rem;
    display: inline-block;
    position: relative;
    -webkit-mask-image: url("https://libertyseedbank.com/wp-content/uploads/2024/09/cart-shopping-regular.svg");
    mask-image: url("https://libertyseedbank.com/wp-content/uploads/2024/09/cart-shopping-regular.svg");
    mask-position: center;
    mask-repeat: no-repeat;
    background-color: var(--btn-default-text-color);
    transition: color 0.3s, border-color 0.3s, background-color 0.3s, box-shadow 0.3s;
    margin-right: 12px;
    scale: 1.8;
}

.single_add_to_cart_button:hover:before {
    background-color: var(--btn-primary-hover-text-color);
    color: var(--btn-primary-hover-text-color);
}
.product_meta {
    justify-content: flex-end;
    float: right;
}
.product_meta .brand {
    border: none;
    margin-right: 0;
}
.product_meta .brand img {
    height: 70px;
}
.lsb-variation-wrapper {
    display: flex;
}
.cart-dropdown.cart-offcanvas .cart_list {
    padding-right: 0px;
    margin-right: 0;
}
.cart-toggle {
    position: relative;
    top: 1px;
}
.cart-toggle i:before {
    content: url('https://libertyseedbank.com/wp-content/uploads/2024/09/cart-shopping-regular.svg');
    display: inline-block;
    width: 20px;
    font-size: 26px;
}

.cart-dropdown .cart-header .btn-close i {
    font-size: 13px;
    right: 0;
}
.mini_cart_item .cart-item-meta a {
    font-size: 1.2rem;
}
.mini_cart_item .cart-item-meta .amount,
.cart-dropdown .total .amount, 
.cart-dropdown .total strong,
.mini_cart_item .cart-item-meta a {
    color: var(--wolmart-body-color);
}
.mini_cart_item .cart-item-meta .quantity {
    font-size: 1.4rem;
}
.mini-basket-dropdown .mini-item .quantity .times {
    font-size: 2rem;
}
.cart-dropdown .buttons .checkout {
    width: 100%;
    margin-left: 0;
}
.lsb-stock-status {
    font-size: 16px;
    color: #007600;
    margin-left: 12px;
    align-self: center;
    margin-top: 1px;
}
.product_meta .brand img {
    height: 70px;
}

.ajax .quantity-wrapper {
    display: none;
}
.ajax .woocommerce-product-details__short-description {
    margin-top: 1.6rem;
}
.lsb-calculation-disclaimer {
    font-size: 0.9em;
    margin-top: 10px;
    text-transform: none;
    text-align: center;
}
.cart-dropdown.badge-type .cart-count {
    background-color: #292931;
    color: var(--wolmart-primary-color);
    width: calc(50% + 3px);
    height: auto;
    top: 5px;
    left: calc(50% + 1px);
}
.flame-icon {
    display: none;
}
.sticky-content.fixed .flame-icon {
    display: inline-block;
    margin-right: 60px;
}
.sticky-content.fixed .flame-icon a:before {
    width: 30px;
    height: 33px;
    content: " ";
    position: absolute;
    margin-top: 10px;
    background-image: url("https://libertyseedbank.com/wp-content/uploads/2024/12/liberty-icon.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    transform: translateX(-1px);
    border-bottom: 0;
}
.breadcrumb-container .breadcrumb {
    border-bottom: none;
}
.elementor-page:not(.breadcrumb-divider-active) .breadcrumb-container+main {
    padding-top: 0;
}
.woocommerce-loop-product__title {
    overflow: visible;
    -webkit-line-clamp: 6;
}
.woocommerce-review-link+.wolmart-sold-count {
    margin-top: 2px;
}
.star-rating {
    margin-right: 0;
}
.star-rating+a {
    margin-bottom: 0;
}
.product-shadow .product-details {
    padding: 10px;
}
.lsb-pack-label {
    margin-right: 5px;
    margin-top: 7.5px;
}
.lsb-product-grid-attributes {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}
@media screen and (min-width: 1381px) {
    .lsb-product-grid-attributes {
        gap: 6px;
    }
}
@media screen and (min-width: 1301px) and (max-width: 1400px) {
    .lsb-product-grid-attributes {
        flex-wrap: nowrap;
        gap: 2px;
    }
}

.lsb-product-grid-pack-sizes {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex: 2;
}
.lsb-product-grid-add-to-product-wrapper {
    flex: 1;
}

.product-loop .lsb-product-grid-pack-size-button-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 5px;
}
.lsb-product-grid-attributes {
    --lsb-attribute-size: 30px;
    height: 38px;
    padding-right: 18px;
    padding-left: 6px;
    border-radius: 3px;
    color: #292931 !important;
    -webkit-appearance: none;
    -webkit-text-fill-color: #292931;
}
.lsb-product-grid-pack-sizes .attribute {
    color: var(--wolmart-body-color);
    border: 1px solid #ddd;
    display: inline-block;
    background-color: white;
    width: var(--lsb-attribute-size);
    height: var(--lsb-attribute-size);
    line-height: var(--lsb-attribute-size);
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    text-align: center;
}
.lsb-product-grid-pack-sizes .attribute:hover {
    color: white;
    border-color: var(--wolmart-primary-color);
    background-color: var(--wolmart-primary-color);
    opacity: 0.8;
}
.lsb-product-grid-pack-sizes .attribute.select {
    color: white;
    border-color: var(--wolmart-primary-color);
    background-color: var(--wolmart-primary-color);
}
.lsb-product-grid-add-to-product {
    width: 100%;
}
.lsb-product-grid-add-to-product .blockMsg {
    width: 100% !important;
    top: 0 !important;
    left: 0 !important;
    height: 100% !important;
    border: none !important;
    background-color: transparent !important;
}
.btn-product-icon.btn-quickview:before {
    content: "\e90f";
    font-size: 22px;
}
.lsb-title {
    padding-top: 22.5px;
    margin-bottom: 0rem;
    font-size: 3rem;
}
.products.row .product-label-group,
.product-loop .product-label-group,
.single-product .woocommerce-product-gallery .product-label-group {
    left: 0;
    top: 0;
}
.woocommerce-product-gallery .product-label-group {
    left: 1rem;
    top: 0;
}
@media (min-width: 992px) {
    .product-widget .pg-vertical-label {
        left: 80px;
    }
    .single-product .woocommerce-product-gallery .product-label-group {
        left: 100px;
        top: 0;
    }
}
@media (max-width: 575px) {
    .product-label-group {
        top: 0;
        left: 0;
    }
}
.products .content-center .woocommerce-loop-product__title {
    padding-left: 1rem;
    padding-right: 1rem;
    min-height: 36px;
}
.recent-dropdown .product-details {
    padding: 0;
    height: 100%;
    margin-top: 0;
}
.recent-dropdown .products .content-center .woocommerce-loop-product__title {
    min-height: auto;
    margin: 0;
    height: 100%;
    padding: 0;
}
.recent-dropdown .woocommerce-loop-product__title a {
    display: flex;
    width: 100%;
    height: 100%;
}
.search-info {
    flex-grow: 1;
}

.cart-popup {
    z-index: 9999999999; /*on top of tidio*/
}
.minipopup-area {
    z-index: 9999999999;
}

.elementor-widget-lsb_wolmart_widget_imagegallery img {
    max-height: 157px;
}

.lsb-product-grid-attributes-wrapper{
    width: fit-content;
    flex-grow: 1;
}

.compare-popup .btn-dark{
    background-color: var(--btn-primary-color);
    border: 1px solid var(--btn-primary-color);
    color: var(--btn-default-text-color);
}
.compare-popup .btn-dark:hover{
    background-color: var(--btn-primary-hover-color);
    border-color: var(--btn-primary-hover-color);
    color: var(--btn-primary-hover-text-color);
}
.compare-heading p {
    margin-bottom: 0.5rem;
}
.compare-basic-info .product-title:not(:hover)
{
    color: var(--wolmart-primary-color, #ffa300);
}
.wolmart-compare-table .product-title{
    font-size: 1.6rem;
}
.compare-basic-info .compare-description {
    font-size: 1.3rem;
}
.compare-basic-info .compare-description .read-more-link {
    white-space: nowrap;
}
.compare-basic-info a.compare-action.remove_from_compare {
    display: none;
}
.compare-basic-info:hover a.compare-action.remove_from_compare {
    display: inline-block;
    animation: fadeIn 0.5s ease-in-out;
}
.compare-rating a:hover {
    text-decoration: underline;
}
.compare-rating a {
    color: #292724;
    font-size: 1.2rem;
}
.wolmart-compare-table .woocommerce-Price-amount {
    color: var(--wolmart-body-color,#333);
}
.wolmart-compare-table .compare-value[data-title=Availability]{
    font-size: 1.6rem;
    color: #007600;
}
.compare-page .breadcrumb-container .breadcrumb {
    border-bottom: none;
}
.wolmart-compare-table .compare-col {
    padding: 15px 0 25px 0;
}
.wolmart-compare-table.empty{
    overflow-x: hidden;
}
@media screen and (min-width: 1110px){
    .compare-popup .btn-dark{
        min-width: 250px;
    }
}
@media screen and (max-width: 574px){
    .lsb-product-grid-attributes-wrapper{
        width: 100%;
    }
    .lsb-pack-label {
        margin-top: 6.5px;
        font-size: 12px;
        margin-bottom: 5px;
        margin-right: 0;
    }
    .lsb-product-grid-pack-sizes {
        flex-direction: row;
        justify-content: space-between;
        gap: 10px;
    }
    .lsb-product-grid-attributes {
        justify-content: center;
    }
    .lsb-product-grid-attributes {
        --lsb-attribute-size: calc((100vw / 2 - 25px - 20px - 25px ) / 5);
    }
}

@media screen and (min-width: 767px){
    .cart-dropdown > a i:before {
        width: 27px;
        font-size: 35px;
    }
    .cart-dropdown.badge-type .cart-count {
        width: calc(50% + 4px);
        left: calc(50% + 1.5px);
    }
    .cart-dropdown.badge-type .cart-count {
        top: 7px;
    }
    .form-row-first, .form-row-last
    {
        width:50%
    }
}


/*998 and above, so 997 and below doesn't have this.*/
@media screen and (min-width: 991px) {
    .cart-dropdown .cart-toggle {
        padding: 0;
    }
    .cart-dropdown .cart-toggle i {
        margin-bottom: 0px;
    }
    .pseudo-cart-dropdown {
        transform: scale(0.75);
    }
    .cart-dropdown.pseudo-cart-dropdown i  {
        position: relative;
        display: inline-block;
    }
    .cart-dropdown > a i:before {
        width: 40px;
        font-size: 35px;
        padding-top: 5.5px;
        content: url('https://libertyseedbank.com/wp-content/uploads/2024/11/cart-shopping-regular.svg');
        display: inline-block;
    }
    .cart-dropdown.badge-type .cart-count {
        top: 10px;
        line-height: 1;
        font-size: 22px;
        left: 56%;
        width: 63%;
    }

    .compare-open i {
        margin-bottom: -3px;
    }
    .sidebar.shop-sidebar .filter-actions{
        display: none;
    }
}

li.wc_payment_method.payment_method_nmi label img {
    margin-top: 0 !important;
}
.payment_method_nmi fieldset#wc-nmi-cc-form {
    position: relative;
    min-height: 170px;
}
.payment_method_nmi fieldset#wc-nmi-cc-form .form-row {
    padding: 10px 10px;
}

.woocommerce-checkout-payment{
    padding: 3rem;
    border: 1px solid #eee;
    border-radius: 5px;
    line-height: 2;
}
.shipping+.order-total td, 
.shipping+.order-total th{
    border-bottom: none;
    padding-bottom: 0;
    border-top: none;
}
.woocommerce-cart .blockMsg h1, .woocommerce-checkout .blockMsg h1{
    display: none !important;
}
.woocommerce-cart .blockMsg, .woocommerce-checkout .blockMsg{
    border: none !important;
    opacity: 1;
}
.woocommerce-checkout-payment .wc_payment_methods{
    border-bottom: none;
}

.woocommerce-terms-and-conditions-wrapper.pt-6 {
    display: none;
}
.lsb-checkout-footer-info p.order-total-line {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 30px;
}
.lsb-checkout-footer-info p.agreement-line {
    margin-bottom: 5px;
    line-height: 18px;
    font-size: 12px;
}
.height-skeleton {
    max-height: 0;
    overflow: hidden;
}
@media (max-width: 767px) {
    .form-row.place-order {
        flex-direction: column;
        align-items: stretch;
        gap: 22px;
        text-align: center;
    }
    .lsb-checkout-footer-info p.order-total-line{
        display: none;
    }

}

#payment {
    margin-top: 30px;
    clear: both;
    width: 100%;
}


.woocommerce-loop-product__title a,
.product_title,
.product_title a {
    font-size: 1.5rem;
}
.product-loop .price{
    font-size: 1.3em;
    font-weight: 400;
}
.product-loop .star-rating{
    margin-right: 0.25rem;

}
/** 2183 Start **/
#main p.elementor-heading-title {
    color: #000;
}


/** 2188-homepage-product-displays **/
.product-list .product-media img,
.product-list .product-media img:last-of-type {
    display: block;
    min-height: 170px;
    object-fit: fill;
}
.lsb-product-grid-pack-sizes .attribute {
    text-align: center;
}
.lsb-product-grid-add-to-product {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    height: 100%;
}
.product-cart-popup:hover .lsb-product-grid-add-to-product,
.lsb-product-grid-add-to-product.button:hover {
    cursor: pointer;
}
@media screen and (max-width: 767px){
    .minipopup-area {
        display: none !important;
    }
}
.product-details {
    padding-top: 1.2rem;
}
.product-cart-popup .price {
    margin-bottom: 5px;
}
.product-cart-popup:hover .price {
    opacity: 1;
}
.product-cart-popup:hover .product-details .price+.product-hide-details {
    opacity: 0;
}

.cs-search-form .btn:hover {
    background-color: var(--wolmart-primary-color-hover);
}
@media screen and (max-width: 768px) {
    .lsb-product-grid-pack-sizes {
        flex-wrap: wrap;
    }
}

.lsb-pack-label {
    display: none;
}
.product-list {
    align-items: center;
}

@media screen and (min-width: 992px) and (max-width: 1300px) {
    .columns-1 .product-loop {
        display: block;
    }
    .columns-1 .product-details {
        max-width: 100%;
        margin-top: 10px;
    }
}
@media screen and (max-width: 700px) {
    .columns-1 .product-loop {
        display: block;
    }
}
@media screen and (max-width: 574px) {
    .columns-1 .product-details .lsb-product-grid-attributes {
        justify-content: space-between;
        max-width: 100%;
    }
}

.entry-summary .product_title {
    text-align: left;
}

.product-single h1.product_title.entry-title,
.product_title.entry-title > a {
    font-size: 3.5rem;
    color:#292724 ;
}
.term-description h1{
    font-size: 2.5rem;
    margin-bottom: 10px;
}
h1.checkout-title {
    font-size: 2.5rem;
    margin-bottom: 0;
}
h1.product_title.entry-title {
    max-width: calc(100% - 90px);
}
.product_title.entry-title > a {
    max-width: calc(100% - 90px);
    display: inline-block;
}
.entry-summary .product-countdown-container {
    background: #CC0C39;
    border-radius: 3px;
    color: white;
    font-weight: 600;
    font-size: 14px;
    padding: 0 10px;
    min-width: 150px;
    text-align: center;
}
.entry-summary .product-countdown-container .countdown .countdown-row {
    color: white;
    display: inline-flex;
    margin-top: 0;
    padding-bottom: 6px;
}
.countdown-section:not(:last-child) {
    margin-right: 5px;
}
.entry-summary .product_meta {
    float: none;
    position: absolute;
    top: 5px;
    right: 9px;
}
.product-media .countdown {
    overflow: hidden;
}
.countdown-section{
    padding: 0.8rem 0.5rem;
}
.product .product-media .countdown-container .countdown-section {
    margin-right: 0;
}

.single-product .sale .product_title.entry-title {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    width: auto;
    min-width: min-content;
}

.single-product .sale .product-countdown-container {
    display: flex;
    align-items: center;
    justify-content: center;
}
.countdown-section:not(:last-child):after{
    color: #fff;
    margin-left: 0;
}
@media screen and (max-width: 767px) {
    .single-product .sale .product_title.entry-title {
        display: block;
        margin-right: 0;
        width: 100%;
    }
    
    .single-product .sale .product-countdown-container {
        margin-right: 0;
        float: right;
    }
}
.product-countdown .countdown-amount {
    width: max-content;
    margin: 0;
    padding: 0;
}
.countdown-section .countdown-period{
    color: #fff;
    font-size: 8px;
    padding-left: 2px;
    padding-right: 2px;
    white-space: nowrap;
    text-overflow: unset;
    bottom: 2px;
}

.entry-summary .product_meta img {
    max-width: 80px;
    max-height: 80px;
    object-fit: contain;
}
.entry-summary .woocommerce-product-rating {
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 2.8rem;
}
@media screen and (min-width: 1400px){
    .entry-summary .woocommerce-product-rating {
        margin-bottom: 1.6rem;
    }
    .ajax .entry-summary .woocommerce-product-rating {
        margin-bottom: 2.4rem;
    }
}
.entry-summary .lsb-variation-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
}
.entry-summary .woocommerce-variation-price {
    text-align: left;
    width: 100%;
    margin-top: 5px;
}
.entry-summary .lsb-stock-status {
    margin-left: 0;
    margin-top: 3px;
}
.entry-summary .quantity-wrapper {
    display: none;
}
.entry-summary .lsb-fine-print {
    display: none;
}
.entry-summary .woocommerce-variation-add-to-cart {
    border: none;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-top: 5px;
}
.entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
    width: 50%;
    flex-basis: 50%;
    margin-bottom: 10px;
}

.entry-summary .woocommerce-variation-add-to-cart .single_buy_now_button {
    width: 50%;
    flex-basis: 50%;
    margin-top: 0;
    margin-bottom: 0;
}

.entry-summary .woocommerce-variation-add-to-cart .sticky-content .single_buy_now_button {
    width: 100%;
    flex-basis: 100%;
}
.product-cart-popup.content-center .product-hide-details {
    display: none;
}
@media screen and (max-width: 1250px) {
    .entry-summary .woocommerce-variation-add-to-cart {
        flex-wrap: wrap;
    }
    .entry-summary .woocommerce-variation-add-to-cart .single_add_to_cart_button {
        width: 100%;
        flex-basis: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .entry-summary .woocommerce-variation-add-to-cart .single_buy_now_button {
        width: 100%;
        flex-basis: 100%;
    }
}
.entry-summary .woocommerce-variation {
    display: flex;
    justify-content: space-between;
}
@media screen and (max-width: 1350px) {
    .entry-summary .variations .select-type .select-box select {
        width: 12rem;
    }
}
.entry-summary .pos-product-countdown {
    position: absolute;
    right: 10px;
    top: 48px;
}
.woocommerce .products .product-list figure.product-media {
    position: relative;
}

.products-flipbook .pos-product-countdown,
.product-loop .pos-product-countdown {
    display: none;
}
.home-trending-products .woocommerce-loop-product__title {
    color: #292931;
}
@media screen and (max-width: 1150px) {
    .entry-summary .pos-product-countdown {
        display: none;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    .custom-product .product-widget.product-single div.summary {
        padding: 21px 10px;
    }
    .woocommerce .products .product-list figure.product-media {
        position: relative;
        min-width: 145px;
        margin-right: 0px !important;
    }
    .columns-1 .product-loop {
        justify-content: space-between;
    }
    .home-trending-products .columns-1 .product-loop {
        flex-direction: column;
    }
}
@media screen and (min-width: 992px) {
    .custom-product .product-widget.product-single div.summary {
        margin-top: 5px;
        padding: 2.1rem 0.9rem 0 7.9rem;
    }
}
@media screen and (min-width: 992px) {
    .product-list .countdown-container {
        left: 0;
        bottom: -44px;
        max-height: 44px;
        overflow: hidden;
    }
    .woocommerce .products .product-list figure.product-media {
        margin-right: 10px !important;
        min-width: 145px;
    }
}
@media screen and (min-width: 992px) and (max-width: 1300px) {
    .woocommerce.columns-1.has-countdown .product-media {
        margin-bottom: 10px !important;
        margin-top: 26px !important;
    }
    .columns-1 .product-loop {
        margin-left: 4px;
        margin-right: 4px;
    }
    .woocommerce .products .product-list figure.product-media {
        position: relative;
        width: 100%;
        max-width: 100%;
    }
    .countdown-container .countdown-row {
        justify-content: center;
    }
    .product-list .countdown-container {
        top: -50px;
        bottom: auto;
        left: 0;
    }
}
@media screen and (min-width: 801px) and (max-width: 991px) {
    .columns-1 .product-loop {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (min-width: 701px) and (max-width: 991px) {
    .woocommerce.columns-1.has-countdown .product-media {
        margin-bottom: 72px !important;
    }
    .product-list .countdown-container {
        bottom: -44px;
        max-height: 44px;
        left: 0;
        right: auto;
        width: 100%;
        overflow: hidden;
    }
    .countdown-container .countdown-row {
        justify-content: center;
    }
    .columns-1 .product-loop {
        margin-left: 0px;
        margin-right: 0px;
    }
    .product-list .product-details {
        max-width: calc(49.2% - 1rem);
        align-self: center;
    }
}
@media screen and (max-width: 991px) {
    .home-trending-products .woocommerce.columns-1.has-countdown .product-media {
        margin-bottom: 10px !important;
        max-width: 100%;
    }
    .home-trending-products .product-list .product-details{
        max-width: 100%;
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .product-list .countdown-container {
        bottom: -53px;
        left: 0;
        right: auto;
        width: 100%;
    }
    .countdown-container .countdown-row {
        justify-content: center;
    }
    .columns-1 .product-loop {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media screen and (max-width: 600px) {
    .lsb-product-grid-pack-sizes {
        justify-content: space-between;
    }
    .lsb-product-grid-attributes {
        gap: 10px;
    }
}
@media screen and (max-width: 575px) {
    .lsb-product-grid-pack-sizes .attribute {
        font-size: 14px;
    }
}
.four-col-container {
    align-content: stretch;
    flex-direction: column;
}
.four-col-header {
    max-height: 140px;
}
.four-col-body {
    flex-grow: 1;
}
.product-hide-details {
    display: none;
}
/** 2188-homepage-product-displays END **/


@media screen and (max-width: 768px) {
    #max-default-label,
    #price-max-default-label {
        left: 250px;
    }
}

.shrink-cd .product .countdown-container .countdown-amount {
    font-size: 1rem;
}
.shrink-cd .product .countdown-container .countdown-section {
    margin-right: 0;
}
.countdown-row {
    justify-content: center;
}


.sidebar-content div.sticky-sidebar h3.widget-title {
    font-size: 1.5rem;
}

.sidebar-content .slider-label {
    font-size: 105%;
}

.sidebar-content .sticky-sidebar nav > ul {
    margin-bottom: 5px;
}

/* Hides all the junk underneath THC Level, also fixes the big spacing issue. */
#woocommerce_layered_nav-4 > ul > li {
    display: none;
}

.woocommerce .toolbox .toolbox-right,
.woocommerce .toolbox .toolbox-item label,
.woocommerce .toolbox-item.toolbox-show-count.select-box {
    display: none;
}

.woocommerce .toolbox .toolbox-right,
.woocommerce .toolbox .toolbox-item label,
.woocommerce .toolbox-item.toolbox-show-count.select-box {
    display: none;
}
.woocommerce .toolbox .toolbox-left {
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
}
.woocommerce .toolbox .toolbox-left .toolbox-item {
    margin-right: 0;
}
.woocommerce .toolbox .toolbox-left .toolbox-item.toolbox-toggle {
    height: 38px;
    border: 0;
    gap: 6px;
    padding-left: 0;
    color: #333;
    font-size: 1.5rem;
}
.woocommerce .toolbox .toolbox-left .toolbox-item.toolbox-toggle:hover,
.woocommerce .toolbox .toolbox-left .toolbox-item.toolbox-toggle:active,
.woocommerce .toolbox .toolbox-left .toolbox-item.toolbox-toggle:focus {
    background-color: #fff;
    color: #333;
}
@media screen and (max-width: 991px) {
    .woocommerce .toolbox .toolbox-left {
        justify-content: space-between;
    }
    .toolbox-left .woocommerce-ordering.toolbox-item.toolbox-sort .orderby{
        border: 0;
        background: #fff url(./images/sort-descending.svg) 5% 45% / 25.6px 48px no-repeat !important;
        text-align: right;
        padding-right: 0;
        padding-left: 35px;
        font-size: 1.5rem;
        width: auto;
        color: #333;
    }
}
.w-loading i{
    border-top-color: var(--btn-default-text-color);
}

.woocommerce-cart td.product-quantity select {
    width: 75px;
}
.woocommerce-cart #yith-par-message-reward-cart{
    display: none !important;
}
.woocommerce-cart #yith-par-message-cart {
    margin-bottom: 10px;
}
.woocommerce-cart-form__contents th.product-subtotal,
.woocommerce-cart-form__contents td.product-subtotal{
    text-align: right;
    padding-right: 1rem;
}
.woocommerce-cart-form__contents thead th,
.woocommerce-cart-form__contents th.product-price,
.cart-information .cart-subtotal th,
.cart-subtotal td{
    font-weight: 400;
}
.woocommerce-cart-form__contents th.product-subtotal {
    width: 11.79%;
}
.woocommerce-cart-form__contents th.product-thumbnail{
    width: 12.79%;
}
.woocommerce-cart-form__contents th.product-price {
    width: 13.29%;
}
.woocommerce-cart-form__contents th.product-quantity {
    width: 11.77%;
}
.woocommerce-cart .continue-shopping {
    border: 0;
    padding: 0;
    background-color: transparent;
    font-weight: 400;
}
.woocommerce-cart .continue-shopping.btn:hover {
    color: #fabb0f !important;
}
.woocommerce-cart .shipping-info-text {  
    margin-top: 14px;
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
    line-height: 1.3;
}
.woocommerce-cart .order-total td, .order-total th{
    border-bottom: none;
}
.woocommerce-cart .cart-subtotal td, 
.woocommerce-cart .cart-subtotal th{
    padding: 1rem 0 1rem;
}
.woocommerce-cart .order-total td, 
.woocommerce-cart .order-total th{
    padding: 1rem 0 1.6rem;
}
.product-loop.product-default .product-details {
    text-align: left;
}
.product-loop.product-default .product-details h3.woocommerce-loop-product__title {
    padding: 0;
    font-size: 1.5rem;
    color: #292931;
    font-weight: 600;
    min-height: auto;
    line-height: 1.2;
}
.product-widget .star-rating:before,
.product-details .star-rating:before {
    color: rgba(0, 0, 0, 0.2);
}

.product-details .woocommerce-product-rating  {
    display: inline-flex;
}
.lsb-star-details {
    position: relative;
    top: 1px;
    font-size: 1.2rem;
    color: #292724 ;
}
.lsb-star-details:hover {
    text-decoration: underline;
}
.star-rating .lsb-star-details {
    text-indent: 0;
    background-color: white;
    left: auto;
    font-family: var(--e-global-typography-primary-font-family);
    letter-spacing: normal;
    font-weight: 500;
    margin-top: 1px;
    transition: opacity ease-in-out 0.15s;
    padding-left: 2px;
}

.lsb-star-details:after {
    content: "";
    display: none;
}

.product-loop.product-default.content-center .woocommerce-product-rating {
    justify-content: flex-start;
    margin-bottom: 5px;
}

.recent-dropdown .lsb-product-brand-image{
    display: none;
}

.lsb-product-brand-image .brand img {
    max-width: 40px;
    height: auto;
}
.product-details .woocommerce-loop-product__title {
    width: calc(100% - 40px);
}
.recent-dropdown .product-details .woocommerce-loop-product__title {
    width: 100%;
}
.mfp-auto-cursor .mfp-content button{
    cursor: pointer;
}
.lsb-product-grid-add-to-product-button-text .lsb-loop-add-to-cart-icon.w-icon-cart2 {
    font-size: 23px;
    width: 22px;
    margin-right: 7px;
}
.lsb-product-grid-add-to-product-button-text {
    line-height: 1;
}
.lsb-product-grid-add-to-product-button-text .lsb-loop-add-to-cart-icon.w-icon-cart2:before {
    content: url(./images/add-to-cart.svg);
}
.lsb-product-grid-add-to-product .w-loading i {
    margin-left: 0;
}
.sticky-content #pseudo-cart-fixed {
    display: none;
}
.sticky-content.fixed #pseudo-cart-fixed {
    display: block;
}
.cart-popup .mini_cart_item .remove{
    top: 10px;
    right: 3px;
}

.star-rating .tooltiptext {
    display: none;
}

#mobile-search-bar-header .search-wrapper.search-fullscreen {
    background-color: rgba(0,0,0,0.7);
}
#mobile-search-bar-header .live-search-list {
    background-color: white;
}
.search-price-from {
    color: var(--wolmart-body-color);
    font-size: 15px;
}
.comment_help:hover,
.comment_unhelp:hover {
    background-color: transparent;
}

@media screen and (max-width: 767px) {
    .cart-dropdown.badge-type .cart-count{
        font-size: 14px;
        height: 19px;
        top: 3px;
    }
    #mobile-search-bar-header .search-wrapper.search-fullscreen.active-ready {
        position: static;
    }
    .search-wrapper.search-fullscreen.active-ready>.close-btn {
        display: none;
    }
    #mobile-search-bar-header .search-wrapper.search-fullscreen.active-ready>.input-wrapper {
        width: auto;
        margin: 0;
        border: none !important;
        z-index: 3;
    }
    .search-wrapper.search-fullscreen.active-ready .search-banner-slider-wrapper {
        margin: 0;
    }
    #mobile-search-bar-header {
        position: static;
    }
    #mobile-search-bar-header .live-search-list {
        position: absolute;
        margin-top: 0;
        margin-left: -10px;
        margin-right: -10px;
    }
    .active-ready .custom-search-overlay {
        position: fixed;
        height: 100%;
        width: 100%;
        left: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 2;
        margin-top: 0;
        top: 0;
    }
    #mobile-search-bar-header input {
        font-size: 16px;
        line-height: 1.5;
        padding-left: 10px;
    }

    #mobile-search-bar-header input[type=search]::-webkit-search-cancel-button {
        display: block;
        appearance: none;
        height: 22px;
        width: 22px;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23777'><path d='M19 6.41L17.59 5 12 10.59 6.41 5 5 6.41 10.59 12 5 17.59 6.41 19 12 13.41 17.59 19 19 17.59 13.41 12z'/></svg>");
        background-repeat: no-repeat;
        background-size: 22px 22px;
        cursor: pointer;
        margin-right: 10px;
    }
    .search-active-mobile .btn-search {
        display: none;
    }
}
.touchable .product-action-vertical {
    visibility: visible;
    opacity: 1;
}
.active-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 1rem;
    align-items: center;
}

.selected-filter {
    display: inline-flex;
    align-items: center;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 5px 10px;
    font-size: 14px;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s;
}

.selected-filter:hover {
    background-color: #e0e0e0;
}

.selected-filter::after {
    content: '✕';
    margin-left: 8px;
    font-size: 14px;
    color: #999;
    cursor: pointer;
}


div.lsb-product-grid-pack-sizes option.attribute {
    text-align: left;
}

select.lsb-product-grid-attributes{ 
    padding-right: 0px;
}
.product-media .btn-product-icon:first-child{
    margin-top: 0;
}
.product-action-vertical {
    top: 10px;
    right: 10px;
}