/** GLOBAL STYLES **/
* {
	margin: 0;
	padding: 0;
}
div, form, ul, html, body {
	margin: 0px;
	padding: 0px;
}
html, body {
	width: 100%;
	height: 100%;
}
body {
	min-height: 100%;
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #212628;
}
a {
	text-decoration: none;
	color: #37759A;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
img {
	border: 0px;
}
p, li {
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
}
ul {
	list-style: none;
}
ol {
	padding-left: 1.1em;
}
.infopages ul {
	line-height: 1.65;
	list-style: disc;
	font-family: tahoma, geneva, sans-serif;
	font-size: 16px;
	margin: -10px 0 20px;
	padding-left: 32px;
}
.infopages ol {
	line-height: 1.65;
	font-family: tahoma, geneva, sans-serif;
	font-size: 16px;
	margin: -5px 0 20px;
	padding-left: 32px;
}
.infopages li {
	font-size: 16px;
}
.infopages h2 {
	margin-top: 40px;
}
.infopages hr {
	margin: 20px 0;
}
.category_description ul, .category_description ol, #allarticles ul, #allarticles ol {
	padding: 0 0 0 1.1em;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
}
#allarticles ul {
	list-style: initial;
}
h1, h2, h3 {
	font-size: 30px;
	line-height: 1.4em;
	margin-bottom: 1em;
	font-weight: normal;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 16px;
	font-weight: bold;
}
#allarticles p, #allarticles li, .infopages p, infopages li {
	font-size: 16px;
	line-height: 1.65em;
	margin-bottom: 20px;
}
#allarticles img {
	margin-bottom: 10px;
}
.soderjanie {
	padding: 10px 10px 8px 15px;
	display: table;
	border: 1px solid rgba(55, 117, 154, 0.2);
	border-radius: 4px;
	margin-bottom: 20px;
}
#allarticles .soderjanie p {
	margin-bottom: 8px;
}
.soderjanie p span {
	color: #000;
}
.category_description ol ul, #allarticles ol ul {
	margin-bottom: 0;
}
input, select, textarea {
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	border: 1px solid rgba(55, 117, 154, 0.2);
	padding: 6px 5px;
	border-radius: 4px;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	transition: all .2s;
	outline: none;
	-moz-appearance: textfield;
}
input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
input:hover, select:hover, textarea:hover {
	border-color: rgba(55, 117, 154, 0.4);
}
input:focus, select:focus, textarea:focus {
	border-color: #37759A;
	box-shadow: 0 0 0 2px rgba(55, 117, 154, 0.2);
}
input.error {
	border-color: #D92D20;
}
input.error:focus {
	box-shadow: 0 0 0 2px rgba(217, 45, 32, .2);
}
.reg_allpage select[name="country"] {
	padding: 4px 1px;
	width: 87%;
}
button::-moz-focus-inner {
	border: 0;
}
::-webkit-input-placeholder {
	font-size: 14px;
	color: rgba(33, 38, 40, 0.6);
}
:-moz-placeholder {
	font-size: 14px;
	color: rgba(33, 38, 40, 0.6);
}
::-moz-placeholder {
	font-size: 14px;
	color: rgba(33, 38, 40, 0.6);
}
:-ms-input-placeholder {
	font-size: 14px;
	color: rgba(33, 38, 40, 0.6);
}
noindex:-o-prefocus, button.ui-multiselect:active {
	padding: 3px 11px 5px 9px;
}
.section_template_title {
	font: 26px/100% Tahoma, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
	line-height: 1.3;
}
table {
	border-spacing: 0;
	border-collapse: collapse;
}
.typical_table td {
	padding: 10px;
}
.typical_table h2 {
	font-size: 15px;
	margin: 8px 0;
}
.infoBox td {
	vertical-align: middle;
}
thead {
	font-weight: bold;
	border-bottom: 1px solid #E0E0E0;
}
th {
	padding: 10px;
	color: #37759A;
	font-weight: normal;
	font-size: 14px; 	
}
.lastname_input {
	display: none;
}
.moduleRow .main {
	background: #EBEBEB;
}
.moduleRow .filter_heading {
	display: inline;
}
.span_active {color: #00C6FF; font-weight: bold;}
.rounded_5 {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.clearfix {clear: both;}
.clearfix:before, .clearfix:after {
	display: table;
	content: '';
}
.clearfix:after {
	clear: both;
}

.bold {font-weight: bold;}
.no-border-radius {
	border-radius: 0 !important;
}

pre.debug {
	top: -500px;
	word-wrap: break-word;
	color: #000;
	z-index: 99999;
	width: 60%;
	border: 1px solid;
	background: #FFF;
	left: 20%;
	position: absolute;
	display: none;
	padding: 20px;
	box-shadow: 0 0 13px rgba(0, 0, 0, 0.36);
}
pre.debug p {
	width: 100%;
}
pre.debug iframe {
	border: 1px solid;
}
pre.debug .close {
	width: 20px;
	height: 20px;
	position: inherit;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background: #655;
	border-radius: 40px;
	text-align: center;
	color: #FFF;
	line-height: 20px;
	font-family: Arial;
	font-size: 10px;
}
.modal-open {
	overflow: hidden;
}
/** END GLOABAL STYLES **/

/** MAIN STYLES **/
.sidebar .section_template_title {
	text-align: center;
}
#new_products .section_template_title {
	margin-top: 30px;
}
/* USER PROFILE */
.address {
	padding: 20px;
	font-size: 12px;
	line-height: 100%;
	margin: 20px 0;
	position: relative;
	border-top: 1px solid rgba(204, 204, 204, 0.12);
	width: 410px;
}
.address:before {
	background: url(images/rewiev_block_shadow_2.png) 0px 0px no-repeat;
	content: '';
	height: 90px;
	width: 17px;
	position: absolute;
	left: -17px;
	top: 0px;
	background-size: 100% 100%;
}
.address:after {
	background: url(images/rewiev_block_shadow_1.png) 0px 0px no-repeat;
	content: '';
	height: 106px;
	width: 17px;
	position: absolute;
	right: -17px;
	bottom: -5px;
	z-index: 1;
	background-size: 100% 100%;
}
	
.drop-shadow {
	position: relative;
	width: 40%; 	
	padding: 1em;
	margin: 2em 0 4em;
	background: #fff;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}

.drop-shadow:before,
.drop-shadow:after {
	content: "";
	position: absolute;
	z-index: -2;
}

.drop-shadow p {
	font-size: 16px;
	font-weight: bold;
}

/* Поднятые углы */
.lifted {
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.lifted:before,
.lifted:after {
	bottom: 15px;
	left: 10px;
	width: 50%;
	height: 40%;
	max-width: 300px;
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg); 	
	-moz-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
.lifted:after {
	right: 10px;
	left: auto;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	transform: rotate(3deg);
}

/* USER PROFILE */

/* top_section */
.top_section {
	overflow: hidden;
	background: #FAFAFA;
	position: fixed;
	height: 56px;
	width: 100%;
	z-index: 2;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}
.top_links a {
	padding: 0 5px;
	font-size: 16px;
	display: block;
	font-family: Tahoma;
}
.top_links .item a {
	padding: 0 11px;
	float: left;
}
.top_links li {
	float: left;
	list-style: none;
	line-height: initial;
}
.top_links li:last-child a {
	border-right: 0;
	background: none;
}
.handheld_links a {
	padding: 0 10px;
	float: left;
	font-size: 16px;
	display: block;
	font-family: Tahoma;
	color: gray;
	font-weight: bold;
}
.handheld_links li {
	display: flex;
}
.login_top .log_in {
	background: transparent url(images/arrow_right_ts.png) left top no-repeat;
	padding-left: 20px;
	color: #183e4c;
	margin-right: 5px;
}
.login_top img {margin-left: 5px;}
.facebook_icon img {margin-top: -2px;}
.top_languages {
	margin: 0 150px 0 20px;
}
.top_languages a {
	margin-right: 10px;
	text-transform: uppercase;
	font-size: 16px;
}
.currencies_box label {
	font-size: 16px;
	cursor: pointer;
	margin-right: 10px;
	color: #37759A;
}
.currencies_box input {
	display: none;
}
.currencies_box .left {
	float: none;
	text-align: center;
	margin: 0;
}
.handheld-container {
	margin-top: 70px;
	display: none;
}

/* HEADER */
#header {
	position: fixed;
	z-index: 2;
	left: 0;
	right: 0;
	width: 117px;
	margin: 0 auto;
}
.header_top {
	height: 44px;
}
#main-logo {
	margin: 0 auto;
	left: 0;
    top: 8px;
	height: 40px;
	width: 117px;
	background: none;
	float: none;
	position: absolute;
}
#main-logo a {
	background: url(images/logo_lt_2.png) center center no-repeat;
	background-size: 100%;
	padding: 0 59px 26px 58px;
	filter:
    brightness(0) saturate(100%)
    invert(42%) sepia(87%) saturate(975%) hue-rotate(173deg)
    brightness(68%) contrast(59%);
}
#search-box {
	width: 540px;
	margin-left: 70px;
}
.search_box input[type="text"] {
	width: 100%;
	position: relative;
	z-index: 26;
}
#my-id {
	text-align: center;
	padding: 12px;
	font-size: 14px;
}
.online-help {width: 182px; margin-top: 15px;}
.online-help a.left img {float: left;}
.online-help a.left span {
	position: relative;
	float: left;
	display: block;
	margin-top: 7px;
	padding: 0 6px;
	font-size: 13px;
}
.online-help p {
	color: #183e4c; font-size: 19px; margin: 0; margin-top: 10px;
}

/* CATEGORIES MENU */
.handheld_links, .handheld_links i,
.handheld-cat, .handheld-cat-btn, .handheld-cat-lbl,
.handheld-tel, .handheld-tel-btn, .handheld-tel-lbl,
.phones_dropdown_mobile {
	display: none;
}
.handheld-cat-lbl:before {
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB3aWR0aD0iMTQiIGhlaWdodD0iMTQiPjxsaW5lIHgxPSIzIiB5MT0iMTIiIHgyPSIyMSIgeTI9IjEyIi8+PGxpbmUgeDE9IjMiIHkxPSI2IiB4Mj0iMjEiIHkyPSI2Ii8+PGxpbmUgeDE9IjMiIHkxPSIxOCIgeDI9IjIxIiB5Mj0iMTgiLz48L3N2Zz4=") no-repeat center center;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 7px;
	left: 7px;
	color: #333333;
}
.handheld-cat-btn, .handheld-tel-btn {
	z-index: 5;
}
.handheld-cat-btn, .handheld-cat-lbl {
	position: fixed;
	padding: 22px;
	top: 2px;
	left: 10px;
}
.handheld-tel-btn, .handheld-tel-lbl {
	position: fixed;
	padding: 22px;
	top: 2px;
	right: 20%;
	left: unset;
}
.handheld-cat-btn:hover, .handheld-tel-btn:hover {
	opacity: inherit;
	background: inherit;
}
.handheld-cat-btn:hover, .handheld-tel-btn:hover {
	cursor: pointer;
	opacity: 0.2;
	background: #fff;
}
.handheld-tel-lbl:before {
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB3aWR0aD0iMjQiIGhlaWdodD0iMjQiPjxwYXRoIGQ9Ik0xMy44MzIgMTYuNTY4YTEgMSAwIDAgMCAxLjIxMy0uMzAzbC4zNTUtLjQ2NUEyIDIgMCAwIDEgMTcgMTVoM2EyIDIgMCAwIDEgMiAydjNhMiAyIDAgMCAxLTIgMkExOCAxOCAwIDAgMSAyIDRhMiAyIDAgMCAxIDItMmgzYTIgMiAwIDAgMSAyIDJ2M2EyIDIgMCAwIDEtLjggMS42bC0uNDY4LjM1MWExIDEgMCAwIDAtLjI5MiAxLjIzMyAxNCAxNCAwIDAgMCA2LjM5MiA2LjM4NCIvPjwvc3ZnPg==") no-repeat center center;
	width: 24px;
	height: 24px;
	background-size: 24px 24px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	top: 10px;
	margin-left: -10px;
	color: #333333;
}
/* Breadcrumbs */
.bread {
	margin: 0 0 8px;
	padding-right: 10px;
}
.bread:after {
	border-bottom: 1px solid #FFF;
	width: 100%;
	display: block;
	content: "";
	position: relative;
	top: 2px;
}
.bread span, .bread {
	font: normal 12px/28px Tahoma;
}
.bread .separator {
	background: rgba(0, 0, 0, 0) url(images/breadcrumb_sep.png) left center no-repeat;
	width: 8px;
	height: 5px;
	display: inline-block;
	margin: 0 4px 0 6px;
	position: relative;
	top: -1px;
}
/* Shopping cart box */
.bread a:last-child {
	color: #37759A!important;
	font-size: 13px;
}
#divShoppingCard {
	position: fixed;
	right: 15px;
	min-width: 65px;
	top: 6px;
	height: 44px;
}
#shopping_cart_box {
	position: relative;
	height: 44px;
	cursor: pointer;
	white-space: nowrap;
}
.cart_text_mobile {
	background: #37759A;
	color: #fff;
	position: absolute;
	font-size: 14px;
	top: 2px;
	right: 24px;
	display: inline-block;
	height: 18px;
	line-height: 18px;
	padding: 0 6px;
	border-radius: 9px;
	text-align: center;
}
.cart_text_mobile::before {
	content: "";
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSJjdXJyZW50Q29sb3IiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiB3aWR0aD0iMzAiIGhlaWdodD0iMzAiPjxjaXJjbGUgY3g9IjkiIGN5PSIyMSIgcj0iMSIvPjxjaXJjbGUgY3g9IjIwIiBjeT0iMjEiIHI9IjEiLz48cGF0aCBkPSJNMSAxaDRsMi42OCAxMy4zOWEyIDIgMCAwIDAgMiAxLjYxaDkuNzJhMiAyIDAgMCAwIDItMS42MUwyMyA2SDYiLz48L3N2Zz4=") no-repeat center center;
	color: #333333;
	width: 30px;
	height: 30px;
	background-size: 30px 30px;
	text-indent: -9999px;
	top: 5px;
	left: -21px;
	display: block;
	position: absolute;
	z-index: -1;
}
.cart_body {
	margin-top: 5px;
	color: #fff;
	font-family: Tahoma;
	font-style: 12px;
}
.cart_body span {
	color: #ffc600;
	font-weight: bold;
}
/* POPUP CART */
#cartContent-page > div {
	border: 1px solid rgba(55, 117, 154, 0.1);
	border-radius: 4px;
	margin: 5px 0;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
	padding: 10px 70px 10px 10px;
	gap: 12px 0;
	font-size: 14px;
}
#cartContent-page .product_item,
#cartContent-page .product_actions {
	display: flex;
	gap: 20px;
	flex: 1 1 auto;
	align-items: center;
	justify-content: flex-start;
	max-width: 555px;
}
#cartContent-page .product_actions {
	align-self: center;
	flex: 0 0 150px;
	margin-left: 70px;
}
#cartContent-page .product_image {
	text-align: center;
	line-height: 50px;
	vertical-align: top;
	flex: 0 0 50px;
	width: 50px;
}
#cartContent-page .product_image img {
	vertical-align: middle;
	width: 50px;
}
#cartContent-page .product_name {
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#cartContent-page .attributes_list li {
	font-style: oblique;
	font-size: 12px;
	margin-bottom: 3px;
	line-height: 1.15;
}
#cartContent-page .attributes_list li span {
	font-style: normal;
}
#cartContent-page .product_qty input {
	width: 30px;
	text-align: center;
	margin-bottom: 0;
}
#cartContent-page .product_total span {
	color: #AAAAAA;
	line-height: 1.4;
}
#cartContent-page .product_total span:last-child {
	color: inherit;
}
#cartContent-page .product_delete {
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
}
#cart_order_total {
	margin: 20px 0;
	font-size: 16px;
}
#cart_order_total tr, #cart_order_total tr.ot_subtotal td:first-child {
	display: none;
}
#cart_order_total tr.ot_subtotal {
	display: initial;
}
/* END POPUP CART */

.soclogin_list li {
	float: right;
	margin-top: 11px;
	margin-right: 5px;
}
/* FRONT SLIDER */
#slider_prod > li {
	position: relative;
}
#slider_prod .slider_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 412px;
	margin-left: 30px;
	padding-right: 60px;
}
#slider_prod .slider_text {
	color: #183e4c;
}
#slider_prod .slider_text p span {
	font-size: 22px;
	color: #00bfff;
}
#slider_prod .slider_text .slider_title {
	font: bold 60px/100% Arial;
	color: #183E4C;
	margin: 20px 0 0 0px;
	background: transparent url(images/slider_title_arrow.png) right 7px no-repeat;
}

#slider_prod .slider_text ul {
	font-size: 16px;
	list-style: disc;
	padding-left: 20px;
	line-height: 24px;
}
#slider_prod .slider_text h2 {
	font: bold 55px/100% Arial;
	color: #00BEFF;
	padding-left: 40px;
	background: transparent url(images/blue_mouse.png) left 7px no-repeat;
	margin: 20px 0;
}
#slider_prod .slider_text h3 {
	font-size: 45px;
	font-weight: bold;
	text-transform: uppercase;
}

/* slider buttons */
.bx-wrapper .bx-viewport {
	box-shadow: none;
	background: transparent;
	left: 0;
	padding-bottom: 2px;
	position: relative;
}

/* small_slider */
.small_slider .bx-wrapper .bx-controls-direction a {
	background: transparent url(images/small_slider_arrows.png);
}
.small_slider .bx-wrapper .bx-controls-direction .bx-prev,
.small_slider .bx-wrapper .bx-controls-direction .bx-next {
	margin-top: 17px;
	position: absolute;
	top: 3px;
	width: 14px;
	height: 15px;
	text-indent: -9999px;
	z-index: 1;
}
.small_slider .bx-wrapper .bx-controls-direction .bx-prev {left: -13px; background-position: 0px 0;}
.small_slider .bx-wrapper .bx-controls-direction .bx-next {right: -11px; background-position: 14px 0;}

/* item-list */
.item-list li {
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
}
.item-list .inner {
	padding: 0 7px;
	height: 100%;
}
.inner_listing.item-list li,
.inner_listing.item-list li.last_col,
.inner_listing.item-list li:last-child {
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 310px;
	margin-right: 7px;
}
.inner_listing.item-list li:hover,
.inner_listing.item-list li.last_col:hover,
.inner_listing.item-list li:last-child:hover {
	border-color: rgba(55, 117, 154, 0.4);
}
.inner_listing .inner {
	padding: 2px 19px;
}
.inner_listing.item-list li .inner {
	padding: 3px;
}
#drugie ul.columns {
	white-space: nowrap;
	overflow-x: auto;
	scroll-snap-type: x mandatory;
	max-width: fit-content;
}
#drugie .columns li {
	scroll-snap-align: start;
}
#drugie li {
	width: 248px;
}
.item-list li.last_col,
.item-list li:last-child {
	margin-right: 0;
}
.item-list .product_image img {
	vertical-align: middle;
	display: inherit;
	margin: 0 auto;
	max-width: 100%;
	max-height: 366px;
}
.item-list .simple_price, .item-list .spec_price {
	color: #4C4C4C;
	font-size: 16px;
}
.item-list .simple_price span {
	font-size: 26px;
}
.item-list .old_price {
	text-decoration: line-through;
	display: block;
	text-align: left;
}
.item-list div.product_name {
	height: 45px;
	margin: 5px 0;
	text-align: center;
	overflow-x: visible;
	white-space: normal;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}
.item-list .product_sku {
	color: #37759A;
	font-size: 14px;
	height: 16px;
}
.item-list div.product_name a, .product_listing {
	color: #5E5E5E;
	font-size: 16px;
}
.item-list .categories_name {
	margin: 10px 0;
}
.item-list .categories_name, .old_price {
	color: #B8CBD5;
	font-size: 15px;
}
.item-list .list-more {
	position: relative;
	display: block;
	float: right;
	margin-right: 2px;
}
#drugie .list-more {
}
.item-list .add2cart_form {
	text-align: center;
}
.item-list .price_block {
	text-align: right;
	float: left;
	margin-left: 8px;
	line-height: initial;
}
.item-list .product_label {
	background: transparent url(images/labels.png);
	position: absolute;
	width: 65px;
	height: 58px;
}

.item-list li .wishlist_compare {
	position: absolute;
	bottom: 10px;
	left: 0;
	width: 100%;
}

/* List view */
.item-list ul.list li {
	float: none;
	width: 100%;
	margin: 0 0 10px 0;
	padding: 0;
	border-bottom: 2px dashed #00D1FF;
	min-height: 200px;
}
.item-list ul.list .product_image {
	float: left;
	margin-right: 10px;
}
.item-list ul.list .product_label {
	right: auto;
}
.item-list ul.list .prod_center {
	float: left;
	width: 430px;
}
.item-list ul.list .price_block {
	float: none;
}
.SKU {
	font-size: 12px;
	color: #b8cbd5;
}
.label1.product_label {background-position: -65px 0}
.label2.product_label {background-position: 0 0;}
.label3.product_label {
	background-position: -130px 0;
	line-height: 34px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
}

/* Labels in product-info*/
.product_labels {
	position: absolute;
	top: 10px;
	left: 10px;
}
.product_labels.item-list .product_label {
	position: relative;
	top: auto;
	right: auto;
}
/* item-list + сдайдер */

.item-list.product_slider {
	width: 100%;
}
.item-list.product_slider li {
	margin-right: 0;
	padding: 0;
	height: 313px;
}

.item-list.product_slider .bx-prev, .item-list.product_slider .bx-next {
	background: transparent url(images/prod_slider_arrows.png) 0px 0 no-repeat;
	position: absolute;
	top: 100px;
	width: 47px;
	height: 42px;
	text-indent: -9999px;
	z-index: 1;
}
.item-list.product_slider .bx-prev {left: -60px; background-position: 0 0;}
.item-list.product_slider .bx-next {background-position: -68px 0; right: -60px;}
#also_purchased.item-list.product_slider li {
	padding: 0 3.7px;
}
@media (max-width: 1084px) {
.item-list.product_slider .bx-prev,
.item-list.product_slider .bx-next {
	top: -40px;
}
.item-list.product_slider .bx-prev {left: 890px;}
.item-list.product_slider .bx-next {right: 0;}
}

/* NEWS & Articles */
.date {
	color: #b8cbd5;
	margin: 10px 0;
}

.allarticles {
	width: 100% !important;
	float: none !important;
}
#news a, #articles a,
#news a:hover, #articles a:hover,
.newsdesk_article_shorttext a {
	text-decoration: none;
}
#news .text a, #articles .text a,
.newsdesk_article_shorttext a {
	font: 12px/16px Arial, Helvetica, sans-serif;
	color: #183E4C;
}	
.newsdesk_article_image img {
	padding-right: 5px;
}

#news .title a,
#articles .title a,
#newdesk_listing h1 a,
#articles_listing h1 a {
	font: bold 18px/18px Arial, Helvetica, sans-serif;
}
#news h1, #articles h1 {
	text-transform: uppercase;
	margin-bottom: 30px;
}
.subnew {
	margin-bottom: 10px;
}
/* manufacturers */
#manufacturers {
	position: relative;
	margin: 50px 0;
}
#manufacturers li {
	text-align: center;
	position: relative;
	float: left;
}
#manufacturers li img {
	display: inline;
}
/* бокс категорий --------------------------*/
.newfrontpage #categories_box {
	margin-top: 25px!important;
}
#categories_box a.active {
	color: #212628!important;
}
#categories_box .ul_path2 {
	margin: 10px 0 0 0;
}
#categories_box li.path1 {
	padding: 6px 0;
	line-height: initial;
}
#categories_box li.path2 {
	margin-left: 21px;
	margin-bottom: 10px;
}
#categories_box li a.path1 {
	color: #37759A;
	line-height: 1.5;
	font-family: Tahoma;
	font-size: 20px;
}
#categories_box li a.path2 {
	font-size: 16px;
	line-height: 1.3;
	font-family: Tahoma;
	color: #37759A;
}
.mainpage_text {
	min-height: 253px;
	padding: 10px;
	margin-top: 0;
}
.faq-item {
	display: inline-block;
	width: 30%;
	vertical-align: top;
	margin: 0 10px 10px 0;
	border: 1px solid rgba(55, 117, 154, 0.2);
	border-radius: 4px;
	padding: 8px;
	box-sizing: border-box;
}
.faq-item h3 {
	margin-bottom: 10px;
	line-height: 1.4;
}
/* Карточка товара */
.product_info_main {
	float: left;
	width: 500px;
	font-size: 14px;
	width: calc(100% - 540px);
	min-width: 430px;
}
.articul {
	color: grey;
}
.product_info_wide {
	float: none;
}
.color_mismatch {
	margin-top: 16px;
	font-size: 0.75rem;
	color: #777;
	font-style: italic;
}
#product_info h1.product_name {
	font-size: 27px;
	margin: 10px 0;
}
.product_in_stock,
.product_no_in_stock {
	font-size: 12px;
}
.product_in_stock {
	color: #51a351;
}
.product_no_in_stock {color: #cccccc;}
.hr {
	margin: 5px 0;
	height: 0;
	border: 0;
	border-bottom: 1px solid #DFDFDF;
}
.hr:after {
	border-bottom: 1px solid #FFF;
	width: 100%;
	display: block;
	content: "";
	position: relative;
	top: 1px;
}
/* BUTTONS */
.btn {
	background: #37759A;
	font-size: 16px;
	padding: 0 15px;
	border-radius: 4px;
	color: #fff;
	border: 0;
	display: inline-block;
	height: 34px;
	cursor: pointer;
	outline: none; 	
	text-align: center;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
}
.btn:hover {
	background-color: #295874;
}
.addtocart {
	width: 140px;
    height: 42px;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 15px;
	margin-top: 5px;
}
#addtocart_remnant {
	padding: 13px 0 0 0;
	height: 29px;
}
.remnant-block {
  margin: 16px 0;
  padding: 12px;
  background-color: #FFF8F0;            /* ледь-лиловий / світло-персиковий фон */
  border: 1px solid #F0C0B0;             /* м’який контур */
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
  max-width: 460px;                      /* як у основного блоку */
}

.remnant-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.remnant-icon {
  margin-right: 6px;
  flex-shrink: 0;
}

.remnant-label {
  font-size: 0.9rem;
  font-weight: 600;
  color: #D9534F;                        /* червоний для уваги */
}

.remnant-info {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.remnant-length {
  font-size: 1rem;
  font-weight: 500;
  color: #212628;
  margin-right: 4px;
}

.remnant-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #37759A;                        /* основний бренд-колір */
  margin-right: 4px;
}

.remnant-unit {
  font-size: 0.85rem;
  color: #555555;
}

.btn-block {
  display: block;
  width: 100%;
  padding: 12px 0;
  font-size: 1rem;
  text-transform: uppercase;
  border-radius: 4px;
}

.btn-primary {
  background-color: #37759A;
  color: #FFF;
  border: none;
}
.availability_text {
	text-align: right;
	font-size: 12px;
	line-height: 1.4;
	color: #555555;
}
#r_buy_intovar .qty {
	text-align: center;
	width: 31px;
	margin-right: 20px;
}
input.btn:hover,
input.btn.active {
	cursor: pointer;
}
a.btn {text-decoration: none;}
#checkoutButton, #continue_shopping, #save_measure_btn, #confirm_measure_btn, .checkoutBtnNext {
	font-size: 20px;
	padding: 5px 20px;
	text-align: center;
	box-shadow: 1px 1px 1px 0px grey;
	height: unset;
	min-height: 25px;
	margin: 0 5px;
}
#continue_shopping {
	color: #37759A;
	background: #f5f5f5;
}
#continue_shopping:hover {
	background: rgba(63, 134, 176, .2);
}
.cart_buttons {
	width: max-content;
	margin: 0 auto;
}
.cart_buttons div {
	margin: 20px 0;
}
.cart_buttons a {
	width: -webkit-fill-available;
	width: -moz-available;
	padding: 5px 45px;
}
.btn-warning {
	color: white;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #FAA732;
	background-image: -moz-linear-gradient(top, #FBB450, #F89406);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#FBB450), to(#F89406));
	background-image: -webkit-linear-gradient(top, #FBB450, #F89406);
	background-image: -o-linear-gradient(top, #FBB450, #F89406);
	background-image: linear-gradient(to bottom, #FBB450, #F89406);
	background-repeat: repeat-x;
	border-color: #F89406 #F89406 #AD6704;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn.button-small {
	padding: 3px 8px;
	display: inline;
}
.btn.button-big {
	font-size: 22px !important;
	padding: 11px 15px;
	text-transform: uppercase;
}
.btn.unactive {
	background: #EEE;
	color: #bbb;
}
.btn.unactive:hover {
	background: #EEE;
	cursor: not-allowed;
}
.btn.pager-link {
	background: #CBD9E0 !important;
	line-height: 16px;
	text-align: center;
	color: #FFF;
}

.btn.circle {
	border-radius: 30px;
}
.delete {
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM1NTU1NTUiIHN0cm9rZS13aWR0aD0iMSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48cG9seWxpbmUgcG9pbnRzPSIzIDYgNSA2IDIxIDYiLz48cGF0aCBkPSJNMTkgNmwtMiAxNEg3TDUgNiIvPjxwYXRoIGQ9Ik0xMCAxMXY2Ii8+PHBhdGggZD0iTTE0IDExdjYiLz48cGF0aCBkPSJNOSA2VjRoNnYyIi8+PC9zdmc+") no-repeat center center;
	background-size: 20px 20px;
	border: 0;
	width: 44px;
	height: 44px;
	text-indent: -9999px;
	font-size: 0;
	cursor: pointer;
	display: block;
	margin: 0;
	padding: 0;
}
.btn.cart_button i[class^="icon-"] {
	position: relative;
	margin-right: 4px;
	top: 3px;
}
.btn.cart_button {
	cursor: pointer;
	background: #bbe941;
}
#topinfoblock {
	position: fixed;
	z-index: 1;
	background: #ffffff;
	width: 100%;
	padding: 3px 0;
	font-size: 16px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
	min-height: 80px;
}
#topinfoblock img {
	vertical-align: top;
	margin-left: 60px;
	max-height: 80px;
}
#topinfoblock span {
	margin: 5px 0 0 20px;
	position: absolute;
}
#topinfoblock > div {
	font-size: 14px;
	position: absolute;
	right: 54px;
	bottom: 5px;
}
#topinfoblock > div > div {
	display: inline-block;
}
#topinfoblock div span {
	position: relative;
	font-size: 20px;
	margin-left: 0;
}
#topinfoblock div button {
	vertical-align: super;
	margin-left: 5px;
}
/* Фото товара */
#product_images {
	margin-right: 40px;
	position: relative;
	width: 500px;
}
.product_dop_images .bx-viewport {
	background: transparent;
	border: 0;
	margin: 6px 0;
}
.product_dop_images .bx-prev,
.product_dop_images .bx-next {
	font-size: 12px;
	border-radius: 30px;
	color: #347790;
	background: #eff4f6;
	position: absolute;
	top: 30px !important;
	width: 27px;
	text-indent: -9999px;
	z-index: 1;
	height: 25px;
}
.product_dop_images .bx-prev:hover,
.product_dop_images .bx-next:hover {
	background: #00C6FF;
	color: white;
	text-decoration: none;
}

.product_dop_images .additional_images_list li {
	width: 130px;
	height: 108px;
	line-height: 108px;
	float: left;
	text-align: center;
}

#ch_link, #ch_link1 {
	text-align: center;
	display: inline-block;
}
.highslide-play, .highslide-move, .highslide-close, .highslide-full-expand {
	display: none;
}
.highslide-controls li {
	margin: 0 30px;
}
.img_overflow {
	width: 100%;
	text-align: center;
}
#ch_link img {
	vertical-align: middle;
}
.main_img_size {
	max-width: 100%;
	max-height: 500px;
}
.on-slider-loading {
	background: url(images/loader.gif) center center no-repeat #fff;
}
#slider_product img {vertical-align: middle; display:inline;}
/* zoomProduct View */
#all .zoom_popup_form {
	width: 100%;
	height: 100%;
	max-height: 100%;
	padding: 0;
	border-radius: 0;
}
.zoomProductView__prod-title {text-align: center;}
.zoomProductView .img_overflow {
	height: 100%;
	text-align: center;
	background: #FFF;
}
.zoomProductView .img_overflow img {vertical-align: middle;}
.zoomProductView .additional_images_list {
	text-align: center;
	width: 100%;
	margin-top: 42px;
	overflow: hidden;
}
.zoomProductView .additional_images_list li {
	float: none;
	display: inline-block;
	*display: inline;
	zoom: 1;
	border: 1px solid transparent;
	padding-top: 3px;
	height: 83px;
	overflow:hidden;
	background:transparent;
	line-height: 83px;
}
.zoomProductView .additional_images_list li img {
	vertical-align: middle;
}
.zoomProductView .additional_images_list li.active {
	border: 1px solid;
}
.zoomProductView .zoom-nav {
	position: absolute;
	top: 40%;
	width: 42px;
	height: 42px;
	background: url(images/prod_slider_arrows.png);
	text-indent: -9999px;}
.zoomProductView .zoom-nav.prev {left: 100px;}
.zoomProductView .zoom-nav.next {
	right: 100px;
	background-position: 42px 0px;
}
/* Атрибуты товара */
.attr_select {
	margin-bottom: 5px;
}
.product_attributes .attr {
	float: left;
	margin-right: 30px;
}
.product_attributes_colors a {
	display: block;
	width: 20px;
	height: 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	text-indent: -9999px;
	font-size: 0;
	float: left;
	margin-right: 6px;
}
.product_attributes_colors .color_green {background: #cbe95f;}
.product_attributes_colors .color_yellow {background: #ffd824;}
.product_attributes_colors .color_pink {background: #ff24af;}
.product_attributes_colors .color_blue {background: #00d1ff;}
.product_attributes_colors .color_black {background: #000000;}

.product_attributes_title {margin: 10px 0;}

#product_info_actions {
	margin: 10px 0 0 0;
	max-width: 460px;
	position: relative;
	overflow: visible;
}
.products_short_info {
	margin: 30px 0 20px 0;
}
.products_min_order_info {
	display: flex;
	align-items: center;
	background-color: rgba(55,117,154,0.05);
	border: 1px solid rgba(55,117,154,0.2);
	border-radius: 4px;
	padding: 6px 16px;
	font-size: 12px;
	line-height: 1.4;
	color: #37759A;
	width: fit-content;
	float: right;
	margin-top: 10px;
}
.products_min_order_info i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-right: 6px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjMzc3NTlBIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTAiLz48bGluZSB4MT0iMTIiIHkxPSIxNiIgeDI9IjEyIiB5Mj0iMTIiLz48bGluZSB4MT0iMTIiIHkxPSI4IiB4Mj0iMTIuMDEiIHkyPSI4Ii8+PC9zdmc+");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
#products_min_order_open {
	padding: 20px 60px 20px 20px;
	position: fixed;
	border: solid 1px rgba(55, 117, 154, 0.2);
	border-radius: 4px;
	background: white;
	box-shadow: 0 0 6px 0 rgba(55, 117, 154, 0.2);
	z-index: 2;
	font-size: 16px;
	font-style: normal;
	color: initial;
	font-family: Arial, sans-serif;
	top: 200px;
	margin-right: 10px;
}
#products_min_order_open .products_min_order_close::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	padding: 10px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48bGluZSB4MT0iMTgiIHkxPSI2IiB4Mj0iNiIgeTI9IjE4Ii8+PGxpbmUgeDE9IjYiIHkxPSI2IiB4Mj0iMTgiIHkyPSIxOCIvPjwvc3ZnPg==") no-repeat center / 24px 24px;
	position: absolute;
	right: -4px;
	top: -4px;
}
#products_min_order_close {
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: rgba(0,0,0,0.5);
	z-index: 1;
}
.products_short_info div {
	border: 3px solid lightgrey;
	padding: 7px 10px;
	margin: 10px 0;
	display: flex;
	align-items: center;
	line-height: 1.4;
}
.products_short_info p {
	margin: 0;
}
.products_short_info a {
	color: #1a73e8;
	text-decoration: none;
	border-bottom: 1px dotted currentColor;
	transition: border-color .2s ease, color .2s ease;
}
.products_short_info a:hover, .products_short_info a:focus {
	color: #0059c1;
	border-bottom-style: solid;
}
.products_short_info a:focus-visible {
	outline: 2px dashed #fb8c00;
	outline-offset: 2px;
}
.promo_box {
	border-radius: 5px;
	border: 1px solid orangered;
}
.promo_title {
	background: orangered;
	text-align: center;
	padding: 3px;
	color: white;
	font-weight: bold;
}
.promo_text {
	font-size: 14px;
	padding: 3px 5px;
	line-height: 1.4;
	font-style: italic;
	color: #5e5e5e;
}
.prod_price {
	margin: 29px 0 0;
}
.prod_price .productSpecialPrice,
.prod_price .productSpecialPrice #price,
.prod_price .productSpecialPriceUnit {
	display: inline-block;
	font-size: 1rem;
	vertical-align: baseline;
	color: rgba(33,38,40,.7);
}
.prod_price .productSpecialPrice span {
	color: #37759A;
	/*font-weight: 600;*/
	font-size: 2.25rem;
}
.prod_price .productSpecialOldPrice {
	text-decoration: line-through;
	text-decoration: line-through solid rgba(128,128,128,0.6);
	font-size: 1rem;
	color: #777777;
	position: absolute;
	top: 16px;
}
.productDiscount {
	width: fit-content;
	padding: 2px 6px;
	background: #F28C2B;
	color: #fff;
	font-size: .75rem;
	border-radius: 4px;
	font-weight: 600;
	letter-spacing: .3px;
	display: none;
}
#buy_actions {
	margin: 6px 0 10px 30px;
}
.prod_price s {
	color: #c1d2db;
	font-size: 22px;
}
.prod_info_right table {
	margin-top: 30px;
}
.prod_info_right tr {
	line-height: 1.5em;
}
.prod_info_right button {
	margin-top: 10px;
	margin-bottom: 10px;
}
.options_table {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
#product_time_1, #product_time_2 {
	margin-top: 6px;
}
.group_prod span {
	text-decoration: underline;
}
#abc_14 {
	width: 100%;
}
[id^="id"]:not(#id51) label, #measure_radio label {
	display: inline-block;
	position: relative;
	padding: 4px 10px 0 30px;
	margin: 0 0 20px 2px;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#measure_radio label {
	padding-top: 6px;
}
[id^="id"]:not(#id51) span, #measure_radio span {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #eee;
	border-radius: 50%;
	border: 1px solid rgba(55, 117, 154, 0.2);
}
#id5 span, #id13 span, #id20 span, #id64 span {
	opacity: 0.5;
}
[id^="id"]:not(#id51) label:hover input ~ span, #measure_radio label:hover input ~ span {
	opacity: 0.5;
	border-color: rgba(55, 117, 154, 0.4);
}
[id^="id"]#id5 label:hover input ~ span, [id^="id"]#id13 label:hover input ~ span, [id^="id"]#id20 label:hover input ~ span, [id^="id"]#id64 label:hover input ~ span {
	opacity: 0.8;
	border-color: rgba(55, 117, 154, 0.4);
}
[id^="id"]:not(#id51) label input:checked ~ span, #measure_radio label input:checked ~ span {
	opacity: 1;
	border-color: #37759A;
	box-shadow: 0 0 0 2px rgba(55, 117, 154, 0.2);
}
[id^="id"]:not(#id51) label input:checked ~ span:after, #measure_radio label input:checked ~ span:after {
	display: block;
}
[id^="id"]:not(#id51) span:after, #measure_radio span:after {
	content: "";
	position: absolute;
	top: 10px;
	left: 10px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	display: none;
	background: #fff;
	mix-blend-mode: difference;
}
[id^="id"] label input, #measure_radio label input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}
#measure_radio span {
	background: none;
}
/* LAYOUT */

.wrapper {
	margin-top: 18px;
}
#container {
	margin-top: 56px;
	position: relative;
}
#container .sidebar {
	float: left;
	z-index: 1;
	position: fixed;
	overflow-y: auto;
	height: 100%;
	scrollbar-width: none;
	background: #FAFAFA;
	box-shadow: 2px 0 4px rgba(0,0,0,0.04);
}
#container .sidebar::-webkit-scrollbar {
	display: none;
}
#squeeze {
	position: relative;
	padding-bottom: 45px;
	min-height: 250px;
}

.not-front #squeeze > .inner {
	padding: 0 10px;
}
#container #center {
	float: left;
	width: 100%;
	position: relative;
	left: 286px;
}
#container .sidebar .box {
	margin: 30px 0;
}
.box_bg {
	position: relative;
	padding: 55px 24px 90px 24px;
}
.sidebar .box__inner {
	z-index: 1;
	position: relative;
}
.sidebar .box__title {
	padding: 0 27px;
}
.category_title {
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 1px solid;
	display: inline-block;
}
.box__title,
.add_comment__title {
	font: 18px/100% Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding: 0px;
	margin-bottom: 10px;
}
.section, .clear {clear: both;}

.left {float: left;}
.right {float: right;}

.bottom_section {
	border-bottom: 5px solid #00BEFF;
}
.size1of2 {
	width: 50%;
}
.sizelogin {
	font-size: 14px;
	margin-top: 20px;
}
.sizelogin td input, .sizelogin td select {
	width: 83%;
	margin: 15px 0 15px 5px;
}
/* END LAYOUT */
/* COMMENTS */
#comments {
	margin: 20px 0;
}
.comment_form input[type='text'], .comment_form textarea {
	font-size: 14px;
}
.comment_form textarea {
	width: 40%;
	resize:none;
	max-height: 200px;
}
.captcha_img {
	margin-right: 10px;
}
.comment {
	margin-bottom: 15px;
}
.comment_author {
	font-size: 13.6px;
	font-weight: bold;
	text-transform: uppercase;
	color: #183e4c;
}
.comment_text {width: 100%;}
.comment_top {
	position: relative;
	border-bottom: 1px solid #e3e3e3;
	margin-bottom: 5px;
}
.comment_top .likes {
	position: absolute;
	bottom: 4px;
	right: 0;
}
.comment_top .likes img:last-child {
	position: relative;
	top: -3px
}
.comment_date {
	color: #8ba2ab;
	padding: 3px 0;
	display: block;
}
/* MESSAGES */

.messageBox,
td.messageStackError,
td.messageStackWarning,
td.messageStackSuccess {
	font:normal 12px/14px Tahoma, sans-serif;
	padding: 8px 35px 8px 14px;
	color: #468847;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	border: 1px solid #D92D20;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	margin-bottom: 15px;
	display: block;
}
.messageBox {
}
td.messageStackError, .messageStackWarning {
	color: #ff3434;
	width: 300px;
}
td.messageStackError {
	color: #b94a48;
	background-color: #f2dede;
}
.messageStackWarning {
	color: #c09853;
	background-color: #fcf8e3;
	border: 1px solid #D92D20;
}


td.messageStackSuccess {
	padding: 8px 35px 8px 14px; color: #468847;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

/* END MESSAGES */

/* TABS */
.product-specs__list {
	display: grid;
	grid-template-columns: 140px 1fr;
	row-gap: 12px;
	column-gap: 12px;
	font-size: 14px;
	line-height: 1.4;
	margin: 1rem 0 0;
}
.product-specs__item {
	display: contents;
}
.product-specs__term {
	color: #333;
}
.product-specs__desc {
	color: #555;
}
.compares:last-of-type {
	border-bottom: 0;
}
#compare_box {
	position: fixed;
	background: #fff;
	width: 110px;
	left: 0;
	top: 300px;
	border-radius: 0 10px 10px 0;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.23);
	z-index: 51;
}
#compare_wishlist {
	line-height: 17px;
}
.compare_item {
	position: relative;
	margin: 5px 0;
	transition: all 0.2s;
}
.compare_item:hover .compare_block__delete {
	opacity: 1;
}
.compare_block__prod_img {
	text-align: center;
	width: 100%;
}
.compare_block__prod_name {
	opacity: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	position: absolute;
	left: 0;
	top: 38px;
	background: #fff;
	z-index: 1;
	padding: 0px 10px;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.15);
	height: 36px;
	line-height: 10px;
	width: 90px;
	border-radius: 0 0 10px 0;
}
.compare_item:hover .compare_block__prod_name {
	visibility: visible;
	opacity: 1;
	overflow: hidden;
}
.compare_item a {
	font-size: 10px;
}
.compare_box_title {
	padding: 5px 10px;
	font-size: 12px;
	color: #00BEFF;
	font-weight: bold;
}
.compare_block__delete {
	position: absolute;
	top: -5px;
	right: 0;
	opacity: 0;}
.compare_item .inner {
	padding: 5px 10px;
}
.gocomparelink {
	font-size: 10px;
	font-weight: bold;
	text-decoration: underline;
	padding: 4px;
	display: block;
	text-align: center;
}


.wishlist_compare {font-size: 11px;}
.wishlist_compare a {color: #183e4c;}
#wishlist_bg {
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	width: 179px;
	border-radius: 5px 5px 0 0;
	position: relative;
	left: -90px;
	top: 89px;
	background: #00D1FF;
	padding: 4px;
	text-align: center;
	color: #183E4C;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	height: 30px;
	line-height: 30px;
	padding: 4px 20px;
}
#wishlist_box_in2 {
	position: fixed;
	top: 300px;
	z-index: 1001;
	right: 10px;
}
#wishlist_box_in2 a {
	display: block;
	font-size: 11px;
	width: 29px;
}
#wishlist_sum {
	margin: 0 0 3px 2px;
}

.img_f_gall {
	overflow: hidden;
	height: 100%;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	padding: 1px;
	border: 1px solid white;
}

.photogallery_main {
	text-align: center;
	padding-bottom: 10px;
}

.photogallery_main a {
	font-size: 18px;
}

.photogallery_main2 {
	font-size: 18px;
	color: #00d1ff;
	text-align: center;
	padding-bottom: 15px;
}

.height23 {
	height: 20px;
}

.height24 {
	height: 30px;
}

.img_f_gall2 {
	overflow: hidden;
	-moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
	padding: 1px;
	border: 1px solid white;
}
.img_f_gall2 img {
	height: 100%;
	width: 100%;
}

/* Multiselect */

.ui-multiselect {
	text-align: left;
	border: 0;
	height: 26px;
	line-height: 100%;
	cursor: pointer;
	width: auto !important;
	font-size: 14px;
	padding: 4px 40px 6px 10px;
	border-radius: 30px !important;
	background: #FFF;
	color: #37759A;
	border: 1px solid #99B0C1;
	outline: none;
	padding-right: 40px;
	position: relative;
}
.ui-multiselect-single .ui-multiselect-checkboxes input { position: absolute !important; top: auto !important; left:-9999px;}
.ui-multiselect-single .ui-multiselect-checkboxes label { padding: 5px !important }

.ui-multiselect-header { margin-bottom: 3px; padding: 3px 0 3px 4px }
.ui-multiselect-header ul { font-size: 0.9em }
.ui-multiselect-header ul li { }
.ui-multiselect-header a { text-decoration:none }
.ui-multiselect-header a:hover { text-decoration:underline }
.ui-multiselect-header span.ui-icon { float: left }
.ui-multiselect-header li.ui-multiselect-close { float: right; text-align: right; padding-right: 0 }

.ui-multiselect-menu {
	width: auto !important;
	display:none;
	padding: 3px;
	position: absolute;
	z-index: 10000;
	text-align: left
}
.ui-multiselect-checkboxes {
	position: relative;
	overflow-y: auto;
	background: #FFF;
	height: auto !important;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.37);
	z-index: 1;
	font-size: 14px;
	line-height: 1.3;
}
.ui-multiselect-checkboxes label { cursor: pointer; display: block; border: 1px solid transparent; padding: 3px 1px }
.ui-multiselect-checkboxes label input { position: relative; top: 1px }
.ui-multiselect-checkboxes li {
	clear:both; font-size: 0.9em; padding-right: 3px
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	-ms-transition: all 0.1s;
	-o-transition: all 0.1s;
	transition: all 0.1s;
}
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label { text-align:center; font-weight: bold; border-bottom: 1px solid }
.ui-multiselect-checkboxes li.ui-multiselect-optgroup-label a { display: block; padding: 3px; margin: 1px 0; text-decoration:none }
.ui-multiselect-checkboxes li:hover {
	background: #37759A;
	color: #FFF;
}

* html .ui-multiselect-checkboxes label { border:none }

/* /Multiselect */
.ui-multiselect {
	border-radius: 30px !important;
}
#call_to_us input[type='text'] {
	width: 297px;
}

/*---------------------ФИЛЬТР------------------*/
.filter_box_in {
	padding-bottom: 5px;
	padding-top: 5px;
}
.filter_cont .attrib_divs {
	margin: 0 0 12px 0;
}

.filter_cont select {
	background: #f6f6f6!important;
	border: 1px solid #fff!important;
	color: #555!important;
	outline: 0!important;
}

.filter_box input {
	border-radius: 4px;
	padding: 0 3px;
	text-align: center;
}
.slider-from {
	margin-left: 38px;
}
.filter_box select {
	width: 100%;
	background: #fff;
	border: 1px solid #dedede;
	border-radius: 5px;
	margin-top: 7px;
}

.filter_slov {
	float: right;
	width: 100%;
	margin-left:-400px;
}
.filter_slov_in {
	margin-left: 400px;
}
.filter_slov_wide {
	width: 100%;
	margin-left:-76px;
}
.filter_slov_wide_in {
	margin-left: 76px;
}
.filter_slov_wide_in input[type="text"] {
	width: 100%;
	height: 11px;
}
.filter_slov_in input[type="submit"] {
	padding: 0 1px 1px 1px;
	margin-top: 1px;
	background: #fff;
	border-radius: 3px;
	border: 0;
	cursor:hand;
}

/*---------------------ФИЛЬТР----END--------------*/
.filter_heading {
	font-size: 22px;
	font-weight: bold;
	color: steelblue;
	display: block;
	margin-bottom: 12px;
}

.price_fltr {
	font-size: 12px;
	color: #183e4c;
}

input[type="checkbox"] {
	display:none;
}
input[type="checkbox"] + span {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -1px 4px 5px 0;
	vertical-align: middle;
	background: url(images/checkbox_off.jpg) no-repeat 0px 0px;
	cursor: pointer;
	box-shadow: 0 0 1px #000;
	border-radius: 3px;
}
input[type="checkbox"]:checked + span {
	background:url(images/checkbox_on.jpg) no-repeat 0px 0px;
}
a.link24 {color: #183e4c;}
a.link24:hover {text-decoration: none;}

/* SEARCH */

.search_box {
	position: fixed;
	width: 215px;
	top: 56px;
	background: #FAFAFA;
	z-index: 2;
	padding: 20px 30px 10px 10px;
	margin-left: -10px;
}
.search_input .search_button {
	position: absolute;
	right: 25px;
	z-index: 27;
	background: url("data:image/svg+xml; base64, PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJzZWFyY2giIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1zZWFyY2ggZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik01MDUgNDQyLjdMNDA1LjMgMzQzYy00LjUtNC41LTEwLjYtNy0xNy03SDM3MmMyNy42LTM1LjMgNDQtNzkuNyA0NC0xMjhDNDE2IDkzLjEgMzIyLjkgMCAyMDggMFMwIDkzLjEgMCAyMDhzOTMuMSAyMDggMjA4IDIwOGM0OC4zIDAgOTIuNy0xNi40IDEyOC00NHYxNi4zYzAgNi40IDIuNSAxMi41IDcgMTdsOTkuNyA5OS43YzkuNCA5LjQgMjQuNiA5LjQgMzMuOSAwbDI4LjMtMjguM2M5LjQtOS40IDkuNC0yNC42LjEtMzR6TTIwOCAzMzZjLTcwLjcgMC0xMjgtNTcuMi0xMjgtMTI4IDAtNzAuNyA1Ny4yLTEyOCAxMjgtMTI4IDcwLjcgMCAxMjggNTcuMiAxMjggMTI4IDAgNzAuNy01Ny4yIDEyOC0xMjggMTI4eiI+PC9wYXRoPjwvc3ZnPg==");
	filter: invert(0%) sepia(0%) saturate(1%) hue-rotate(231deg) brightness(100%) contrast(9%) opacity(60%);
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	text-indent: -9999px;
	top: 26px;
	cursor: pointer;
}
.search_input .ac_input:focus + .search_button {
	filter: invert(0%) sepia(0%) saturate(1%) hue-rotate(231deg) brightness(100%) contrast(9%);
}
.qnt {
	position: absolute;
	top: 42px;
	right: 13px;
	font-size: 11px;
	color: #000;
	margin: 0;
}
.qntp {
	font-size: 12px;
	font-weight: bold;
	position: absolute;
	right: 10px;
	top: 7px;
	margin: 0;
	color: #37759A;
}
.qnt1 {
	left: 63px;
	position: absolute;
	top: 5px;
	width: 140px;
	font-size: 11px;
	line-height: 12px;
}
.ac_results {
	position: fixed !important;
	z-index: 25;
	background-color: Window;
	overflow: auto;
	overflow-x: hidden;
	margin-left: -23px;
	margin-top: 2px;
	width: 270px !important;
	padding-top: 0px;
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.28);
	-moz-border-radius: 0 0 4px 5px;
	-webkit-border-radius: 0 0 4px 5px;
	border-radius: 0 0 4px 5px;
	max-height: 80%;
}
.ac_results ul {
	width: 100%;
	list-style-position: outside;
	list-style: none;
	padding: 0;
	margin: 0;
}
.ac_results li:hover {
	color: #FFF;
	background: #37759A;
}
.ac_results li:hover .qntp,
.ac_results li:hover .qnt {color: #ffffff;}
.ac_results iframe {
	display: none;
	display/**/: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	filter:mask();
	width: 3000px;
	height: 3000px;
}
.ac_results li {
	border-bottom: 1px dotted #ccc;
	cursor: pointer;
	display: block;
	font: menu;
	font-size: 12px;
	height: 50px;
	margin: 0;
	overflow: hidden;
	padding: 7px 7px;
	position: relative;
	z-index: 3;
}
.ac_loading {background : Window url('../images/loading.gif') right center no-repeat;}
.ac_over {
	background-color: #f3f3f3;
	color: #000;
}
.picsearch {
	float: left;
	width: 50px;
}
.search_image_wrap {
	float: left;
	height: 50px;
	overflow: hidden;
}
/* END SEARCH */

/* RATING */
.rating_wrapper * {margin: 0; padding: 0; color: white; width: 85px;}
.rating_wrapper {
	height: 17px;
	width: 85px;
	float: left;
	margin-right: 10px;
}
.sp_rating {font-family:Verdana, Geneva, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 1.7em; color: #5f5f5f; display: block; width: 85px;}
.sp_rating:hover .score {
	display: block;
	background:url(images/ratings.png) 0 0 no-repeat;
}
.rating {float: left; padding-right: 4px;}
.base {background:url(images/ratings.png) 0 -1px no-repeat; width: 85px; height: 15px; float: left; padding-right: 4px; overflow:hidden;}
.average {background:url(images/ratings.png) 0 -16px no-repeat; text-indent:-9999px; height: 15x;}
.votes {float: left; padding-right: 4px;}
.score { background:url(images/ratings.png) 0 -1px no-repeat; width: 85px; height: 15px; float: left; position: relative; margin-top: -16px; display: none;}
.score a {display: block; height: 15px; float: left; text-indent:-9999px; position: absolute; overflow:hidden; line-height: 1em;}
.score1 {width: 20%; z-index: 55;}
.score2 {width: 40%; z-index: 54;}
.score3 {width: 60%; z-index: 53;}
.score4 {width: 80%; z-index: 52;}
.score5 {width: 100%; z-index: 51;}
.score a:hover { background:url(images/ratings.png) 0 -15px no-repeat;}
.status {height: 15px; width: 85px; position: relative;}
.score_this { height: 16px; overflow:hidden;}
.score_this a {color: #f37800;}
/*END RATING */

/* POPUPS */
#fade {
	display: none;
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .2;
	z-index: 999;
}
.popup_block {
	height: auto;
	display: none;
	background: #fff;
	border: 0px solid #333;
	float: left;
	z-index: 1002;
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	-moz-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	overflow-y: auto;
	overflow-y: auto;
	max-height: 95vh;
	width: 90%;
	max-width: 900px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0;
	padding: 0;
	top: 0;
	position: fixed;
	border-radius: 4px;
	max-height: 100vh;
}
.popup_block::before {
	content: "";
	position: sticky;
	top: 0;
	width: inherit;
	height: 60px;
	background: #fff;
	z-index: 5;
	display: block;
	width: 100%;
}
.popup_block > .close {
	position: sticky;
	top: 16px;
	display: block;
	width: 24px;
	height: 24px;
	margin: -60px 16px 0 auto;
	padding: 10px;
	z-index: 10;
	background: none;
	color: #333;
	cursor: pointer;
	transition: background-color 0.2s ease;
}
.popup_block > .close::before {
	content: "";
	display: block;
	width: 24px;
	height: 24px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgc3Ryb2tlLXdpZHRoPSIxIiBzdHJva2U9ImN1cnJlbnRDb2xvciIgZmlsbD0ibm9uZSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIj48bGluZSB4MT0iMTgiIHkxPSI2IiB4Mj0iNiIgeTI9IjE4Ii8+PGxpbmUgeDE9IjYiIHkxPSI2IiB4Mj0iMTgiIHkyPSIxOCIvPjwvc3ZnPg==") no-repeat center / 24px 24px;
}
.popup_block > .close:hover,
.popup_block > .close:focus {
	background-color: rgba(0, 0, 0, 0.05);
	outline: none;
}
.popup_block > div,
.popup_block > form {
	padding: 16px;
	box-sizing: border-box;
}
.popup_block .popup_in {
	margin: auto;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0 10px 0 0;
	height: 100%; 	
}
.poplight {
	display:none;
}
#popup_cart_form {
	padding: 20px;
}
/* END POPUP */

/* LISTING */
.listing-header {
	padding: 10px 0 20px;
}
.listing-header-punkt {
	padding: 6px 5px 0 0;
	font-size: 14px;
	color: #183E4C;
	line-height: 19px;
}
.listing-header input[type="text"] {
	font-size: 11px;
	color: #37759A;
}
.listing-header select {
	font-size: 14px;
	color: #37759A;
	border: 1px solid rgba(55, 117, 154, 0.2);
	border-radius: 3px;
	padding: 5px;
	cursor: pointer;
	max-width: 100%;
}
.dd_select {
	max-width: 42%;
}
.prod_list {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.prod_list_image {
	float: left;
	width: 150px;
	text-align: center;
}
.img_opac_nosclad {opacity: 0.5;}
.prod_list:hover .img_opac_nosclad, .prod_col:hover .img_opac_nosclad {opacity: 0.7;}
.prod_list_right {
	float: right;
	width: 100%;
	margin-left: -150px;
	text-align: center;
}
.prod_list_right_in {
	margin-left: 150px;
	text-align: left;
	padding: 0 10px;
}
.prod_list_name {font-size: 17px;}
.prod_list_name a {
	color: #000;
	text-decoration: underline;
}
.prod_list_name a:hover {
	color: #000;
	text-decoration: none;
}
.prod_list_text {
	padding: 10px 0;
	color: #777;
}
.prod_weight {
	float: left;
	color: #777;
	line-height: 1.4;
}
.prod_weight a {text-decoration: underline;}
.prod_weight a:hover {text-decoration: none;}
.prod_list:hover .prod_weight span {color: #349ddb;}
.prod_list:hover .prod_weight a {
	color: #349ddb;
	text-decoration: underline;
}
.prod_list:hover .prod_weight a:hover {text-decoration: none;}
.prod_list:hover .prod_list_text {color: #333;}
.prod_list:hover .prod_list_name a {color: #349ddb;}
.prod_list_price-buy {float: right;}
.prod_list_price {
	font-size: 20px;
	line-height: 0.7;
	color: #00b119;
}
.prod_list_price span {
	font-size: 12px;
	color: #999;
}
.prod_list_buy {
	float: right;
	font-size: 12px;
	padding: 10px 0 0 0;
}
.prod_list_buy_height {
	float: right;
	height: 35px;
}
.prod_list_sklad {
	float: right;
	color: #777;
	line-height: 1.4;
	font-size: 12px;
	padding: 0 0 5px 0;
}
.prod_list_sklad span {color: #999;}
.color_nosklad {color: #999!important;}
.soobsh {
	font-size: 12px;
	text-align: right;
	padding: 10px 0 0 0;
	line-height: 1;
}
.soobsh a:hover {
	text-decoration: none;
}
.soobsh a {
	color: #b10032;
	text-decoration: underline;
}
.soobsh a:hover {
	color: #b10032;
	text-decoration: none;
}
.productListing-odd, .productListing-even {width: 100%;}
.productListing-even td, .productListing-odd td {vertical-align: middle;}
/* список товаров: колонки */
.prod_col {
	padding: 15px 10px;
	position: relative;
}
.prod_col_image {
	text-align: center;
	padding: 5px;
	height: 160px;
}
.prod_col_right {
	width: 100%;
	margin-left: -150px;
	text-align: center;
}
.prod_col_right_in {
	margin-left: 150px;
	text-align: left;
	padding: 0 10px;
}
.prod_col_name {
	font-size: 17px;
	text-align: center;
}
.prod_col_name a {
	color: #000;
	text-decoration: underline;
}
.prod_col_name a:hover {
	color: #000;
	text-decoration: none;
}
.prod_col_text {
	padding: 10px 0;
	color: #777;
}
.prod_col:hover .prod_col_name a {color: #349ddb;}
.prod_col_price {
	float: left;
	font-size: 20px;
	line-height: 0.7;
	color: #00b119;
	text-align: center;
}
.prod_col_price span {
	font-size: 12px;
	color: #999;
}
.prod_col_price-buy {
	height: 35px;
}
.prod_col_buy {
	float: right;
}
.prod_col_sklad {
	color: #00b119;
	font-size: 12px;
	padding: 0;
}
.prod_col_sklad span {
	color: #999;
}
.color_nosklad {
	color: #999!important;
}
.soobsh_col {
	font-size: 12px;
	text-align: right;
	padding: 17px 0 0 0;
}
.soobsh_col a {
	color: #b10032;
	text-decoration: underline;
}
.soobsh_col a:hover {
	color: #b10032;
	text-decoration: none;
}
#listingDisplayType {
	margin-top: 5px;
	margin-left: 10px;
}
/* END LISTING */

/* better_togeather */
.bt_top_shadow {
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
	height: 41px;
	position: relative;
	top: 60px;
}
.bt_bot_shadow {
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
	height: 41px;
	position: relative;
	bottom: 60px;
}
#better_togeather {
	z-index: 1;
	position: relative;
	background: #fff;
	margin: 20px 0;
	padding: 10px 20px;
	-moz-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31)
-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
	box-shadow: 0 0 14px rgba(0, 0, 0, 0.31);
}
#better_togeather .discount {
	margin-top: 10px;
	margin-left: 30px;
	color: #fff;
	font-size: 23px;
	background: transparent url(images/blue_label.png) 0 0 no-repeat;
	width: 130px;
	height: 132px;
	text-align: center;
	line-height: 129px;
	font-weight: bold;
}
#better_togeather .item {
	text-align: center;
	width: 120px;
	box-shadow: 0 0 6px #ccc inset;
	padding: 10px;
}	
.btogether-plus {
	margin: 61px 20px 0 20px;
	font-size: 50px;
	color: #00C6FF;
}
#featured, #new_products {
}
.sidebar #new_products .bx-viewport {
	border: 0;
}
.sidebar .bx-wrapper .bx-controls-direction a {
	background: transparent url(images/small_slider_arrows.png);
}
.sidebar .bx-wrapper .bx-controls-direction .bx-prev,
.sidebar .bx-wrapper .bx-controls-direction .bx-next {
	position: absolute;
	top: 30%;
	width: 11px;
	height: 15px;
	text-indent: -9999px;
	z-index: 1;
}
.sidebar .bx-wrapper .bx-controls-direction .bx-prev {left: -5px; background-position: 0px 0;}
.sidebar .bx-wrapper .bx-controls-direction .bx-next {right: -5px; background-position: 11px 0;}

.check_btn {
	position: relative;
	top: -2px;
	width: 16px;
	height: 16px;
	border: 1px solid #CCC;
	display: block;
}
/* KABINET */
#account {
	margin: 0 auto 50px;
	text-align: center;
}
#account a {
	font-size: 16px;
}
#account li {
	color: #c96000;
	display: inline-block;
	margin: 16px;
}
#account_history_table tr:nth-child(even) td {
	background: #F7F7F7;
}
#account_order_info .attributes {
	padding-left: 20px;
	font-size: 12px;
	margin: 5px 0;
	font-style: italic;
}
#address_book .firstname_lastname {
	font-size: 18px;
}
#account_password, #account_edit, #address_book, #address_book_process {
	font-size: 14px;
	line-height: 1.5;
}
#account_password input, #account_edit input, #address_book input, #address_book_process input {
	margin: 10px 5px;
}
#account_password .btn, #account_edit .btn, #address_book .btn, #address_book_process .btn {
	margin: 25px 0 0 0;
	font-size: 14px;
}
#address_book_process select[name="country"] {
	padding: 4px 1px;
	width: 182px;
	margin: 10px 5px;
}
#address_book_process span {
	margin: 30px 5px;
}
.address_entry {
	border-bottom: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px 0;
}
.typical_table h2 {
	font-size: 15px;
	margin: 8px 0;
}
.typical_table td {
	padding: 5px 5px;
}
/* END KABINET */
.lifted {
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.drop-shadow {
	position: relative;
	width: 40%;
	padding: 1em;
	margin: 2em 0 4em;
	background: #FFF;
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	-moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
}
#account li:last-child {
	border-bottom: 0;
}
.box-address-card {
	background: #FFF;
	margin: 40px 0;
	padding: 10px 70px 10px 30px;
	width: fit-content;
}
#squeeze .box-address-card .inner {
	padding: 10px;
}
.effect7 {
	position: relative;
	border: 2px dashed lightgrey;
}

.effect7:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	right: 10px;
	left: auto;
	width: 50%;
	top: 80%;
	max-width: 300px;
	background: #777;
	-webkit-box-shadow: 0 15px 10px #777;
	-moz-box-shadow: 0 15px 10px #777;
	box-shadow: 0 15px 10px #777;
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
}

.prod_info_size {
	position: relative;
	overflow: hidden;
	background: white;
	border: 1px solid rgba(55, 117, 154, 0.2);
	border-radius: 4px;
	float: none;
	display: inline-block;
	text-align: center;
	margin: 2px;
	width: 150px;
	max-width: 30%;
}
.prod_info_size:hover {
	background: rgba(55, 117, 154, 0.1);
}
.prod_info_size.active {
	background: #37759A;
	border-color: #37759A;
	box-shadow: 0 0 0 2px rgba(55, 117, 154, 0.2);
}
.prod_info_size div {
	line-height: 1;
	text-align: center;
}
.prod_info_size span {
	font-size: 18px;
}
.prod_info_size.active div {
	color: white;
}
.prod_info_size img {
	width: 100%;
	vertical-align: middle;
}
.prod_info_size i {
	display: none;
}
.prod_info_size.active i {
	display: inline-block;
	color: #37759A;
	text-shadow: 0 1px 1px #ffffff, 0 -1px 0 #ffffff;
	position: absolute;
	bottom: 19px;
	left: 5px;
	font-size: 2em;
}
i.icon-zoom {
	position: absolute;
	width: 100%;
	height: 100%;
	height: -webkit-fill-available;
	top: 0;
	left: 0 !important;
	cursor: zoom-in;
}
label .prod_info_size.active i {
	bottom: 5px;
}
label .prod_info_size {
	border: 5px solid white;
}
label .prod_info_size:hover {
	border-color: rgba(55, 117, 154, 0.4);
}
/* POLLS */

.polls_1 {
	padding: 4px;
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: 100;
}
.polls_2 {
	float: left;
	padding-right: 3px;
	text-align: left
}
.polls_3 {
	float: left;
	font-family:Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	max-width: 174px;
}

.polls_4 {
	text-align: left;
	padding-left: 10px;
}
.polls_4 a {
	text-align: left;
	text-decoration:underline;
}

/* /POLLS*/
/* schemes_list */
.schemesPopup {
	position: absolute;
	margin-top: 0 !important;
	top: 50px !important;
	max-width: 88%;
	margin-left: 0!important;
	left: unset;
}

#schemes_list li {
	width: 21%;
	float: left;
	list-style-position: inside;
	padding: 0 2%;
}
#schemes_list input[type="text"] {
	width: 24px;
	text-align: center;
}
.schemes_col {
	vertical-align: middle;
	float: left;
	width: 23%;
	padding: 0 2% 0 0;
}
.schemes_col:last-child {
	border-right: 0;
}
#schemes_list tr:first-child .schemes_col {
	border-top: 0;
}
.schemes_col td.last {
	text-align: right;
}
.scheme_image {
	text-align: center;
}
.scheme_image img {
	max-width: 100%;
	max-height: 600px;
}
.dimensions_name {
	font-size: 11px;
}
.dimensions_num {
	border: 1px solid #D13232;
	width: 20px;
	height: 20px;
	line-height: 20px;
	border-radius: 50px;
	display: inline-block;
	text-align: center;
	margin-right: 3px;
	color: #D13232;
	font-size: 11px;
	font-weight: bold;
}
/* /schemes_list */
#product_tabs .ct-desc span:not(.nozpt):not(:last-of-type):after {
	content:', ';
}

.subCatText {
	font-size: 14px;
	display: inline-block;
	margin: 0 10px 10px 0;
	border: 1px solid rgba(55, 117, 154, 0.2);
	padding: 5px 0;
	border-radius: 4px;
}
.subCatText:hover {
	border-color: rgba(55, 117, 154, 0.4);
}
.subCatText a {
	padding: 5px 10px;
}
.subCatText a:hover {
	text-decoration: none;
}
.main_browse {
	width: auto;
	text-align: center;
	display: block;
	padding-top: 20px;
	margin-bottom: -20px;
}
.main_browse a {
	line-height: 1.5;
	font-weight: bold;
	font-size: 14px;
	padding: 0 5px;
}
.main_browse a img {
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.60);
	-moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.60);
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.60);
	max-width: 400px;
	width: 83%;
	border-radius: 4px;
}
#paymentMethods_logo {
	margin: 26px 0;
}
#paymentMethods_logo div {
	display: inline-block;
}
#paymentMethods_logo span {
	display: block;
	width: fit-content;
	margin: 0 auto;
	color: #37759A;
}
#paymentMethods_logo span:hover {
	text-decoration: underline;
	cursor: pointer;
}
#paymentMethods_logo img {
	margin: 0 5px;
	height: 44px;
	max-width: 160px;
}
#paymentMethods_logo img:hover, #paymentMethods_logo div:hover {
	cursor: pointer;
}
#filters_box {
	margin-bottom: 50px!important;
}
.sh_btn {
	background: #37759A!important;
	border: 1px solid white!important;
	border-bottom: none!important;
}
#table_cat {
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.4;
	border-collapse: collapse;
	width: 100%;
}
#table_cat td, #table_cat th {
	border: 1px solid #ddd;
	padding: 8px;
}
#table_cat th {
	font-weight: bold;
}
.article_rel {
	font-size: 15px;
	font-family: Tahoma;
	font-style: normal;
	padding: 70px 0;
}
.article_rel div {
	padding-bottom: 5px;
	text-decoration: underline;
}
.article_rel p {
	margin-bottom: 15px;
}
.article_rel a {
	font-size: 17px;
}
#galoon_fabrics li {
	width: 24%;
}
.cookie-banner {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	background: #FFFFFF;
	border-top: 1px solid rgba(33,38,40,0.1);
	box-shadow: 0 -1px 4px rgba(0,0,0,0.1);
	font-size: 14px;
	line-height: 1.5;
	z-index: 10000;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding: 12px 24px;
}
.cookie-banner__text {
	margin: 0;
	max-width: 1024px;
	color: #212628;
	padding: 0;
}
.cookie-banner__text a {
	color: #37759A;
	text-decoration: underline;
	font-weight: 600;
}
.cookie-banner__btn {
	margin-left: 8px;
	padding: 8px 16px;
	border-radius: 4px;
	font-size: 14px;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s;
	background: #37759A;
	color: #FFFFFF;
	border: none;
}
.cookie-banner__btn:hover {
	background: #295874;
}
.economy, #tableofmeasurements {
	font-size: 14px;
	margin: 0 auto 20px;
}
#tableofmeasurements td, #tableofmeasurements th {
	border: 1px solid grey;
	padding: 4px;
}
#tableofmeasurements td:first-of-type {
	text-align: center;
	width: 55px;
}
#tableofmeasurements th {
	text-align: center;
}
.economy td, .economy th {
	border: 1px solid grey;
	text-align: center;
	padding: 10px 5px;
}
.economy td {
	padding: 2px 5px;
}
.economy td:nth-of-type(2), .economy tr:last-of-type td:first-of-type {
	text-align: left;
}
.economy td:nth-of-type(5), .economy tr:last-of-type td:last-of-type {
	text-align: right;
	font-weight: bold;
}
.economy div {
	color: grey;
	font-size: 12px;
	font-weight: normal;
}
.economy span {
	text-decoration: line-through;
	color: red;
	font-weight: normal;
}
.not_in_stock {
	-webkit-filter: grayscale(100%) brightness(130%) contrast(90%);
	-moz-filter: grayscale(100%) brightness(130%) contrast(90%);
	-ms-filter: grayscale(100%) brightness(130%) contrast(90%);
	-o-filter: grayscale(100%) brightness(130%) contrast(90%);
	filter: grayscale(100%) brightness(130%) contrast(90%);
	filter: gray;
	cursor: no-drop;
}
.not_in_stock:hover {
	background-color: inherit;
}
.item-list .product_text_nis:after, #ad_img7 .product_text_nis:after {
	content: attr(data-title);
	position: relative;
	background: #e7e7e7;
	border: 1px solid grey;
	border-radius: 5px;
	box-shadow: 0 0 0px 2px #e7e7e7;
	padding: 3px 10px;
	top: -40px;
	font-style: italic;
	font-size: 16px;
	cursor: pointer;
	color: grey;
	display: block;
	width: fit-content;
	width: -moz-fit-content;
	margin: 0 auto;
}
.highslide-container .confirmbutton, #hs_closebutton {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: 24px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	color: #37759A;
	text-shadow: 0 1px 1px #ffffff, 0 -1px 0 #ffffff;
	top: -26px;
	position: relative;
	cursor: pointer;
}
.confirmbutton:before {
	content: "\f00c";
}
#hs_closebutton {
	left: 0;
	background: none;
}
#hs_closebutton:before {
	content: "\f00d";
}
/** END MAIN STYLES **/
.mainpage_block {
	padding: 0 20px;
}
#path1_h, .article_rel {
	display: none;
}
.ch_link_resp {
	display: block;
	position: relative;
	z-index: -1;
	opacity: 0.5;
}
.item-list.product_slider {
	width: 100%;
}
#listing-filter div {
	cursor: pointer;
	color: #37759A;
	font-size: 16px;
	padding-left: 14px;
}
#listing-filter div:before {
	content: "";
	background: url("data:image/svg+xml; base64, PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJmaWx0ZXIiIGNsYXNzPSJzdmctaW5saW5lLS1mYSBmYS1maWx0ZXIgZmEtdy0xNiIgcm9sZT0iaW1nIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIgNTEyIj48cGF0aCBmaWxsPSJjdXJyZW50Q29sb3IiIGQ9Ik00ODcuOTc2IDBIMjQuMDI4QzIuNzEgMC04LjA0NyAyNS44NjYgNy4wNTggNDAuOTcxTDE5MiAyMjUuOTQxVjQzMmMwIDcuODMxIDMuODIxIDE1LjE3IDEwLjIzNyAxOS42NjJsODAgNTUuOThDMjk4LjAyIDUxOC42OSAzMjAgNTA3LjQ5MyAzMjAgNDg3Ljk4VjIyNS45NDFsMTg0Ljk0Ny0xODQuOTdDNTIwLjAyMSAyNS44OTYgNTA5LjMzOCAwIDQ4Ny45NzYgMHoiPjwvcGF0aD48L3N2Zz4=");
	width: 16px;
	height: 16px;
	background-size: 16px 16px;
	display: block;
	text-indent: -9999px;
	position: absolute;
	left: 5px;
	filter: invert(43%) sepia(80%) saturate(344%) hue-rotate(158deg) brightness(94%) contrast(90%);
	margin-top: 1px;
}
#handheld-cat:checked ~ #handheld-menu, #handheld-filter {
	display: block;
	position: fixed;
	z-index: 6;
	background-color: #fff;
	padding: 5px 15px;
	left: 0;
	top: 48px;
	bottom: 0;
	max-height: 100%;
	height: auto;
	overflow: auto;
	min-width: 350px;
	min-width: fit-content;
}
#handheld-cat:checked ~ .handheld-cat-btn, #handheld-filter-back {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
}
#handheld-filter-back {
	z-index: 3;
}
#handheld-cat:checked ~ .handheld-cat-btn:before, #handheld-filter-back:before {
	content: "\00D7";
	font-size: 35px;
	color: #fff;
	position: fixed;
	top: 5px;
	right: 30px;
	text-shadow: 2px 2px 2px #000;
	border: solid 2px white;
	border-radius: 40px;
	width: 34px;
	text-align: center;
	height: 34px;
	line-height: 1;
	background: dimgray;
	box-shadow: 2px 2px 2px #000;
}
#handheld-cat:checked ~ .handheld-cat-btn:hover {
	opacity: 0.9;
}
#handheld-tel:checked ~ .phones_dropdown_mobile {
	display: block;
	position: fixed;
	width: 195px;
	z-index: 6;
	padding: 0;
	top: 120px;
	left: 10px;
	background-color: #fff;
	box-shadow: 1px 1px 5px 2px #555;
	padding: 5px;
	height: auto;
	font-size: 20px;
	line-height: 40px;
	border-radius: 15px;
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.5);
}
#handheld-tel:checked ~ .handheld-tel-btn {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 0;
	position: fixed;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1;
}
#handheld-tel:checked ~ .handheld-tel-btn:before {
	content: "\00D7";
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	position: fixed;
	top: 108px;
	left: 225px;
	text-shadow: 2px 2px 2px #000;
	z-index: 1;
}
#handheld-tel:checked ~ .handheld-tel-btn:hover {
	opacity: 0.9;
}
#filters_box {
	top: 125px;
}
#block, .listing-header {
	width: auto!important;
	margin: 0 auto!important;
}
.prod_options td {
	width: 88px!important;
}
#prod_options, #prod_options3 {
	width: auto!important;
}
.item-list.product_slider .bx-prev {
	left: 670px;
}
.size1of2 {
	width: 80%;
}
.size1of2 {
	width: 70%;
}
.sh_btn_bottom_right {
	right: 0!important;
}
.sh_btn {
	border-right: none!important;
}
.schemes_col {
	width: 90%;
	padding-left: 5%;
}
.dad2 {
	float: none;
}

@media (max-width: 1272px) {
.inner_listing.item-list li,
.inner_listing.item-list li.last_col,
.inner_listing.item-list li:last-child {
	width: 48%;
}
}

@media (max-width: 900px) {
#container .sidebar, .sidebar .box__inner {
	position: initial;
	z-index: 2;
}
.top_section {
    height: 48px;
	box-shadow: 0 1px 4px rgba(0,0,0,0.04);
}
.handheld-cat-btn, .handheld-cat-lbl, .handheld-tel-btn, .handheld-tel-lbl {
	display: block;
}
#main-logo {
    top: 4px;
}
#divShoppingCard {
    top: 2px;
	right: 9px;
	min-width: 44px;
}
.cart_text_mobile {
	right: 3px;
}
#container {
    margin-top: 48px;
}
.main_browse {
	padding-top: 10px;
	margin-bottom: -10px;
}
#sidebar-left {
	position: absolute !important;
	width: 1px !important;
}
.handheld_links {
	display: inline-block;
	margin: 32px 0 0 30px;
	line-height: 2;
}
#handheld-menu, #filters_box, .box__title, .marg_foot_right, .bx-controls, .login_top, #kabinet, .top_links, .bread .unvisible, .top_section .currencies_box, .top_section .top_languages {
	display: none;
}
#squeeze, .top_languages {
	margin: 0!important;
}
.search_box {
	top: 48px;
	background: inherit;
	padding: 20px 58px 10px 48px;
}
.search_input .search_button {
	right: 52px;
}
#container .sidebar .box {
	margin: 30px 0 80px 0;
}
.handheld-container {
	display: flex;
	justify-content: center;
	gap: 20px;
}
.product_info_main {
	width: 100%;
	min-width: unset;
}
#product_images {
	width: 100%;
	margin: 0;
}
#buy_actions {
	position: absolute;
	top: 6px;
	right: 0;
	margin: 0;
	float: none;
	z-index: 1;
}
.popup_block {
	width: 100%;
	border-radius: 0;
}
#product_info {
	width: auto;
}
.item-list.product_slider .bx-prev {
	left: 580px;
}
}

@media (max-width: 692px) {
#drugie .columns li {
	width: 47%;
	max-width: unset;
	min-height: unset;
}
.prod_col_buy {
	float: none;
}
.prod_options td {
	width: 150px!important;
}
.item-list.product_slider .bx-prev {
	left: 416px;
}
.size1of2 {
	width: 100%;
}
#galoon_fabrics li {
	width: 32%;
}
table {
	overflow-x: auto;
	display: block;
}
.faq-item {
	width: 100%;
}
#topinfoblock {
	top: 48px;
}
#topinfoblock img, #topinfoblock span {
	margin-left: 5px;
}
#topinfoblock div {
	right: 10px;
}
#topinfoblock div span {
	margin-left: 0;
}
}

@media (max-width: 528px) {
#handheld-cat:checked ~ #handheld-menu {
	width: 100%;
	min-width: unset;
}
.search_box {
	width: 65%;
}
.inner_listing.item-list li,
.inner_listing.item-list li.last_col,
.inner_listing.item-list li:last-child {
	width: 100%;
}
.bread {
	margin-top: 0;
	line-height: 2;
}
.product_dop_images .additional_images_list li {
	background: none;
}
.item-list.product_slider .bx-prev {
	left: 316px;
}
.login_2box {
	width: 99%;
	padding-bottom: 30px;
}
.comment_form textarea {
	width: 95%;
}
.compare_block__delete {
	opacity: 1;
}
#compare_box {
	top: 200px;
}
.cookie-banner {
	flex-direction: column;
	align-items: stretch;
	padding: 16px;
}
.cookie-banner__btn {
	align-self: stretch;
	text-align: center;
	margin-top: 12px;
}
}

@media (max-width: 428px) {
.prod_col_buy {
	width: auto;
	margin: 0 5px;
}
.prod_options td {
	width: 88px!important;
}
.item-list.product_slider .bx-prev {
	left: 168px;
}
.main_browse a {
	font-size: 12px;
}
#galoon_fabrics li {
	width: 49%;
}
}