/*kp-mostsells-carousel start*/
.kp-ms-carousel1st {
    width: 100%;
    height: 470px !important;
    border-radius: 40px;
    border: 1px solid #F0F5FA;
    padding: 30px 25px;
    background-color: #ffffff;
    position: relative;
}
.kp-ms-carousel1st .kp-caroudels-head {
    margin: 0 10px;
}
.kp-ms-carousels {
    margin-top: 10px;
    overflow: hidden;
    height: 360px;
}
.kp-ms-carousels .swiper-slide {
    width: 400px !important;
    margin-right: 10px;
    margin-left: 15px;
    display: flex;
    align-items: center;
}
.kp-ms-carousel {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    width: 400px;
    height: 94px !important;
    border-radius: var(--kp-rad1) !important;
    box-shadow: 0px 0px 16px 0px #BED4E74A !important;
    background-color: #ffffff;
    transition: var(--kp-del);
    padding: 10px;
}
.kp-ms-carousel:hover {
    box-shadow: 0px 13px 16px 0px #C3D9ED6B !important;
}
.kp-ms-carousel .kp-ms-carousel-img-box {
    width: 78px;
    height: 78px !important;
    border-radius: var(--kp-rad3) !important;
    background-color: #F0F5FA;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.kp-ms-carousel .kp-ms-carousel-img-box img {
    width: 64px;
    height: 64px !important;
    object-fit: contain;
}
.kp-ms-carousel .kp-ms-carousel-content-box {
    width: 77%;
}
.kp-ms-carousel .kp-ms-carousel-content-box .body4 {
    color: #0C1B43;
}
.kp-ms-carousel .kp-ms-carousel-content-box .kp-ms-carousel-content-price-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.kp-ms-carousel .kp-ms-carousel-content-box .kp-ms-carousel-content-price-box .kp-ms-off {
    width: 79px;
    height: 28px !important;
    display: flex;
    align-items: center;
    border-radius: var(--kp-rad2) !important;
    background-color: #E76941;
    color: #ffffff;
    gap: 3px;
    justify-content: center;
}
.kp-ms-carousel .kp-ms-carousel-content-box .kp-ms-carousel-content-price-box p {
    color: #0C1B43;
    font-size: 18px;
    font-weight: 800;
    line-height: 36px;
}
.kp-ms-carousel .kp-ms-carousel-content-box .kp-ms-carousel-content-price-box p small {
    font-size: 14px;
    color: #959EB1;
}
/*kp-mostsells-carousel end*/
@media(max-width: 768px) {
    /*kp-mostsells-carousel start*/
    .kp-ms-carousel1st {
        height: 856px !important;
        overflow: hidden;
    }
    .kp-ms-carousel1st .kp-caroudels-head {
        height: 784px !important;
        top: 30px;
    }
    .kp-ms-carousels {
        margin-top: 0;
        height: 630px !important;
        position: absolute;
        width: 90%;
        top: 110px;
        right: 10px;
    }
    .kp-ms-carousel {
        width: 310px;
    }
    .kp-ms-carousel .kp-ms-carousel-content-box {
        width: 70%;
    }
    .kp-ms-carousels .swiper-slide {
        width: 310px !important;
        height: 94px !important;
    }
    /*kp-mostsells-carousel end*/
}