

/* Start:/local/components/woobla/cart/templates/.default/style.css?17701478611275*/
.woo-cart__item-price-info{
    white-space: nowrap;
}
.woo-cart__item-price-val {
    display: flex;
    justify-content: flex-start;
}
.cart__list-empty {
    min-height: 200px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e9f8f7;
    border: 1px #253746 dashed;
    border-radius: 30px;
}
.woo-cart__item-box{
    text-decoration:none;
}
.woo-cart__result{
    justify-content: space-between!important;
}
.woo-cart__result-info{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
}
.woo-cart__result-back{

}
@media (max-width: 974px){
    .woo-cart__result{
        flex-direction: column-reverse !important;
        align-items: flex-end !important;
    }
}
@media (max-width: 479px){
    .woo-cart__result-info{
        flex-direction: column !important;
        align-items: flex-end !important;
    }
}

@media (max-width: 974px){
    [data-cart-item-id]{
        font-size:.5em;
    }
    [data-cart-item-id] img{
        max-width:100px;
    }
}
.cart-orderList{
    display:none;
}
/* End */
/* /local/components/woobla/cart/templates/.default/style.css?17701478611275 */
