

/* Start:/bitrix/templates/prime_s1/components/bitrix/sale.basket.basket/main/style.css?174344377113578*/
.row .col .basket-items-list-wrapper{
	margin-bottom: 32px !important;
}
.bx-basket{
	display: flex;
	flex-direction: column;
}
.bx-basket .row:first-of-type{
	order: 3;
}
.basket-checkout-container{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 32px;
	border-bottom: 1px solid #E1E1E6;
}
.basket-coupon-section{
	max-width: 360px;
}
.basket-checkout-section{
	width: calc(100% - 360px);
}
.basket-checkout-section-inner{
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.basket-items-list-header{
	position: sticky;
	display: flex;
    padding: 24px;
    justify-content: space-between;
    border: 1px solid #E1E1E6;
    margin-top: 4px;
    align-items: center;
	background: #fff;
	z-index: 10;
}
.basket-items-search-field + .basket-items-list-header-title { padding-left: 10px; }

.basket-items-search-field + .basket-items-list-header-filter {
	padding-left: 10px;
	text-align: right;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
}

.basket-items-search-field .form-control { z-index: 1; }

.basket-items-list-header-filter-item{
	margin-right: 16px;
}
.bx-ie .basket-items-list-header-filter-item { color: #2244CC; }

.basket-items-list-header-filter-item:hover {
	text-decoration: none;
	color: inherit;
}
.basket-items-list-header-filter-item.active{
	border-bottom: 2px solid #2244CC;
}
.bx-ie .basket-items-list-header-filter-item:hover { color: #2244CC; }

.basket-items-search-field {
	position: relative;
	transition: 300ms all ease;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.basket-items-search-field .input-group-addon {
	white-space: nowrap;
	-ms-flex-wrap: wrap;
}
.basket-items-list-header-filter{
	margin-right: -16px;
}
.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 1px;
	z-index: 1;
	border: none;
	background: none;
	color: #777;
	vertical-align: middle;
	font-size: 18px;
	line-height: 18px;
	cursor: pointer;
	transition: 250ms linear all;
	transform: translateY(-50%);
}

.basket-items-list-header-filter-item{
	font-size: 16px;
	line-height: 24px;
	color: #4A4A4F
}

.basket-items-list-table{
	width: 100%;
}
.basket-items-list-item-descriptions-inner{
	display: flex;
    align-items: center;
}
.basket-item-block-image{
	margin: 0 16px;
	min-width: 80px;
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
.input-group .form-control:focus{
	border-color: #2244CC;
}
.basket-item-image{
	width: 100%;
}
.basket-items-list-item-container{
	border-bottom: 1px solid #E1E1E6;
}
.basket-items-list-item-container td{
	padding: 16px;
}
.basket-items-list-item-container td:first-of-type{
	width: 56%;
}

.basket-item-info-name{
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	color: #323237;
	margin-bottom: 8px;
	
}
.basket-item-info-name a:not(:hover){
	color: #323237;
	text-decoration: none;
}
.basket-item-block-properties{
	display: flex;
	flex-direction: column;
	color: #6C6C71;
}
.basket-item-info-name a:hover{
	text-decoration: none;
	color: initial;
}
.basket-item-property{
	display: flex;
	flex-shrink: 0;
	margin: 0 16px 4px 0;
}

.basket-item-property-name {
	margin-right: 0.5em;
}

.basket-item-property-scu-text {
	flex-direction: column;
}

.basket-items-list-item-price.basket-items-list-item-price-for-one{
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #323237;
}
.basket-item-price-current{
	font-weight: bold;
	font-size: 18px;
	line-height: 26px;
	color: #323237;
}
.basket-item-price-title{
	font-size: 14px;
	line-height: 22px;
	color: #6C6C71;
	font-weight: normal;
}
.basket-item-amount-btn-plus,
.basket-item-amount-btn-minus {
	font-family: "remixicon";
	position: absolute;
	width: 24px;
	height: 22px;
	cursor: pointer;
	transition: 300ms all ease;
	-webkit-user-select: none;
	right: 0;
	background: #F8F8FA
}

.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:after,
.basket-item-amount-btn-minus:after {
	position: absolute;
    content: "\ea40";
    width: 100%;
    justify-content: center;
    display: flex;
	transition: 300ms all ease;
	height: 100%;
}
.basket-item-amount-btn-plus:after{
	content: "\ea66" ;
}
.basket-item-amount-btn-minus:after{
	content: "\ea40";
	
}


.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: #F8F8FA; }

.basket-item-amount-btn-plus:before {
	margin-top: -5px;
	margin-left: -1px;
	width: 2px;
	height: 10px;
}

.basket-items-list-item-amount{
	width: 98px;
    border: none;
    box-shadow: none;
}
.basket-item-block-amount{
	width: 98px;
    border: 1px solid #E1E1E6;
	position: relative;
	border-radius: 4px;
}
.basket-item-amount-filed-block{
	width: 100%;
    border-radius: 4px;
}
.basket-item-amount-filed{
	width: calc(100% - 24px);
    border: none;
    border-right: 1px solid #E1E1E6;
	padding: 10px;
	background: #F8F8FA
}
.basket-item-amount-btn-plus{
	top: 0px;
    
}
.basket-item-amount-btn-minus{
	bottom: 0px;
    height: 22px;
    border-top: 1px solid #E1E1E6;
    z-index: 1;
}
.basket-item-amount-field-description{
	display: none;
}
.basket-item-block-amount.disabled{
	color: #E1E1E6;
}
.basket-item-block-amount.disabled .basket-item-amount-filed{
	color: #E1E1E6;
}
.basket-item-actions-remove {
	position: relative;
	display: block;
	cursor: pointer;
}

.basket-item-actions-remove:after{
	font-family: "remixicon";
    content: '\ebc5';
    transition: 300ms background-color ease;
    font-size: 19px;
}

.basket-item-block-info .basket-item-actions-remove {
	position: relative;
    display: block;
    height: 100%;
    cursor: pointer;
    text-align: right;
}
.basket-item-block-actions{
	display: flex;
    width: 20px;
    height: 20px;
    margin-left: auto;
}

/*region Coupon*/
.basket-coupon-section { flex: 2; }

.basket-coupon-block-field-description {
	
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	color: #6C6C71;
	line-height: 22px;
	order: 2;
}

.basket-coupon-block-field {
	min-width: 235px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
    display: flex;
    flex-direction: column;
}
.basket-coupon-block-field .form{
	padding-right: 12px;
    border: 1px solid #e1e1e6;
	background-color: #F8F8FA;
	margin-bottom: 4px;
	border-radius: 4px;
}
.basket-coupon-section .form .form-group{
	margin-bottom: 0;
}
.basket-coupon-section .form .form-group .form-control{
	border: none;
	height: 44px;
}
.basket-coupon-section .form .form-group .form-control.filled + .basket-coupon-block-coupon-btn {
	cursor: pointer;
}

.basket-coupon-block-coupon-btn {
	position: absolute;
	top: 50%;
	right: 10px;
	display: block;
	margin-top: -4px;
	padding: 0;
	width: 8px;
	height: 8px;
	border: none;
	border-right: 2px solid #353545;
	border-bottom: 2px solid #353545;
	border-radius: 0;
	background-color: transparent;
	content: "";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.basket-coupon-alert-section { width: 100%; }

.basket-coupon-alert {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 3px;
	padding-bottom: 3px;
	min-height: 0;
	width: 100%;
	font: 400 13px/14px "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
}

.basket-coupon-text {
	position: relative;
	display: block;
	word-break: break-all;
	word-break: break-word;
	display: flex;
}

.text-muted .basket-coupon-text:before {
	/* position: absolute; */
	top: 0;
	left: 2px;
	width: 6px;
	height: 10px;
	margin-right: 8px;
	border-right: 2px solid #7ad500;
	border-bottom: 2px solid #7ad500;
	content: '';
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.basket-coupon-alert .close-link {
	margin-left: 10px;
	border-bottom: 1px dotted;
	color: #2244CC;
	text-decoration: none;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	opacity: 1;
	cursor: pointer;
	transition: 220ms ease all;
}

.bx-ie .basket-coupon-alert .close-link { color: #2244CC; }

.basket-coupon-alert .close-link:hover { border-color: transparent; }

.basket-checkout-block-total-price{
	margin-left: 10px;
}
.basket-checkout-block-total-title{
	font-size: 16px;
	line-height: 22px;
}
.basket-checkout-block-total-description{
	position: absolute;
}
.basket-item-price-old-text {
	text-decoration: line-through;
}
.basket-checkout-block-total.coupon .basket-checkout-block-total-description {
	position: static;
}
.basket-item-block-image {
	position: relative;
}
.basket-coupon-block-total-price-old {
	text-decoration: line-through;
}
.basket-item-label-ring.basket-item-label-small.basket-item-label-bottom.basket-item-label-right {
	background-color: green;
	display: inline-block;
	position: absolute;
	color: #fff;
	border-radius: 3px;
	padding: 0 2px;
	font-size: 12px;
	line-height: 140%;
	right: 0;
	bottom: 0;
}

.basket-coupon-block-total-price-current{
	font-size: 24px;
	font-weight: bold;
	line-height: 22px;
	
}
.basket-checkout-section .basket-checkout-block .basket-btn-checkout{
	padding: 16px 32px;
	margin-left: 40px;
}
.basket-item-block-price{
	min-width: 100px;
}

.basket-search-not-found-text {
	padding: 16px;
}

@media (max-width: 992px){
	.basket-items-search-field {
		-webkit-box-flex: 2;
		-ms-flex: 2;
		flex: 2;
	}
	.basket-checkout-container{
		flex-direction: column;
	}
	.basket-checkout-container .basket-coupon-section{
		width: 100%; 
		max-width: 100%;
		order: 1;
	}
	.basket-checkout-container .basket-coupon-alert-section{
		order: 2;
	}
	.basket-checkout-container .basket-coupon-block-field{
		width: 100%;
	}
	.basket-checkout-section{
		width: 100%;
		margin-top: 22px;
		order: 3;
	}
	.basket-checkout-section .basket-checkout-block .basket-btn-checkout{
		margin-left: 0;
	}
	.basket-checkout-block-total-price{
		margin-right: auto;
	}
	.basket-item-block-info .basket-item-actions-remove{
		display: none !important;
	}
}
@media (max-width: 845px) {
	.basket-items-list-table,
	.basket-items-list-table thead,
	.basket-items-list-table tbody,
	.basket-items-list-table tr { display: block !important; }

	tr.basket-items-list-item-container {
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-ms-flex-pack: center;
		-ms-flex-align: start;
		padding-top: 10px;
		padding-bottom: 10px;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: space-between;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.basket-items-list-table tr.basket-items-list-item-container:first-child,
	.basket-items-list-table tbody tr.basket-items-list-item-container:first-child { border: none; margin-top: 16px;}

	.basket-items-list .basket-items-list-item-container > td { border-top: none; }

	.basket-item-block-image {
		margin: 0 16px 0 0;
	}

	td.basket-items-list-item-amount,
	td.basket-items-list-item-price,
	td.basket-items-list-item-remove { display: inline-block; }

	td.basket-items-list-item-descriptions {
		padding-bottom: 10px;
		min-width: 100%;
	}

	td.basket-items-list-item-descriptions,
	td.basket-items-list-item-notification {
		display: block;
		padding-top: 0;
	}

	.basket-items-list-item-price { padding: 3px 0; }

	td.basket-items-list-item-remove { padding: 16px 0 16px 16px !important; }
}
@media (max-width: 575px){
	.basket-items-list-table .basket-items-list-item-container{
		position: relative;
		align-items: center;
	}
	.basket-checkout-section-inner{
		flex-direction: column;
    	align-items: flex-start;
	}
	.basket-checkout-block-total-price{
			margin: -2em 0 2em auto;
	}
	.basket-items-list-item-container td:first-of-type{
		width: 100%;
	}
	.basket-items-list-header{
		flex-direction: column;
	}
	.basket-items-list-header-filter-item{
		margin-bottom: 16px;
		display: inline-block;
	}
	.basket-items-search-field + .basket-items-list-header-filter{
		width: 100%;
		text-align: left;
		margin: 0;
		padding: 0;
	}
	.basket-items-search-field{
		width: 100%;
    	margin-bottom: 16px;
	}
	.basket-items-list-item-container{
		flex-direction: column;
	}
	.basket-item-block-image {
		margin-right: 10px;
	}
	td.basket-items-list-item-descriptions, td.basket-items-list-item-notification {
		padding: 0 0 10px;
	}
	.basket-items-list-item-container .basket-items-list-item-price {
		padding: 8px 16px;
	}
	.basket-items-list-item-container .basket-items-list-item-amount{
		padding: 0;
    	margin: 8px 0;
	}
	.basket-items-list-item-remove{
		position: absolute;
		right: 0;
		top: 0;
	}
	.basket-item-block-info{
		padding-right: 36px;
	}
}
/* End */
/* /bitrix/templates/prime_s1/components/bitrix/sale.basket.basket/main/style.css?174344377113578 */
