

/* Start:/local/templates/robo/css/basket.css?17649567515600*/
.basket_block{margin-top: 20px;margin-bottom: 72px;display: flex;flex-direction: column;}
.basket_block_name{font-size: 32px;font-weight: 600;color: #313842;text-transform: uppercase;}
.basket_return{margin-top: 20px;font-size: 16px;color: #313842;text-decoration: underline;text-underline-offset: 3px;cursor: pointer;}
.basket_list_sum{display: flex;flex-direction: row;justify-content: space-between;margin-top: 40px;align-items: flex-start;}

.basket_main_list{display: flex;flex-direction: column;row-gap: 20px;width: calc(100% - 375px);}
.basket_main_item{display: flex;flex-direction: row;justify-content: space-between;min-height: 140px;}
.basket_item_l{display: flex;flex-direction: row;}
.basket_item_img{width: 105px;border-radius: 8px;border: 1px solid #999;object-fit: cover;}
.basket_item_art_name{display: flex;flex-direction: column;row-gap: 13px;margin-left: 20px;width: 300px;}
.basket_item_art{color: #666;font-size: 14px;}
.basket_item_name a{font-size: 16px;color: #000;line-height: 1.2;}
.basket_item_r{display: flex;flex-direction: row;align-items: center;margin-left: 0;margin-bottom: auto;min-width: 290px;justify-content: space-between;}
.basket_item_r img{cursor: pointer;}
.basket_item_amount{width: 94px;height: 32px;align-items: center;background: #F5F5F5;border-radius: 4px;justify-content: space-between;display: flex;}
.basket_item_sum{font-size: 20px;color: #000;margin-left: auto;margin-right: 16.5px;}
.basket_item_sum span{color: #999;}

.basket_main_sum{display: flex; flex-direction: column;padding: 30px 30px 48px 30px;background: #F5F5F5;color: #313842;width: 340px;}
.basket_sum_at{font-size: 24px;}
.basket_sum_amount{margin-top: 11px;font-size: 14px;}
.basket_sum_promo{margin-top: 30px;font-size: 14px;}
.basket_sum_write{width: 100%;height: 48px;background: #FFF;border-radius: 4px;outline: none;border: none;margin-top: 5px;padding-left: 10px;}
.basket_sum_prod{margin-top: 30px;display: flex;flex-direction: row;justify-content: space-between;font-size: 12px;}
.bask_sum_prices{display: flex;flex-direction: column;}
.bask_sum_sale{color: #999;display: flex;flex-direction: row;}
.bask_sum_saleP{color: #E84242;margin-right: 13px;text-decoration: none !important;}
.bask_sum_saleS{text-decoration: line-through;}
.bask_sum_fin{font-size: 14px;margin-left: auto;}
.bask_sum_fin span{color: #666;}
.bask_sum_fin2{margin-left: auto;}
.bask_sum_fin2 span.pr{color: #999;font-size: 12px;}
.fin_right2{text-decoration: line-through;}
.bask_sum_fin_old{display: flex;flex-direction: row;}
.fin_pr{margin-right: 13px;color: #E84242;font-size: 12px;}
.rez_cupon{width: 100%;font-size: 14px;margin-top: 10px;color: #ff0000;}


.basket_sum_deliv{display: flex;flex-direction: row;margin-top: 20px;justify-content: space-between;}
.bask_sum_deliv{font-size: 12px;line-height: 1.2;}
.bask_sum_deliv_price{font-size: 14px;}
.bask_sum_deliv_price span{color: #666;}
.basket_sum_all{display: flex;flex-direction: row;align-items: center;justify-content: space-between;margin-top: 15px;}
.bask_sum_all{font-size: 16px;font-weight: 500;text-transform: uppercase;}
.bask_sum_total{font-size: 24px;font-weight: 500;}
.bask_sum_total span{color: #666;}
.basket_sum_order{width: 100%;height: 48px;padding-top: 14px;padding-bottom: 17px;background: #004AAD;border: 1px solid #004AAD;border-radius: 4px;color: #FFF;font-size: 14px;cursor: pointer;display: flex;justify-content: center;margin-top: 36px;transition: 0.5s;}
.basket_sum_order:hover{background: #fff;color: #004AAD;}
.basket_sum_del{font-size: 14px;color: #999;text-decoration: underline;text-underline-offset: 3px;cursor: pointer;margin-top: 20px;display: flex;justify-content: center;transition: 0.5s;}
.basket_sum_del:hover{text-decoration: none;}
.close{cursor: pointer;display: flex;flex-direction: row;align-items: center;}
.bask_sum_prod{font-size: 12px;}
.catal_opc_minus{width: 28px;height: 32px;background: url(/local/templates/robo/images/minus_kat.svg) no-repeat 50% 50%;cursor: pointer;}
.opc_kol{width: calc(100% - 56px);height: 32px;background:none;border-radius:0;font-size: 14px;color: #212121;text-align: center;border: none;outline: none;}
.catal_opc_plus{width: 28px;height: 32px;background: url(/local/templates/robo/images/plus_kat.svg) no-repeat 50% 50%;cursor: pointer;}
.bask_ob{display: flex;flex-direction: row;align-items: center;}
.basket_sum_order.hide{display: none;}
.basket_sum_order.basket_sum_order_promokod{margin-top: 10px;}
.rez_cupon.hide{display: none;}
.basket_sum_write.hide{display: none;}
.basket_sum_promo.hide{display: none;}
.bask_ob_list{display: flex;flex-direction: column;}
.basket_item_sum_old{text-decoration: line-through;}

@media(max-width:1200px){
.basket_main_sum{width: 315px;padding: 30px 20px;}
.basket_main_list{width: calc(100% - 345px);}
.basket_item_r{width: calc(100% - 430px);min-width: auto;}
.basket_main_item{column-gap: 100px}
.basket_item_art_name{width: 200px;}
.basket_item_r{flex-direction: column-reverse;align-items: flex-end;}
.bask_ob{margin-bottom: 17px;}



}


@media(max-width:900px){
.basket_list_sum{flex-direction: column;}
.basket_main_item{column-gap: 45px;}
.basket_item_art_name{width: 180px;}
.basket_item_art{font-size: 12px;}
.basket_item_name a{font-size: 12px;}
.basket_item_img{width: 80px;}
.basket_item_art_name{margin-left: 10px;}
.basket_main_list{width: 100%;}
.basket_item_l{width: calc(100% - 120px)}
.basket_main_item{column-gap: inherit;}
.basket_item_r{width: 100px;}
.basket_item_sum{font-size: 14px;}
.basket_main_sum{width: 100%;margin-top: 30px;padding: 30px 10px;}



}

@media(max-width:600px){


}





/* End */
/* /local/templates/robo/css/basket.css?17649567515600 */
