.crate_item_line_price span.crate_item_line_through, .crate_item_price span.crate_item_line_through, .crate_cart_total_price span.crate_item_line_through {
    text-decoration: line-through;
    display: inline-block;
    padding-left: 8px;
}
span.crate_item_line_through {
    text-decoration: line-through;
}
.c_bundle_discount_text {
    display: block;
}
.disable,.c_disabled_qty_btn {opacity: 0.5;pointer-events: none;}
.crate-btn-loader {width:20px; height:20px; position:absolute; top:50%; left:50%; margin:-10px 0 0 -10px; opacity:1; transition-timing-function:ease-in; -webkit-animation:ld-cycle 1s infinite linear; animation:ld-cycle 1s infinite linear;}
.crate-btn-loader::after{width:100%; height:100%; position:absolute; margin:auto; top:0; left:0; right:0; bottom:0; content:" "; display:inline-block; background:center center no-repeat; background-size:cover; -webkit-background-clip:padding-box; box-sizing:border-box; border-width:3px; border-color:currentColor currentColor currentColor transparent; border-radius:50%; border-style:solid;}

/* crate smart recommendations */
.crate-smart-recommendations ul.smart-recom-items {
    display: flex;
    /*flex-wrap: wrap;*/
}
.crate-smart-recommendations ul.smart-recom-items li {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 15px;
}
.crate-smart-recommendations ul.smart-recom-items li p {
    margin-bottom: 3px;
    line-height: 1.4;
}
.crate-smart-recommendations ul.smart-recom-items li .crate-product-grid-image--centered img {
    width: 100%;
    height: 100px;
    object-fit: contain;
}
.crate-smart-recommendations ul.smart-recom-items li .crate-product-grid-image--centered {
    margin-bottom: 15px;
}
@media (max-width: 991px) {
    .crate-smart-recommendations ul.smart-recom-items li {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media (max-width: 767px) {
    .crate-smart-recommendations ul.smart-recom-items li {
        -ms-flex: 0 0 33.33%;
        flex: 0 0 33.33%;
        max-width: 33.33%;
    }
}
@media (max-width: 575px) {
    .crate-smart-recommendations ul.smart-recom-items li {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media (max-width: 420px) {
    .crate-smart-recommendations ul.smart-recom-items li {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
