

/* Start:/local/templates/svema2025/components/bitrix/sale.basket.basket/.default/style.css?177548460611396*/
.basket-items-list-header {
	display: -webkit-box;
	display: flex;
	display: -ms-flexbox;
	-ms-flex-align: center;
	padding: 10px 20px;
	background: var(--neutral-50);
	transition: 300ms padding ease;
	-webkit-box-align: center;
	align-items: center;
	
	margin-bottom: 20px;
}

/*.basket-items-list-header.basket-items-list-header-fixed {
	position: fixed;
	top: 0;
	z-index: 99;
	margin-left: -1px;
}*/



.basket-items-search-field{
	max-width: 200px;	
	position: relative;
    transition: 300ms all ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.basket-items-search-clear-btn {
	position: absolute;
	top: 50%;
	right: 12px;
	z-index: 1;
	
	height: 20px;
	width: 20px;
	vertical-align: middle;

	cursor: pointer;
	transition: 250ms linear all;
	transform: translateY(-50%);
	
	
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 18L18 6M18 18L6 6' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e");
}

.basket-items-search-clear-btn:hover {
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 18L18 6M18 18L6 6' stroke='%23475569' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e");
}

.basket-items-search-field .form-control{
	width: 100%;
    border: 1px solid var(--neutral-400);
    border-radius: 10px;
    height: 44px;
    padding: 0 38px;
	
	font-weight: 400;
	font-size: 16px;
	color: var(--neutral-900);
}
.basket-items-search-field .form-control:hover{
	border: 1px solid var(--neutral-500);
}
.basket-items-search-field .form-control:active,
.basket-items-search-field .form-control:focus{
	border: 2px solid var(--brand-blue---light);
}

.basket-items-search-field .input-group::before{
	content: '';
	position: absolute;
	left: 10px;
	top: 50%;
	transition: 250ms linear all;
	transform: translateY(-50%);
	
	width: 20px;
	height: 20px;
	
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 19C15.1945 19 19 15.1945 19 10.5C19 5.8055 15.1945 2 10.5 2C5.8055 2 2 5.8055 2 10.5C2 15.1945 5.8055 19 10.5 19Z' stroke='%2394A3B8' stroke-width='2' stroke-linejoin='round' /%3e%3cpath d='M16.6111 16.6111L20.8536 20.8536' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.basket-items-search-field .input-group:hover::before{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M10.5 19C15.1945 19 19 15.1945 19 10.5C19 5.8055 15.1945 2 10.5 2C5.8055 2 2 5.8055 2 10.5C2 15.1945 5.8055 19 10.5 19Z' stroke='%23475569' stroke-width='2' stroke-linejoin='round' /%3e%3cpath d='M16.6111 16.6111L20.8536 20.8536' stroke='%23475569' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}

.basket-items-search-field + .basket-items-list-header-filter{
	text-align: right;
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}
.basket-items-list-header-filter-item.active{
	font-weight: 500;
	font-size: 18px;
	text-align: right;
	color: var(--neutral-400);
	
	text-transform: lowercase;
	text-decoration: none;
}


.basket-items-list-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    background-color: #fff;
}
.basket-items-list {
	position: relative;
	padding: 0;
}
.basket-items-list-table {
    width: 100%;
    border-collapse: collapse;
}
.basket-items-list-item-container {
    position: relative;
	border-bottom: 1px solid var(--neutral-200);
	padding: 20px;
	padding-bottom: 16px;
	display: flex;
}
.basket-items-list-item-container td{
	display: block;
}

.basket-items-list-item-descriptions {
	width: 100%;
	vertical-align: top;
	-webkit-box-ordinal-group: 2;
}
.basket-items-list-item-descriptions-inner {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.basket-item-block-image {
	position: relative;
	-ms-flex-order: 1;
	-ms-flex-order: 1;
	-ms-flex-align: center;
	min-width: 70px;
	max-width: 70px;
	width: 100%;
	height: 70px;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
	
	border: 1px solid var(--neutral-200);
	border-radius: 10px;
	
	margin-right: 20px;
}
.basket-item-image {
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: auto;
    transition: 300ms all ease;
	border-radius: 10px;
}

.basket-item-info-name, .basket-item-info-name-link{
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: var(--neutral-600);	
	text-decoration: none;
}
.basket-item-block-info .basket-item-info-name a{
	text-decoration: none;
}


.basket-item-property-custom{
	display: inline-block;
}


.basket-item-block-info {
    -ms-flex-order: 2;
    order: 2;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between;
    height: 100%;
    min-height: 70px;
}

.basket-item-property-custom.basket-item-property-custom-text.prop-TYPE {
    display: none;
}

.basket-item-block-properties,
.basket-item-block-properties .basket-item-property-custom-value{
	font-weight: 400;
	font-size: 16px;
	color: var(--neutral-400);
}

.basket-item-price-current{
	font-weight: 600;
	font-size: 24px;
	line-height: 133%;
	text-align: right;
	color: var(--neutral-600);	
}
.basket-item-price-title{
	font-weight: 400;
	font-size: 12px;
	text-align: right;
	color: var(--neutral-400);	
}
.basket-items-list-item-price{
	min-width: 111px;
	margin-right: 14px;
}

.basket-items-list-item-amount{
	width: 89px;
	margin-right: 14px;
}
.basket-item-block-amount {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    -ms-flex-align: start;
    padding: 0;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    -webkit-box-pack: end;
    justify-content: flex-end;
}

.basket-item-amount-btn-minus,
.basket-item-amount-btn-plus {
	width: 24px;
	height: 24px;
	
	cursor: pointer;
}

.basket-item-amount-btn-minus{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='6' y1='12' x2='18' y2='12' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}

.basket-item-amount-btn-plus{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.0257 6L12.0103 18M6 12H18' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' /%3e%3c/svg%3e");
}
.basket-item-amount-filed-block {
    position: relative;
}
.basket-item-amount-filed, 
.basket-item-block-amount.disabled .basket-item-amount-filed:hover {
    padding: 0;
    width: 37px;
    height: 24px;
    outline: none;
    border: none;
	
	text-align: center;
	
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;
	text-align: center;
	color: var(--neutral-400);
}

.basket-item-amount-filed:focus, 
.basket-item-amount-filed:active, 
.basket-item-amount-filed:hover {
    border: none;
}

.basket-item-amount-field-description {
	display: none;
    /*position: absolute;
    top: calc(100% + 1px);
    right: 0;
    left: 0;
    color: #a1a1a1;
    text-align: center;*/
}
.basket-item-actions-remove {
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
	
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 18L18 6M18 18L6 6' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e");
}

.basket-item-actions-remove:hover{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 18L18 6M18 18L6 6' stroke='%23475569' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e");
}



.basket-items-list-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
	-webkit-animation-name: ShowOverlay;
	animation-name: ShowOverlay;
	-webkit-animation-duration: 200ms;
	animation-duration: 200ms;
}

@-webkit-keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

@keyframes ShowOverlay {
	0% { opacity: 0; }
	100% { opacity: .7; }
}

.basket-item-highlighted { background: #ff0; }

.basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}

.basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;

    color: #333;
    text-align: center;
    transition: 300ms all ease;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.basket-items-list-item-removed-block {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}


.basket-items-list-item-clear-btn {
	margin-left: 14px;
	
    position: relative;
    display: block;
    width: 24px;
    height: 24px;
    cursor: pointer;
	
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 18L18 6M18 18L6 6' stroke='%2394A3B8' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e");
}

.basket-items-list-item-clear-btn:hover{
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M6 18L18 6M18 18L6 6' stroke='%23475569' stroke-width='2' stroke-linecap='round' /%3e%3c/svg%3e");
}

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



.basket-checkout-section-inner{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	
	margin-top: 40px;
	height: 56px;
	
	margin-bottom: 512px;
}
.basket-checkout-block-total-inner .basket-checkout-block-total-description{
	display: none;
}
.basket-checkout-block-total{
	font-weight: 600;
	font-size: 20px;
	text-align: right;
	color: var(--neutral-900);
	margin-right: 10px;
}

.basket-checkout-block-total-price{
	font-weight: 600;
	font-size: 30px;
	text-align: right;
	color: var(--neutral-900);
	
	margin-right: 20px;
}
.basket-checkout-block-btn .basket-btn-checkout{
	border-radius: 10px;
	padding: 0 16px;
	height: 56px;
	line-height: 56px;
	min-width: 108px;
	background: var(--brand-blue---deffault);
	
	font-weight: 500;
	font-size: 18px;
	text-align: center;
	color: var(--basic-white);
}
.basket-checkout-block-btn .basket-btn-checkout:hover{
	background: var(--brand-blue---light);
}
/* End */
/* /local/templates/svema2025/components/bitrix/sale.basket.basket/.default/style.css?177548460611396 */
