.woocommerce.custom-product-list {

    display: flex;

    justify-content: space-between;

}



.product-grid {

    display: grid;

    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));

    gap: 20px;

    width: 70%;

}



.product-item {

    background-color: #fff;

    border: 1px solid #ddd;

    padding: 15px;

    text-align: center;

}



.product-item .product-image img {

    max-width: 100%;

    height: auto;

}



.product-title {

    font-size: 1.2em;

    margin-top: 10px;

}



.price {

    margin-top: 5px;

    font-size: 1.1em;

}



.ajax-add-to-cart {

    margin-top: 10px;

}



.cart-sidebar {

    width: 25%;

    background: #f9f9f9;

    padding: 20px;

    border: 1px solid #ddd;

    position: sticky;

    top: 10px;

}



.woocommerce-mini-cart-item {

    display: flex;

    justify-content: space-between;

    padding: 5px 0;

}



.woocommerce-mini-cart__total {

    font-weight: bold;

    margin-top: 10px;
    text-align: end;

}



.checkout-button {

    margin-top: 15px;

    display: block;

    text-align: center;

    width: 100%;

}



.quantity-controls {

    display: flex;

    align-items: center;

    margin-top: 10px;

}



.quantity-btn {

    background-color: #0073aa;

    color: #fff;

    border: none;

    padding: 5px 10px;

    cursor: pointer;

    font-size: 16px;

    margin: 0 5px;

}



.qty-display {

    font-size: 16px;

    font-weight: bold;

}



.quantity-wrapper {

    display: flex;

    align-items: center;

}



.quantity-wrapper .minus, .quantity-wrapper .plus {

    background-color: #f0f0f0;

    border: 1px solid #ddd;

    width: 30px;

    height: 30px;

    text-align: center;

    cursor: pointer;

    line-height: 30px;

}



.quantity-wrapper .qty {

    width: 50px;

    text-align: center;

    margin: 0 5px;

}

/* 19-11-2024 Strat CSS */
#lbs-wrapper>h2 {
    font-size: 50px;
    height: auto;
    line-height: normal;
    margin-inline: 20px;
    margin-top: 20px;
}
.product-grid .product-item {
    border: none;
    margin-bottom: 20px;
}

.product-grid {
    width: 100%;
}

.product-grid .product-item .quantity-wrapper button {
    background-color: transparent;
    border: none;
    font-weight: 500;
    font-size: 20px;
}

.product-grid .product-item .quantity-wrapper {
    justify-content: center;
    margin-bottom: 10px;
    border: 1px solid #000000;
    border-radius: 30px;
    width: fit-content;
    padding: 0 5px;
    margin: 0 auto 10px;
}

.product-grid .product-item .quantity-wrapper .quantity {
    border: none;
}

.product-grid .product-item .quantity-wrapper .quantity input {
    width: 80px !important;
    border: none !important;
}

.product-grid .product-item button.button.alt.add-to-cart-btn {
    width: fit-content;
    padding: 10px 50px;
    border-radius: 50px;
    margin: 0 auto;
    background-color: transparent;
    color: #000000;
    border: 1px solid #000000;
    display: block;
    box-sizing: border-box;
}
.product-grid .product-item button.button.alt.add-to-cart-btn:hover {
    background-color: #000000;
    color: #ffffff;
}
.product-grid .product-item h2.product-title {
    font-size: 18px;
    font-weight: 700;
}

.product-grid .product-item .regular-price, .product-grid .product-item .sale-price {
    display: inline-block;
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

.product-grid .product-item .regular-price {
    text-decoration: line-through;
    margin-right: 5px;
    color: #9d9d9d;
}
.cart-sidebar {
    box-shadow: 0 0 15px 0px #aaaaaa36;
    background-color: #ffffff;
    border: none;
    border-radius: 15px;
    margin-bottom: 30px;
}
/* 
.cart-sidebar h2 {
    margin-bottom: 20px;
} */
.cart-sidebar h2 {
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 15px;
}
.cart_list li.woocommerce-mini-cart-item {
    display: block;
    margin-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 20px;
}

.cart_list .lbs__cart--product {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cart_list .lbs__cart--product .quantity-control {
    display: flex;
    align-items: center;
    border: 1px solid #000000;
    border-radius: 30px;
    padding: 3px 10px;
}

.cart_list .lbs__cart--product .quantity-control input {
    padding: 0 !important;
    border: none !important;
}

.cart_list .lbs__cart--product button {
    border: none;
    background-color: transparent;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

.cart_list .lbs__cart--product button.remove-item {
    font-weight: 600;
    font-size: 14px;
    color: #e33b00;
    cursor: pointer;
}

.cart_list .lbs__cart--quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px 0;
}

.cart_list .mini_cart_right_section button.remove-item {
    background-color: transparent;
    padding: 5px 20px;
    border-radius: 30px;
    border-width: 1px;
}

.cart_list .mini_cart_right_section {
    text-align: end;
}
.cart-sidebar a.ab-checkout-button {
    width: 100%;
    text-align: center;
    padding: 10px 20px;
    border: 1px solid #000000;
    box-sizing: border-box;
    border-radius: 1000px;
    font-size: 18px;
    line-height: normal;
    margin-top: 15px;
    transition: all 0.5s ease-in-out;
}
.cart-sidebar a.ab-checkout-button:hover {
    color:#ffffff;
    background-color: #000000;
    transition: all 0.5s ease-in-out;
}
@media(max-width: 1280px){
    .cart-sidebar {
        width: 65%;
        margin-inline: auto;
    }
}
@media(max-width: 768px){
    #lbs-wrapper>h2 {
        font-size: 28px;
    }
    .cart-sidebar {
        width: 95%;
    }
}
/* 19-11-2024 End CSS */

.custom-product-list .ajax-add-to-cart .product-quantity-input {
	padding: 10px 0 !important;	
}

.custom-product-list .ajax-add-to-cart .decrease-qty, .custom-product-list .ajax-add-to-cart .increase-qty {
	width: 30px;
    height: 30px;
    text-align: center;
    cursor: pointer;
    line-height: 30px;
}

/* popup*/

.lbs__modal {
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 99999;
    -webkit-overflow-scrolling: touch;
    outline: 0;
    background-color: #00000045;
}

.lbs__modal .lbs__modal--data {
    width: auto;
    max-width: 910px;
    min-height: 150px;
    height: auto;
    text-align: center;
    margin: 30px auto;
}

.lbs__modal .lbs__modal--content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    border-radius: 5px;
    background-color: #ffffff;
}

.lbs__modal .lbs__modal--header {
    padding: 15px 20px;
    min-height: 16.538461538462px;
}

.lbs__modal--header button.close {
    font-size: 30px;
    margin-top: -1px;
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    padding: 0;
    color: #000;
    float: right;
    font-weight: 700;
    line-height: 1;
    opacity: .2;
    text-shadow: 0 1px 0 #FFF;
}

.lbs__modal--quickview {
    margin-bottom: 0;
    padding: 20px;
}

.lbs__modal-body {
    display: flex;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    height: 50vh;
    width: 100%;
}

.lbs__product-details {
    text-align: start;
    flex: 0 0 55%;
    max-width: 55%;
}

.lbs__product-details h2 {
    font-size: 21px;
    line-height: 18px;
}

.lbs__product-details .lbs__product-cta-container {
    margin-top: 40px;
    width: 385px;
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: space-around;
    gap: 20px;
}

.lbs__product-cta-container .checkoutlnks {
    padding-bottom: 0;
    margin-top: 0;
    font-size: 14px;
    line-height: 18px;
    width: 180px;
}


.lbs__product-cta-container .checkoutlnks a {
    display: block;
    margin: 0 auto;
    font-size: 14px;
    font-family: 'BuenosAires Regular';
    text-transform: uppercase;
    border: 1px black solid;
    border-radius: 50px;
    color: black;
    white-space: nowrap;
    padding: 10px 20px;
    line-height: 18px;
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    letter-spacing: 1px;
}
.lbs__product-cta-container .checkoutlnks a:hover {
    background: black;
    color: white;
    border: 1px solid #000;
}

.checkoutlnks .mobile-buttons {display: none;}

a.lbs__view-fulldetails {
    background: #000;
    padding: 12px 20px;
    color: #fff;
    border-radius: 50px;
    margin-left: 0;
}

.lbs__product-data {
    margin-block: 35px;
    font-family: "BuenosAires Regular";
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lbs__product-data p {
    margin: 0;
}

.lbs__nutri-icons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    width: 100%;
}

.lbs__nutri-icons .col-sm-4 {
    flex: 0 0 13.33%;
    width: 95px;
    text-align: center;
    padding: 0 15px;
}

.lbs__product-image {
    max-width: 45%;
    height: 100%;
    flex: 0 0 45%;
}

.lbs__product-image img{
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 0 auto;
    object-fit: cover;
}

.lbs__nutri-icons img {
    width: 65px;
}
.lbs__modal-footer {
    padding: 19px 20px 20px;
    text-align: start;
}

.lbs__modal-footer button{
    background: unset;
    border: unset;
    text-decoration: underline;
    color: #000000;
    font-size: 1rem;
    cursor: pointer;
}
.lbs__modal-footer button:hover {
    color: #878484;
}
@media(max-width:768px){
    .lbs__product-image {
        max-width: 100%;
        height: fit-content;
        flex: 0 0 auto;
    }
    .lbs__product-image img{
        max-width: 300px;
    }
    .lbs__modal-body {
        flex-direction: column;
    }
    .lbs__modal .lbs__modal--data{
        margin: 10px;
    }
    .lbs__product-details {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .lbs__modal-body {
        height: 100%;
    }
    .lbs__modal--quickview {
        padding: 29px;
    }
}

.lbs_product-image {
    position: relative;
    overflow: hidden;
}
.lbs_product-image .quickview {
    position: absolute;
    width: 100%;
    bottom: -35px;
}
  .lbs_product-image .quickview a{ background: #919191;
    color: #fff;
    display: inline-block;
    height: 32px;
    line-height: 34px;
    margin: 4px;
    width: calc(100% - 65px);
    margin: auto;
}
.lbs_product-image:hover .quickview {
    bottom: 0;
}

@media(max-width:991px){
    .lbs__modal .lbs__modal--data {
        margin: 10px;
    }
    }

    