

/* Start:/local/templates/itgos/components/bitrix/sale.basket.basket/basket_page/style.css?16429504801573*/
.bx-sbb-empty-cart-image {
    width: 131px;
    height: 116px;
    margin: 50px auto 42px;
    background: url(/local/templates/itgos/components/bitrix/sale.basket.basket/basket_page/images/empty_cart.svg) no-repeat center;
        background-size: auto;
    background-size: contain;
}
.p_img img{
	max-height:70px;
}
.bx-sbb-empty-cart-desc {
	text-align:center;
}
.basket__item__box {
	margin-bottom:80px;
}
.basket__item__box table {
	width:100%;
	font-size:16px;
	border: solid 3px #007ec6;
}
.basket__item__box table th {
	background: #007ec6;
	color: #fff;
	padding: 15px 0;
	font-weight: normal;
	
}
.basket__item__box table tr td, .basket__item__box table th {
	vertical-align: middle;
	text-align:center;
}

.basket__item__box table tr td {
	padding: 15px 10px;
	border: solid 3px #007ec6;
}
.basket__item__box table tr .o_action {
	text-align:right;
	padding: 0 20px;
	height: 80px;
	/*vertical-align: bottom;*/
}
.basket__item__box table tr .o_action a {
	margin: 10px 10px;
}
.js_plusClient, .js_minusClient {
	width: 30px;
	height: 30px;
	font-size:14px;
	color:#007ec6;
	cursor:pointer;
	line-height: 2em;
	transition: .3s;

}
.js_plusClient:hover, .js_minusClient:hover {
	background:#007ec6;
	color:#fff;
}
.b_action i {
	font-size:24px;
	cursor:pointer;
	transition: .3s;
}
.b_action i:hover {
	color:#c42020;
}

.basket-list__count_valueClient {
	height: 30px;
	max-width: 45px;
	border:none;
	text-align: center;
}
.quant__items {
	display: flex;
	flex-direction: column;
	align-items: center;
}

@media screen and (max-width: 991px){
	
}

/* End */
/* /local/templates/itgos/components/bitrix/sale.basket.basket/basket_page/style.css?16429504801573 */
