

/* Start:/bitrix/templates/hplinen/components/bitrix/sale.basket.basket/hplinen/style.css?170903832019611*/
.symbol_ruble { font-family: 'rubleBitrix', Arial, sans-serif }
.workarea {
    background-color: #f7f7f7;
}
.basket-header {
    display: flex;
    flex-direction: row;
    margin: 6px 0 42px;
}
.basket-header .back-to-purchase a {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    padding: 9px 12px;
    margin-top: 18px;
    font-size: 13px;
    color: #000;
    text-decoration: none;
    border: 1px solid #fff;
    box-shadow: none;
    border-radius: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    outline: 0;
    cursor: pointer;
}
.basket-header .back-to-purchase a:before {
    display: block;
    content: ' ';
    width: 15px;
    height: 15px;
    margin-right: 6px;
    background-image: url(/bitrix/templates/hplinen/icons/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transform: scale(-1, 1);
}
.basket-header .purchase-steps-block {
    display: flex;
    align-items: center;
    margin: 0 auto;
    flex: 1 1 20%;
    justify-content: center;
}
.basket-header .step-cart,
.basket-header .step-payment,
.basket-header .step-success {
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 50px;
    align-items: center;
}
.basket-header .step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
    color: black;
    font-size: 18px;
    font-family: "DIN Pro Medium", "Open sans";
    margin: 0 auto;
    border: solid 2px black;
    z-index: 10;
}
.basket-header .step-payment .step-icon,
.basket-header .step-success .step-icon {
    background-color: #d1d1d1;
    border: solid 2px #d1d1d1;
    color: #fff;
}
.basket-header .step-text {
    color: black;
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 6px;
    display: block;
    font-weight: bold;
} 
.basket-header .step-payment .step-text,
.basket-header .step-success .step-text {
    color: #d1d1d1;
}
.basket-header .step-line {
    display: block;
    width: 72px;
    height: 2px;
    background: #d1d1d1;
    margin-bottom: 23px;
}
.bx-basket {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: start;
}
.bx-basket .basket-notification-section { width: 100%; }
.bx-basket .basket-block-notification {
	position: relative;
	display: block;
	margin-top: 10px;
	padding: 8px 15px;
	min-width: 100%;
	width: 100%;
	border-radius: 1px;
	background-color: #edf8e0;
	color: #6a9997;
	font: 400 12px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.bx-basket .basket-block-notification:after {
	position: absolute;
	top: -7px;
	right: 80px;
	width: 16px;
	height: 16px;
	background-color: #edf8e0;
	content: '';
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}
.bx-basket .bx-sbb-empty-cart-image{
	width:131px;
	height:116px;
	margin:50px auto 42px;
	background:url(/bitrix/templates/hplinen/components/bitrix/sale.basket.basket/hplinen/images/empty_cart.svg) no-repeat center;
	background-size:contain;
}
.bx-basket.bx-sbb-empty-cart-text{
	font-size:36px;
	text-align:center;
	color:#bababa;
	margin-bottom:42px;
}
.bx-basket.bx-sbb-empty-cart-desc{
	text-align:center;
	color:#000;
	font-size:16px;
	margin-bottom:42px;
}
.bx-basket .basket-items-list-wrapper {
    order: 1;
    width: 65%;
    margin: 0 15px 0 0;
}
.bx-basket .basket-total-block {
    order: 2;
    width: 35%;
    margin: 0 0 0 15px;
}
.bx-basket .basket-checkout-section {
	padding: 24px;
	background-color: #fff;
}
.bx-basket .basket-coupon-section {
	padding: 24px;
	background-color: #fff;
	margin-top: 30px;
}
.bx-basket .basket-checkout-block-total-title {
    text-align: center;
    font-size: 24px;
    margin-bottom: 15px;
    display: none;
}
.bx-basket .basket-checkout-block-total-description {
	display: none;
}
.bx-basket .basket-checkout-block-total-price {
    margin-bottom: 15px;
}
.bx-basket .basket-checkout-block-total-price table {
    width: 100%;
    border: 0;
    line-height: 30px;
    font-size: 16px;
}
.bx-basket .basket-checkout-block-total-price table td:first-child {
    text-align: left;
}
.bx-basket .basket-checkout-block-total-price table td:last-child {
    text-align: right;
}
.bx-basket .basket-checkout-block-total-price table tr:last-child {
    font-family: "DIN Pro Medium", "Open sans";
}
.bx-basket .basket-checkout-block-btn {
	text-align: center;
}
.bx-basket .basket-btn-checkout {
    border: 0;
    padding: 14px 9px;
    font-size: 16px;
    line-height: 20px;
    font-family: "DIN Pro medium", "Open sans";
    letter-spacing: 0.5px;
    outline: 0;
    text-transform: uppercase;
    background: #66435a;
    color: #fff;
    display: block;
    text-decoration: none;
    text-align: center;
    width: 100%;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bx-basket .basket-btn-checkout:hover,
.bx-basket .basket-btn-checkout:focus {
    outline: 0;
    opacity: 0.85;
}
.bx-basket .basket-coupon-section {
	margin-top: 24px;
}
.bx-basket .basket-coupon-block-field-description {
	color: #000;
	font-size: 14px;
	margin-bottom: 3px;
}
.bx-basket .basket-coupon-input {
    width: 100%;
    border: 1px solid #d9d9d9;
    border-radius: 0;
    font-size: 14px;
    padding: 9px 21px 9px 9px;
    outline: 0;
    box-shadow: none;
}
.bx-basket .basket-coupon-input:focus {
    border: 1px solid #6c6864;
    outline: 0;
    box-shadow: none;
}
.bx-basket .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 #BCBCBC;
	border-bottom: 2px solid #BCBCBC;
	border-radius: 0;
	background-color: transparent;
	content: "";
	cursor: pointer;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bx-basket .form-group {
    margin: 0;
}
.bx-basket .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%;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-box-align: start;
	align-items: flex-start;
}
.bx-basket .basket-coupon-text {
	position: relative;
	display: block;
	word-break: break-all;
	word-break: break-word;
	color: #6c6864;
	font-size: 14px;
	line-height: 16px;
}
.bx-basket .basket-coupon-alert .close-link {
	margin-left: 9px;
	font-size: 14px;
	line-height: 16px;
	text-decoration: none;
	cursor: pointer;
	color: #C1545C;
}
.bx-basket .basket-items-list-container {
    padding: 0 24px;
    background-color: #fff;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.bx-basket .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; }
}
.bx-basket .basket-items-list {
	position: relative;
}
.bx-basket .basket-items-list-table {
	width: 100%;
	border-collapse: collapse;
}
.bx-basket .basket-items-list-item-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 100;
	background-color: #fff;
	opacity: .7;
}
.bx-basket .basket-items-list-item-container {
    width: 100%;
    position: relative;
    padding: 24px 0;
    display: flex;
    align-items: center;
    border-top: 1px solid #f2f2f2;
}
.bx-basket .basket-items-list-item-container:first-child {
    border-top: 0;
}
.bx-basket .basket-items-list-item-descriptions {
	-ms-flex-order: 1;
	width: 100%;
	vertical-align: top;
	-webkit-box-ordinal-group: 2;
	order: 1;
}
.bx-basket .basket-items-list-item-descriptions-inner {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
}
.bx-basket .basket-item-block-image {
	position: relative;
	-ms-flex-order: 1;
	padding-right: 24px;
	min-width: 150px;
	width: 150px;
    max-width: 100%;
	text-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-webkit-box-ordinal-group: 2;
	order: 1;
}
.bx-basket .basket-item-image {
	display: inline-block;
	width: 150px;
	max-height: 100%;
	max-width: 100%;
	height: auto;
}
.bx-basket .basket-item-block-info {
	-ms-flex-order: 2;
	padding: 0;
	-webkit-box-flex: 3;
	-ms-flex: 3;
	flex: 3;
	-webkit-box-ordinal-group: 3;
	order: 2;
}
.bx-basket .basket-item-block-properties {
	-webkit-box-flex: 5;
	-ms-flex: 5;
	flex: 5
}
.bx-basket .basket-item-property,
.bx-basket .basket-item-property-custom {
	font-size: 13px;
	color: #6c6864;
}
.bx-basket .basket-item-property.basket-item-property-scu-text,
.bx-basket .basket-item-property.basket-item-property-scu-image,
.bx-basket .basket-item-property.basket-item-scu-color { display: block; }
.bx-basket .basket-item-scu-list {
	margin: 0;
	padding: 0;
}
.bx-basket .basket-item-scu-item {
	display: none;
	margin: 0;
	padding: 0;
}
.bx-basket .basket-item-scu-item.selected {
	display: block;
}
.bx-basket .basket-item-info-name,
.bx-basket .basket-item-info-name-link {
	color: #000;
	text-decoration: none;
	word-break: break-all;
	word-break: break-word;
	font-size: 21px;
}
.bx-basket .basket-item-info-name {
	margin: 0 0 12px;
}
.bx-basket .basket-item-property-custom {
    color: #6c6864;
}
.bx-basket .basket-item-property[data-property="OFFER"] {
    display: none;
}
.bx-basket .basket-item-property {
    margin: 3px 0 0 0;
}
.bx-basket .basket-item-property-custom-name {
    margin: 0 3px 0 0;
    display: inline-block;
}
.bx-basket .basket-item-property-custom-value {
    display: inline-block;
}
.bx-basket .basket-item-property-name {
    margin: 0 3px 0 0;
    display: inline-block;
}
.bx-basket .basket-item-property-value {
    display: inline-block;
}
.basket-items-list-item-remove {
	padding-top: 17px !important;
	vertical-align: top;
}
.bx-basket .basket-item-block-actions {
    margin-top: 21px;
}
.bx-basket .basket-item-actions-remove {
    display: inline-block;
    padding: 6px 9px 6px 27px;
    border: 1px solid #f7f7f7;
    box-shadow: none;
    font-size: 13px;
    border-radius: 6px;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    background-color: #f7f7f7;
    background-image: url(/bitrix/templates/hplinen/icons/delete.svg);
    background-repeat: no-repeat;
    background-position: left 6px top 50%;
    background-size: 15px 15px;
    outline: 0;
    cursor: pointer;
}
.bx-basket .basket-items-list-item-price {
	-ms-flex-order: 4;
	padding-top: 0;
	vertical-align: top;
	-webkit-box-ordinal-group: 5;
	order: 4;
}
.bx-basket .basket-items-list-item-price-for-one {
	-ms-flex-order: 2;
	-webkit-box-ordinal-group: 3;
	order: 2;
	display: none;
}
.bx-basket .basket-items-list-item-amount {
	-ms-flex-order: 3;
	vertical-align: top;
	-webkit-box-ordinal-group: 4;
	order: 3;
}
.bx-basket .basket-item-block-price {
	position: relative;
	text-align: center;
	white-space: nowrap;
}
.bx-basket .basket-item-price-current-text {
	letter-spacing: -.33px;
    font-size: 18px;
}
.bx-basket .basket-item-price-title {
	color: #6c6864;
	text-align: right;
	font-size: 12px;
}
.bx-basket .basket-item-price-old {
    position: absolute;
    left: 0;
    right: 0;
    top: -25px;
    text-decoration: line-through;
    font-size: 18px;
    letter-spacing: -.33px;
    color: #BCBCBC;
}
.bx-basket .basket-item-price-difference {
    display: none;
}
.bx-basket .basket-item-block-amount {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-pack: end;
	-ms-flex-align: start;
	margin: 0 24px;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	-webkit-box-pack: end;
	justify-content: flex-end;
}
.bx-basket .basket-item-amount-filed {
    padding: 6px 30px;
    width: 90px;
    outline: none;
    border: 1px solid #d9d9d9;
    vertical-align: middle;
    text-align: center;
    font-size: 14px;
}
.bx-basket .basket-item-amount-filed:focus {
    border: 1px solid #000;
}
.bx-basket .basket-item-block-amount.disabled .basket-item-amount-filed {
    background-color: #f3f3f3;
    border: 1px solid #f3f3f3;
    color: #6c6864;
}
.bx-basket .basket-item-amount-field-description {
	position: absolute;
	top: 100%;
	right: 0;
	left: 0;
	color: #6c6864;
	text-align: center;
	font-size: 12px;
	display: none;
}
.bx-basket .basket-item-amount-btn-plus,
.bx-basket .basket-item-amount-btn-minus {
	position: absolute;
	top: 0;
	width: 30px;
	height: 34px;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
}
.bx-basket .basket-item-amount-btn-plus {
    left: 60px;
}
.bx-basket .basket-item-amount-btn-minus {
    left: 0;
}
.bx-basket .basket-item-amount-btn-plus:after,
.bx-basket .basket-item-amount-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
}
.bx-basket .basket-item-amount-btn-plus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxwYXRoIGZpbGw9IiM1MjVDNjgiIGZpbGwtcnVsZT0iZXZlbm9kZCIgZD0iTTE4LDEyIEwxOCwwIEwxMiwwIEwxMiwxMiBMMCwxMiBMMCwxOCBMMTIsMTggTDEyLDMwIEwxOCwzMCBMMTgsMTggTDMwLDE4IEwzMCwxMiBMMTgsMTIgWiIvPjwvc3ZnPg==) no-repeat center;
	background-size: 10px;
}
.bx-basket .basket-item-amount-btn-minus:after {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMCIgaGVpZ2h0PSIzMCIgdmlld0JveD0iMCAwIDMwIDMwIj4gIDxyZWN0IHdpZHRoPSIzMCIgaGVpZ2h0PSI2IiB5PSIxMiIgZmlsbD0iIzUyNUM2OCIgZmlsbC1ydWxlPSJldmVub2RkIi8+PC9zdmc+) no-repeat center;
	background-size: 10px;
}
.bx-basket .basket-item-amount-btn-plus:hover:after,
.bx-basket .basket-item-amount-btn-minus:hover:after { opacity: 1; }
.bx-basket .basket-item-block-amount.disabled .basket-item-amount-btn-plus,
.bx-basket .basket-item-block-amount.disabled .basket-item-amount-btn-minus { cursor: default; }
.bx-basket .basket-item-block-amount.disabled .basket-item-amount-btn-plus:hover:after,
.bx-basket .basket-item-block-amount.disabled .basket-item-amount-btn-minus:hover:after { opacity: .8; }
.bx-basket .basket-items-list-item-notification {
    width: 100%;
}
.bx-basket .basket-items-list-item-container-expend .basket-items-list-item-removed-container {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-align: center;
    color: #000;
    text-align: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
}
.bx-basket .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;
}
.bx-basket .basket-items-list-item-clear-btn {
	position: relative;
	display: inline-block;
	margin-left: 10px;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.bx-basket .basket-items-list-item-clear-btn:after,
.bx-basket .basket-items-list-item-clear-btn:before {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 14px;
	background: #C1545C;
	content: '';
}
.bx-basket .basket-items-list-item-clear-btn:after { -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg); transform: translate3d(-50%, -50%, 0) rotate(45deg); }
.bx-basket .basket-items-list-item-clear-btn:before { -webkit-transform: translate3d(-50%, -50%, 0) rotate(-45deg); transform: translate3d(-50%, -50%, 0) rotate(-45deg); }
.bx-basket .basket-items-list-item-warning-container { margin: 0 0 12px 0; }
.bx-basket .basket-items-list-item-warning-container > div {
	padding: 6px 9px;
}
.bx-basket .alert {
    margin: 0;
    border: 1px solid transparent;
    border-radius: 6px;
}
.bx-basket .alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #fcf8e3;
}
.bx-basket .basket-items-list-actions-mobile {
    display: none;
    width: 100%;
    order: 5;
    text-align: center;
}
.bx-sbb-empty-cart-container {
    margin: 90px 0 60px;
    text-align: center;
}
.bx-sbb-empty-cart-container .go-to-calatog {
    border: 0;
    margin: 14px 0 0;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 20px;
    font-family: "DIN Pro medium", "Open sans";
    letter-spacing: 0.5px;
    outline: 0;
    text-transform: uppercase;
    background: #66435a;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    text-align: center;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}
.bx-sbb-empty-cart-container .go-to-calatog:hover {
    opacity: 0.85;
}
@media (max-width: 1000px) {
    .basket-header {
        margin: 6px 0 24px;
        flex-direction: column;
    }
    .basket-header .step-cart, .basket-header .step-payment, .basket-header .step-success {
        width: 42px;
    }
    .basket-header .step-icon {
        width: 42px;
        height: 42px;
        font-size: 16px;
    }
    .basket-header .step-text {
        font-size: 12px;
    }
    .basket-header .back-to-purchase a {
        position: unset;
        width: 180px;
        margin: 0 0 24px;
    }
    .bx-basket {
        flex-flow: column;
    }
    .bx-basket .basket-total-block,
    .bx-basket .basket-items-list-wrapper {
        width: 100%;
        margin: 0;
    }
    .bx-basket .basket-items-list-wrapper {
        margin-bottom: 24px;
    }
    .bx-basket .basket-items-list-container {
        padding: 0 24px;
    }
    .bx-basket .basket-items-list-item-container {
        flex-flow: column;
        padding: 24px 0;
    }
    .basket-items-list-item-descriptions-inner {
        flex-flow: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .bx-basket .basket-item-block-image {
        padding: 0 12px 0 0;
        margin: 0;
    }
    .bx-basket .basket-item-block-info {
        padding: 0 0 0 12px;
    }
    .bx-basket .basket-item-info-name {
        margin: 0 0 6px;
    }
    .bx-basket .basket-item-info-name, .bx-basket .basket-item-info-name-link {
        font-size: 18px;
    }
    .bx-basket .basket-item-block-properties {
        margin: 6px 0 0;
    }
    .bx-basket .basket-item-property {
        margin: 0;
    }
    .bx-basket .basket-item-block-price {
        margin: 24px 0 0 0;
    }
    .bx-basket .basket-item-price-old {
        position: unset;
        font-size: 14px;
        display: inline-block;
        margin-right: 6px;
    }
    .bx-basket .basket-item-price-current {
        display: inline-block;
    }
    .bx-basket .basket-item-price-current-text {
        font-size: 24px;
        line-height: 1;
    }
    .bx-basket .basket-item-block-actions {
        display: none;
    }
    .bx-basket .basket-items-list-actions-mobile {
        margin-top: 24px;
        display: block;
    }
    .bx-basket .basket-item-block-amount {
        padding: 0;
        margin: 24px 0 0;
    }
    .bx-basket .basket-checkout-section,
    .bx-basket .basket-coupon-section {
        padding: 24px;
    }
}
/* End */


/* Start:/bitrix/templates/hplinen/components/bitrix/sale.basket.basket/hplinen/themes/green/style.min.css?1697797610600*/
.bx-green .basket-item-scu-item:hover,.bx-green .basket-item-scu-item.selected,.bx-green .basket-item-scu-item.not-available:hover{border-color:#63aa28}.bx-green .basket-item-amount-filed:hover,.bx-green .basket-item-amount-filed:focus{border-color:#63aa28}div.bx-green .btn.btn-default{outline:0;border-color:#3bc915;background-color:#3bc915;color:#fff}div.bx-green .btn.btn-default:hover{outline:0;border-color:#3bc915;background-color:#3bc915;color:#fff}div.bx-green .btn.btn-default:active{outline:0;-webkit-box-shadow:inset 0 3px 5px rgba(0,0,0,.125);box-shadow:inset 0 3px 5px rgba(0,0,0,.125)}
/* End */
/* /bitrix/templates/hplinen/components/bitrix/sale.basket.basket/hplinen/style.css?170903832019611 */
/* /bitrix/templates/hplinen/components/bitrix/sale.basket.basket/hplinen/themes/green/style.min.css?1697797610600 */
