/*Selected-categories start*/
.dp-card {
    background-color: #FFFFFF;
    border: 1px solid #6666661A;
    box-shadow: 0px 4px 8px 0px #1E40AF33;
    border-radius: 16px;
    transition: 0.4s;
}

.dp-card:hover {
    border: 1px solid #1E40AF;
    box-shadow: 0px 4px 8px 0px #1E40AF33;
}

.dp-card-buy-but {
    background: #1E3A8A1A;
    border: 1px solid #3B82F633;
    height: 40px;
    width: 100%;
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 12px;
    font-size: 14px;
    font-weight: 700;
    line-height: 19.6px;
    color: #1E40AF;
    border-radius: 12px;
    transition: 0.4s;
}

.dp-card-buy-but:hover {
    background: linear-gradient(264.86deg, #1E40AF 0%, #3B82F6 100%);
    color: #FFFFFF;
    box-shadow: 0px 4px 8px 0px #1E40AF33;
    border: none;
}

.dp-Selected-categories-head-but {
    background-color: #ffffff;
    border-radius: 32px;
    border: 1px solid #E0E0E0;
    font-size: 16px;
    font-weight: 500;
    padding: 7px 16px;
    gap: 5px;
    color: #666666;
    box-shadow: 0px 4px 8px 0px #1E40AF33;
    transition: 0.4s;
    height: 38px;
    margin: 15px 0;
    cursor: pointer;
}
.dp-Selected-categories-head-but svg, .dp-Selected-categories-head-but img {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain;
}
.dp-Selected-categories-head-but.active {
    background: #EFF6FF;
    border: 1px solid #BFDBFE;
    box-shadow: 0px 4px 8px 0px #1E40AF33;
    color: #1E40AF;
}
.dp-Selected-categories-carousel {
    padding: 20px 0px;
}
.dp-Selected-categories-carousel .swiper-wrapper {
    margin: 0 !important;
    gap: 16px;
}
.dp-Selected-categories-carousel .swiper-slide {
    width: auto;
    margin-top: 0 !important;
    margin-bottom: 0;
    margin-left: 0 !important;
}
.dp-Selected-categories-card {
    width: 220px;
    height: 364px;
    padding: 15px;
    overflow: hidden;
}
.dp-Selected-categories-card .shop-out-of-stock {
    padding-right: 0;
    margin-top: 12px;
}
.dp-Selected-categories-card .special-carousel-card-top .dp-card-img {
    width: 188px !important;
    height: 160px !important;
}
.dp-Selected-categories-card .special-carousel-card-top {
    margin-bottom: 10px;
}
.dp-Selected-categories-card .special-carousel-card-top .dp-card-title {
    margin: 20px 0 15px;
}
.dp-Selected-categories-card .dp-card-price-box {
    margin: 0px 0 5px;
}
.dp-card-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 22.4px;
    color: #1E40AF;
}
.dp-card-price small {
    font-size: 11px;
    font-weight: 700;
    line-height: 15.4px;
    margin-right: 3px;
}
.dp-card-off-price {
    font-size: 14px;
    font-weight: 400;
    line-height: 12px;
    text-decoration: line-through !important;
    color: #B3B3B3;
}
.dp-card-off-percent {
    font-size: 11px;
    font-weight: 700;
    line-height: 12px;
    color: #ffffff;
    width: 32px;
    height: 16px;
    box-shadow: 0px 4px 8px 0px #1E40AF33;
    background: linear-gradient(264.86deg, #1E40AF 0%, #3B82F6 100%);
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 4px;
    margin: 0 5px 2px 10px;
}
.dp-card-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    color: #333333;
    display: -webkit-box !important;
    overflow: hidden !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
}
.shop-out-of-stock {
    color: #1E40AF;
    font-size: 16px;
    font-weight: 600;
    padding-right: 10px;
}
/*Selected-categories end*/
@media(max-width: 500px) {

    /* dp-Selected-categories start   */
    .dp-Selected-categories-head-but {
        height: 36px;
    }
    .dp-Selected-categories-card {
        width: 156px;
        height: 302px;
        padding: 7px;
        justify-content: space-between;
    }
    .dp-Selected-categories-card .shop-out-of-stock {
        padding-right: 0;
        margin-top: 0;
        margin-bottom: 10px;
    }
    .dp-Selected-categories-card .special-carousel-card-top .dp-card-img {
        width: 124px !important;
        height: 124px !important;
        margin: 0 8px !important;
    }
    .dp-Selected-categories-card .special-carousel-card-top .dp-card-title {
        margin: 5px 0 8px;
        font-size: 12px;
        -webkit-line-clamp: 3 !important;
        line-height: 16px;
    }
    .dp-Selected-categories-card .dp-card-price-box {
        margin: 7px 0;
    }
    .dp-Selected-categories-card .dp-card-buy-but {
        gap: 7px;
        font-size: 12px;
    }
    .dp-Selected-categories-card .dp-card-buy-but svg {
        width: 20px;
        height: 16px;
    }
    .dp-Selected-categories-card .special-carousel-card-top {
        margin-bottom: 5px;
        border-bottom: 2px solid #F5F5F5;
    }
    /* dp-Selected-categories end   */
}