

/* Start:/local/templates/main_template/components/bitrix/sale.basket.basket/basket/style.css?16889783374756*/
.basket-block-inner{
	border: 1px solid #CCCCCC;
	border-radius: 3px;
}
.basket-head-inner,
.basket-body-item-inner{
	display: flex;
}
.basket-head{
	background: #F3F3F3;
	border-bottom: 1px solid #CCCCCC;
}
.basket-head-item{
	padding: 20px 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	color: #767676;
	font-weight: 600;
}
.basket-body-item:not(:last-child){
	border-bottom: 1px solid #CCCCCC;
}
.basket-body-item-col:not(:last-child){
	border-right: 1px solid #CCCCCC;
}
.basket-body-item-col-inner{
	padding: 20px 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}
.basket-body-item-col-inner,
.basket-body-item-col-inner a{
	font-size: 14px;
}

.basket-head-item:not(:last-child) {
	border-right: 1px solid #CCCCCC;
}
.basket-head-item.articul, .basket-body-item-col.articul{width: 10%;}
.basket-head-item.title, .basket-body-item-col.title{width: 30%;}
.basket-head-item.count, .basket-body-item-col.count{width: 15%;}
.basket-head-item.meausure, .basket-body-item-col.meausure{width: 15%;}
.basket-head-item.sum, .basket-body-item-col.sum{width: 20%;}
.basket-head-item.delete, .basket-body-item-col.delete{width: 10%;}

.basket-body-item-col.title .basket-body-item-link{
	text-decoration: none;
}

.basket-body-item-col.articul .basket-body-item-col-inner{
	justify-content: flex-start;
}
.basket-body-item-col.title .basket-body-item-col-inner{
	justify-content: flex-start;
}
.basket-body-item-col.title .basket-body-item-col-inner a{
	font-weight: bold;
}
.basket-body-item-col.sum .basket-body-item-col-inner{
	font-weight: bold;
}
.basket-body-item-col.count .count-block{
	display: flex;
	align-items: center;
}
.basket-body-item-col.count .count-block .count-block-sign{
	flex-shrink: 0;
	flex-grow: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #787878;
	border-radius: 2px;
	position: relative;
	cursor: pointer;
}
.basket-body-item-col.count .count-block .count-block-sign.minus:before{
	position: absolute;
	content: '';
	width: 6px;
	height: 1px;
	background: #787878;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.basket-body-item-col.count .count-block .count-block-sign.plus:before, 
.basket-body-item-col.count .count-block .count-block-sign.plus:after{
	position: absolute;
	content: '';
	background: #787878;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.basket-body-item-col.count .count-block .count-block-sign.plus:before{
	width: 7px;
	height: 1px;
}
.basket-body-item-col.count .count-block .count-block-sign.plus:after{
	width: 1px;
	height: 7px;
}
.basket-body-item-col.count .count-block .count-block-sign:hover{
	border-color: #407CB6;
}
.basket-body-item-col.count .count-block .count-block-sign:hover:before,
.basket-body-item-col.count .count-block .count-block-sign:hover:after{
	background: #407CB6;
}
.basket-body-item-col.count .count-block input{
	width: 60px;
	border: none;
	border-radius: 0;
	text-align: center;
	background: none;
}
.basket-body-item-col.delete .basket-body-item-col-inner .delete-from-cart{
	position: relative;
	width: 17px;
	height: 17px;
	background: url('/local/templates/main_template/components/bitrix/sale.basket.basket/basket/images/delete.svg') no-repeat center;
	cursor: pointer;
}

.basket-after-block{
	margin-top: 20px;
}
.result-sum-block{
	text-align: right;
	color: #222222;
	font-weight: bold;
	font-size: 22px;
}
.to-order-btn{
	width: fit-content;
	margin: 25px 0 0 auto;
}
.to-order-btn>a{
	display: block;
	padding: 15px 25px;
	background: #407CB6;
	border-radius: 2px;
	color: #fff;
}
.to-order-btn>a:hover{
	color: #fff;
}
.mobile{
	display: none;
}

.basket-price-note{
	font-size: 12px;
	text-align: right;
	margin-top: 10px;
}

@media (max-width:1240px){
	.basket-head-item.title, .basket-body-item-col.title{
		display: none;
	}
	.mobile{
		display: block;
	}
	.basket-head-item.articul, .basket-body-item-col.articul{
		width: 40%;
	}
	.basket-head-item.articul, .basket-body-item-col.articul .basket-body-item-col-inner{
		flex-direction: column;
		align-items: flex-start;
	}
	.basket-head-item{
		padding: 20px;
	}
	.basket-body-item-col.articul .basket-body-item-col-inner a{
		font-weight: bold;
	}
}

@media (max-width:700px){
	.basket-head{
		display: none;
	}
	.basket-body-item-col:not(:last-child){
		border-right: none;
	}
	.basket-body-item-inner{
		flex-wrap: wrap;
	}
	.basket-body-item-col.count{
		order: 2;
	}
	.basket-body-item-col.meausure{
		width: 25%;
	}
	.basket-body-item-col.sum{
		width: 25%;
	}
	.basket-body-item-col.count .basket-body-item-col-inner{
		justify-content: flex-start;
		padding-top: 0;
	}
	.basket-body-item-col.articul .basket-body-item-col-inner .mobile{
		margin-top: 6px;
	}
	.basket-body-item-col.delete .basket-body-item-col-inner{
		padding-left: 0;
		padding-right: 0;
	}
}
/* End */
/* /local/templates/main_template/components/bitrix/sale.basket.basket/basket/style.css?16889783374756 */
