

/* Start:/local/templates/clp/components/bitrix/sale.basket.basket/bootstrap_v5/style.css?17561181552558*/
.basket-item-amount-field-description {
	display: none;
}

.basket-items-list-table {
	width: 100%;
}

.basket-items-list-item-container .basket-item-block-amount {
	width: 160px;
}

.basket_other .basket-items-list-item-price {
	margin-right: 20px;
}

.basket-coupon-section {
	display: none;
}

.cart_block {
	display: flex;
	flex-direction: column;
}

.cart_block_left {
	order: 1;
}

.cart_block_right {
	order: 2;
}

.cart_block_right {
	-webkit-box-shadow: 0px 10px 30px 2px rgba(36, 43, 61, 0.0784313725);
	box-shadow: 0px 10px 30px 2px rgba(36, 43, 61, 0.0784313725);
	background: #E6E6E6;
	margin-top: 30px;
	border-radius: 12px;
	padding: 15px;
	position: relative;
}

.cart_total_price_wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.cart_total_price_wrap .basket-checkout-block {
	font-size: 16px;
	line-height: 20px;
}

.basket-checkout-block-btn {
	margin-top: 20px;
}

.basket-btn-checkout {
	width: 100%;
	height: 48px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: transparent;
	transition: all 0.3s linear;
	border-radius: 12px;
	background: rgba(34, 34, 34, 0.4);
}

.basket-btn-checkout span {
	font-family: "Montserrat", sans-serif;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0%;
	color: #fff;
}

.basket-item-price-current_desk {
	display: none;
}

.basket-btn-checkout:hover {
	background: #00AEEF;
}

@media (min-width: 768px) {
	.basket-items-list-item-container .basket-item-block-amount {
		width: 184px;
	}
	.basket-item-block-price {
		display: flex;
		align-items: center;
	}
	.basket-item-price-title {
  		margin-left: 6px;
	}
}


@media (min-width: 1200px) {
	.cart_block .bx-basket {
		background: #E6E6E6;
		box-shadow: 0px 10px 30px 2px #242B3D14;
		padding: 25px;
		border-radius: 12px;
		margin-top: 40px;
	}
	.basket-item-block-price {
		flex-direction: column;
		align-items: center;
	}
	.basket-item-price-title {
		margin-left: 0px;
	}
	.cart_block_right {
		box-shadow: none;
		background: transparent;
		margin-top: 0px;
		padding: 0px;
	}
	.cart_block_right .basket-checkout-section-inner {
		display: flex;
  		align-items: center;
  		justify-content: space-between;
	}
	.cart_total_price_wrap {
		background-color: #fff;
		padding: 0px 30px;
		height: 48px;
		border-radius: 12px;
	}
	.basket-checkout-block-btn {
		margin-top: 0px;
	}
	.cart_total_price_wrap .basket-checkout-block-total-price {
		margin-left: 10px;
	}
	.basket-btn-checkout {
		padding: 0px 20px;
	}
	.cart_block_right {
		margin-top: 30px;
	}
}
/* End */
/* /local/templates/clp/components/bitrix/sale.basket.basket/bootstrap_v5/style.css?17561181552558 */
