@media (max-width: 767px) {
    .breadcrumbs {
        background: #fbfbfb;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        padding: 5px 0 !important;
        margin-bottom: 10px;
    }

    .breadcrumb {
        margin-bottom: 0;
    }

    .wishlist-section {
        background: #FBFBFB;
        border-radius: 10px;
        padding: 10px 0;
    }

    .wishlist-product {
        margin-top: 10px;
    }

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

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

    .wish-other {
        background: #fbfbfb;
        border-radius: 10px;
        margin: 10px 0;
    }

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

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

    #wishlist-empty-state {
        padding: 10px !important
    }

    .load-more-container {
        padding-top: 10px !important;
    }

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


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

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

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

.productWishlist {
    background: #fff;
    border: 2px solid #f0d8f0;
    border-radius: 18px;
    padding: 16px 18px;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: .22s;
    animation: fadeUp .35s ease both;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
}

.productWishlist:hover {
    border-color: #e91e63;
}

.imgWishlist {
    width: 75px;
    height: 75px;
    aspect-ratio: 1/1;
    border-radius: 8px;
    /*object-fit: cover;*/
    margin-right: 15px;
    border: 2px solid #f0d8f0;
}

.wishTitle {
    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;
    transition: .22s;
}

.wishTitle:hover {
    color: #bd0e6a;
}

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

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

.priceDelWish {
    text-decoration: line-through;
    color: #424242;
    font-size: 12px;
    font-weight: 400;
}

.priceDiscountWish {
    color: #bd0e6a;
    font-weight: bold;
    font-size: 16px;
}

.priceWish {
    color: #424242;
    font-weight: bold;
    font-size: 16px;
}

.wishAddCard {
    line-height: 1;
    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 3px 10px rgba(216, 27, 122, 0.35);
    position: relative;
    overflow: hidden;
    height: 46px;
}

.wishAddCard:hover {
    background: #dc3871;
}
.wishStockEpuizat {
    line-height: 1;
    background: #f5f5f5;
    color: #999;
    border: 1px solid #e0e0e0;
    width: 100%;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito', sans-serif;
    font-size: 17px;
    font-weight: 900;
    border-radius: 14px;
}


.deleteWish {
    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;
}

.deleteWish:hover {
border-color: #e91e63;
    background: #e91e63;
    color: white;
}


.productWishlist:hover div, .productWishlist:hover img {
    border-color: #e91e63;
}

@media (max-width: 767px) {
    .productWishlist {
        padding: 10px;
        height: 150px;
        align-items: start!important;
        margin-bottom: unset;
        margin-top: 5px;
        border-radius: 13px;
        gap: 0;
    }

    .firstMobile {
        order: 1;
    }
    .secondeMobile {
        order: 2;
    }
    .thirdMobile {
        order: 3;
    }

    .mobileButtons {
        width: 100%;
        position: absolute;
        left: 10px;
        padding-right: 20px;
        justify-content: space-between;
        bottom: 10px;
        display: flex;
    }
    .wishAddCard, .wishStockEpuizat {
        height: 40px;
        line-height: 1;
    }
    .wishTitle {
        /*max-width: 80%;*/
    }

    .deleteWish {
        margin: 0;
    }

    .mobilePrice {
        width: max-content;
        text-align: end;
        /*margin-right: 10px;*/
        right: 0;
    }

    .alertify-notifier {
        bottom: 70px!important;
    }

    .imgWishlist {
        margin-right: 10px;
    }
    .mobileTitleCode {
        width: 60%!important;
    }
}
