

/* Start:/local/templates/abis_import/components/bitrix/sale.basket.basket/basket/style.css?17289856114354*/
.basket-item-delayed {
	display: none !important;
}

.basket-items-search {
	position: relative;
	margin-bottom: 10px;
}
.basket-controls {
	display: flex;
	justify-content: end;
	gap: 10px;
	margin-bottom: 10px;
}
.basket-controls-btn {
	font-size: 14px;
	font-weight: 600;
	border: none;
	border-radius: 5px;
	height: 30px;
	background: #f42c2c;
	color: #fff;
}
.basket-items-search-input {
	display: block;
	padding: 0 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	border: 1px solid #ccc;
	border-radius: 8px;
}
.basket-items-search-input:focus {
	outline: 2px solid var(--grey0);
}
.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	background: none;
	border: none;
	color: #333;
	font-size: 30px;
	line-height: 1;
	height: 40px;
	width: 40px;
}

.basket-row {
	display: grid;
	grid-template-columns: 3fr 1fr;
	grid-gap: 20px;
}
.basket-items-list-wrapper {
	flex: 1;
}
.basket-item {
	margin-bottom: 10px;
}
.basket-item-content {
	display: flex;
	gap: 20px;
}
.basket-item-block-info {
	flex: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 10px;
}
.basket-item-block-image {
	position: relative;
	background: #f1f1f1;
	border: 1px solid #ccc;
	border-radius: 20px;
	overflow: hidden;
}
.basket-item-percent {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	font-size: 12px;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f42c2c;
	color: #fff;
	border-radius: 20px;
	z-index: 10;
}
.basket-item-name {
	font-size: 20px;
	font-weight: 600;
	margin-bottom: 10px;
}
.basket-item-name-link {
	color: var(--dark1);
	text-decoration: none;
	transition: .2s ease-out;
}
.basket-item-name-link:hover {
	color: var(--grey0);
}
.basket-item-props-block {
	max-width: 500px;
}
.basket-item-prop-custom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 14px;
}
.basket-item-prop-custom-name {
	color: #a5a5a5;
}
.basket-item-block-info-bottom {
	display: flex;
	gap: 20px;
}
.basket-item-price-current {
	font-size: 20px;
	font-weight: 500;
}
.basket-item-quantity-block {
	display: flex;
}
.basket-item-quantity-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 30px;
	height: 30px;
	background: #f1f1f1;
	color: var(--dark1);
	border: 1px solid var(--dark1);
	border-radius: 50%;
}
.basket-item-quantity-input {
	display: block;
	height: 30px;
	width: 40px;
	font-weight: 600;
	text-align: center;
	border: none;
	background: var(--marble2);
}
.basket-item-actions-remove {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
	border: none;
	background: none;
	font-size: 30px;
	line-height: 1;
	color: #aaa;
}

.basket-checkout {
	position: sticky;
	top: 20px;
	background: var(--c2);
	color: #fff;
	border-radius: 20px;
	padding: 20px;
}
.basket-checkout-info {
	margin-bottom: 10px;
}
.basket-checkout-total-price-old {
	color: #a5a5a5;
	font-size: 14px;
}
.basket-checkout-total {
	display: flex;
	gap: 10px;
	font-size: 20px;
	font-weight: 500;
}
.basket-partner-bonuses {
	margin-bottom: 10px;
}
.basket-coupon-section {
	margin-bottom: 10px;
}
.basket-coupon-container {
	position: relative;
}
.basket-coupon-input {
	display: block;
	width: 100%;
	height: 40px;
	border: none;
	border-radius: 10px;
	padding: 0 10px;
	font-size: 14px;
	background: #ccc;
}
.basket-coupon-input:focus {
	outline: none;
}
.basket-coupon-container .bi {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	z-index: 1;
	cursor: pointer;
	color: #333;
	font-size: 20px;
	font-weight: 500;
}
.basket-coupon-alert-section {
	margin-bottom: 10px;
}
.basket-coupon-alert-close-link {
	background: #ff0800;
	color: #fff;
	border: none;
	border-radius: 4px;
	padding: 0 5px
}
.basket-checkout-button {
	display: block;
	width: 100%;
	background: #fff;
	border: none;
	border-radius: 10px;
	line-height: 40px;
	color: var(--dark1);
}

@media (max-width: 991px) {
	.basket-row {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.basket-item-block-image {
		display: flex;
		justify-content: center;
		align-items: center;
		border-radius: 10px;
	}
	.basket-item-img {
		width: 80px;
	}
	.basket-item-name {
		font-size: 16px;
	}
	.basket-item-prop-custom {
		font-size: 12px;
	}
}
/* End */
/* /local/templates/abis_import/components/bitrix/sale.basket.basket/basket/style.css?17289856114354 */
