.cart-left-area {
    box-shadow: 0px 0px 10px 20px rgba(72, 73, 77, 0.09), 1px 1px 12px 3px #b0b8d6 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.hot-and-new-item-slider.owl-carousel.owl-theme.owl-loaded,
.save-for-late {
    box-shadow: 0px 0px 10px 20px rgb(176 184 214 / 9%), 1px 1px 12px 3px #b0b8d6 !important;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    padding: 15px 25px 15px;
    margin-bottom: 30px;
}
.right-area {
    margin-bottom: 30px;
}
span.fixplus {
    width: 30px;
    text-align: center;
    border: 1px solid #eae9e9;
    height: 30px;
    line-height: 29px;
}
span.fixplus:hover {
    background: #02abfd;
    color: white;
}
.fix-quantity-span {
    padding: 0px 10px 0px 30px;
}
.owl-nav {
    display: none;
}
.save-for-late-bld {
    font-weight: 700;
}
.save-for-late-txt-clr {
    color: #8b8b8b;
}
.save-for-late-main {
    padding: 15px 0px 15px 0px;
}
.save-for-late-txt-clr-scnd {
    color: brown;
}
span.save-for-late-fixbtn {
    border-left: 1px solid #cccaca;
    padding-right: 10px;
    padding-left: 10px;
}
.save-for-late-price {
    text-align: right;
}
.save-for-late-price-2 {
    font-size: 12px;
    text-align: end
}
 @media (max-width: 840px){

    .cartpage .right-area .order-box
    {
            margin-top: 0px;
    }
    .fx-mb-pls {
        width: 45%;
        float: left;
        margin: 15px 0px 0px 15px;
    }

    .fx-mb-price {
        width: 50%;
    }
 }

@media only screen and (max-width: 475px) {
    .add-to-compare {
        border: none !important;
        width: 100% !important;
        float: left;
        padding: 0;
    }
    .cartpage .right-area .order-box
    {
            margin-top: 20px;
    }
    span.save-for-late-fixbtn {
        padding-right: 15px;
        padding-left: 11px;
    }
    
}