

/* Start:/local/templates/main/components/bitrix/sale.basket.basket/cart/style.css?16758747646346*/
.basket-item-each {
	background-color: #fbf9f3;
	border-radius: 5px;
	padding: 20px 30px 30px 30px;
	margin-bottom: 10px;
}

.basket-item-scu {
	font-size: 16px;
	color: #2e2c29;
	font-family: Roboto;
}

.basket-item-image img {
	max-width: 240px;
	max-height: 160px;
	margin: 0 auto;
	display: block;
	border-radius: 5px;
}


.basket-item-props {
	
}
.basket-item-props span {
	font-weight: 600;
}

.basket-item-price-current {
	font-size: 16px;
	margin-bottom: 5px;
	text-align: right;
}

.basket-item-block-actions .basket-item-price-current {
	font-size: 20px;
	color: #2e2c29;
	font-family: Roboto;
}
.basket-item-block-actions .basket-item-price-current span {
	color: #e4b43f;
}


.basket-item-actions-remove {
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: #e4b43f;
	border-bottom: 1px dashed #e4b43f;
	margin-right: 20px;
}
.basket-item-actions-remove:hover {
	border-bottom-color: transparent;
}

.basket-item-actions-remove:after,
.basket-item-actions-remove:before {
	position: absolute;
	top: 50%;
	right: -12px;
	width: 1px;
	height: 10px;
	background: #e4b43f;
	content: '';
	transition: 300ms background-color ease;
}
.basket-item-actions-remove:after {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
	transform: translate3d(-50%, -50%, 0) rotate(45deg);
}

.basket-item-actions-remove:before {
	-webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg);
	transform: translate3d(-50%, -50%, 0) rotate(-45deg);
}

.js-add-order-comment {
}


.basket-item-delayed {
	position: relative;
	width: 25px;
	height: 25px;
	cursor: pointer;
	color: #e4b43f;
	border-bottom: 1px dashed #e4b43f;
	margin-right: 20px;
}
.basket-item-delayed:hover {
	border-bottom-color: transparent;
	text-decoration: none;
}



.basket-items-list-header-filter {
	font-family: Roboto;
	font-size: 25px;
	color: #2e2c29;
}


.basket-checkout-block-total-title {
	font-family: Roboto;
	font-size: 25px;
	color: #2e2c29;
	margin-bottom: 5px;
}
.basket-coupon-block-total-price-current {
	font-family: Roboto;
	font-size: 25px;
	color: #e4b43f;
	padding-left: 10px;
	padding-right: 20px;
	margin-bottom: 5px;
}

.basket-checkout-section-inner {
display: flex;
  align-items: flex-end;
  justify-content: flex-end;
	margin-right: -15px;
	margin-bottom: 20px;
}
.basket-checkout-section-inner .basket-checkout-block {
	
}



/*region Amount*/
.basket-items-list-item-amount {
	-ms-flex-order: 2; 
	vertical-align: top;
	-webkit-box-ordinal-group: 3;
	order: 2;
	padding-top: 5px;
	padding-bottom: 5px;
}

.basket-item-block-amount {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}

.basket-items-list-wrapper-compact .basket-item-block-amount {
	margin-bottom: 0;
	padding-bottom: 0;
}

.basket-item-amount-filed-block { position: relative; }

.basket-item-amount-filed,
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
	padding: 0;
	width: 60px;
	height: 28px;
	outline: none;
	border: 1px solid #e4e4e4;
	border-radius: 1px;
	vertical-align: middle;
	text-align: center; 
	transition: 300ms all ease;
}

.basket-item-block-amount.disabled .basket-item-amount-filed { background-color: #f3f3f3; }

.basket-item-amount-filed:hover,
.basket-item-amount-filed:focus { border-color: var(--primary); }

.bx-ie .basket-item-amount-filed:hover,
.bx-ie .basket-item-amount-filed:focus { border-color: #006cc0; }

.basket-item-amount-filed::-webkit-outer-spin-button,
.basket-item-amount-filed::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	margin: 0;
	-webkit-appearance: none; /* <-- Apparently some margin are still there even though it's hidden */
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}

.basket-item-amount-filed.basket-updated {
	-webkit-animation-name: basketAmountFiledUpdated;
	animation-name: basketAmountFiledUpdated;
	-webkit-animation-duration: 600ms;
	animation-duration: 600ms;
}

@-webkit-keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

@keyframes basketAmountFiledUpdated {
	0%, 100% { border-color: #e4e4e4; }
	50% { border-color: #ee9200; }
}

.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	position: relative;
	width: 28px;
	height: 28px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
}

.basket-item-amount-btn-plus:hover,
.basket-item-amount-btn-minus:hover { background-color: #efefef; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus {
	background-color: transparent;
	cursor: default;
}

.basket-item-amount-btn-plus:before,
.basket-item-amount-btn-plus:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -1px;
	margin-left: -5px;
	width: 10px;
	height: 2px;
	background-color: #979797;
	content: "";
	transition: 300ms all ease;
}

.basket-item-amount-btn-plus:hover:before,
.basket-item-amount-btn-plus:hover:after,
.basket-item-amount-btn-minus:hover:after { background-color: #535353; }

.basket-item-block-amount.disabled .basket-item-amount-btn-plus:before,
.basket-item-block-amount.disabled .basket-item-amount-btn-plus:after,
.basket-item-block-amount.disabled .basket-item-amount-btn-minus:after { background-color: #f3f3f3; }

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-item-amount-field-description {
	position: absolute;
	top: calc(100% + 1px);
	right: 0;
	left: 0;
	color: #a1a1a1;
	text-align: center;
	font: italic 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}


@media (max-width: 780px) {
	.basket-items-list-header-filter, .basket-checkout-block-total-title, .basket-coupon-block-total-price-current {
		font-size: 16px;
	}
	.basket-checkout-section-inner {
	  justify-content: flex-start;
	}
	.basket-item-price-current {
		text-align: left;
	}
	.basket-item-block-amount {
		justify-content: flex-start;
	}
	.basket-item-image img {
	  margin: 20px 0;
	}
	.basket-item-props {
	  margin-bottom: 15px;
	}
	.js-add-order-comment {
	  margin-bottom: 15px;
	}
}
/* End */
/* /local/templates/main/components/bitrix/sale.basket.basket/cart/style.css?16758747646346 */
