/*kp-more-product start*/
.kp-mp1st .kp-caroudels-head {
    height: 0px;
}
.kp-mp-sliders {
    height: 362px;
}
.kp-mp-sliders .swiper-slide {
    display: flex;
    align-items: flex-end;
    bottom: 10px;
    margin-left: 10px;
}
.kp-mp-sliders .swiper-slide:first-child {
    margin-right: 15px;
}
.kp-mp-carousel {
    width: 234px;
    height: 310px !important;
    border-radius: var(--kp-rad1);
    background-color: #ffffff;
    box-shadow: 0px 0px 16px 0px #BED4E74A !important;
    padding: 10px;
    transition: var(--kp-del);
    justify-content: space-between;
}
.kp-mp-carousel .kp-mp-title {
    margin-top: 5px;
}
.kp-mp-carousel:hover {
    transform: translateY(-20px);
}
.kp-mp-carousel:hover .kp-mp-bb {
    color: #FFFFFF;
    background-color: #DD5C34;
}
.kp-mp-carousel img {
    width: 180px;
    height: 180px !important;
    object-fit: contain;
}

.kp-mp-carousel .kp-mp-bb {
    width: 38px;
    height: 38px;
    border-radius: var(--kp-rad2);
    background-color: #D5E6F6;
    color: #0C1B43;
    transition: var(--kp-del);
}
.kp-mp-carousel .kp-mp-bn {
    margin-right: 5px;
}
.kp-mp-carousel .kp-mp-bn p {
    color: #959EB1;
    line-height: 15px;
}

.kp-mp-carousel .kp-mp-price {
    width: 88px;
    height: 48px !important;
    margin-left: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.kp-mp-carousel .kp-mp-price .kp-oc-current-price {
    font-weight: 800;
    font-size: 16px;
    line-height: 32px;
    color: #0C1B43;
}
.kp-mp-carousel .kp-mp-price .kp-oc-off-price {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-decoration: line-through;
    color: #959EB1;
}
.kp-mp-carousel .kp-mp-price .caption {
    top: 0;
    left: -25px;
    bottom: 0px;
    transform: rotate(-90deg);
    color: #959EB1;
    margin: auto;
    line-height: 4px;
    width: 30px;
    height: 15px !important;
}
/*kp-more-product end*/
@media(max-width: 768px) {
    /*  kp-more-products start  */
    .kp-mp1st {
        height: 482px !important;
    }
    .kp-mp2nd {
        position: absolute;
        overflow: hidden;
        width: 100%;
        top: 55px;
    }
    .kp-mp1st .kp-caroudels-head {
        height: 482px !important;
    }
    /*  kp-more-products end  */
}
