

/* Start:/bitrix/templates/.default/components/albero/sale.order/template1/style.css?17760170042483*/
.plus.but{
    background-image: url(/local/templates/rebrand/assets/css/../images/plus.svg);
    margin: 0px 7px;
}
.minus.but{
    background-image: url(/local/templates/rebrand/assets/css/../images/minus.svg);
    margin: 0px 7px;
}
.adressInfo.active{
    display: block !important;
}
.orderItemPicture{
    position: relative;
    width: 120px;
    min-width: 120px;
    height: 220px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.orderItemPicture .basketDefaultPreview{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.basketCustomPreview{
    position: relative;
    width: 120px;
    height: 220px;
    overflow: hidden;
    background: #ffffff;
    border-radius: 4px;
    display: block;
    flex: 0 0 120px;
}

.basketCustomPreview__paint{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

.basketCustomPreview__mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 220px;
    object-fit: contain;
    mix-blend-mode: multiply;
    z-index: 2;
    display: block;
}

.basketCustomPreview__light{
    position: absolute;
    top: 0;
    left: 0;
    width: 120px;
    height: 220px;
    background: linear-gradient(90deg, rgba(255,255,255,.30) 0%, rgba(255,255,255,0) 22%, rgba(0,0,0,.06) 100%);
    z-index: 3;
    opacity: .8;
    pointer-events: none;
}
.errorCont{
    color: red;
    font-size: 16px;
}
#cartwrapper .row{
    width: 100%;
}
.cartEmpty a{
    font-size:16px;
}
.orderSaveBlock .orderSaveWrapper .orderSaveCategory.result button:hover{
color:#78b84a;
    border:3px solid #78b84a;
}.orderSaveBlock .orderSaveWrapper .orderSaveCategory.result button{
color:#fff;
    border:3px solid #fff;
     transition: transform 1s;
}
 .deleteProd{
     margin-left:12px;
 }
 .priceBlock{
     display: flex;
     justify-content: space-between;
     align-items: center;
 }
@media(max-width: 719px){
    .setItems,.orderList .orderItem .setItems .setItem.orderItem{
        width: 100% !important;
    }
    .orderList .orderItem .orderItemTitle{
        width: 100%;
        justify-content: center;
        display: flex;
    }
    .orderList .orderItem .orderItemTitle a{
        display: flex;
        justify-content: center;
    }
    .priceBlock{
        width: 100%;
    }

}
/* End */
/* /bitrix/templates/.default/components/albero/sale.order/template1/style.css?17760170042483 */
