<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cart-items,
.cart-items thead,
.cart-items tbody,
.cart-items tfoot,
.cart-items tr {display:block;}
.cart-items td {display:inline-block;padding:20px 0;width:12%;}
.cart-items,
.cart-items thead,
.cart-items tbody,
.cart-items tfoot,
.cart-items tr {width:100%;}
.cart-items thead { color:#a1a1a1; }
.cart-items tbody { border: 1px solid #ebebeb; }

.cart-items td:nth-child(1) {width:20%;padding-left:40px;position: relative}
.cart-items td:nth-child(1) img {max-width:100%;}

.cart-items td:nth-child(2) {width:30%;padding-left:20px;}

.cart-items tbody tr {border-bottom: 1px solid #ebebeb;vertical-align: top; }
.cart-items tbody td span {display:none;color:#a1a1a1;}
.cart-items tbody td p &gt; span {display:inline-block;}

.cart-items td.last {display:none;clear:both;}

a.cart-delete-item {color:#ef4a46;}

@media (max-width: 991px) {
	.cart-items td:nth-child(2) {width:50%;padding:0;}
	.cart-items td {width:50%;padding:5px 0;float:left;}
	.cart-items td.last {display:block;float:none;}
	.cart-items tbody td span {display:inline-block;}
	.cart-items thead {display: none;}
	.cart-items tbody { margin-top: 30px; }
	.cart-items td:nth-child(1) {width:35%;padding-left:15px;padding-right:15px;float:left;}
	.cart-items tr {clear:both;padding:20px 0;}
	.cart-items td {width:50%;}
	.cart-items td.cart-item-actions {width:9%;float:right;}
}
input[name="BasketRefresh"]{display:none;}
#basketOrderButton24,
#basketOrderButton23,
#basketOrderButton2,
#OrderHistory{
	font-weight:600;
	outline:none;
	border:none;
	color:#363636;
	font-size:12px;
	background:#ffd200;
	border-radius:2px;
	padding:8px 20px;
	float:right;
	margin-right: 20px;
}
#basketOrderButton23[disabled] {
	background: rgba(255, 210, 0, 0.5);
}
#ORDER_CONFIRM_BUTTON {
	font-weight:400;
	outline:none;
	border:none;
	color:#363636;
	font-size:22px;
	background:#ffd200;
	border-radius:2px;
	padding:12px 20px;
	margin-left:Calc(20% + 10px);
}
@media (max-width: 640px) {
	.bx_ordercart_order_pay_center {
		text-align:center;
	}
	#ORDER_CONFIRM_BUTTON {
		margin:auto;
	}
}
textarea {
	resize:none;
}
.like_select {
	background: #fff;
	border: 1px solid #c1c5c8;
	border-radius: 2px;
	color: #000;
	box-shadow: none;
	display: inline-block;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	padding: 6px 8px;
	margin-bottom: 3px;
	width:400px;
	height:34px;
	position:relative;
	cursor:pointer;
}
.like_select:after {
	content:'v';
	float:right;
}
.like_option {
	color: #000;
	box-shadow: none;
	display: inline-block!important;
	outline: none;
	vertical-align: middle!important;
	font-size: 14px;
	padding: 0!important;
	margin-bottom: 3px!important;
	width:100%!important;
	height:100%!important;
	position:relative;
	cursor:pointer;
}
.like_option &gt; .bx_element,
.like_option label {
	width:100%;
	height:100%;
	cursor:pointer;
}
.like_option label {
	padding: 0 8px!important;
}
.like_option label:hover {
	background:#cecece;
}
.like_select_div {
	width:410px!important;
	height:42px!important;
	position:relative;
}
.like_options {
	position:absolute;
	display:none;
	top:32px;
	background: #fff;
	border: 1px solid #c1c5c8;
	border-radius: 2px;
	border-top:none;
	width:400px;
}
.error_forma {
	position:relative;
	top:-10px;
	margin-left:Calc(20% + 10px);
	font-size:16px;
	color:#ef4a46;
}

@media (max-width: 767px) {
	.cart-items td:nth-child(1) {width:50%;padding-left:15px;padding-right:15px;float:left;}
	.cart-items td.cart-item-actions {width:50%;float:right;}
}

#order_form_div .sale_data-table.summary td {
	background: #fff !important;
}
#order_form_div {
	font-size: 12px;
	color: #000;
}
#order_form_div .sof-req {
	color: red;
	font-size: 10px;
}
#order_form_div .clear {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	font-size: 0px;
	line-height: 0px;
}
#order_form_div input[type="text"],
#order_form_div input[type="password"],
#order_form_div textarea,
#order_form_div select{
	background: #fff;
	border: 1px solid #c1c5c8;
	border-radius: 2px;
	color: #000;
	box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
	display: inline-block;
	outline: none;
	vertical-align: middle;
	font-size: 14px;
	padding: 8px;
	margin-bottom: 3px;
}
#order_form_div .section {
	margin-bottom: 30px;
}
#order_form_div .title {
	font-weight: bold;
	font-size: 15px;
	border-bottom: 1px solid #dcdfe2;
	width: 100%;
	padding-bottom: 5px;
	margin-bottom: 5px;
}
#order_form_div .title a {
	color: #2d739d;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 10px;
	outline: none;
}
#order_form_div .title a:hover {
	text-decoration: none;
}
#order_form_div .label.left {
	float: left;
	margin: 0 10px 10px 0;
}

#order_form_div label {
	color: #000;
	font-size: 13px;
}
#order_form_div .sale_order_table {
	font-size: 12px;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#order_form_div .sale_order_table td {
	padding: 15px 0;
	background: none !important;
}
#order_form_div .sale_order_table .name {
	width: 190px;
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_table.props td {
	border-bottom: 1px solid #dcdfe2;
}
#order_form_div .sale_order_table input[type="text"],
#order_form_div .sale_order_table textarea,
#order_form_div .sale_order_table select{
	width: 365px;
}
#order_form_div .sale_order_table textarea {
	height: 70px;
	overflow: hidden;
	resize: none;
}
#order_form_div .sale_order_table select {
	padding: 6px 3px 6px 8px;
	width: 383px;
	margin-bottom: 5px;
}
#order_form_div .sale_order_table .desc {
	color: #a3a3a3;
	font-size: 11px;
	margin: 3px 0;
}

/*paysystem*/
#order_form_div .sale_order_table.paysystem td {
	border-bottom: none;
}
#order_form_div .sale_order_table .ps_logo {
	float: left;
	text-align: center;
	margin: 0 15px 10px 0;
	height: 85px;
}

#order_form_div .sale_order_table .with_description {
	margin-right: 0 !important;
	height: 30px;
}

#order_form_div .sale_order_table .ps_logo img,
#order_form_div  .sale_order_confirm img,
#order_form_div .account img {
	border-radius: 2px;
	border: 1px solid #d1d1d1;
	box-shadow: 2px 2px 2px rgba(180,188,191,0.5);
	padding:1px;
	float: left;
}

div.bx_section div.bx_block div.bx_element input[type=radio],
div.bx_section div.bx_block div.bx_element input[type=checkbox],
#order_form_div .sale_order_table .ps_logo input[type=radio],
#order_form_div .account input[type=checkbox] {
	display: none;
}

.bx_element input[type=radio]:checked + label .bx_logotype,
.bx_element label.selected .bx_logotype
{
	border: 2px solid #2d739d !important;
	padding: 1px;
}

#order_form_div .sale_order_table .paysystem_name,
#order_form_div .sale_order_confirm .paysystem_name {
	font-size: 11px;
	color: #a3a3a3;
	width: 95px;
	line-height: 11px;
	margin-top: 65px;
}
#order_form_div .account img,
#order_form_div .account .desc {
	float: left;
}
#order_form_div .account img {
	margin-right: 10px;
}
#order_form_div .account .name {
	font-weight: bold;
	margin-bottom: 3px;
	color: #000;
}
#order_form_div .account .desc {
	font-size: 11px;
	color: #a3a3a3;
	line-height: 11px;
	text-align: left;
	width: 80%;
}
#order_form_div .account .desc.width_limited {width:100%;}
#order_form_div .account .ps_logo.with_description {width:100%;}

/*delivery*/
#order_form_div .sale_order_table.delivery td {
	padding: 7px 0;
}
#order_form_div .sale_order_table.delivery .name {
	font-weight: bold;
	width: auto;
	color: #000;
}
#order_form_div .sale_order_table.delivery .desc {
	color: #a3a3a3;
	width: 400px;
}
#order_form_div .sale_order_table.delivery td table {
	width: auto;
}
#order_form_div .sale_order_table.delivery td table td {
	padding: 0;
	text-align: left;
}
#order_form_div .sale_order_table.delivery .prop img {
	border-radius: 2px;
	border: 1px solid #d1d1d1;
	box-shadow: 2px 2px 2px rgba(180,188,191,0.5);
	padding:1px;
	margin: 0 10px 0 0;
}
#order_form_div .sale_order_table.delivery .prop input,
#order_form_div .sale_order_table.delivery .prop img,
#order_form_div .sale_order_table.delivery .prop .desc {
	float: left;
	margin-right: 10px;
}
#order_form_div .sale_order_table.delivery .prop input[type=radio] {
	display: none;
}

/*summary*/
#order_form_div .sale_data-table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-top: 10px;
}
#order_form_div .sale_data-table th {
	background-color: #f5f5f5;
	padding: 7px 13px;
	text-align: left;
	font-weight: normal;
}
#order_form_div .sale_data-table td {
	border-bottom: 1px solid #f5f5f5;
	padding: 7px 13px;
	text-align: left;
	background: none !important;
}
#order_form_div .sale_data-table td.price {
	white-space: nowrap;
	text-align: right;
}
#order_form_div .sale_data-table td.itog {
	text-align: right;
}
#order_form_div .sale_data-table tfoot td {
	border-bottom: none;
}
#order_form_div .sale_data-table tfoot tr.last td {
	border-top: 1px solid #f5f5f5;
	font-weight: bold;
	white-space: nowrap;
}
#order_form_div .order_comment {
	width: 100%;
}
#order_form_div .order_comment div {
	color: #a3a3a3;
	font-size: 12px;
	margin-bottom: 5px;
}
#order_form_div .order_comment textarea {
	width: 97%;
	height: 70px;
}

/* auth */
#order_form_div .order-auth {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}
#order_form_div .order-auth td {
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_table.delivery .errortext {
	margin: 0;
	font-size: 11px;
	padding: 5px;
	width: 230px;
}
#order_form_div .sale_order_full_table td.ps_logo {
	text-align: left;
	vertical-align: top;
}
#order_form_div .sale_order_full_table .ps_logo .pay_name {
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 15px;
}
#order_form_div .desc .ora-store {
	font-size: 12px;
}
.store_location {
	display:none;
}
.store_location .ora-store {
	width: 40%;
	float: left;
}
.store_location .ora-store table td {
	padding: 10px;
	text-align: left;
	vertical-align: top;
}
.store_location .name {
	font-weight: bold;
}
.store_location .location {
	width: 60%;
	float: left;
}
#order_form_div .select_store {
	font-size:12px;
}

.image {
	padding: 5px 0 5px 0;
}

/* new */

.bx_order_make{
	font-size: 13px;
}
.bx_order_make hr{
	border: none;
	border-bottom: 1px solid #dcdfe2;
}
.bx_order_make .bx_section{
	margin-bottom: 20px;
}
.bx_order_make .bx_section h4{
	display: block;
	margin-top:-10px;
	margin-bottom: 25px;
	padding-top: 30px;
	border-top: 1px solid #dcdfe2;
	font-size:36px;
	font-weight:400;
}
.bx_order_make .bx_block{
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-right: 15px;
	margin-bottom: 10px;
	padding:0 10px;
	vertical-align: middle;
}
.bx_order_make .bx_block.r1x3.pt8{padding-top:8px}
.bx_order_make .bx_block.r1x3{margin:0; 		  width:20% }
.bx_order_make .bx_block.r3x1{margin:0; 		  width:80% }
.bx_order_make .bx_block.w100{margin:5px 0 10px 0;width:100%}
.bx_order_make .bx_block.horizontal {margin:5px 0 10px 0}
@media (max-width:640px){
	.bx_order_make .bx_block.r1x3{width:35%}
	.bx_order_make .bx_block.r3x1{width:65%}
}
@media (max-width:480px){
	.bx-touch .bx_order_make .bx_block.r1x3,
	.bx-touch .bx_order_make .bx_block.r3x1{float:none;margin-right:0;width:100%;}
}
.bx_order_make .bx_block input[type="text"],
.bx_order_make .bx_block textarea,
.bx_order_make .bx_block select{width:100%}
.bx_order_make .bx_block input[type="text"],
.bx_order_make .bx_block textarea,
.bx_order_make .bx_block select{
	display: block;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	padding: 6px;
	outline: none;
	border: 1px solid #c1c5c8;
	border-radius: 2px;
	background: #fff;
	box-shadow: inset 2px 2px 2px -1px rgba(180,188,191,0.5);
	color: #000;
	vertical-align: middle;
	font-size: 14px;
	max-width:270px
}
.bx_order_make .bx_sof_req{color:rgba(199,31,31,1);font-weight:bold}

.bx_order_make .bx_logotype{
	box-shadow: 0 0 3px 0 rgba(123,152,165,.9);
	cursor: pointer;
	padding: 2px;
	float: left;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	border: 1px solid rgba(123,152,165,.7);
	margin-right: 20px;
}
.bx_order_make .bx_block.horizontal .bx_logotype{margin-right: 0}
.bx_order_make .bx_logotype span{
	display: block;
	width: 100px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: center;
}
.bx_order_make .bx_logotype.active,
.bx_order_make .bx_logotype:hover{
	box-shadow: 0 0 3px 0 rgba(0,93,153,1);
	border: 1px solid rgba(0,93,153,.8);
	padding: 2px;
}
.bx_order_make .bx_description{
	font-size: 11px;
	color: #a3a3a3;
	/*float: left;*/
}
.bx_order_make #ORDER_PROP_3 + .bx_description{
	font-size: 11px;
	color: red;
}
.bx_order_make .bx_description p{
	display: block;
	/*clear: both*/
}
.bx_order_make .bx_result_price{
	color: #000 !important;
	float: right;
	text-align: right;
}
.bx_order_make .bx_result_price a{font-weight: normal;}
@media (max-width:640px){
	.bx_order_make .bx_result_price{
		float: none;
		display: block;
		width: 100%;
	}
}
.bx_order_make .bx_result_price a{color: #12a9e1}
.bx_order_make .bx_result_price a:hover{text-decoration:none}
.bx_order_make .bx_description strong{
	display: block;
	color: #000;
	/*float: left;*/
}

.bx_ordercart .bx_ordercart_order_table_container tbody .right {
	text-align: right !important;
}

div#order_form_content div.bx_section div#sale_order_props div div.bx_block textarea {
	margin-bottom: 10px;
}

div#order_form_content .errortext {
	display: inline-block;
	margin-top: 15px;
	padding: 10px 15px 10px 60px !important;
	border-top: 1px solid #E4CBD1;
	border-right: 1px solid #D5BABE;
	border-bottom: 1px solid #C9ABAF;
	border-left: 1px solid #D5BABE;
	border-radius: 5px;
	background: #F8EAED;
	background: url("images/alert.png") 10px 50% no-repeat, url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodвЂ¦EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: url("images/alert.png") 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F8EAED), color-stop(100%,#EDD0D6));
	background: url("images/alert.png") 10px 50% no-repeat, -webkit-linear-gradient(top, #F8EAED 0%,#EDD0D6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, -moz-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, -ms-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, -o-linear-gradient(top, #f8eaed 0%,#edd0d6 100%);
	background: url("images/alert.png") 10px 50% no-repeat, linear-gradient(to bottom, #F8EAED 0%,#EDD0D6 100%);
	box-shadow: inset 0 1px 1px 0 #FFF;
	color: #881521 !important;
	text-shadow: 0 1px 0 #FFF;
	font-weight: bold;
	font-size: 15px;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8eaed', endColorstr='#edd0d6',GradientType=0 );
}

/* new locations */
#order_form_div .bx-sls input[type="text"]{
	margin-bottom: 0;
}
#order_form_div .location-block-wrapper{
	max-width: 400px;
	width: 100%;
}
#order_form_div .dropdown-block{
	width: auto;
}
#order_form_div .bx-ui-sls-container{
	display: block !important;
}
#order_form_div .bx-ui-sls-route{
	padding-top: 0 !important;
}

.-bx-order-property-city{
	display: none;
}
.-bx-popup-special-prompt{
	padding: 5px 10px;
}

.bx_ordercart h4 {display:none;}
.bx_ordercart_order_table_container {display:none;}
/*.bx_ordercart_order_pay_right {display:none;}*/
.bx_ordercart_order_pay_center { margin: 30px auto; }
.bx_ordercart_order_sum { width: 100%;}
.delivery-notice {
	margin: 20px auto 20px 10px;
	color: red;
	font-size: 1.1em;
	text-align: center;
}
.custom_t1.itog { width: 21%;}
.cart-item-quantity,
.cart-item-quantity * {vertical-align:middle!important;}
.up_down_block {display:inline-block;width:18px;padding-left:5px;}
.fa_cart_up {
	cursor:pointer;
	width:100%;
	font-size:12px!important;
}
.fa_cart_down {
	cursor:pointer;
	width:100%;
	font-size:12px!important;
}
.cart_up,
.cart_down {
	background:#e2e2e2;
	cursor:pointer;
	height:20px;
	width:20px;
	line-height:18px;
	border:1px solid #ccc;
	vertical-align:middle;
	padding:0;
	text-align: center;
}
.cart_up:hover,
.cart_down:hover {
	background:#ccc;
}
.cart-item-quantity input {
	text-align:center;
}

.like_radio_div label {
	font-size: 14px!important;

	font-weight:400!important;
}
.like_radio_div input[type="radio"] {
	display:inline-block!important;
	width:1px;
	height:1px;
	margin: 0 20px 18px 0;
}
.like_radio_div .bx_logotype {
	float:none;
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: auto;
	border:none!important;
	box-shadow:none!important;
}
.like_radio_div .bx_logotype span {
	display:none;
}
.like_radio_div .bx_logotype img {
	max-width:100%;
}
.bx_element input[type=radio]:checked + label .bx_logotype, .bx_element label.selected .bx_logotype {
	border:none!important;
	box-shadow:none!important;
	padding: 2px!important;
}
.bx_order_make .bx_block.w100 {
	margin:5px 0 0!important;
}

#fullcart{
	min-width: 240px !important;
}

/* HH */
.hh_bascket_counter{
	display: inline-block;
	position: absolute;
	top: 20px;
	left: 15px;
}


@media (max-width: 991px){
	.hh_bascket_counter{
		top: -3px;
		left: 9px;
	}
}

@media (max-width: 768px){
	.hh_bascket_counter{
		top: -3px;
		left: 9px;
	}
}

@media (max-width: 541px){
	.cart-buttons{
		text-align: center;
	}

	#basketOrderButton23{
		margin-top: 20px;
	}

	.cart-buttons input{
		width: 50%;
		margin-bottom: 10px;
		float: none !important;
	}
	.custom_t1.itog { width: 50%;}
}

@media (max-width: 365px){
	.cart-buttons{
		text-align: center;
	}

	#basketOrderButton23{
		margin-top: 20px;
	}

	.cart-buttons input{
		width: 95%;
		margin-bottom: 10px;
		float: none !important;
	}

	.cart-item-quantity span{
		display: block !important;
	}
}

.delivery-price span {
	font-weight: bold;
}

.bx_order_make .bx_block.r3x1 {
	margin-bottom:3px;
}

.bx-ui-sls-route, #order_form_div .bx-ui-sls-route {
	padding:5px !important;
	border:1px solid lightgrey !important;
	box-shadow:none !important;
}

.bx-ui-sls-variants .dropdown-item {
	padding: 5px;
	cursor: pointer;
	background: lightgrey;
}

.warehouse-products {
	display:none;
}

.warehouse-products.active, .warehouse-products.one {
	display:block;
}

.warehouse-products li span {
	display:block;
	color:#B8B8B8;
}

.warehouse-products li.na {
	color:#B8B8B8;
}

.warehouse-products li span strong {
	color:#000;
	font-weight: bold;
}

.warehouse-products li span.na {
	color:#F05854;
}

label.show-products i {
	color:#2B7BBC;
}

.modal-wrapper {
	position:fixed;
	display:none;
	align-items:center;
	justify-content:center;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	background-color:rgba(0,0,0,0.6);
	z-index:400;
}

.modal-wrapper.active {
	display:flex;
}

.store-popup {
	position: relative;
	width: 96%;
	max-width: 400px;
	background: #fff;
	box-shadow: 0 0 50px rgba(0,0,0,0.3);
	padding: 20px;
}

.store-popup .title {
	font-size: 24px;
}

.store-popup .item span {
	color: #B8B8B8;
}

.store-popup #popup-close {
	position:absolute;
	top:0;
	right:0;
	width:30px;
	height:30px;
	background: url(/include/img/close.png) no-repeat center center;
	cursor:pointer;
	z-index:50;
	transition: background .5s;
}

.store-popup #popup-close:hover {
	background:rgba(0,0,0,0.2) url(/include/img/close.png) no-repeat center center;
}

.store-popup .modal-buttons {
	margin-top:20px;
}

.store-popup .submit {
	border:none;
	box-shadow: none;
	background-color:#ffd200;
	padding:8px 20px;
}

.store-popup .cancel {
	border:none;
	box-shadow: none;
	background: none;
	color: #EF4A46;
	padding:8px 20px;
}

.bx_order_make .bx_description.warning {
	color: red;
}

#order_form_div input[type="text"].bx-ui-sls-route {
	display:none;
}

#ORDER_CONFIRM_BUTTON {transition: background .5s;}
#ORDER_CONFIRM_BUTTON:hover {
	background: #e2b800;
}
:active, :hover, :focus {
    outline: 0;
    outline-offset: 0;
}
.excluded-notice {font-size:12px;}
.excluded-notice svg {width: 16px;vertical-align: middle;margin-right: 8px;}
#excluded_items .store-popup {max-width: 572px;padding: 24px 30px;}
#excluded_items .popup-item {font-weight: 700;}
#excluded_items .store-popup .modal-buttons {text-align: center;}
#excluded_items .modal-buttons button {transition: all 0.5s ease;}
#excluded_items .modal-buttons button:hover {border-radius:8px;}
#popup-close2 {position: absolute;top: 15px;right: 15px;cursor: pointer;z-index: 50;padding:15px;}
#popup-close2 path {transition: all 0.5s ease;}
#popup-close2:hover path {fill:rgba(0,0,0,0.8);}</pre></body></html>