@media (max-width: 1213px) {
    .mobileCheckoutButton {
        font-size: 16px;
    }
}

@media (max-width: 1025px) {

    #cartContainer {
        padding-left: 10px;
        /*padding-right: 10px;*/
    }
}

@media (max-width: 991px) {

    #cartContainer {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media (max-width: 767px) {
    #cartContainer {
        background: #fbfbfb;
        border-radius: 10px;
        margin-bottom: 10px;
        padding-top: 10px;
    }

    #cart-container {
        margin-top: 0 !Important;
    }

    .cart-item {
        margin-top: 10px;
    }

    .checkbox-mobile {
        /*top: 20px;*/
    }

    .breadcrumbs {
        background: #fbfbfb;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 5px 0 !important;
        margin-bottom: 10px;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .product-price {
        padding: 10px !important;
        row-gap: 10px;
    }

    .cart-total h3 {
        line-height: 1 !important;
        font-size: 20px;
    }

    .btn-pink {
        background-color: #CC0B6A !important;
        border-color: #CC0B6A !important;
        border-radius: 10px !important;
        height: 40px;
    }

    .products-title-text {
        font-size: 16px;
    }

    .footer {
        margin-top: 10px !important;
    }

    .desktop-total-section {
        display: none;
    }

    #finalizeaza-comanda-div2 {
        margin-bottom: 10px;

        /*background-color: #fbfbfb !important;*/
    }

    #finalizeaza-comanda-div2 .product-price {
        background-color: #fbfbfb !important;
        border-radius: 10px!important;
    }

    #finalizeaza-comanda-div2 .product-price .desktop-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    #finalizeaza-comanda-div2 .product-price .desktop-total h5 {
        /*font-size: 13px;*/
        margin-bottom: 0;
        color: #424242;
    }


    #finalizeaza-comanda-div {
        display: none; /* inițial ascuns */
        position: fixed;
        bottom: 53px !important;
        /*right: 20px;*/
        z-index: 999;
        transition: opacity 0.3s ease;
        opacity: 0;
    }

    .sumar-comanda {
        display: none!important;
    }

    .summary-divider {
        display: none;
    }

    .cart-delivery {
        display: none!important;
    }

    .returnToBuy {
        display: none;
    }

    .product-price {
        border-bottom-right-radius: 0!important;
        border-bottom-left-radius: 0!important;
        border: 1px!important;
    }

    #finalizeaza-comanda-div.visible {
        display: block;
        opacity: 1;
    }
}

@media (min-width: 768px) {
    .desktop-total {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .desktop-total h5 {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0;
        color: #424242;
    }

    .desktop-total-section {
        display: grid;
    }

    .cart-total h3 {
        font-size: 22px;
    }

    .btn-pink {
        border-radius: 10px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .reduceTitle {
        color: #1a7a4a !important;
        font-weight: 600 !important;
    }
}

@media (max-width: 767px) {
    .product-price-desktop {
        display: flex !important;
    }

    #finalizeaza-comanda-div {
        z-index: 20;
        position: fixed;
        bottom: 50px;
        box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.2);
        left: 0;
        border-radius: 20px 20px 0 0;
        border-top: 1px solid #fff;
        background: #f7f7fc;
    }

    .product-price {
        background: #f7f7fc;
    }

    .footer {
        margin-top: 30px;
        margin-bottom: 100px;
    }
}

@media (max-width: 991px) {
    .tabletTotalPadding {
        padding: 0;
    }
}


@media (max-width: 767px) {
    .floating-block {
        position: fixed;
        z-index: 3100;
        bottom: 180px !important;
        right: 15px
    }

    .cart-section-product {
        background: #fbfbfb !important;
        border-radius: 10px;
    }

    .popular-products {
        padding-bottom: 10px !important;
    }

    .section-title {
        padding-bottom: 0 !important;
        padding-top: 10px !important;
        font-size: 16px;
    }

    body {
        background-color: #efefef !important;
    }

    .page {
        min-height: unset;
    }

    #cart-container {
        margin-bottom: 10px !important;
        /*padding-top: 10px!important;*/
    }

    .title-btn {
        height: 40px;
        border-radius: 10px;
    }
}


@media (max-width: 767px) {
    .section-title {
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    #finalizeaza-comanda-div {
        border-top: unset !important;
    }

    .amo-button-holder {
        bottom: 163px !important;
        right: 5px !important;
    }

    .product-info a {
        font-size: 12px !important;
    }
}

@media (min-width: 768px) {
    .section-title {
        /*margin-top: 20px!important;*/
        margin-bottom: 0px !important;
    }
}

/* Checkbox personalizat */
.product-select-checkbox {
    appearance: none;
    -webkit-appearance: none;
    width: 24px;
    height: 24px;
    border: 2px solid #bd0e6a;
    border-radius: 5px;
    position: relative;
    background-color: white;
    /*margin-right: 10px;*/
    cursor: pointer;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.2s ease;
}

.product-select-checkbox:checked {
    background-color: #bd0e6a;
    border-color: #bd0e6a;
}

.product-select-checkbox:checked::after {
    content: '';
    position: absolute;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 7px;
    border-left: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(-45deg);
}

.cart-item {
    display: flex;
    flex-wrap: wrap;
    border: 2px solid #f0d8f0;
    border-radius: 10px;
    padding: 15px;
    gap: 10px;
    margin-bottom: 10px;
    background: #fff;
    position: relative;
}

.out-of-stock {
    background: repeating-linear-gradient(
        45deg,
        rgba(255, 0, 0, 0.1),
        rgba(255, 0, 0, 0.1) 10px,
        rgba(255, 0, 0, 0.2) 10px,
        rgba(255, 0, 0, 0.2) 20px
    );
    opacity: 0.7;
}

.product-image {
    height: 100%;
    border: 2px solid #f0d8f0;
    background: #f0d8f0;
    max-width: 80px;
    border-radius: 8px;
    aspect-ratio: 1/1;
}

.product-title {
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-decoration: none;
    color: #424242;
    /*max-height: 2.4em;*/
}

.product-code {
    font-size: 11.5px;
    color: #424242;
}

.product-price2 {
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 900;
}

.price-discount {
    color: #bd0e6a;
    font-weight: bold;
}

.price-old {
    text-decoration: line-through;
    color: #424242;
    font-size: 12px;
    font-weight: 400;
    /*margin-left: 5px;*/
}

.quantity-wrapper {
    display: flex;
    align-items: center;
    border: 2px solid #f0d8f0;
    border-radius: 13px;
    background: #ffffff;
    max-width: 120px;
    color: #e91e63;
    padding: unset;
    height: 40px;
}

.qty-btn {
    width: 40px;
    height: 36px;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #e91e63;
    display: flex;
    align-items: center;
    justify-content: center;
    border: unset;
    background: unset;
    transition: .3s;
    overflow: hidden;
}

.qty-btn:active {
    background: #e91e63;
    color: white;
}



.minus-btn {
    border-top-left-radius: 11px;
    border-bottom-left-radius: 11px;
}

.plus-btn {
    border-top-right-radius: 11px;
    border-bottom-right-radius: 11px;
}

.qty-input {
    border: none;
    background-color: unset;
    height: 36px;
    width: 40px;
    border-left: 1px solid #f0d8f0;
    border-right: 1px solid #f0d8f0;
    font-family: 'Nunito', sans-serif;
    font-size: 15px;
    font-weight: 900;
}

.qty-input:focus {
    border-color: #f0d8f0!important;
}

.out-of-stock-text {
    font-size: 14px;
    font-weight: bold;
    color: red;
    text-align: center;
    width: 100%;
}

@media (max-width: 767px) {
    .product-title {
        max-width: 85%;
    }

    .checkbox-mobile {
        position: absolute;
        right: 0;
        top: 10px;
    }



    .qty-btn {
        width: 40px;
        height: 40px;
        font-size: 18px;
        font-weight: bold;
    }
}

.empty-cart img {
    opacity: 1;
}

.empty-cart h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.empty-cart p {
    color: #666;
    font-size: 14px;
}

.empty-cart .btn-pink {
    background-color: #bd0e6a;
    color: #fff;
    border-radius: 25px;
    padding: 10px 20px;
    text-decoration: none;
}

@media (max-width: 767px) {
    .empty-cart .btn-pink {
        background-color: #bd0e6a;
        color: #fff;
        border-radius: 25px;
        padding: 7px 20px;
        text-decoration: none;
    }
}

@media (min-width: 992px) {
    .cart-item .checkbox-mobile {
        /*flex: 0 0 50px !important;*/
        /*max-width: 50px !important;*/
    }

    .cart-item .col-3.col-sm-2.col-md-auto.col-lg-auto.col-xl-auto {
        flex: 0 0 80px !important;
        max-width: 80px !important;
    }

    .cart-item .product-info {
        flex: 1 1 0 !important;
        min-width: 0 !important;
    }

    /*.cart-item .quantity-wrapper {*/
    /*    flex: 0 0 120px !important;*/
    /*    max-width: 120px !important;*/
    /*    height: 40px;*/
    /*}*/

    .cart-item .col-4.col-md-auto.col-lg-auto {
        flex: 0 0 80px !important;
        max-width: 80px !important;
    }

    .cart-item .col-auto.col-md-auto.col-lg-auto {
        flex: 0 0 40px !important;
        max-width: 40px !important;
    }
}

.mCartWidth50 {
    max-width: 24px !important;
    padding: 0;
}

@media (min-width: 1026px) and (max-width: 1399px) {
    .deskPaddingLeft {
        padding-left: 10px;
    }
}

@media (min-width: 1400px) {
    .deskPaddingLeft {
        padding-left: 12.5px;
    }
}

.product-seller a {
    color: #e91e63;
    font-size: 12px;
    font-weight: 700;
    text-decoration: none;
    transition: .3s;
}

.product-seller a:hover {
    color: #e91e63;
}

.cart-item,.cart-item *{
    transition: .22s;
    animation: fadeUp .35s ease both;
}

.cart-item:hover,.cart-item:hover * {
    border-color:#e91e63 ;
}

.deleteCart {
    border:2px solid #f0d8f0;
    color: #e91e63;
    background: unset;
    border-radius: 13px;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: .22s;
    animation: fadeUp .35s ease both;
}

.deleteCart:hover {

    background: #e91e63;
    color: white;
}

.cartTotalProd {
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 600;
    color: #424242;
}

@media (max-width: 767px) {
    .product-image {
        max-width: 80px;
        max-height: 80px;
    }
    .cart-item {
        padding: 10px;
        gap: 0;
        row-gap: 0;
    }

    .product-title {
        line-height: 1.1;
    }
    .product-price2 {
        line-height: 1.1;
    }

    .checkbox-mobile {
        right: 10px;
    }

    #cart-total3 {
        font-size: 20px;
    }

    .product-seller {
        line-height: 1.1;
    }

    .cashBack {
        display: none!important;
    }
}

.product-price {
    padding: 15px;
    background: linear-gradient(97deg,#fef1fb .49%,#fdf1fc 14.88%,#fcf0fc 29.27%,#fbf0fd 43.14%,#f9effd 57.02%,#f8eefe 70.89%,#f6eefe 84.76%,#f4edff 99.15%);
    border: 2px solid #f0d8f0;
    border-radius: 15px;
}

.sumar-comanda {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sumar-comanda2 {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sumar-comanda h5 {
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 900;
    margin: 0;
}


.sumar-comanda2 h5 {
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 900;
    margin: 0;
}
.sumar-quantity {
    padding: 5px 10px;
    border: 1.5px solid #f0d8f0;
    margin: 0;
    background: #fff0f7;
    border-radius: 20px;
    color: #a08caa;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
}

.summary-divider {
    height: 1.5px;
    background: #f0d8f0;
    border-radius: 2px;
    margin: 0;
}

.summary-divider2 {
    height: 1.5px;
    background: #f0d8f0;
    border-radius: 2px;
    margin: 0;
}

.desktop-total h5 {
    color: #424242;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
}

.desktop-total-section {
    row-gap: 3px;
}

.cart-delivery {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e8f8ef, #d4f5e5);
    border: 2px solid #a8e6c3;
    border-radius: 14px;
    padding: 10px 14px;
    /*margin-bottom: 15px;*/
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a7a4a;
}

.cart-delivery2 {
    display: flex;
    align-items: center;
    gap: 8px;
    background: linear-gradient(135deg, #e8f8ef, #d4f5e5);
    border: 2px solid #a8e6c3;
    border-radius: 14px;
    padding: 10px 14px;
    /*margin-bottom: 15px;*/
    font-size: 12.5px;
    font-weight: 700;
    line-height: 1.1;
    color: #1a7a4a;
}


.delivery-price-num {
    width: 60px;
}

.cart-total h3 {
    margin: 0;
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 900;
    align-items: baseline;
}


#cart-total2 {
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 26px;
    font-weight: 900;
}


.btn-to-checkout {
    width: 100%;
    padding: 16px;
    background: #be0e6a;
    color: white;
    border: none;
    border-radius: 14px;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 900;
    cursor: pointer;
    letter-spacing: 0.3px;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    box-shadow: 0 6px 20px rgba(216, 27, 122, 0.35);
    position: relative;
    overflow: hidden;
    height: 46px;
}

.btn-to-checkout:hover {
    background: #dc3871;
}

.returnToBuy a {
    width: 100%;
    /*margin-top: 10px;*/
    padding: 13px;
    /*background: #fff;*/
    border: 2px solid #dc3871;
    border-radius: 15px;
    color: #dc3871;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    transition: .2s;
}

.returnToBuy a:hover {
    background: #dc3871;
    color: white;
    box-shadow: 0 6px 20px rgba(216, 27, 122, 0.35);
}

.returnToBuy2 a {
    width: 100%;
    /*margin-top: 10px;*/
    padding: 13px;
    /*background: #fff;*/
    border: 2px solid #dc3871;
    border-radius: 15px;
    color: #dc3871;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    height: 46px;
    transition: .2s;
}

.returnToBuy2 a:hover {
    background: #dc3871;
    color: white;
    box-shadow: 0 6px 20px rgba(216, 27, 122, 0.35);
}

.infoContainers {
    /*display: grid;*/
    grid-template-columns: 1fr 1fr;
    --bs-gutter-x: 5px;
    --bs-gutter-y: 5px;
}

.infoContainers .col-6 {
    /*padding: 0;*/
}

.infoCartContainer {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 10px;
    background: #fff0f7;
    border: 2px solid #f0d8f0;
    border-radius: 12px;
    font-size: 11.5px;
    font-weight: 700;
    color: #424242;
    line-height: 1.3;
    height: 44px;
}

.infoCartContainer .bi {
    font-size: 16px;
    color: #dc3871;
    filter: drop-shadow(0 0 0 #f0d8f0)
    drop-shadow(0 0 0 #f0d8f0);
}

.cartCashBack {
    padding: 5px 10px;
    border: 1.5px solid #f0d8f0;
    margin: 0;
    background: #fff0f7;
    border-radius: 20px;
    color: #a08caa;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    line-height: 1;
    display: inline-flex;
    align-items: center;
}

.cashBack {
    margin: 0;
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    align-items: baseline;
    display: flex;justify-content: space-between;
}

.cashBack b {
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.cashBack2 {
    margin: 0;
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 16px;
    font-weight: 400;
    align-items: baseline;
    display: flex;justify-content: space-between;
}

.cashBack2 b {
    color: #424242;
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 400;
}
