

/* Start:/bitrix/templates/shop/template_styles.css?1748855725225364*/
.politika{    font-size: 80%;
    height: 40px;
	margin-top: 20px;}
.politika a{ color:#fff;}
@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/bitrix/templates/shop/alsrubl-arial-regular.eot');
  src: url('/bitrix/templates/shop/alsrubl-arial-regular.eot?#iefix') format('embedded-opentype'),url('/bitrix/templates/shop/alsrubl-arial-regular.woff') format('woff'), url('/bitrix/templates/shop/alsrubl-arial-regular.ttf') format('truetype'), url('/bitrix/templates/shop/alsrubl-arial-regular.svg#ALSRublArialRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/bitrix/templates/shop/alsrubl-arial-italic.eot');
  src: url('/bitrix/templates/shop/alsrubl-arial-italic.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/shop/alsrubl-arial-italic.woff') format('woff'), url('/bitrix/templates/shop/alsrubl-arial-italic.ttf') format('truetype'), url('/bitrix/templates/shop/alsrubl-arial-italic.svg#ALSRublArialItalic') format('svg');
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/bitrix/templates/shop/alsrubl-arial-bold.eot');
  src: url('/bitrix/templates/shop/alsrubl-arial-bold.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/shop/alsrubl-arial-bold.woff') format('woff'), url('/bitrix/templates/shop/alsrubl-arial-bold.ttf') format('truetype'), url('/bitrix/templates/shop/alsrubl-arial-bold.svg#ALSRublArialBold') format('svg');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'ALSRubl-Arial';
  src: url('/bitrix/templates/shop/alsrubl-arial-bolditalic.eot');
  src: url('/bitrix/templates/shop/alsrubl-arial-bolditalic.eot?#iefix') format('embedded-opentype'), url('/bitrix/templates/shop/alsrubl-arial-bolditalic.woff') format('woff'), url('/bitrix/templates/shop/alsrubl-arial-bolditalic.ttf') format('truetype'), url('/bitrix/templates/shop/alsrubl-arial-bolditalic.svg#ALSRublArialBoldItalic') format('svg');
  font-weight: bold;
  font-style: italic;
}

/*
  <span class="ruble">Р </span>
*/
.ruble {
  font-family: 'ALSRubl-Arial', Arial, sans-serif;
  line-height: normal;
}
/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	margin: 0 auto 60px;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
	box-shadow: 0 0 5px #ccc;
	border: solid #fff 5px;
	left: -5px;
	background: #fff;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/bitrix/templates/shop/images/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/bitrix/templates/shop/images/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/bitrix/templates/shop/images/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/shop/images/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/bitrix/templates/shop/images/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('/bitrix/templates/shop/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('/bitrix/templates/shop/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('/bitrix/templates/shop/blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('/bitrix/templates/shop/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('/bitrix/templates/shop/fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('/bitrix/templates/shop/fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* Reset
-------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; }



/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; min-height: 100%; height: 100%; min-width: 980px; font-family: Trebuchet MS, Helvetica, sans-serif; font-size: 14px; background: #fff; /* customize core background image here */ }
a {  outline:0 none; }
a:focus { outline:none; outline-offset:-4px; }
a:hover { color: red; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
input[type="submit"] { cursor: pointer; }
a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { margin-bottom: 20px; }
h1, h2, h3 { font-weight: normal; }
h1 { font-size: 2.4em; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.5em; color: #3CA8A4; text-transform: uppercase; padding-bottom: 10px; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6 { line-height:1.2em; margin-bottom:.3em; }
ul, ol { padding-top:0; padding-left: 30px; }
ol { list-style: decimal; }
input, textarea, select { margin:0; } 
input, textarea { font-size: 1em; color: #000; font-family: Trebuchet MS, Helvetica, sans-serif; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
legend { font-size:1.1em; padding:.4em .8em; background:#fff; //background:none;
border:1px solid #bbb; //border:none
}
textarea:focus, input:focus{ outline: 0; }
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
blockquote { color: #555; font-size:0.9em; padding:20px; background: #f3f3f3; border-left: 2px solid #ccc; }
blockquote cite { font-size: 0.9em; }
hr { background-color: #ccc; height: 1px; border: 0; }
p { line-height: 1.5; }
/* Misc elements
---------------- */
img.warranty:hover {
border-radius: 6px;
}
div.eop {
margin-left: auto;
margin-right: auto;
}
img.eop {
width: 60%;
margin-left: auto;
margin-right: auto;
margin-top: 2%;
}
img.warranty:hover {
box-shadow: 0px 0 7px black;
border-radius: 6px;
}
li.compare-block {display: none !important;}
li.favourite-block {display: none !important;}
i.favourite-icon {display: none !important;}
i.compare-icon {display: none !important;}
div.compare {display: none}
div.favourite {display: none}
.cpt_product_discuss_link{
  display:none!important;
}
.block { padding: 10px; }
.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.2em; }
.highlighted { background:  #ffc; }

.shadowed { -moz-box-shadow: 0 5px 15px #aaa; -webkit-box-shadow: 0 5px 15px #aaa; box-shadow: 0 5px 15px #aaa; }
.nowrap { white-space: nowrap; }
.clearfix:after{content:"";display:block;clear:both}
.clearfix{zoom:1}

.bold { font-weight: bold; }
.relative { position: relative; }
.float-left { float: left; }
.float-right { float: right; }
.inline-block { display: inline-block; }
.hint { color: #818289; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #818289; }
.gray, .grey { color: #818289; }
.highlight { color: #01a499; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-right { clear: right; }
.clear-both { clear: both; }
.min-width { width: 1%; }
.error { color: #ff0000; }
#user-auth-provider { margin: 5px 0; }
#user-auth-provider li a { padding: 5px; }
.wa-captcha-img { vertical-align: middle; }
ul.menu-v a.wa-captcha-refresh { display: inline-block; }
.errormsg { color: #ff0000; }
.indent25px { text-indent: 25px; }
.width50px, input.width50px { width: 50px; }

#go-top { position: fixed; right: 50px; bottom: 50px; display: none; z-index: 5; }

#go-top a { width: 35px; height: 36px; background: url("/bitrix/templates/shop/img/colors/lightblue/go-top-arrows.png") -39px -2px no-repeat; display: block;  }
.multishop-pink #go-top a { background: url("/bitrix/templates/shop/img/colors/pink/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-green #go-top a { background: url("/bitrix/templates/shop/img/colors/green/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-blue #go-top a { background: url("/bitrix/templates/shop/img/colors/blue/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-purple #go-top a { background: url("/bitrix/templates/shop/img/colors/purple/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-black #go-top a { background: url("/bitrix/templates/shop/img/colors/black/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-white #go-top a { background: url("/bitrix/templates/shop/img/colors/white/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-emerald #go-top a { background: url("/bitrix/templates/shop/img/colors/emerald/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-orange #go-top a { background: url("/bitrix/templates/shop/img/colors/orange/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-red #go-top a { background: url("/bitrix/templates/shop/img/colors/red/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-lightpurple #go-top a { background: url("/bitrix/templates/shop/img/colors/lightpurple/go-top-arrows.png") -39px -2px no-repeat; }
.multishop-blindblue #go-top a { background: url("/bitrix/templates/shop/img/colors/blindblue/go-top-arrows.png") -39px -2px no-repeat; }

#go-top a:hover { background-position: -2px -2px; }
/* MENUs
-------------------------------------------- */
ul.menu-v { list-style-type:none; margin:5px 0 0; padding: 0; }
ul.menu-v li { text-align:left; display:block; margin:0 -2px 3px 0; line-height:1em; position: relative /* for overhanging icons */; min-width: 60px; }
ul.menu-v a { outline:none; -moz-outline:none; font-style:normal; text-decoration: none; color: #03c; display: block /* for proper hierarchical menus display */; padding: 5px; margin: -5px; }
ul.menu-v a strong.small.highlighted { color: #000; }
ul.menu-v li.selected  > a { background:#eee; color: #000; }
ul.menu-v li.selected a.inline-link b { border-bottom: 0; }
ul.menu-v.with-icons li { padding: 4px 2px 4px 24px; margin-left: -4px; }
ul.menu-v.with-icons a { padding-left: 23px; margin-left: -23px; }
ul.menu-v.with-icons i.icon10 { margin-right: 5px; }
ul.menu-v.with-icons i.icon16 { margin-left: -20px; margin-right: 4px; }
ul.menu-v.collapsible { padding-left: 12px; }
ul.menu-v.compact li { padding-top: 1px; padding-bottom: 1px; }
ul.menu-v.compact li a { margin-bottom: 0; margin-top: 0; padding-bottom: 2px; padding-top: 2px; }
ul.menu-v.compact img.overhanging { margin-top: -6px; top: 4px;margin-right: 4px; }
ul.menu-v.compact i.icon10 { margin-top: 1px; }
ul.menu-v.compact i.icon16 { margin-top: -2px; }
ul.menu-v li.drag-newparent a { background:#eec !important; }
ul.menu-v li.drag-newposition { height: 2px; background: inherit; padding: 0; margin: -2px -10px 0 -5px; } /* placeholder for menu-v sort order change */
ul.menu-v li.drag-newposition.active { background: #bb8; }
ul.menu-v li.drag-newparent ul.menu-v li a { background: inherit !important; color: #03c; /* color for links within hierarchical nodes */ }
ul.menu-v.dropdown li { position: relative; }
ul.menu-v.dropdown li ul { display: none; position: absolute; left: 100%; width: 100%; top: -12px; background: #fff; z-index: 50; margin-left: 2px; -moz-box-shadow: 0 1px 4px #000; -webkit-box-shadow: 0 1px 4px #000; box-shadow: 0 1px 4px #000; }
.no-boxshadow ul.menu-v.dropdown li ul { border: 2px solid #aaa; }
ul.menu-v.dropdown li:hover ul { display: block; }
ul.menu-v.dropdown.disabled li:hover ul { display: none !important; }
ul.menu-v.dropdown li:hover ul ul { display: none; } /* level 2*/
ul.menu-v.dropdown li:hover ul li:hover ul { display: block; }
ul.menu-v.dropdown li:hover ul li:hover ul ul { display: none; } /* level 3; add more levels in a similar way if you want */
ul.menu-v li.top-padded { padding-top: 15px; } /* extra bottom padding for visual menu segmentation */
ul.menu-v li.bottom-padded { padding-bottom: 15px; }
ul.menu-v li.hr { margin-top: 10px !important; border-top: 1px solid #ccc; padding: 0; }
ul.menu-v li.hr:hover { background: inherit !important; }
ul.menu-v li a.inline { display:inline; margin:0px; padding:0px; min-width:0px; }
ul.menu-v.with-icons.stack { margin: 0 0 20px; }
ul.menu-v.with-icons.stack li { margin: 1px 3px 5px -1px; }
ul.menu-v.with-icons.stack li a { padding-bottom: 7px; padding-left: 26px; padding-top: 7px; }
ul.menu-v li.gray a, ul.menu-v li.grey a { color: #aaa; }
ul.menu-v a { color: #060606; }

ul.menu-v li.selected > a, ul.menu-v li a:hover { background: none; color: #00beba; }
.multishop-pink ul.menu-v li.selected > a, .multishop-pink ul.menu-v li a:hover, 
.multishop-green ul.menu-v li.selected > a, .multishop-green ul.menu-v li a:hover, 
.multishop-blue ul.menu-v li.selected > a, .multishop-blue ul.menu-v li a:hover,  
.multishop-purple ul.menu-v li.selected > a, .multishop-purple ul.menu-v li a:hover, 
.multishop-black ul.menu-v li.selected > a, .multishop-black ul.menu-v li a:hover, 
.multishop-white ul.menu-v li.selected > a, .multishop-white ul.menu-v li a:hover, 
.multishop-emerald ul.menu-v li.selected > a, .multishop-emerald ul.menu-v li a:hover, 
.multishop-orange ul.menu-v li.selected > a, .multishop-orange ul.menu-v li a:hover, 
.multishop-red ul.menu-v li.selected > a, .multishop-red ul.menu-v li a:hover, 
.multishop-lightpurple ul.menu-v li.selected > a, .multishop-lightpurple ul.menu-v li a:hover, 
.multishop-blindblue ul.menu-v li.selected > a, .multishop-blindblue ul.menu-v li a:hover { background: none; }
/* .menu-h is for horizontal menus: view mode, filters, etc. */
ul.menu-h { margin: 0; padding:0; max-width:100%; }
ul.menu-h > li { display: inline-block; //display: inline;
text-align:left; list-style-type:none; font-weight:normal; line-height:1em; margin: 0 10px 0 0; }
ul.menu-h a { text-decoration:none; display: block; }
ul.menu-h > li.selected > a { background:#eee; color:#000; }
ul.menu-h > li.selected a.inline-link b { border-bottom: 0; }
ul.menu-h li.last { margin-right: 0; }
.dropdown { position: relative; }
.dropdown ul { display: none; position: absolute; top: 85%;  left: -2px; background: #fff;  padding: 0 0 10px 0; z-index: 50; margin-left: 2px; -moz-box-shadow: 0 1px 4px #000; -webkit-box-shadow: 0 1px 4px #000; box-shadow: 0 1px 4px #000; } 
.no-boxshadow .dropdown ul { border: 2px solid #aaa; }
.dropdown ul li { display: block; margin: 0; }
.dropdown ul li i.icon16 { margin-left:-20px; margin-right:4px; }
.dropdown ul li ul { top: -7px; left: 100%; margin-left: 0; }
.dropdown:hover ul { display: block; }
.dropdown:hover ul ul { display: none; }  /* level 2*/
.dropdown:hover ul li:hover ul { display: block; }
.dropdown:hover ul li:hover ul ul { display: none; } /* level 3; add more levels in a similar way if needed */
.dropdown:hover ul li:hover ul li:hover ul { display: block; }
.dropdown:hover ul li:hover ul li:hover ul ul { display: none; } /* level 4*/
.dropdown:hover ul li:hover ul li:hover ul li:hover ul { display: block; }
.dropdown:hover ul li:hover ul li:hover ul li:hover ul ul { display: none; } /* level 5*/
.dropdown:hover ul li:hover ul li:hover ul li:hover ul li:hover ul { display: block; }
.dropdown:hover ul li:hover ul li:hover ul li:hover ul li:hover ul ul { display: none; } /* level 6*/
.dropdown:hover ul li:hover ul li:hover ul li:hover ul li:hover ul li:hover ul{ display: block; }
/*Layout*/
.sidebar, .sidebar.left200px { float:left; width: 200px; } /* 200px is the default sidebar width */
.sidebar.left100px { float:left; width: 100px; }
.sidebar.left150px { float:left; width: 150px; }
.sidebar.left250px { float:left; width: 250px; }
.sidebar.left240px { float:left; width: 240px; }
.sidebar.left300px { float:left; width: 300px; }
.sidebar.left350px { float:left; width: 350px; }
.sidebar.left400px { float:left; width: 400px; }
.sidebar.left450px { float:left; width: 450px; }
.sidebar.left500px { float:left; width: 500px; }
.sidebar.right200px { float:right; width: 200px; }
.sidebar.right100px { float:right; width: 100px; }
.sidebar.right150px { float:right; width: 150px; }
.sidebar.right165px { float:right; width: 165px; }
.sidebar.right250px { float:right; width: 250px; }
.sidebar.right300px { float:right; width: 300px; }
.sidebar.right350px { float:right; width: 350px; }
.sidebar.right400px { float:right; width: 400px; }
.sidebar.right450px { float:right; width: 450px; }
.sidebar ul { padding-left: 10px; }
.content { margin-left:0; }
.content.left200px { margin-left:200px; }
.content.left100px { margin-left:100px; }
.content.left150px { margin-left:150px; }
.content.left250px { margin-left:250px; }
.content.left260px { margin-left:260px; }
.content.left300px { margin-left:300px; }
.content.left350px { margin-left:350px; }
.content.left400px { margin-left:400px; }
.content.left450px { margin-left:450px; }
.content.left500px { margin-left:500px; }
.content.right100px { margin-right:100px; }
.content.right200px { margin-right:200px; }
.content.right150px { margin-right:150px; }
.content.right165px { margin-right:165px; }
.content.right250px { margin-right:250px; }
.content.right300px { margin-right:300px; }
.content.right350px { margin-right:350px; }
.content.right400px { margin-right:400px; }
.content.right450px { margin-right:450px; }

/* Custom styles
-------------- */
a { color: #004268; }

a:hover, a.selected { color: #01c4c0; }

.multishop-pink a:hover, .multishop-pink a.selected,
.multishop-pink #currencies a:hover, .multishop-pink #currencies a.selected,
.multishop-pink h3,
.multishop-pink .category-columns ul.menu-v h6 a, 
.multishop-pink .category-columns h6 a,
.multishop-pink .category-columns .parent-title a:hover,
.multishop-pink ul.menu-h.my-nav li.selected a, 
.multishop-pink ul.menu-h.my-nav li a:hover,
.multishop-pink ul.menu-v li.selected > a, .multishop-pink ul.menu-v li a:hover,
.multishop-pink .cart .stock-high,
.multishop-pink .compare-page h1,
.multishop-pink .checkout-step h2.selected,
.multishop-pink .cart-page h1,
.multishop-pink .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-pink .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-pink .filters input[type="radio"]:checked + label,
.multishop-pink .filters input[type="checkbox"]:checked + label, 
.multishop-pink .filters label:hover,
.multishop-pink .category-name,
.multishop-pink .category-sidebar ul.menu-v a.selected, 
.multishop-pink .category-sidebar ul.menu-v a:hover, 
.multishop-pink .category-sidebar h4 a:hover,
.multishop-pink .related h4, 
.multishop-pink .heading,
.multishop-pink ul.thumbs h5 a:hover, 
.multishop-pink ul.table h5 a:hover,
.multishop-pink .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-pink #multishop-settings .setting-block a:hover,
.multishop-pink .cart-result .cart-affiliate .points, 
.multishop-pink .affiliate .points { color: #db2261; }
.multishop-green a:hover, .multishop-green a.selected,
.multishop-green #currencies a:hover, .multishop-green #currencies a.selected,
.multishop-green h3,
.multishop-green .category-columns ul.menu-v h6 a, 
.multishop-green .category-columns h6 a,
.multishop-green .category-columns .parent-title a:hover,
.multishop-green ul.menu-h.my-nav li.selected a, 
.multishop-green ul.menu-h.my-nav li a:hover,
.multishop-green ul.menu-v li.selected > a, .multishop-green ul.menu-v li a:hover,
.multishop-green .cart .stock-high, 
.multishop-green .compare-page h1,
.multishop-green .checkout-step h2.selected,
.multishop-green .cart-page h1,
.multishop-green .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-green .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-green .filters input[type="radio"]:checked + label,
.multishop-green .filters input[type="checkbox"]:checked + label, 
.multishop-green .filters label:hover,
.multishop-green .category-name,
.multishop-green .category-sidebar ul.menu-v a.selected, 
.multishop-green .category-sidebar ul.menu-v a:hover, 
.multishop-green .category-sidebar h4 a:hover,
.multishop-green .related h4,
.multishop-green .heading,
.multishop-green ul.thumbs h5 a:hover, 
.multishop-green ul.table h5 a:hover,
.multishop-green .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-green #multishop-settings .setting-block a:hover,
.multishop-green .cart-result .cart-affiliate .points, 
.multishop-green .affiliate .points { color: #8ed417; }
.multishop-blue a:hover, .multishop-blue a.selected,
.multishop-blue #currencies a:hover, .multishop-blue #currencies a.selected,
.multishop-blue h3,
.multishop-blue .category-columns ul.menu-v h6 a, 
.multishop-blue .category-columns h6 a,
.multishop-blue .category-columns .parent-title a:hover,
.multishop-blue ul.menu-h.my-nav li.selected a, 
.multishop-blue ul.menu-h.my-nav li a:hover,
.multishop-blue ul.menu-v li.selected > a, .multishop-blue ul.menu-v li a:hover,
.multishop-blue .cart .stock-high,
.multishop-blue .compare-page h1,
.multishop-blue .checkout-step h2.selected,
.multishop-blue .cart-page h1,
.multishop-blue .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-blue .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-blue .filters input[type="radio"]:checked + label,
.multishop-blue .filters input[type="checkbox"]:checked + label, 
.multishop-blue .filters label:hover,
.multishop-blue .category-name,
.multishop-blue .category-sidebar ul.menu-v a.selected, 
.multishop-blue .category-sidebar ul.menu-v a:hover, 
.multishop-blue .category-sidebar h4 a:hover,
.multishop-blue .related h4,
.multishop-blue .heading,
.multishop-blue ul.thumbs h5 a:hover, 
.multishop-blue ul.table h5 a:hover,
.multishop-blue .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-blue #multishop-settings .setting-block a:hover,
.multishop-blue .cart-result .cart-affiliate .points, 
.multishop-blue .affiliate .points { color: #00a6d6; }
.multishop-purple a:hover, .multishop-purple a.selected,
.multishop-purple #currencies a:hover, .multishop-purple #currencies a.selected,
.multishop-purple h3,
.multishop-purple .category-columns ul.menu-v h6 a, 
.multishop-purple .category-columns h6 a,
.multishop-purple .category-columns .parent-title a:hover,
.multishop-purple ul.menu-h.my-nav li.selected a, 
.multishop-purple ul.menu-h.my-nav li a:hover,
.multishop-purple ul.menu-v li.selected > a, .multishop-purple ul.menu-v li a:hover,
.multishop-purple .cart .stock-high,
.multishop-purple .compare-page h1,
.multishop-purple .checkout-step h2.selected,
.multishop-purple .cart-page h1,
.multishop-purple .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-purple .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-purple .filters input[type="radio"]:checked + label,
.multishop-purple .filters input[type="checkbox"]:checked + label, 
.multishop-purple .filters label:hover,
.multishop-purple .category-name,
.multishop-purple .category-sidebar ul.menu-v a.selected, 
.multishop-purple .category-sidebar ul.menu-v a:hover, 
.multishop-purple .category-sidebar h4 a:hover,
.multishop-purple .related h4,
.multishop-purple .heading,
.multishop-purple ul.thumbs h5 a:hover, 
.multishop-purple ul.table h5 a:hover,
.multishop-purple .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-purple #multishop-settings .setting-block a:hover { color: #834c91; }
.multishop-white a:hover, .multishop-white a.selected,
.multishop-white #currencies a:hover, .multishop-white #currencies a.selected,
.multishop-white h3,
.multishop-white .category-columns ul.menu-v h6 a, 
.multishop-white .category-columns h6 a,
.multishop-white .category-columns .parent-title a:hover,
.multishop-white ul.menu-h.my-nav li.selected a, 
.multishop-white ul.menu-h.my-nav li a:hover,
.multishop-white ul.menu-v li.selected > a, .multishop-white ul.menu-v li a:hover,
.multishop-white .cart .stock-high,
.multishop-white .compare-page h1,
.multishop-white .checkout-step h2.selected,
.multishop-white .cart-page h1,
.multishop-white .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-white .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-white .filters input[type="radio"]:checked + label,
.multishop-white .filters input[type="checkbox"]:checked + label, 
.multishop-white .filters label:hover,
.multishop-white .category-name,
.multishop-white .category-sidebar ul.menu-v a.selected, 
.multishop-white .category-sidebar ul.menu-v a:hover, 
.multishop-white .category-sidebar h4 a:hover,
.multishop-white .related h4,
.multishop-white .heading,
.multishop-white ul.thumbs h5 a:hover, 
.multishop-white ul.table h5 a:hover,
.multishop-white #multishop-settings .setting-block a:hover,
.multishop-white .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-white .cart-result .cart-affiliate .points, 
.multishop-white .affiliate .points,
.multishop-black a:hover, .multishop-black a.selected,
.multishop-black #currencies a:hover, .multishop-black #currencies a.selected,
.multishop-black h3,
.multishop-black .category-columns ul.menu-v h6 a, 
.multishop-black .category-columns h6 a,
.multishop-black .category-columns .parent-title a:hover,
.multishop-black ul.menu-h.my-nav li.selected a, 
.multishop-black ul.menu-h.my-nav li a:hover,
.multishop-black ul.menu-v li.selected > a, .multishop-black ul.menu-v li a:hover,
.multishop-black .cart .stock-high,
.multishop-black .compare-page h1,
.multishop-black .checkout-step h2.selected,
.multishop-black .cart-page h1,
.multishop-black .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-black .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-black .filters input[type="radio"]:checked + label,
.multishop-black .filters input[type="checkbox"]:checked + label, 
.multishop-black .filters label:hover,
.multishop-black .category-name,
.multishop-black .category-sidebar ul.menu-v a.selected, 
.multishop-black .category-sidebar ul.menu-v a:hover, 
.multishop-black .category-sidebar h4 a:hover,
.multishop-black .related h4,
.multishop-black .heading,
.multishop-black ul.thumbs h5 a:hover, 
.multishop-black ul.table h5 a:hover,
.multishop-black .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-black #multishop-settings .setting-block a:hover,
.multishop-black .cart-result .cart-affiliate .points, 
.multishop-black .affiliate .points { color: #80aed2; }
.multishop-emerald a:hover, .multishop-emerald a.selected,
.multishop-emerald #currencies a:hover, .multishop-emerald #currencies a.selected,
.multishop-emerald h3,
.multishop-emerald .category-columns ul.menu-v h6 a, 
.multishop-emerald .category-columns h6 a,
.multishop-emerald .category-columns .parent-title a:hover,
.multishop-emerald ul.menu-h.my-nav li.selected a, 
.multishop-emerald ul.menu-h.my-nav li a:hover,
.multishop-emerald ul.menu-v li.selected > a, .multishop-emerald ul.menu-v li a:hover,
.multishop-emerald .cart .stock-high,
.multishop-emerald .compare-page h1,
.multishop-emerald .checkout-step h2.selected,
.multishop-emerald .cart-page h1,
.multishop-emerald .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-emerald .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-emerald .filters input[type="radio"]:checked + label,
.multishop-emerald .filters input[type="checkbox"]:checked + label, 
.multishop-emerald .filters label:hover,
.multishop-emerald .category-name,
.multishop-emerald .category-sidebar ul.menu-v a.selected, 
.multishop-emerald .category-sidebar ul.menu-v a:hover, 
.multishop-emerald .category-sidebar h4 a:hover,
.multishop-emerald .related h4,
.multishop-emerald .heading,
.multishop-emerald ul.thumbs h5 a:hover, 
.multishop-emerald ul.table h5 a:hover,
.multishop-emerald .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-emerald #multishop-settings .setting-block a:hover,
.multishop-emerald .cart-result .cart-affiliate .points, 
.multishop-emerald .affiliate .points { color: #1fc987; }
.multishop-orange a:hover, .multishop-orange a.selected,
.multishop-orange #currencies a:hover, .multishop-orange #currencies a.selected,
.multishop-orange h3,
.multishop-orange .category-columns ul.menu-v h6 a, 
.multishop-orange .category-columns h6 a,
.multishop-orange .category-columns .parent-title a:hover,
.multishop-orange ul.menu-h.my-nav li.selected a, 
.multishop-orange ul.menu-h.my-nav li a:hover,
.multishop-orange ul.menu-v li.selected > a, .multishop-orange ul.menu-v li a:hover,
.multishop-orange .cart .stock-high,
.multishop-orange .compare-page h1,
.multishop-orange .checkout-step h2.selected,
.multishop-orange .cart-page h1,
.multishop-orange .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-orange .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-orange .filters input[type="radio"]:checked + label,
.multishop-orange .filters input[type="checkbox"]:checked + label, 
.multishop-orange .filters label:hover,
.multishop-orange .category-name,
.multishop-orange .category-sidebar ul.menu-v a.selected, 
.multishop-orange .category-sidebar ul.menu-v a:hover, 
.multishop-orange .category-sidebar h4 a:hover,
.multishop-orange .related h4,
.multishop-orange .heading,
.multishop-orange ul.thumbs h5 a:hover, 
.multishop-orange ul.table h5 a:hover,
.multishop-orange .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-orange #multishop-settings .setting-block a:hover,
.multishop-orange .cart-result .cart-affiliate .points, 
.multishop-orange .affiliate .points { color: #f7a316; }
.multishop-red a:hover, .multishop-red a.selected,
.multishop-red #currencies a:hover, .multishop-red #currencies a.selected,
.multishop-red h3,
.multishop-red .category-columns ul.menu-v h6 a, 
.multishop-red .category-columns h6 a,
.multishop-red .category-columns .parent-title a:hover,
.multishop-red ul.menu-h.my-nav li.selected a, 
.multishop-red ul.menu-h.my-nav li a:hover,
.multishop-red ul.menu-v li.selected > a, .multishop-red ul.menu-v li a:hover,
.multishop-red .cart .stock-high,
.multishop-red .compare-page h1,
.multishop-red .checkout-step h2.selected,
.multishop-red .cart-page h1,
.multishop-red .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-red .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-red .filters input[type="radio"]:checked + label,
.multishop-red .filters input[type="checkbox"]:checked + label, 
.multishop-red .filters label:hover,
.multishop-red .category-name,
.multishop-red .category-sidebar ul.menu-v a.selected, 
.multishop-red .category-sidebar ul.menu-v a:hover, 
.multishop-red .category-sidebar h4 a:hover,
.multishop-red .related h4,
.multishop-red .heading,
.multishop-red ul.thumbs h5 a:hover, 
.multishop-red ul.table h5 a:hover,
.multishop-red .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-red #multishop-settings .setting-block a:hover,
.multishop-red .cart-result .cart-affiliate .points, 
.multishop-red .affiliate .points { color: #e5012b; }
.multishop-lightpurple a:hover, .multishop-lightpurple a.selected,
.multishop-lightpurple #currencies a:hover, .multishop-lightpurple #currencies a.selected,
.multishop-lightpurple h3,
.multishop-lightpurple .category-columns ul.menu-v h6 a, 
.multishop-lightpurple .category-columns h6 a,
.multishop-lightpurple .category-columns .parent-title a:hover,
.multishop-lightpurple ul.menu-h.my-nav li.selected a, 
.multishop-lightpurple ul.menu-h.my-nav li a:hover,
.multishop-lightpurple ul.menu-v li.selected > a, .multishop-lightpurple ul.menu-v li a:hover,
.multishop-lightpurple .cart .stock-high,
.multishop-lightpurple .compare-page h1,
.multishop-lightpurple .checkout-step h2.selected,
.multishop-lightpurple .cart-page h1,
.multishop-lightpurple .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-lightpurple .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-lightpurple .filters input[type="radio"]:checked + label,
.multishop-lightpurple .filters input[type="checkbox"]:checked + label, 
.multishop-lightpurple .filters label:hover,
.multishop-lightpurple .category-name,
.multishop-lightpurple .category-sidebar ul.menu-v a.selected, 
.multishop-lightpurple .category-sidebar ul.menu-v a:hover, 
.multishop-lightpurple .category-sidebar h4 a:hover,
.multishop-lightpurple .related h4,
.multishop-lightpurple .heading,
.multishop-lightpurple ul.thumbs h5 a:hover, 
.multishop-lightpurple ul.table h5 a:hover,
.multishop-lightpurple .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-lightpurple #multishop-settings .setting-block a:hover,
.multishop-lightpurple .cart-result .cart-affiliate .points, 
.multishop-lightpurple .affiliate .points { color: #b39bb3; }
.multishop-blindblue a:hover, .multishop-blindblue a.selected,
.multishop-blindblue #currencies a:hover, .multishop-blindblue #currencies a.selected,
.multishop-blindblue h3,
.multishop-blindblue .category-columns ul.menu-v h6 a, 
.multishop-blindblue .category-columns h6 a,
.multishop-blindblue .category-columns .parent-title a:hover,
.multishop-blindblue ul.menu-h.my-nav li.selected a, 
.multishop-blindblue ul.menu-h.my-nav li a:hover,
.multishop-blindblue ul.menu-v li.selected > a, .multishop-blindblue ul.menu-v li a:hover,
.multishop-blindblue .cart .stock-high,
.multishop-blindblue .compare-page h1,
.multishop-blindblue .checkout-step h2.selected,
.multishop-blindblue .cart-page h1,
.multishop-blindblue .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.multishop-blindblue .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.multishop-blindblue .filters input[type="radio"]:checked + label,
.multishop-blindblue .filters input[type="checkbox"]:checked + label, 
.multishop-blindblue .filters label:hover,
.multishop-blindblue .category-name,
.multishop-blindblue .category-sidebar ul.menu-v a.selected, 
.multishop-blindblue .category-sidebar ul.menu-v a:hover, 
.multishop-blindblue .category-sidebar h4 a:hover,
.multishop-blindblue .related h4,
.multishop-blindblue .heading,
.multishop-blindblue ul.thumbs h5 a:hover, 
.multishop-blindblue ul.table h5 a:hover,
.multishop-blindblue .lazyloading-paging ul.menu-h > li.selected > a,
.multishop-blindblue #multishop-settings .setting-block a:hover,
.multishop-blindblue .cart-result .cart-affiliate .points, 
.multishop-blindblue .affiliate .points { color: #8594cd; }

article time { font-style: italic; }
.wrap { width: 980px; margin: 0 auto; padding: 0; position: relative; }

.main-wrapper {height: auto; min-height: 100%; overflow: hidden;}
#main { margin: 0; padding-bottom: 166px; position: relative; z-index: 1; }
#main > .wrap { background: #fff; padding-bottom: 10px;   }
#main > .wrap:before { content: ''; display: block; height: 10px; }
#main.big-footer { padding-bottom: 305px; }

.content.main-page { margin-left: 530px; }
.price { color: #d0024e; }
.compare-price, .compare-at-price { color: #a3a3a3; text-decoration: line-through;  }
.hidden { display: none; }
.heading { color: #01C7C3; }
.h2 { font-size: 1.75em; }
/*Table*/
table tr.div { background: #FBFBFB; }
/*Page*/
#page { margin-bottom: 10px; padding-left: 10px; }
#page, p { line-height: 1.5; padding-right: 5px;}
ul.menu-h.subpages { margin-bottom: 5px; }
ul.menu-h.subpages a { text-decoration: underline; }
/* Buttons */
.button, .wa-submit input[type='submit'] { text-decoration: none; position: relative; text-align: center; line-height: 2.3; display: inline-block; border: 1px solid #3d3f41; color: #3d3f41; height: 35px; width: 153px; }

.multishop-pink .button.theme, 
.multishop-pink .wa-submit input[type='submit'],
.multishop-pink .checkout-step h2.selected .checkout-number { color: #fff; border: 1px solid #d1225c; background:#ee437c;background:-moz-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,67,124,1)),color-stop(100%,rgba(219,48,105,1)));background:-webkit-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:-o-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:-ms-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:linear-gradient(to bottom,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee437c', endColorstr='#db3069', GradientType=0); }
.multishop-green .button.theme, 
.multishop-green .wa-submit input[type='submit'],
.multishop-green .checkout-step h2.selected .checkout-number { color: #01304b; border: 1px solid #7cc203; background:#a5eb2a;background:-moz-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(165,235,42,1)),color-stop(100%,rgba(146,216,23,1)));background:-webkit-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:-o-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:-ms-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:linear-gradient(to bottom,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5eb2a', endColorstr='#92d817', GradientType=0); } 
.multishop-blue .button.theme, 
.multishop-blue .wa-submit input[type='submit'],
.multishop-blue .checkout-step h2.selected .checkout-number { color: #fff; border: 1px solid #008bb3; background:#24b8e3;background:-moz-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(36,184,227,1)),color-stop(100%,rgba(17,165,207,1)));background:-webkit-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:-o-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:-ms-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:linear-gradient(to bottom,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24b8e3', endColorstr='#11a5cf', GradientType=0); }
.multishop-lightblue .button.theme, 
.multishop-lightblue .wa-submit input[type='submit'],
.multishop-lightblue .checkout-step h2.selected .checkout-number { background: rgb(68,223,218); background: -moz-linear-gradient(top,  rgba(68,223,218,1) 0%, rgba(37,192,186,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(68,223,218,1)), color-stop(100%,rgba(37,192,186,1))); background: -webkit-linear-gradient(top,  rgba(68,223,218,1) 0%,rgba(37,192,186,1) 100%); background: -o-linear-gradient(top,  rgba(68,223,218,1) 0%,rgba(37,192,186,1) 100%); background: -ms-linear-gradient(top,  rgba(68,223,218,1) 0%,rgba(37,192,186,1) 100%); background: linear-gradient(to bottom,  rgba(68,223,218,1) 0%,rgba(37,192,186,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#44dfda', endColorstr='#25c0ba',GradientType=0 ); }
.multishop-purple .button.theme, 
.multishop-purple .wa-submit input[type='submit'],
.multishop-purple .checkout-step h2.selected .checkout-number { color: #fff; border: 1px solid #7d448c; background:#9b69a8;background:-moz-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(155,105,168,1)),color-stop(100%,rgba(136,86,149,1)));background:-webkit-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:-o-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:-ms-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:linear-gradient(to bottom,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b69a8', endColorstr='#885695', GradientType=0); }
.multishop-emerald .button.theme, 
.multishop-emerald .wa-submit input[type='submit'],
.multishop-emerald .checkout-step h2.selected .checkout-number { color: #384045; border: 1px solid #05ab6a; background:#3ee8a6;background:-moz-linear-gradient(top,rgba(62,232,166,1)2%,rgba(43,213,146,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,rgba(62,232,166,1)),color-stop(100%,rgba(43,213,146,1)));background:-webkit-linear-gradient(top,rgba(62,232,166,1)2%,rgba(43,213,146,1)100%);background:-o-linear-gradient(top,rgba(62,232,166,1)2%,rgba(43,213,146,1)100%);background:-ms-linear-gradient(top,rgba(62,232,166,1)2%,rgba(43,213,146,1)100%);background:linear-gradient(to bottom,rgba(62,232,166,1)2%,rgba(43,213,146,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ee8a6', endColorstr='#2bd592', GradientType=0); }
.multishop-orange .button.theme, 
.multishop-orange .wa-submit input[type='submit'],
.multishop-orange .checkout-step h2.selected .checkout-number { color: #fff; border: 1px solid #db7304; background:#fcab1c;background:-moz-linear-gradient(top,rgba(252,171,28,1)2%,rgba(243,157,16,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(2%,rgba(252,171,28,1)),color-stop(100%,rgba(243,157,16,1)));background:-webkit-linear-gradient(top,rgba(252,171,28,1)2%,rgba(243,157,16,1)100%);background:-o-linear-gradient(top,rgba(252,171,28,1)2%,rgba(243,157,16,1)100%);background:-ms-linear-gradient(top,rgba(252,171,28,1)2%,rgba(243,157,16,1)100%);background:linear-gradient(to bottom,rgba(252,171,28,1)2%,rgba(243,157,16,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcab1c', endColorstr='#f39d10', GradientType=0); }
.multishop-red .button.theme, 
.multishop-red .wa-submit input[type='submit'],
.multishop-red .checkout-step h2.selected .checkout-number { color: #fff; border: 1px solid #c90227; background:#fd2f56;background:-moz-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(253,47,86,1)),color-stop(100%,rgba(234,28,67,1)));background:-webkit-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:-o-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:-ms-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:linear-gradient(to bottom,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd2f56', endColorstr='#ea1c43', GradientType=0); }
.multishop-lightpurple .button.theme, 
.multishop-lightpurple .wa-submit input[type='submit'],
.multishop-lightpurple .checkout-step h2.selected .checkout-number { color: #fff; border: 1px solid #8f688e; background:#bda5bd;background:-moz-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(189,165,189,1)),color-stop(100%,rgba(170,146,170,1)));background:-webkit-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:-o-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:-ms-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:linear-gradient(to bottom,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bda5bd', endColorstr='#aa92aa', GradientType=0); }  
.multishop-blindblue .button.theme, 
.multishop-blindblue .wa-submit input[type='submit'],
.multishop-blindblue .checkout-step h2.selected .checkout-number { color: #fff; border: 1px solid #5067b7; background:#8d9cd5;background:-moz-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(141,156,213,1)),color-stop(100%,rgba(122,137,194,1)));background:-webkit-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:-o-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:-ms-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:linear-gradient(to bottom,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d9cd5', endColorstr='#7a89c2', GradientType=0); } 

.cart-block .button.theme, 
.settings-footer 
.button.theme,
.wa-submit input[type='submit'] { border: 1px solid #3d3f41; }
.button.grey, 
.multishop-black .button.theme, 
.multishop-black .wa-submit input[type='submit'],
.multishop-black .checkout-step h2.selected .checkout-number,
.multishop-white .wa-submit input[type='submit'],
.multishop-white .checkout-step h2.selected .checkout-number,
.multishop-white .button.theme { background: rgb(253,253,254); background: -moz-linear-gradient(top,  rgba(253,253,254,1) 0%, rgba(219,219,220,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,254,1)), color-stop(100%,rgba(219,219,220,1))); background: -webkit-linear-gradient(top,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); background: -o-linear-gradient(top,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); background: -ms-linear-gradient(top,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); background: linear-gradient(to bottom,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#dbdbdc',GradientType=0 ); }
.button.grey:hover, 
.button.light-grey:hover, 
.button.light-blue:hover, 
.button.theme:hover,
.wa-submit input[type='submit']:hover { color: #fff; background: rgb(133,133,148); background: -moz-linear-gradient(top,  rgba(133,133,148,1) 0%, rgba(90,90,106,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,133,148,1)), color-stop(100%,rgba(90,90,106,1))); background: -webkit-linear-gradient(top,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); background: -o-linear-gradient(top,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); background: -ms-linear-gradient(top,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); background: linear-gradient(to bottom,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858594', endColorstr='#5a5a6a',GradientType=0 ); }
.button.grey:active, 
.button.light-grey:active, 
.button.light-blue:active, 
.button.theme:active, 
.wa-submit input[type='submit']:active { background: rgb(74,74,87); background: -moz-linear-gradient(top,  rgba(74,74,87,1) 0%, rgba(121,121,135,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,74,87,1)), color-stop(100%,rgba(121,121,135,1))); background: -webkit-linear-gradient(top,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); background: -o-linear-gradient(top,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); background: -ms-linear-gradient(top,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); background: linear-gradient(to bottom,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a57', endColorstr='#797987',GradientType=0 ); }
.button.grey.border-light { border: 1px solid #c3c5c9; }
.button.light-grey { border: 1px solid #dadbdb; background: rgb(255,255,255); background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(216,216,216,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(216,216,216,1))); background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(216,216,216,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d8d8d8',GradientType=0 ); }
.button.light-grey:disabled { background: #f1f1f1; }
/*Header*/
.top-section { position: relative; z-index: 15; height: 35px; font-size: 13px; color: #004268; /*background: url("/bitrix/templates/shop/img/colors/lightblue/top-section-stripe.png") repeat-x bottom left #fcfcfe;*/ padding: 2px 0; }
.multishop-pink .top-section { background: url("/bitrix/templates/shop/img/colors/pink/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-green .top-section { background: url("/bitrix/templates/shop/img/colors/green/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-blue .top-section { background: url("/bitrix/templates/shop/img/colors/blue/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-purple .top-section { /*background: url("/bitrix/templates/shop/img/colors/purple/top-section-stripe.png") repeat-x bottom left #fcfcfe;*/border-bottom: purple 3px solid; }
.multishop-black .top-section { background: url("/bitrix/templates/shop/img/colors/black/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-white .top-section { background: url("/bitrix/templates/shop/img/colors/white/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-emerald .top-section { background: url("/bitrix/templates/shop/img/colors/emerald/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-orange .top-section { background: url("/bitrix/templates/shop/img/colors/orange/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-red .top-section { background: url("/bitrix/templates/shop/img/colors/red/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-lightpurple .top-section { background: url("/bitrix/templates/shop/img/colors/lightpurple/top-section-stripe.png") repeat-x bottom left #fcfcfe; }
.multishop-blindblue .top-section { background: url("/bitrix/templates/shop/img/colors/blindblue/top-section-stripe.png") repeat-x bottom left #fcfcfe; }

.top-section:after { display: block; content: ''; clear: both; }
.top-section i { position: relative; bottom: 4px; }
.top-section a { text-decoration: none; }
.top-section .mobile-block { float: left; }
.top-right-block { margin-top: -5px; padding-top: 13px; overflow: hidden; }
.phone { background: url("/bitrix/templates/shop/img/phone.png") no-repeat; margin-top: 6px; margin-left: 10px; float: left; height: 26px; font-size: 15px;  padding: 6px 0 0 35px;   }
.account { margin: 0 20px 0 0; display: inline-block; position: relative; padding-left: 20px; }
.account:hover i.th.user-bw { background-position: -16px -16px; }
.account:hover i.th.key-bw { background-position: -32px -16px; }
.rss-icon { left: 0; position: absolute; top: -4px; }
.user-account { padding-left: 25px; position: relative; }
i.userimg { display: inline-block; height: 20px; left: 0; position: absolute; top: -2px; width: 20px; }
.compare { display: inline-block; position: relative; }
.compare:hover i.th.compare-bw { background-position: 0 -16px; }
.compare.grey:hover i.th.compare-bw { background-position: 0 0; }

.compare.grey:hover .indicator,
.multishop-pink .compare.grey:hover .indicator,
.multishop-green .compare.grey:hover .indicator,
.multishop-blue .compare.grey:hover .indicator,
.multishop-purple .compare.grey:hover .indicator,
.multishop-black .compare.grey:hover .indicator,
.multishop-white .compare.grey:hover .indicator,
.multishop-emerald .compare.grey:hover .indicator,
.multishop-orange .compare.grey:hover .indicator,
.multishop-red .compare.grey:hover .indicator,
.multishop-lightpurple .compare.grey:hover .indicator,
.multishop-blindblue .compare.grey:hover .indicator { background-color: #525968; }

.compare .indicator { position: absolute; text-align: center; left: 12px; top: -11px; z-index: 10; font-size: 11px; color: #fff; background-color: #525968; -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; display: block; padding: 2px 4px; }
.compare.grey a { color: #818289;  }
.bottom-section { min-height: 153px; background-color: #f3f3f4; }
.bottom-section:after { display: block; content: ''; clear: both; }
.bottom-section .wrap:after { background: url("/bitrix/templates/shop/img/blick.png") no-repeat; position: absolute; right: 0; top: 0; width: 408px; height: 153px; content: ''; }
.bottom-section .wrap:before { background: url("/bitrix/templates/shop/img/blick.png") no-repeat; position: absolute; left: 0; top: 0; width: 408px; height: 153px; content: ''; }
.bottom-section.no-highlights .wrap:after { background: none; }
.bottom-section.no-highlights .wrap:before { background: none; }
.company-text { font-size: 14px; width: 285px; color: #818289; padding-left: 82px; position: relative; bottom: 10px; }
.logo { float: left; margin-top: 20px; margin-left: 10px; z-index: 5; position: relative }
#currencies { position: absolute; right: 5px; top: 10px; z-index: 1; }
#currencies a { display: block; font-size: 16px; color: #4e505c; text-decoration: none; text-align: center; }
#currencies a:hover, #currencies a.selected { color: #01c4c0; }
/*Form*/
.multishop-form .multishop-name, .multishop-form .wa-name { width: 120px; float: left; }
.multishop-form .multishop-value, .multishop-form .wa-value { margin-left: 130px; } 
.multishop-form .multishop-field, .multishop-form .wa-field { margin-bottom: 10px; }
.multishop-form .wa-field.wa-required .wa-name:after, 
.multishop-form .wa-value .wa-required.field span:after { content: '*'; color: #ff0000; margin-left: 2px; }
.multishop-form .multishop-field:after, .multishop-form .wa-field:after { content: ''; display: block; clear: both; } 
.multishop-form input[type='text'], .multishop-form textarea, .multishop-form select { width: 300px; padding: 7px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #fff; border: 1px solid #c1c0c0; color: #060606; }
.multishop-form input[type='text']:focus, .multishop-form textarea:focus, .multishop-form select:focus { background: #f1f3f3; }
.multishop-form .wa-field .field { display: block; margin-bottom: 5px; }
.multishop-form .wa-field .field > span { width: 100px; display: inline-block; color: #666666; font-size: 0.9em; }
.multishop-form .wa-error, 
.multishop-form input[type='text'].wa-error,
.multishop-form input[type='text'].error, 
.multishop-form textarea.wa-error,
.multishop-form textarea.error,
.multishop-form select.wa-error,
.multishop-form select.error { background-color: #ffcccc; }
/*Fly-form*/
.fly-form { background: #fbfafa; width: 725px; }
.fly-form input[type='text'], .fly-form input[type='password'], .fly-form textarea { width: 200px; }
.fly-form .wa-field { margin-bottom: 10px;  }
.fly-form .loader { position: relative; bottom: 5px; }
.fly-form .wa-name { display: inline-block; width: 90px; vertical-align: top; }
.fly-form .wa-value { display: inline-block; width: 230px; }
.fly-form .wa-submit { position: absolute;  bottom: 26px; z-index: 5; }
.fly-form .signup-submit { left: 191px; }
.fly-form .login-submit { right: 18px; bottom: 7px;  }
.fly-form .login-submit a, .fly-form .forgotpasswd-submit a { display: block; margin-top: 5px; color: #fff; text-align: center; }
.fly-form .login-submit a:hover, .fly-form .forgotpasswd-submit a:hover { text-decoration: none; }
.fly-form .forgotpasswd-submit { left: 115px; top: 15px; }
.fly-form .wa-error-msg { display: block; color: #ea2444; }
.fly-form .wa-auth-adapters ul { list-style: none; margin: 0; padding: 0; }
.fly-form .wa-auth-adapters li { display: inline-block; margin: 0 10px 10px 0; }
.fly-form .wa-auth-adapters li a { text-decoration: none; }
.fly-form .wa-auth-adapters li a img { vertical-align: top; }
.fly-form .sidebar { width: 325px; float: left; padding: 25px 17px 22px 22px; border-right: 1px solid #9d9c9c;   }
.fly-form .content { margin-left: 380px; width: 325px; padding-top: 25px; }
.fly-form .forgotpasswd .content { margin-left: 0; width: 325px; padding: 25px 17px 22px 22px;  }
.fly-form .footer-fly { height: 90px; position: relative; background: #525968; width: 100%; }
.fly-form .auth .footer-fly:after { width: 1px; background: #fff; content: ''; position: absolute; left: 364px; top: 0; height: 100%; }
.fly-form .border { width: 340px; border-right: 1px solid #fff; height: 100%; }
.fly-form .fancybox-close { top: -13px; right: -10px; }
.fly-form.fancybox-opened .fancybox-skin { -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
.fly-form .fancybox-skin { background: none; -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; color: #999999; }
.fly-form .h2 { color: #5a5a5a; font-size: 20px; }
.fly-form input[type='submit'] { border: 1px solid #979799; }
/*Search*/
#search { box-sizing: content-box; border: 1px solid #8c8c8c; width: 285px; padding: 10px 50px 10px 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 2px 1px 3px 1px #E9E9E9 inset; -moz-box-shadow: 2px 1px 3px 1px #E9E9E9 inset; box-shadow: 2px 1px 3px 1px #E9E9E9 inset; font-style: italic; -webkit-appearance: none; }
.search { position: absolute; z-index: 3; right: 250px; top: 55px; }
.search input[type='submit'] { border: 0 none; position: absolute; right: -2px; top: -2px; width: 43px; height: 43px; border-radius: 43px; background: url("/bitrix/templates/shop/img/search.png") no-repeat center center #525968; }
.search input[type='submit']:hover { background-color: #2ecdc9; }

.multishop-pink .search input[type='submit']:hover, 
.multishop-pink #cart:hover, .multishop-pink #cart.open,
.multishop-pink .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-pink .top-menu .dropdown ul.menu-v li.selected, 
.multishop-pink .category-columns li > a:hover, 
.multishop-pink .category-columns li.selected > a, 
.multishop-pink .category-columns ul.menu-v h6 a:hover, 
.multishop-pink .category-columns h6:hover,
.multishop-pink .slider-custom.list .active-line,
.multishop-pink .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-pink .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-pink ul.menu-v.mobile-block li a:hover, 
.multishop-pink ul.menu-v.mobile-block h4 a:hover,
.multishop-pink ul.menu-v.mobile-block li.selected h4 > a,
.multishop-pink ul.menu-v.mobile-block li.selected > a,
.multishop-pink .bounce-popup,
.multishop-pink .top-menu ul.menu-v li.force-menu:hover,
.multishop-pink .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-pink .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-pink table.rating-distribution td .bar .filling { background-color: #db2261; }
.multishop-green .search input[type='submit']:hover,
.multishop-green #cart:hover, .multishop-green #cart.open,
.multishop-green .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-green .top-menu .dropdown ul.menu-v li.selected, 
.multishop-green .category-columns li > a:hover, 
.multishop-green .category-columns li.selected > a, 
.multishop-green .category-columns ul.menu-v h6 a:hover, 
.multishop-green .category-columns h6:hover,
.multishop-green .slider-custom.list .active-line,
.multishop-green .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-green .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-green ul.menu-v.mobile-block li a:hover, 
.multishop-green ul.menu-v.mobile-block h4 a:hover,
.multishop-green ul.menu-v.mobile-block li.selected h4 > a,
.multishop-green ul.menu-v.mobile-block li.selected > a,
.multishop-green .bounce-popup,
.multishop-green .top-menu ul.menu-v li.force-menu:hover,
.multishop-green .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-green .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-green table.rating-distribution td .bar .filling { background-color: #8ed417; }
.multishop-blue .search input[type='submit']:hover,
.multishop-blue #cart:hover, .multishop-blue #cart.open,
.multishop-blue .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-blue .top-menu .dropdown ul.menu-v li.selected, 
.multishop-blue .category-columns li > a:hover, 
.multishop-blue .category-columns li.selected > a, 
.multishop-blue .category-columns ul.menu-v h6 a:hover, 
.multishop-blue .category-columns h6:hover,
.multishop-blue .slider-custom.list .active-line,
.multishop-blue .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-blue .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-blue ul.menu-v.mobile-block li a:hover, 
.multishop-blue ul.menu-v.mobile-block h4 a:hover,
.multishop-blue ul.menu-v.mobile-block li.selected h4 > a,
.multishop-blue ul.menu-v.mobile-block li.selected > a,
.multishop-blue .bounce-popup,
.multishop-blue .top-menu ul.menu-v li.force-menu:hover,
.multishop-blue .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-blue .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-blue table.rating-distribution td .bar .filling { background-color: #00a6d6; }
.multishop-purple .search input[type='submit']:hover,
.multishop-purple #cart:hover, .multishop-purple #cart.open,
.multishop-purple .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-purple .top-menu .dropdown ul.menu-v li.selected, 
.multishop-purple .category-columns li > a:hover, 
.multishop-purple .category-columns li.selected > a, 
.multishop-purple .category-columns ul.menu-v h6 a:hover, 
.multishop-purple .category-columns h6:hover,
.multishop-purple .slider-custom.list .active-line,
.multishop-purple .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-purple .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-purple ul.menu-v.mobile-block li a:hover, 
.multishop-purple ul.menu-v.mobile-block h4 a:hover,
.multishop-purple ul.menu-v.mobile-block li.selected h4 > a,
.multishop-purple ul.menu-v.mobile-block li.selected > a,
.multishop-purple .bounce-popup,
.multishop-purple .top-menu ul.menu-v li.force-menu:hover,
.multishop-purple .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-purple .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-purple table.rating-distribution td .bar .filling { background-color: #834c91; }
.multishop-white .search input[type='submit']:hover,
.multishop-white #cart:hover, .multishop-white #cart.open,
.multishop-white .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-white .top-menu .dropdown ul.menu-v li.selected, 
.multishop-white .category-columns li > a:hover, 
.multishop-white .category-columns li.selected > a, 
.multishop-white .category-columns ul.menu-v h6 a:hover, 
.multishop-white .category-columns h6:hover,
.multishop-white .slider-custom.list .active-line,
.multishop-white .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-white .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-white ul.menu-v.mobile-block li a:hover, 
.multishop-white ul.menu-v.mobile-block h4 a:hover,
.multishop-white ul.menu-v.mobile-block li.selected h4 > a,
.multishop-white ul.menu-v.mobile-block li.selected > a,
.multishop-white .bounce-popup,
.multishop-white .top-menu ul.menu-v li.force-menu:hover,
.multishop-white .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-white .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-white table.rating-distribution td .bar .filling,
.multishop-black .search input[type='submit']:hover,
.multishop-black #cart:hover, .multishop-black #cart.open,
.multishop-black .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-black .top-menu .dropdown ul.menu-v li.selected, 
.multishop-black .category-columns li > a:hover, 
.multishop-black .category-columns li.selected > a, 
.multishop-black .category-columns ul.menu-v h6 a:hover, 
.multishop-black .category-columns h6:hover,
.multishop-black .slider-custom.list .active-line,
.multishop-black .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-black .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-black ul.menu-v.mobile-block li a:hover, 
.multishop-black ul.menu-v.mobile-block h4 a:hover,
.multishop-black ul.menu-v.mobile-block li.selected h4 > a,
.multishop-black ul.menu-v.mobile-block li.selected > a,
.multishop-black .bounce-popup,
.multishop-black .top-menu ul.menu-v li.force-menu:hover,
.multishop-black .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-black .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-black table.rating-distribution td .bar .filling { background-color: #80aed2; }
.multishop-emerald .search input[type='submit']:hover,
.multishop-emerald #cart:hover, .multishop-emerald #cart.open,
.multishop-emerald .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-emerald .top-menu .dropdown ul.menu-v li.selected, 
.multishop-emerald .category-columns li > a:hover, 
.multishop-emerald .category-columns li.selected > a, 
.multishop-emerald .category-columns ul.menu-v h6 a:hover, 
.multishop-emerald .category-columns h6:hover,
.multishop-emerald .slider-custom.list .active-line,
.multishop-emerald .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-emerald .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-emerald ul.menu-v.mobile-block li a:hover, 
.multishop-emerald ul.menu-v.mobile-block h4 a:hover,
.multishop-emerald ul.menu-v.mobile-block li.selected h4 > a,
.multishop-emerald ul.menu-v.mobile-block li.selected > a,
.multishop-emerald .bounce-popup,
.multishop-emerald .top-menu ul.menu-v li.force-menu:hover,
.multishop-emerald .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-emerald .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-emerald table.rating-distribution td .bar .filling { background-color: #1fc987; }
.multishop-orange .search input[type='submit']:hover,
.multishop-orange #cart:hover, .multishop-orange #cart.open,
.multishop-orange .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-orange .top-menu .dropdown ul.menu-v li.selected, 
.multishop-orange .category-columns li > a:hover, 
.multishop-orange .category-columns li.selected > a, 
.multishop-orange .category-columns ul.menu-v h6 a:hover, 
.multishop-orange .category-columns h6:hover,
.multishop-orange .slider-custom.list .active-line,
.multishop-orange .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-orange .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-orange ul.menu-v.mobile-block li a:hover, 
.multishop-orange ul.menu-v.mobile-block h4 a:hover,
.multishop-orange ul.menu-v.mobile-block li.selected h4 > a,
.multishop-orange ul.menu-v.mobile-block li.selected > a,
.multishop-orange .bounce-popup,
.multishop-orange .top-menu ul.menu-v li.force-menu:hover,
.multishop-orange .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-orange .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-orange table.rating-distribution td .bar .filling { background-color: #f7a316; }
.multishop-red .search input[type='submit']:hover,
.multishop-red #cart:hover, .multishop-red #cart.open,
.multishop-red .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-red .top-menu .dropdown ul.menu-v li.selected, 
.multishop-red .category-columns li > a:hover, 
.multishop-red .category-columns li.selected > a, 
.multishop-red .category-columns ul.menu-v h6 a:hover, 
.multishop-red .category-columns h6:hover,
.multishop-red .slider-custom.list .active-line,
.multishop-red .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-red .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-red ul.menu-v.mobile-block li a:hover, 
.multishop-red ul.menu-v.mobile-block h4 a:hover,
.multishop-red ul.menu-v.mobile-block li.selected h4 > a,
.multishop-red ul.menu-v.mobile-block li.selected > a,
.multishop-red .bounce-popup,
.multishop-red .top-menu ul.menu-v li.force-menu:hover,
.multishop-red .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-red .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-red table.rating-distribution td .bar .filling { background-color: #e5012b; }
.multishop-lightpurple .search input[type='submit']:hover,
.multishop-lightpurple #cart:hover, .multishop-lightpurple #cart.open,
.multishop-lightpurple .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-lightpurple .top-menu .dropdown ul.menu-v li.selected, 
.multishop-lightpurple .category-columns li > a:hover, 
.multishop-lightpurple .category-columns li.selected > a, 
.multishop-lightpurple .category-columns ul.menu-v h6 a:hover, 
.multishop-lightpurple .category-columns h6:hover,
.multishop-lightpurple .slider-custom.list .active-line,
.multishop-lightpurple .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-lightpurple .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-lightpurple ul.menu-v.mobile-block li a:hover, 
.multishop-lightpurple ul.menu-v.mobile-block h4 a:hover,
.multishop-lightpurple ul.menu-v.mobile-block li.selected h4 > a,
.multishop-lightpurple ul.menu-v.mobile-block li.selected > a,
.multishop-lightpurple .bounce-popup,
.multishop-lightpurple .top-menu ul.menu-v li.force-menu:hover,
.multishop-lightpurple .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-lightpurple .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-lightpurple table.rating-distribution td .bar .filling { background-color: #b39bb3; }
.multishop-blindblue .search input[type='submit']:hover,
.multishop-blindblue #cart:hover, .multishop-blindblue #cart.open,
.multishop-blindblue .top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.multishop-blindblue .top-menu .dropdown ul.menu-v li.selected, 
.multishop-blindblue .category-columns li > a:hover, 
.multishop-blindblue .category-columns li.selected > a, 
.multishop-blindblue .category-columns ul.menu-v h6 a:hover, 
.multishop-blindblue .category-columns h6:hover,
.multishop-blindblue .slider-custom.list .active-line,
.multishop-blindblue .filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after,
.multishop-blindblue .filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after,
.multishop-blindblue ul.menu-v.mobile-block li a:hover, 
.multishop-blindblue ul.menu-v.mobile-block h4 a:hover,
.multishop-blindblue ul.menu-v.mobile-block li.selected h4 > a,
.multishop-blindblue ul.menu-v.mobile-block li.selected > a,
.multishop-blindblue .bounce-popup,
.multishop-blindblue .top-menu ul.menu-v li.force-menu:hover,
.multishop-blindblue .dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.multishop-blindblue .dropdown-combine-wrap ul.menu-v.l0 > li.selected > a,
.multishop-blindblue table.rating-distribution td .bar .filling { background-color: #8594cd; }

.search .hint { margin: 5px 0 0 22px; font-style: italic; }
/*Navigation*/
ul.menu-h.my-nav { margin-bottom: 20px; }
ul.menu-h.my-nav a { color: #060606; }
ul.menu-h.my-nav li.selected a, ul.menu-h.my-nav li a:hover { background: none; color: #00beba; }
.my-nav i.icon16.ms, .my-nav i.icon16.ig { margin-top: -2px; }
/*Fly cart*/
#cart { display: inline-block; width: 160px; height: 42px; bottom: 13px; position: relative; background-color: #525968; text-align: center; color: #fff; }
.ie8 #cart { bottom: 17px; }
#cart:hover, #cart.open { background-color: #01c4c0; }
#cart .cart-total { font-size: 15px; color: #fff; display: block; height: 100%; }
#cart .cart-total span.value { position: relative; top: 12px; }
.cart-sheet { background: url("/bitrix/templates/shop/img/cart-sheet.png") no-repeat; z-index: 5; width: 55px; height: 79px; position: absolute; bottom: -79px; right: 52px; }
.cart-sheet.fixed { top: 0; position: fixed; right: 108px; cursor: pointer; }
.cart-sheet:after { background: url("/bitrix/templates/shop/img/cart-sheet-shadow.png") no-repeat; z-index: 5; width: 89px; height: 6px; position: absolute; top: 0; left: -18px; content: ''; }
.cart-sheet i.icon32 { position: absolute; bottom: 20px; left: 10px; }
.cart-sheet i.icon16 { position: absolute; bottom: 30px; left: 18px; }
.cart-sheet.open i.icon32.cart-bw { background-position: -32px -32px; }
.cart-block { position: absolute; z-index: 6; bottom: 0; right: 0; width: 358px; background-color: #fbfafa; border-left: 1px solid #d2d2d3; border-bottom: 1px solid #d2d2d3; border-right: 1px solid #d2d2d3; }
.cart-block .show-all { margin-top: 10px; }
.cart-block .show-all a { border-bottom: 1px dotted #004268; text-decoration: none; }
.cart-block .show-all a:hover { border-bottom: none; }
.cart-block .buttons { margin-bottom: 4px; height: 88px; text-align: center; background-color: #525968; border-top: 1px solid #5c6271; border-bottom: 1px solid #5c6271; }
.cart-block .buttons a { margin-top: 25px; }
.cart-block.open i.icon32.cart-bw, 
i.icon32.cart-bw:hover, 
i.icon32.cart-bw.open, 
.cart-sheet.fixed:hover i.icon32.cart-bw { background-position: -32px -32px; }
.cart-block-content { padding: 10px; }
.cart-block-row { position: relative; font-size: 12px; text-align: left; margin-bottom: 10px; }
.cart-block-row:after { content: ''; display: block; clear: both; }
.cart-block-row:before { position: absolute; content: ''; background: #bab8b8; height: 1px; width: 230px; bottom: -5px; left: 87px; }
.cart-block-image { float: left; width: 77px; height: 96px; margin-right: 10px; position: relative; }
.cart-block-image img { max-width: 77px; max-height: 96px; /*border: 1px solid #b2b2b2;*/ bottom: 0; margin: auto; position: absolute; top: 0; }
.cart-block-row .price { position: absolute; bottom: 0; left: 87px; font-size: 14px; }
.cart-block-row .delete { position: absolute; top: 10px; right:-20px; }
.cart-block-row .delete:hover i, .cart-page .delete:hover i { background-position: -64px -16px; }
.cart-block-title { color: #525968; margin-bottom: 10px; width: 230px; margin-left: 87px; }
.cart-block-quantity { color: #8d8d8e; }
.cart-block-discount { margin-left: 87px; font-style: italic; color: #666; }
.count-block { color: #6a6a6a; text-align: center; font-size: 18px; margin-top: 5px; }
.cart-block i.icon16.ig.minus { margin-right: 5px; }
.cart-block i.icon16.ig.plus { margin-left: 5px; }
.cart-block i.icon16.ig.minus:hover { background-position: -80px -16px; }
.cart-block i.icon16.ig.plus:hover { background-position: -96px -16px; }
.cart-block .qty { width: 25px; height: 12px; text-align: center; font-size: 11px; }
/*Wa-auth*/
.wa-error-msg { display: block; color: #ea2444; }
.wa-auth-adapters ul { list-style: none; margin: 0; padding: 0; }
.wa-auth-adapters li { display: inline-block; margin: 0 10px 10px 0; }
.wa-auth-adapters li a { text-decoration: none; }
.wa-auth-adapters li a img { vertical-align: top; }
/*Top-menu*/
.top-menu { font-family: Arial; height: 43px; background: url("/bitrix/templates/shop/img/colors/lightblue/top-menu-bg.png") repeat-x; width: 100%; border-bottom: 1px solid #8d8d8d; }
.multishop-pink .top-menu { background: url("/bitrix/templates/shop/img/colors/pink/top-menu-bg.png") repeat-x; }
.multishop-green .top-menu { background: url("/bitrix/templates/shop/img/colors/green/top-menu-bg.png") repeat-x; }
.multishop-blue .top-menu { background: url("/bitrix/templates/shop/img/colors/blue/top-menu-bg.png") repeat-x; }
.multishop-purple .top-menu { background: url("/bitrix/templates/shop/img/colors/purple/top-menu-bg.png") repeat-x; }
.multishop-black .top-menu { background: url("/bitrix/templates/shop/img/colors/black/top-menu-bg.png") repeat-x; }
.multishop-white .top-menu { background: url("/bitrix/templates/shop/img/colors/white/top-menu-bg.png") repeat-x; }
.multishop-emerald .top-menu { background: url("/bitrix/templates/shop/img/colors/emerald/top-menu-bg.png") repeat-x; }
.multishop-orange .top-menu { background: url("/bitrix/templates/shop/img/colors/orange/top-menu-bg.png") repeat-x; }
.multishop-red .top-menu { background: url("/bitrix/templates/shop/img/colors/red/top-menu-bg.png") repeat-x; }
.multishop-lightpurple .top-menu { background: url("/bitrix/templates/shop/img/colors/lightpurple/top-menu-bg.png") repeat-x; }
.multishop-blindblue .top-menu { background: url("/bitrix/templates/shop/img/colors/blindblue/top-menu-bg.png") repeat-x; }

.top-menu ol { padding: 0; list-style: none; }
.top-menu ul.menu-h:after { content: ''; display: block; clear: both; }
.top-menu ul.menu-h > li { height: 43px; margin: 0; padding: 0; float: left; text-align: center; }

.top-menu ul.menu-h > li > a { margin: 0; color: #002135; height: 100%; line-height: 290%; padding: 0 15px; }
.multishop-pink .top-menu ul.menu-h > li > a,
.multishop-pink ul.menu-v.mobile-block li a:hover, 
.multishop-pink ul.menu-v.mobile-block h4 a:hover,
.multishop-pink ul.menu-v.mobile-block li.selected h4 > a,
.multishop-pink ul.menu-v.mobile-block li.selected > a,
.multishop-pink .footer-pages ul.menu-v li a,
.multishop-pink .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-pink .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-pink .top-menu ul.menu-v li.force-menu:hover > a,
.multishop-red .top-menu ul.menu-h > li > a,
.multishop-red ul.menu-v.mobile-block li a:hover, 
.multishop-red ul.menu-v.mobile-block h4 a:hover,
.multishop-red ul.menu-v.mobile-block li.selected h4 > a,
.multishop-red ul.menu-v.mobile-block li.selected > a,
.multishop-red .footer-pages ul.menu-v li a,
.multishop-red .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-red .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-red .top-menu ul.menu-v li.force-menu:hover > a,
.multishop-blue .top-menu ul.menu-h > li > a,
.multishop-blue ul.menu-v.mobile-block li a:hover, 
.multishop-blue ul.menu-v.mobile-block h4 a:hover,
.multishop-blue ul.menu-v.mobile-block li.selected h4 > a,
.multishop-blue ul.menu-v.mobile-block li.selected > a,
.multishop-blue .footer-pages ul.menu-v li a,
.multishop-blue .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-blue .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-blue .top-menu ul.menu-v li.force-menu:hover > a,
.multishop-purple .top-menu ul.menu-h > li > a,
.multishop-purple ul.menu-v.mobile-block li a:hover, 
.multishop-purple ul.menu-v.mobile-block h4 a:hover,
.multishop-purple ul.menu-v.mobile-block li.selected h4 > a,
.multishop-purple ul.menu-v.mobile-block li.selected > a,
.multishop-purple .footer-pages ul.menu-v li a,
.multishop-purple .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-purple .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-purple .top-menu ul.menu-v li.force-menu:hover > a,
.multishop-purple .cart-result .cart-affiliate .points, 
.multishop-purple .affiliate .points,
.multishop-black .top-menu ul.menu-h > li > a,
.multishop-black ul.menu-v.mobile-block li a:hover, 
.multishop-black ul.menu-v.mobile-block h4 a:hover,
.multishop-black ul.menu-v.mobile-block li.selected h4 > a,
.multishop-black ul.menu-v.mobile-block li.selected > a,
.multishop-black .footer-pages ul.menu-v li a,
.multishop-black .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-black .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-black .top-menu ul.menu-v li.force-menu:hover > a,
.multishop-orange .top-menu ul.menu-h > li > a,
.multishop-orange ul.menu-v.mobile-block li a:hover, 
.multishop-orange ul.menu-v.mobile-block h4 a:hover,
.multishop-orange ul.menu-v.mobile-block li.selected h4 > a,
.multishop-orange ul.menu-v.mobile-block li.selected > a,
.multishop-orange .footer-pages ul.menu-v li a,
.multishop-orange .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-orange .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-orange .top-menu ul.menu-v li.force-menu:hover > a,
.multishop-lightpurple .top-menu ul.menu-h > li > a,
.multishop-lightpurple ul.menu-v.mobile-block li a:hover, 
.multishop-lightpurple ul.menu-v.mobile-block h4 a:hover,
.multishop-lightpurple ul.menu-v.mobile-block li.selected h4 > a,
.multishop-lightpurple ul.menu-v.mobile-block li.selected > a,
.multishop-lightpurple .footer-pages ul.menu-v li a,
.multishop-lightpurple .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-lightpurple .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-lightpurple .top-menu ul.menu-v li.force-menu:hover > a,
.multishop-blindblue .top-menu ul.menu-h > li > a,
.multishop-blindblue ul.menu-v.mobile-block li a:hover, 
.multishop-blindblue ul.menu-v.mobile-block h4 a:hover,
.multishop-blindblue ul.menu-v.mobile-block li.selected h4 > a,
.multishop-blindblue ul.menu-v.mobile-block li.selected > a,
.multishop-blindblue .footer-pages ul.menu-v li a,
.multishop-blindblue .top-menu .dropdown.dropdown-menu ul.menu-v li:hover > a, 
.multishop-blindblue .top-menu .dropdown.dropdown-menu li.selected > a,
.multishop-blindblue .top-menu ul.menu-v li.force-menu:hover > a { color: #fff; }   

.top-menu ul.menu-h > li:hover > a { background: url("/bitrix/templates/shop/img/opacity28.png") repeat; }
.top-menu ul.menu-h > li.selected > a { color: #fdfcfd; background-color: #525968; }
.top-menu .dropdown-menu ul.menu-v { font-family: Trebuchet MS; padding-top: 10px;   }
.top-menu ul.menu-v li.force-menu ul.menu-v { padding-top: 10px; }
.top-menu .dropdown-menu ul.menu-v a,
.top-menu li.force-menu ul.menu-v a {  color: #242424; position: relative; }
.top-menu .dropdown-menu ul.menu-v a i { position: absolute; right: 0; top: 4px; }
.top-menu .dropdown-menu ul.menu-v li,
.top-menu li.force-menu ul.menu-v li { width: 190px; padding-left: 20px; }
.top-menu .dropdown.dropdown-menu ul.menu-v li:hover, 
.top-menu .dropdown ul.menu-v li.selected, 
.category-columns li > a:hover, 
.category-columns li.selected > a, 
.category-columns ul.menu-v h6 a:hover, 
.category-columns h6:hover,
.top-menu ul.menu-v li.force-menu:hover { background-color: #1dc5c4; }
.top-menu .dropdown.dropdown-menu ul.menu-v li:hover a, 
.top-menu ul.menu-v li.dropdown.dropdown-menu a:hover, 
.top-menu .dropdown ul.menu-v li.selected a { color: #242424; }
.top-menu ul.menu-h > li:hover .dropdown-wrap,
.top-menu ul.menu-h > li:hover .dropdown-combine-wrap { visibility: visible; }
.top-menu .menu-v.l0 > li a { padding: 5px 16px 5px 0;  }
.top-menu .menu-v.l0 > li > a { font-weight: 400; }
.top-menu ul.menu-v li.force-menu ul { padding-left: 0; }
.top-menu ul.menu-v li.force-menu.dropdown ul { top: -7px; left: 100%; margin-left: -4px; }
.top-menu .menu-v.l0 > li .slider-controls a { padding: 5px; }

.dropdown-combine-wrap ul.menu-v.l0 { position: relative; }
.dropdown-combine-wrap ul.menu-v.l0 > li { width: 225px; position: static; }
.dropdown-combine-wrap ul.menu-v.l0 > li > a { width: 195px; z-index: 5; margin-left: 0; padding: 10px 15px; position: relative; background-color: #535969; color: #fff; padding-left: 15px; }
.dropdown-combine-wrap ul.menu-v.l0 > li:hover > a:after,
.dropdown-combine-wrap ul.menu-v.l0 > li.selected > a:after { display: none; }
.dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after,
.dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after { content: ''; display: block; position: absolute; right: -16px; top: 0; width: 0; height: 0; border-top: 18px solid transparent; border-bottom: 18px solid transparent; border-left-width: 17px; border-left-style: solid; border-left-color: #1dc5c6; }

.multishop-pink .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-pink .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #db2261; }
.multishop-green .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-green .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #8ed417; }
.multishop-blue .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-blue .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #00a6d6; }
.multishop-purple .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-purple .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #834c91; }
.multishop-white .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-white .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after,
.multishop-black .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-black .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #80aed2; }
.multishop-emerald .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-emerald .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #1fc987; }
.multishop-orange .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-orange .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #f7a316; }
.multishop-red .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-red .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #e5012b; }
.multishop-lightpurple .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-lightpurple .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #b39bb3; }
.multishop-blindblue .dropdown-combine-wrap ul.menu-v.l0 > li.childs.selected > a:after,
.multishop-blindblue .dropdown-combine-wrap ul.menu-v.l0 > li.childs:hover > a:after { border-left-color: #8594cd; }

.dropdown-combine-wrap ul.menu-v.l0 > li:hover > a,
.dropdown-combine-wrap ul.menu-v.l0 > li.selected > a { color: #242424; background-color: #1dc5c6; }
.dropdown-combine-wrap ul.menu-v.l0 > li > a { word-wrap: break-word; }
.dropdown-combine-wrap ul.menu-v.l0 > li > ul { background: none repeat scroll 0 0 #535969; min-height: 100%; -webkit-box-shadow: 0 1px 3px 0 #BBBBBB; -moz-box-shadow: 0 1px 3px 0 #BBBBBB; box-shadow: 0 1px 3px 0 #BBBBBB; display: none; left: 0; margin-right: 0; padding: 8px 0 20px 255px; position: absolute; right: 0; top: -5px; width: 725px; } 
.no-boxshadow .dropdown-combine-wrap ul.menu-v.l0 > li > ul { border: 2px solid #535969; }
.dropdown-combine-wrap ul.menu-v.l0 > li > ul:before { background: none repeat scroll 0 0 #FFFFFF; content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 755px; } 
.dropdown-combine-wrap ul.menu-v.l0 > li:hover > ul, 
.dropdown-combine-wrap ul.menu-v.l0 > li.selected > ul { display: block; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 > li { width: 175px; margin-right: -2px; float: left; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 > li > a { padding: 8px 5px; margin: 0; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 ul { padding-left: 20px; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 ul a { margin: 0; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 ul .image .right a { padding: 0; margin: 0 0 0 5px; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 .dropdown-menu ul { padding: 10px 0; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 > li.category-html { float: none; clear: both; width: 700px; overflow: hidden; height: 100%; padding: 10px 0; display: block; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 > li.category-html img { width: 100%; min-height: 100%; }
.dropdown-combine-wrap ul.menu-v.l1 .slider-custom li { border-top: none; }
/*Pages*/
.pages { position: relative; z-index: 2; padding: 0 10px; clear: both; -webkit-box-shadow: 0 1px 3px 0 #bbb; -moz-box-shadow: 0 1px 3px 0 #bbb; box-shadow: 0 1px 3px 0 #bbb; border-top: 1px solid #fafbfb; border-bottom: 1px solid #bbbbbb; /*background-color: #fcfdfd;*/ }
.pages ul.menu-h li { margin-top: 9px; }
.pages ul { margin-bottom: 10px; }
/*Slider*/
.slider:after { content: ''; display: block; clear: both; }
.slider-custom { overflow: hidden; margin: 0 10px; }
.slider.slider-custom { margin: 0; }
.dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 .slider-custom ul { padding: 0; }

.slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/lightblue/slider-pagination.png") no-repeat; width: 13px; height: 14px; }
.multishop-pink .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/pink/slider-pagination.png") no-repeat; }
.multishop-green .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/green/slider-pagination.png") no-repeat; }
.multishop-blue .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/blue/slider-pagination.png") no-repeat; }
.multishop-purple .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/purple/slider-pagination.png") no-repeat; }
.multishop-black .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/black/slider-pagination.png") no-repeat; }
.multishop-white .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/white/slider-pagination.png") no-repeat; }
.multishop-emerald .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/emerald/slider-pagination.png") no-repeat; }
.multishop-orange .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/orange/slider-pagination.png") no-repeat; }
.multishop-red .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/red/slider-pagination.png") no-repeat; }
.multishop-lightpurple .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/lightpurple/slider-pagination.png") no-repeat; }
.multishop-blindblue .slider-custom .bx-wrapper .bx-pager.bx-default-pager a { background: url("/bitrix/templates/shop/img/colors/blindblue/slider-pagination.png") no-repeat; }

.slider-custom .bx-wrapper .bx-pager.bx-default-pager a:hover, .slider-custom .bx-wrapper .bx-pager.bx-default-pager a.active { background-position: -17px 0; }

.slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/lightblue/slider-icons.png") -32px 0 no-repeat; width: 28px; height: 34px; }
.multishop-pink .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/pink/slider-icons.png") -32px 0 no-repeat; }
.multishop-green .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/green/slider-icons.png") -32px 0 no-repeat; }
.multishop-blue .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/blue/slider-icons.png") -32px 0 no-repeat; }
.multishop-purple .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/purple/slider-icons.png") -32px 0 no-repeat; }
.multishop-black .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/black/slider-icons.png") -32px 0 no-repeat; }
.multishop-white .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/white/slider-icons.png") -32px 0 no-repeat; }
.multishop-emerald .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/emerald/slider-icons.png") -32px 0 no-repeat; }
.multishop-orange .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/orange/slider-icons.png") -32px 0 no-repeat; }
.multishop-red .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/red/slider-icons.png") -32px 0 no-repeat; }
.multishop-lightpurple .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/lightpurple/slider-icons.png") -32px 0 no-repeat; }
.multishop-blindblue .slider-custom .bx-wrapper .bx-next { background: url("/bitrix/templates/shop/img/colors/blindblue/slider-icons.png") -32px 0 no-repeat; }

.slider-custom .bx-wrapper .bx-next:hover { background-position: -32px -38px; }

.slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/lightblue/slider-icons.png") 0 0 no-repeat; width: 28px; height: 34px; }
.multishop-pink .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/pink/slider-icons.png") 0 0 no-repeat; }
.multishop-green .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/green/slider-icons.png") 0 0 no-repeat; }
.multishop-blue .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/blue/slider-icons.png") 0 0 no-repeat; }
.multishop-purple .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/purple/slider-icons.png") 0 0 no-repeat; }
.multishop-black .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/black/slider-icons.png") 0 0 no-repeat; }
.multishop-white .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/white/slider-icons.png") 0 0 no-repeat; }
.multishop-emerald .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/emerald/slider-icons.png") 0 0 no-repeat; }
.multishop-orange .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/orange/slider-icons.png") 0 0 no-repeat; }
.multishop-red .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/red/slider-icons.png") 0 0 no-repeat; }
.multishop-lightpurple .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/lightpurple/slider-icons.png") 0 0 no-repeat; }
.multishop-blindblue .slider-custom .bx-wrapper .bx-prev { background: url("/bitrix/templates/shop/img/colors/blindblue/slider-icons.png") 0 0 no-repeat; }

.slider-custom .bx-wrapper .bx-prev:hover { background-position: 0 -38px; }
#bx-pager { float: left; width: 235px; }
#bx-pager a { display: block; margin-bottom: 5px; }
.bx-wrapper .bx-viewport { box-shadow: none; background: none; }
.bx-wrapper img { margin: 0 auto; }
.bx-wrapper { margin-bottom: 40px; }

i.slider-icons { background: url("/bitrix/templates/shop/img/colors/lightblue/slider-icons.png") 0 0 no-repeat; width: 28px; height: 34px; display: inline-block; }
.multishop-pink i.slider-icons { background: url("/bitrix/templates/shop/img/colors/pink/slider-icons.png") 0 0 no-repeat; }
.multishop-green i.slider-icons { background: url("/bitrix/templates/shop/img/colors/green/slider-icons.png") 0 0 no-repeat; }
.multishop-blue i.slider-icons { background: url("/bitrix/templates/shop/img/colors/blue/slider-icons.png") 0 0 no-repeat; }
.multishop-purple i.slider-icons { background: url("/bitrix/templates/shop/img/colors/purple/slider-icons.png") 0 0 no-repeat; }
.multishop-black i.slider-icons { background: url("/bitrix/templates/shop/img/colors/black/slider-icons.png") 0 0 no-repeat; }
.multishop-white i.slider-icons { background: url("/bitrix/templates/shop/img/colors/white/slider-icons.png") 0 0 no-repeat; }
.multishop-emerald i.slider-icons { background: url("/bitrix/templates/shop/img/colors/emerald/slider-icons.png") 0 0 no-repeat; }
.multishop-orange i.slider-icons { background: url("/bitrix/templates/shop/img/colors/orange/slider-icons.png") 0 0 no-repeat; }
.multishop-red i.slider-icons { background: url("/bitrix/templates/shop/img/colors/red/slider-icons.png") 0 0 no-repeat; }
.multishop-lightpurple i.slider-icons { background: url("/bitrix/templates/shop/img/colors/lightpurple/slider-icons.png") 0 0 no-repeat; }
.multishop-blindblue i.slider-icons { background: url("/bitrix/templates/shop/img/colors/blindblue/slider-icons.png") 0 0 no-repeat; }

i.slider-icons.larr-bw { background-position: 0 0; }
i.slider-icons.larr { background-position: 0 -38px; }
i.slider-icons.rarr-bw { background-position: -32px 0; }
i.slider-icons.rarr { background-position: -32px -38px; }

i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/lightblue/slider-vertical-icons.png") 0 0 no-repeat; width: 141px; height: 11px; display: inline-block; }
.multishop-pink i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/pink/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-green i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/green/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-blue i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/blue/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-purple i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/purple/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-black i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/black/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-white i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/white/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-emerald i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/emerald/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-orange i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/orange/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-red i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/red/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-lightpurple i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/lightpurple/slider-vertical-icons.png") 0 0 no-repeat; }
.multishop-blindblue i.slider-iconsv { background: url("/bitrix/templates/shop/img/colors/blindblue/slider-vertical-icons.png") 0 0 no-repeat; }

i.slider-iconsv.uarr-bw { background-position: 0 0; }
i.slider-iconsv.uarr { background-position: -143px 0; }
i.slider-iconsv.darr-bw { background-position: 0 -13px; }
i.slider-iconsv.darr { background-position: -143px -13px ; }
i.slider-iconsv.uarr-bw:hover { background-position: -143px 0; }
i.slider-iconsv.darr-bw:hover { background-position: -143px -13px; }
.slider-next i.slider-icons.rarr-bw:hover { background-position: -32px -38px; }
.slider-prev i.slider-icons.larr-bw:hover { background-position: 0 -38px; }
.slider-next i.slider-iconsv.darr-bw:hover { background-position: -143px -13px; }
.slider-prev i.slider-iconsv.uarr-bw:hover { background-position: -143px 0; }
.slider-controls { position: absolute; top: 12px; right: 0; z-index: 5; background: #fff; }
.slider-controls span, .jcarousel-prev, .jcarousel-next { cursor: pointer; display: inline-block; }
.slider-controls span.inactive, .jcarousel-prev.inactive, .jcarousel-next.inactive { opacity: 0.5; cursor: default; }
.slider-custom.list h3, .brands h3 { width: 100%; position: relative; height: 25px; padding: 0 10px 10px; }
.slider-custom.list .active-line, .brands .active-line { position: absolute; left: 0; bottom: -2px; width: 100px; background-color: #17b09f; height: 2px; }
.slider-custom.list .bx-controls, .brands .bx-controls { display: none; }
/*Footer*/
.footer { height: 120px; z-index: 5; background: url("/bitrix/templates/shop/img/colors/lightblue/footer-bg-small.png") repeat-x; position: relative; margin-top: -166px; clear: both;  }
.multishop-pink .footer { background: url("/bitrix/templates/shop/img/colors/pink/footer-bg-small.png") repeat-x; color: #fff; }
.multishop-green .footer { background: url("/bitrix/templates/shop/img/colors/green/footer-bg-small.png") repeat-x; }
.multishop-blue .footer { background: url("/bitrix/templates/shop/img/colors/blue/footer-bg-small.png") repeat-x; color: #fff; }
.multishop-purple .footer { background: url("/bitrix/templates/shop/img/colors/purple/footer-bg-small.png") repeat-x; color: #fff; }
.multishop-black .footer { background: url("/bitrix/templates/shop/img/colors/black/footer-bg-small.png") repeat-x; color: #fff; }
.multishop-white .footer { background: url("/bitrix/templates/shop/img/colors/white/footer-bg-small.png") repeat-x; }
.multishop-emerald .footer { background: url("/bitrix/templates/shop/img/colors/emerald/footer-bg-small.png") repeat-x; }
.multishop-orange .footer { background: url("/bitrix/templates/shop/img/colors/orange/footer-bg-small.png") repeat-x; color: #fff; }
.multishop-red .footer { background: url("/bitrix/templates/shop/img/colors/red/footer-bg-small.png") repeat-x; color: #fff; }
.multishop-lightpurple .footer { background: url("/bitrix/templates/shop/img/colors/lightpurple/footer-bg-small.png") repeat-x; color: #fff; }
.multishop-blindblue .footer { background: url("/bitrix/templates/shop/img/colors/blindblue/footer-bg-small.png") repeat-x; color: #fff; }

/*.footer.big { height: 305px; background: url("/bitrix/templates/shop/img/colors/lightblue/footer-bg.png") repeat-x; margin-top: -305px;  }*/
.footer.big { height: 320px; background: url("/bitrix/templates/shop/img/colors/lightblue/footer-bg.png") repeat-x; margin-top: -320px;  }
.multishop-pink .footer.big { background: url("/bitrix/templates/shop/img/colors/pink/footer-bg.png") repeat-x; }
.multishop-green .footer.big { background: url("/bitrix/templates/shop/img/colors/green/footer-bg.png") repeat-x; }
.multishop-blue .footer.big { background: url("/bitrix/templates/shop/img/colors/blue/footer-bg.png") repeat-x; }
.multishop-purple .footer.big { background: url("/bitrix/templates/shop/img/colors/purple/footer-bg.png") repeat-x; }
.multishop-black .footer.big { background: url("/bitrix/templates/shop/img/colors/black/footer-bg.png") repeat-x; }
.multishop-white .footer.big { background: url("/bitrix/templates/shop/img/colors/white/footer-bg.png") repeat-x; }
.multishop-emerald .footer.big { background: url("/bitrix/templates/shop/img/colors/emerald/footer-bg.png") repeat-x; }
.multishop-orange .footer.big { background: url("/bitrix/templates/shop/img/colors/orange/footer-bg.png") repeat-x; }
.multishop-red .footer.big { background: url("/bitrix/templates/shop/img/colors/red/footer-bg.png") repeat-x; }
.multishop-lightpurple .footer.big { background: url("/bitrix/templates/shop/img/colors/lightpurple/footer-bg.png") repeat-x; }
.multishop-blindblue .footer.big { background: url("/bitrix/templates/shop/img/colors/blindblue/footer-bg.png") repeat-x; }

.footer .footer-text { font-size: 16px; }
.footer .sidebar { margin-top: 5px; margin-left: 10px; }
.footer .content { margin-left: 10px; }
.footer .copyright { position: absolute; left: 0; bottom: 0; }
.footer.big .copyright { right: 75px; left: inherit;font-size:12px; }
.footer-pages:after { display: block; clear: both; content: ''; }
.footer-pages h5 { color: #ffffff; }
.footer-pages ul.menu-v li a { font-size: 12px; color: #111014; }
.footer-pages ul.menu-v li a:hover { text-decoration: underline; color: #fefefe; }
.footer-pages .column { float: left; margin-right: 30px; margin-top: 10px; width: 210px; }
ul.social-buttons.menu-h, ul.payment-block.menu-h { padding-left: 0; }
ul.social-buttons.menu-h > li, ul.payment-block.menu-h > li { margin: 0; }
ul.payment-block.menu-h { text-align: left; height: 32px; overflow: hidden; margin-top: 5px; }
.footer .sidebar.right450px > p { margin-bottom: 10px; }
.footer .sidebar.right450px
/*Categories*/
.category-prepare { visibility: hidden; position: absolute; }
.category-columns { list-style: none; padding: 10px; }
.ie8 .category-columns li { margin-right: 0; }
.category-columns.width154px li { width: 154px; }
.category-columns > li { /*display: inline-block; vertical-align: top;*/ float: left; }
.category-columns ul.menu-v a { color: #014d4c; margin: 0; }
.category-columns ul.menu-v h6 a, .category-columns h6 a { color: #01aba9; font-size: 15px; padding: 5px; }
.category-columns ul.menu-v h6 a:hover { color: #fff; }
.category-columns h6 a:hover { color: #fff; }
.category-columns .parent-title:hover { background: none; }
.category-columns .parent-title a { text-decoration: underline; color: #01aba9; }

.category-columns .parent-title a:hover{ color: #01aba9; text-decoration: none; background: none; }
.multishop-pink .category-columns .parent-title a:hover, 
.multishop-pink .category-columns .parent-title:hover,
.multishop-green .category-columns .parent-title a:hover,
.multishop-green .category-columns .parent-title:hover,
.multishop-blue .category-columns .parent-title a:hover,
.multishop-blue .category-columns .parent-title:hover,
.multishop-purple .category-columns .parent-title a:hover,
.multishop-purple .category-columns .parent-title:hover,
.multishop-black .category-columns .parent-title a:hover,
.multishop-black .category-columns .parent-title:hover,
.multishop-white .category-columns .parent-title a:hover,
.multishop-white .category-columns .parent-title:hover,
.multishop-emerald .category-columns .parent-title a:hover,
.multishop-emerald .category-columns .parent-title:hover,
.multishop-orange .category-columns .parent-title a:hover,
.multishop-orange .category-columns .parent-title:hover,
.multishop-red .category-columns .parent-title a:hover,
.multishop-red .category-columns .parent-title:hover,
.multishop-lightpurple .category-columns .parent-title a:hover,
.multishop-lightpurple .category-columns .parent-title:hover,
.multishop-blindblue .category-columns .parent-title a:hover,
.multishop-blindblue .category-columns .parent-title:hover { background: none; }

.category-columns ul.menu-v ul { padding-left: 10px; margin: 0; }
.category-columns.more ul.menu-v ul { padding-left: 0; }
.category-columns ul.menu-v li { margin: 0; }
/*.category-columns ol li { width: 154px; }*/
.category-columns .menu-v.l0 { width: 154px; }
.category-columns ol li.double-column { width: 312px; }
.category-columns ol li.double-column h6 { text-align: center; }
.category-columns ol li.double-column > ul.menu-v { float: left; }
.category-columns ol li.double-column:after { content: ''; display: block; clear: both; }
.category-columns ul li ul li + li, .dropdown-combine-wrap ul.menu-v.l1 li ul li + li { border-top: 1px dotted #CCCCCC; }
.more-tab .category-columns ul li ul li + li { border-top: none; }
.f-collapsible { position: absolute;  margin: 0; cursor: pointer; background-color: #F5F5F5; right: 0; top: 5px; }
.f-collapsible:hover { background-color: #ddd; }
.list-rarr { position: absolute;  margin: 0; right: 0; top: 5px;  }
.dropdown-wrap, .dropdown-combine-wrap { visibility: hidden; width: 100%; text-align: left; z-index: 288; background: none repeat scroll 0 0 #FFFFFF; -webkit-box-shadow: 0 1px 3px 0 #BBBBBB; -moz-box-shadow: 0 1px 3px 0 #BBBBBB; box-shadow: 0 1px 3px 0 #BBBBBB; left: 0; position: absolute;  top: 43px; } 
.no-boxshadow .dropdown-wrap, .no-boxshadow .dropdown-combine-wrap { border: 1px solid #bbb; }
/*Contact fields*/
.form input[type='text'], .form input[type='password'], .form textarea { border: 4px solid #d6d5d5; padding: 5px 10px; background: #f9f9f9; -moz-box-shadow: 0 0 2px 0 #555555 inset; -webkit-box-shadow: 0 0 2px 0 #555555 inset; box-shadow: 0 0 2px 0 #555555 inset; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; }
.form input[type='text']:focus, .form input[type='password']:focus, .form textarea:focus { -moz-box-shadow: 0 0 3px 0 #000 inset; -webkit-box-shadow: 0 0 3px 0 #000 inset; box-shadow: 0 0 3px 0 #000 inset; }
.ie8 .form input[type='text']:focus, .ie8 .form input[type='password']:focus, .ie8 .form textarea:focus {  border: 4px solid #555; }
.form input[type="text"].wa-error, .form input[type="password"].wa-error, .form textarea.wa-error { background-color: #fbd5d5; }
/*Breadcrumbs*/
.breadcrumbs a { color: #666666; font-style: italic; font-size: 13px; }
.breadcrumbs a:hover { text-decoration: none; }

.sorting i.sort-desc { background: url("/bitrix/templates/shop/img/igaponov-icons10.png") 0 0 no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
.sorting i.sort-asc { background: url("/bitrix/templates/shop/img/igaponov-icons10.png") -20px 0 no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
/*10x10 Icons*/
i.icon10 { background-repeat:no-repeat; background-image: url("/bitrix/templates/shop/img/igaponov-icons10.png");  height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0; }
i.icon10.darr { background-position: 0 0; }
i.icon10.rarr { background-position: -10px 0; }
i.icon10.uarr { background-position: -20px 0; }
i.icon10.larr { background-position: -30px 0; }
.icon10.star { background-position: -30px -10px; }
.icon10.star-empty { background-position: 0 -10px; }
.icon10.star-half { background-position: -10px -10px }
.icon10.star-hover { background-position: -20px -10px; }
/*16x16 Icons*/
i.icon16, i.icon16.th { background-repeat:no-repeat; background-image: url("/bitrix/templates/shop/img/igaponov-icons16.png"); height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }

i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/lightblue/theme-icons16.png"); }
.multishop-pink i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/pink/theme-icons16.png"); }
.multishop-green i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/green/theme-icons16.png"); }
.multishop-blue i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/blue/theme-icons16.png"); }
.multishop-purple i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/purple/theme-icons16.png"); }
.multishop-black i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/black/theme-icons16.png"); }
.multishop-white i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/white/theme-icons16.png"); }
.multishop-emerald i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/emerald/theme-icons16.png"); }
.multishop-orange i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/orange/theme-icons16.png"); }
.multishop-red i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/red/theme-icons16.png"); }
.multishop-lightpurple i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/lightpurple/theme-icons16.png"); }
.multishop-blindblue i.icon16.th { background-image: url("/bitrix/templates/shop/img/colors/blindblue/theme-icons16.png"); }

.icon16.th.compare-bw { background-position: 0 0; }
.icon16.th.compare { background-position: 0 -16px; }
.icon16.th.user-bw { background-position: -16px 0; }
.icon16.th.user { background-position: -16px -16px; }
.icon16.th.key-bw { background-position: -32px 0; }
.icon16.th.key { background-position: -32px -16px; }
.icon16.th.calendar-bw { background-position: -48px 0; }
.icon16.th.calendar { background-position: -48px -16px; }
.icon16.th.rarr-active { background-position: -64px -16px; }

.icon16.ig, i.icon16.th { margin: 0 2px 0 0; }
.icon16.ig.search { background-position: 0 -16px; }
.icon16.ig.dtriangle { background-position: 0 -32px; }
.icon16.ig.rarr { background-position: -16px -32px; }
.icon16.ig.darr { background-position: -32px -32px; }
.icon16.ig.close-bw { background-position: -64px 0; }
.icon16.ig.close { background-position: -64px -16px; }
.icon16.ig.discount { background-position: -80px 0; }
.icon16.ig.minus-active { background-position: -80px -16px; }
.icon16.ig.minus { background-position: -80px -32px; }

.icon16.ig.plus-active { background-position: -96px -16px; }
.icon16.ig.plus { background-position: -96px -32px; }
.icon16.loading { background-image: url("/bitrix/templates/shop/img/loading16.gif"); }
.icon16.loading2 { background-image: url("/bitrix/templates/shop/img/loading16-2.gif"); }
.icon16.star { background-position: -48px -48px; }
.icon16.star-empty { background-position: 0 -48px; }
.icon16.star-half { background-position: -16px -48px }
.icon16.star-hover { background-position: -32px -48px; }
.icon16.ig.user-grey { background-position: -80px -48px; }
.icon16.ig.review { background-position: -64px -48px; }

.icon16.ig.comment-bw { background-position: -112px -32px; }
/*32x32 Icons*/
i.icon32 { background-repeat:no-repeat; height:32px; width:32px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon32 { text-decoration:none!important; vertical-align:top; margin: 0; }
.icon32.ig { background: url("/bitrix/templates/shop/img/igaponov-icons32.png") 0 0 no-repeat;  }
.icon32.ig.cart { background-position: -32px -32px; }
.icon32.ig.cart-bw { background-position: -32px 0; }
/*Page icons*/
.page-icons { text-decoration:none!important; vertical-align:middle; margin: 0 2px 0 0; }
/*Social icons*/
i.social-icons { background-image: url("/bitrix/templates/shop/img/social-icons.png"); background-repeat:no-repeat; height:35px; width:35px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.social-icons { text-decoration:none!important; vertical-align:middle; }
.social-icons.vk { background-position: 0 0; }
.social-icons.fb { background-position: -37px 0; }
.social-icons.twitter { background-position: -74px 0; }
.social-icons.google { background-position: -111px 0; }
.social-icons.lj { background-position: -148px 0; }
.social-icons.yandex { background-position: 0 -37px; }
.social-icons.odnokl { background-position: -37px -37px; }
.social-icons.youtube { background-position: -74px -37px; }
.social-icons.pinterest { background-position: -111px -37px; }
.social-icons.instagram { background-position: -148px -37px; }
/* Browser icons*/
i.browser-icon { background-image: url("/bitrix/templates/shop/img/browsers.jpg"); background-repeat:no-repeat; height:50px; width:50px; display:inline-block; text-decoration:none!important; }
* i.browser-icon { text-decoration:none!important; vertical-align:top; margin: 0; }
.browser-icon.ie { background-position: 0 0; }
.browser-icon.chrome { background-position: -52px 0; }
.browser-icon.safari { background-position: -104px 0; }
.browser-icon.opera { background-position: -156px 0; }
.browser-icon.firefox { background-position: -208px 0; }
/*Payment icons*/
i.payment-icon { background-image: url("/bitrix/templates/shop/img/payment-icons.png"); background-repeat:no-repeat; height:32px; width:48px; display:inline-block; text-decoration:none!important; }
* i.payment-icon { text-decoration:none!important; vertical-align:top; margin: 0; }
i.payment-icon.qiwi { background-position: -2px -2px; }
i.payment-icon.rbk-money { background-position: -52px -2px; }
i.payment-icon.robokassa { background-position: -102px -2px; }
i.payment-icon.privat-bank { background-position: -152px -2px; }
i.payment-icon.sberbank { background-position: -202px -2px; }
i.payment-icon.skrill-moneybookers { background-position: -252px -2px; }
i.payment-icon.telemoney { background-position: -302px -2px; }
i.payment-icon.unistream { background-position: -352px -2px; }
i.payment-icon.visa { background-position: -402px -2px; }
i.payment-icon.webmoney { background-position: -452px -2px; }
i.payment-icon.western-union { background-position: -2px -36px; }
i.payment-icon.yandex-money { background-position: -52px -36px; }
i.payment-icon.alfabank { background-position: -102px -36px; }
i.payment-icon.american-express { background-position: -152px -36px; }
i.payment-icon.assist { background-position: -202px -36px; }
i.payment-icon.payu { background-position: -252px -36px; }
i.payment-icon.cirrus { background-position: -302px -36px; }
i.payment-icon.contact { background-position: -352px -36px; }
i.payment-icon.diners-club { background-position: -402px -36px; }
i.payment-icon.elecsnet { background-position: -452px -36px; }
i.payment-icon.intellectmoney { background-position: -2px -70px; }
i.payment-icon.jcb { background-position: -52px -70px; }
i.payment-icon.maestro { background-position: -102px -70px; }
i.payment-icon.mail-money { background-position: -152px -70px; }
i.payment-icon.mastercard { background-position: -202px -70px; }
i.payment-icon.migom { background-position: -252px -70px; }
i.payment-icon.moneymail { background-position: -302px -70px; }
i.payment-icon.mts-bank { background-position: -352px -70px; }
i.payment-icon.paypal { background-position: -402px -70px; }
i.payment-icon.chronopay { background-position: -452px -70px; }
/*Mobile-bar icons*/
i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/lightblue/mobile-bar.png"); background-position: -2px -2px; background-repeat:no-repeat; height:22px; width:32px; display:inline-block; text-decoration:none!important; }
* i.mobilebar-icon { text-decoration:none!important; vertical-align:middle; margin: 3px 0 0 0; }

.multishop-pink i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/pink/mobile-bar.png"); }
.multishop-green i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/green/mobile-bar.png"); }
.multishop-blue i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/blue/mobile-bar.png"); }
.multishop-purple i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/purple/mobile-bar.png"); }
.multishop-black i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/black/mobile-bar.png"); }
.multishop-white i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/white/mobile-bar.png"); }
.multishop-emerald i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/emerald/mobile-bar.png"); }
.multishop-orange i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/orange/mobile-bar.png"); }
.multishop-red i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/red/mobile-bar.png"); }
.multishop-lightpurple i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/lightpurple/mobile-bar.png"); }
.multishop-blindblue i.mobilebar-icon { background-image: url("/bitrix/templates/shop/img/colors/blindblue/mobile-bar.png"); }

.mobilebar-icon:hover, 
#mobilebar-link:hover .mobilebar-icon { background-position: -36px -2px; } 
/*Mobile-menu icons*/
i.mobilemenu-icon { background-image: url("/bitrix/templates/shop/img/mobile-menu.png"); background-position: -2px -2px; background-repeat:no-repeat; height:22px; width:32px; display:inline-block; text-decoration:none!important; }
* i.mobilemenu-icon { text-decoration:none!important; vertical-align:middle; margin: -2px 0 0 0; }
#mobile-menu:hover .mobilemenu-icon { background-position: -36px -2px; } 
/*Plugin Autocomplete*/
#multishop input.autocomplete-loader { background: url("/wa-apps/shop/plugins/autocomplete/img/loading16.gif") no-repeat scroll 295px 10px #FFFFFF; }
#multishop .autocomplete-suggestions { border: 0 none; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; }
#multishop .autocomplete-suggestion { padding: 10px; border: 1px solid #a6a5a5; }
#multishop .autocomplete-suggestion a { color: #525968; font-style: italic; }
#multishop .autocomplete-price .compare-at-price { margin-right: 10px; }
#multishop .autocomplete-price .price { font-weight: bold; }
/*Plugin Quickorder*/
#multishop .quickorder-custom-button-cart { display: inline-block;  }
#multishop .quickorder-custom-button-cart .quickorder-button-cart, #multishop .quickorder-custom-button .quickorder-button, #multishop .quickorder-custom-form .quickorder-button { line-height: 1.3; margin: 0; padding: 0 10px; -webkit-box-shadow: none; -moz-box-shadow: none; box-shadow: none; -webkit-border-radius: 0; -moz-border-radius: 0;border-radius: 0; text-decoration: none; text-align: center; display: inline-block; height: 35px;  }
#multishop .quickorder-custom-form .quickorder-header { text-shadow: none; }
#multishop .cart-page .quickorder-custom-button-cart { margin-bottom: 10px; }
/*Settings*/
#multishop-settings {  width: 335px; right: 100%; margin-right: 0; top: 100px; position: fixed; }
#multishop-settings.open, #multishop-settings .settings-header { z-index: 2000; }
#multishop-settings .settings-header { background:#3cded8; -webkit-box-shadow: 1px 1px 3px 0px #000; -moz-box-shadow: 1px 1px 3px 0px #000; box-shadow: 1px 1px 3px 0px #000; background:-moz-linear-gradient(top,rgba(60,222,216,1) 0,rgba(29,190,184,1) 100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(60,222,216,1)),color-stop(100%,rgba(29,190,184,1)));background:-webkit-linear-gradient(top,rgba(60,222,216,1) 0,rgba(29,190,184,1) 100%);background:-o-linear-gradient(top,rgba(60,222,216,1) 0,rgba(29,190,184,1) 100%);background:-ms-linear-gradient(top,rgba(60,222,216,1) 0,rgba(29,190,184,1) 100%);background:linear-gradient(to bottom,rgba(60,222,216,1) 0,rgba(29,190,184,1) 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3cded8', endColorstr='#1dbeb8', GradientType=0); border: 1px solid #49cbc6; position: relative; height: 40px; }
.multishop-pink #multishop-settings .settings-header { border: 1px solid #ee437c; background:#ee437c;background:-moz-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(238,67,124,1)),color-stop(100%,rgba(219,48,105,1)));background:-webkit-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:-o-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:-ms-linear-gradient(top,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);background:linear-gradient(to bottom,rgba(238,67,124,1)0,rgba(219,48,105,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee437c', endColorstr='#db3069', GradientType=0); }
.multishop-green #multishop-settings .settings-header { border: 1px solid #a5eb2a;background:#a5eb2a;background:-moz-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(165,235,42,1)),color-stop(100%,rgba(146,216,23,1)));background:-webkit-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:-o-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:-ms-linear-gradient(top,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);background:linear-gradient(to bottom,rgba(165,235,42,1)0,rgba(146,216,23,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5eb2a', endColorstr='#92d817', GradientType=0); }
.multishop-blue #multishop-settings .settings-header { border: 1px solid #24b8e3;background:#24b8e3;background:-moz-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(36,184,227,1)),color-stop(100%,rgba(17,165,207,1)));background:-webkit-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:-o-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:-ms-linear-gradient(top,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);background:linear-gradient(to bottom,rgba(36,184,227,1)0,rgba(17,165,207,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#24b8e3', endColorstr='#11a5cf', GradientType=0); }
.multishop-purple #multishop-settings .settings-header { border: 1px solid #9b69a8;background:#9b69a8;background:-moz-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(155,105,168,1)),color-stop(100%,rgba(136,86,149,1)));background:-webkit-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:-o-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:-ms-linear-gradient(top,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);background:linear-gradient(to bottom,rgba(155,105,168,1)0,rgba(136,86,149,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#9b69a8', endColorstr='#885695', GradientType=0); }
.multishop-black #multishop-settings .settings-header { border: 1px solid #6a707d;background:#6a707d;background:-moz-linear-gradient(top,rgba(106,112,125,1)0,rgba(87,93,106,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(106,112,125,1)),color-stop(100%,rgba(87,93,106,1)));background:-webkit-linear-gradient(top,rgba(106,112,125,1)0,rgba(87,93,106,1)100%);background:-o-linear-gradient(top,rgba(106,112,125,1)0,rgba(87,93,106,1)100%);background:-ms-linear-gradient(top,rgba(106,112,125,1)0,rgba(87,93,106,1)100%);background:linear-gradient(to bottom,rgba(106,112,125,1)0,rgba(87,93,106,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#6a707d', endColorstr='#575d6a', GradientType=0); }
.multishop-white #multishop-settings .settings-header { border: 1px solid #f8fafb;background:#f8fafb;background:-moz-linear-gradient(top,rgba(248,250,251,1)0,rgba(225,227,228,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(248,250,251,1)),color-stop(100%,rgba(225,227,228,1)));background:-webkit-linear-gradient(top,rgba(248,250,251,1)0,rgba(225,227,228,1)100%);background:-o-linear-gradient(top,rgba(248,250,251,1)0,rgba(225,227,228,1)100%);background:-ms-linear-gradient(top,rgba(248,250,251,1)0,rgba(225,227,228,1)100%);background:linear-gradient(to bottom,rgba(248,250,251,1)0,rgba(225,227,228,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8fafb', endColorstr='#e1e3e4', GradientType=0); }
.multishop-emerald #multishop-settings .settings-header { border: 1px solid #3ee8a6;background:#3ee8a6;background:-moz-linear-gradient(top,rgba(62,232,166,1)0,rgba(43,213,146,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(62,232,166,1)),color-stop(100%,rgba(43,213,146,1)));background:-webkit-linear-gradient(top,rgba(62,232,166,1)0,rgba(43,213,146,1)100%);background:-o-linear-gradient(top,rgba(62,232,166,1)0,rgba(43,213,146,1)100%);background:-ms-linear-gradient(top,rgba(62,232,166,1)0,rgba(43,213,146,1)100%);background:linear-gradient(to bottom,rgba(62,232,166,1)0,rgba(43,213,146,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#3ee8a6', endColorstr='#2bd592', GradientType=0); }
.multishop-orange #multishop-settings .settings-header { border: 1px solid #fcab1c; background:#fcab1c;background:-moz-linear-gradient(top,rgba(252,171,28,1)0,rgba(243,157,16,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(252,171,28,1)),color-stop(100%,rgba(243,157,16,1)));background:-webkit-linear-gradient(top,rgba(252,171,28,1)0,rgba(243,157,16,1)100%);background:-o-linear-gradient(top,rgba(252,171,28,1)0,rgba(243,157,16,1)100%);background:-ms-linear-gradient(top,rgba(252,171,28,1)0,rgba(243,157,16,1)100%);background:linear-gradient(to bottom,rgba(252,171,28,1)0,rgba(243,157,16,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcab1c', endColorstr='#f39d10', GradientType=0); }
.multishop-red #multishop-settings .settings-header { border: 1px solid #fd2f56;background:#fd2f56;background:-moz-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(253,47,86,1)),color-stop(100%,rgba(234,28,67,1)));background:-webkit-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:-o-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:-ms-linear-gradient(top,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);background:linear-gradient(to bottom,rgba(253,47,86,1)0,rgba(234,28,67,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fd2f56', endColorstr='#ea1c43', GradientType=0); }
.multishop-lightpurple #multishop-settings .settings-header { border: 1px solid #bda5bd;background:#bda5bd;background:-moz-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(189,165,189,1)),color-stop(100%,rgba(170,146,170,1)));background:-webkit-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:-o-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:-ms-linear-gradient(top,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);background:linear-gradient(to bottom,rgba(189,165,189,1)0,rgba(170,146,170,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bda5bd', endColorstr='#aa92aa', GradientType=0); }
.multishop-blindblue #multishop-settings .settings-header { border: 1px solid #8d9cd5;background:#8d9cd5;background:-moz-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(141,156,213,1)),color-stop(100%,rgba(122,137,194,1)));background:-webkit-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:-o-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:-ms-linear-gradient(top,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);background:linear-gradient(to bottom,rgba(141,156,213,1)0,rgba(122,137,194,1)100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#8d9cd5', endColorstr='#7a89c2', GradientType=0); }

#multishop-settings .settings-icon { position: absolute; right: 10px; top: 5px; width: 26px; height: 26px; background: url("/bitrix/templates/shop/img/settings.png") no-repeat; }  
.multishop-blue #multishop-settings .settings-icon,
.multishop-purple #multishop-settings .settings-icon,
.multishop-black #multishop-settings .settings-icon,
.multishop-lightpurple #multishop-settings .settings-icon,
.multishop-blindblue #multishop-settings .settings-icon { background: url("/bitrix/templates/shop/img/settings-white.png") no-repeat; }

#multishop-settings .settings-body { overflow-x: hidden; overflow-y: auto; height: 250px; -webkit-box-shadow: 1px 1px 3px 0px #000; -moz-box-shadow: 1px 1px 3px 0px #000; box-shadow: 1px 1px 3px 0px #000; width: 288px; border-right: 1px solid #D2D2D3; border-left: 1px solid #D2D2D3; background-color: #fbfafa; }
#multishop-settings .settings-footer { -webkit-box-shadow: 1px 1px 3px 0px #000; -moz-box-shadow: 1px 1px 3px 0px #000; box-shadow: 1px 1px 3px 0px #000; margin-bottom: 4px; width: 290px; height: 88px; text-align: center; background-color: #525968; border-top: 1px solid #5c6271; border-bottom: 1px solid #5c6271; }
#multishop-settings .settings-footer .cancel { background: none; border: medium none; color: #FFFFFF; margin-right: 10px; text-decoration: underline; } 
#multishop-settings .settings-footer .cancel:hover { text-decoration: none; }
#multishop-settings .settings-footer input { margin-top: 25px; }
#multishop-settings hr {  background: none repeat scroll 0 0 #C3C2C2; margin: 10px 0 0; }
#multishop-settings .setting-block { padding: 10px; }
#multishop-settings .setting-block a { color: #303031; }
#multishop-settings .setting-block a:hover { color: #00beba; }
#multishop-settings .setting-value { display: none; margin: 10px 0; } 
#multishop-settings i { margin-top: 3px; }
/*Mobile-bar*/
#mobilebar { z-index: 3000; width: 300px; padding: 10px; position: absolute; left: -340px; top: 0; background: #fbfafa; -webkit-box-shadow: 1px 1px 3px 0px #000; -moz-box-shadow: 1px 1px 3px 0px #000; box-shadow: 1px 1px 3px 0px #000; border-bottom: 1px solid #3CDED8; border-right: 1px solid #3CDED8; }

.multishop-pink #mobilebar  { border-bottom: 1px solid #ee437c; border-right: 1px solid #ee437c; }
.multishop-green #mobilebar { border-bottom: 1px solid #a5eb2a; border-right: 1px solid #a5eb2a; }
.multishop-blue #mobilebar { border-bottom: 1px solid #24b8e3; border-right: 1px solid #24b8e3; }
.multishop-purple #mobilebar { border-bottom: 1px solid #9b69a8; border-right: 1px solid #9b69a8; }
.multishop-black #mobilebar { border-bottom: 1px solid #6a707d; border-right: 1px solid #6a707d; }
.multishop-white #mobilebar { border-bottom: 1px solid #f8fafb; border-right: 1px solid #f8fafb; }
.multishop-emerald #mobilebar { border-bottom: 1px solid #3ee8a6; border-right: 1px solid #3ee8a6; }
.multishop-orange #mobilebar { border-bottom: 1px solid #fcab1c; border-right: 1px solid #fcab1c; }
.multishop-red #mobilebar { border-bottom: 1px solid #fd2f56; border-right: 1px solid #fd2f56; }
.multishop-lightpurple #mobilebar { border-bottom: 1px solid #bda5bd; border-right: 1px solid #bda5bd; }
.multishop-blindblue #mobilebar { border-bottom: 1px solid #8d9cd5; border-right: 1px solid #8d9cd5; }

#mobilebar .close { position: absolute; right: 10px; top: 5px; }
#mobilebar .rss-icon { position: relative; left: 0; top: 0; }
#mobilebar .rss-block { margin: 10px 0; }
/*Mobile block*/
.mobile-block, .mobile-menu { display: none; }
.mobile-menu { background: #fff; }
#mobilebar-link { font-size: 20px; line-height: 140%; }
#mobile-menu { text-decoration: none; font-size: 20px; line-height: 205%; }
#mobile-menu:hover { background: url("/bitrix/templates/shop/img/opacity28.png") repeat; color: #fff; }
ul.menu-v.mobile-block { padding: 0; }
ul.menu-v.mobile-block ul { padding-left: 20px; }
ul.menu-v.mobile-block li { margin-right: 0; }
ul.menu-v.mobile-block a { padding: 5px 26px 5px 10px; margin: 0; word-break: break-all; } 
ul.menu-v.mobile-block li a:hover, 
ul.menu-v.mobile-block h4 a:hover,
ul.menu-v.mobile-block li.selected h4 > a,
ul.menu-v.mobile-block li.selected > a { color: #002135; background-color: #01c4c0; }
ul.menu-v.mobile-block .f-collapsible { margin: 0 10px 0 0; }
ul.menu-v.mobile-block ul li ul li + li { border-top: 1px dotted #CCCCCC; padding-top: 3px; }
/*Lt-IE8*/
.lt-ie8-wrap { display:none; margin-top: 50px; }
.lt-ie8-wrap i { cursor: pointer; }
.lt-ie8 .lt-ie8-wrap{ display:block; }
.lt-ie8 .main-wrapper, .lt-ie8 .footer, .lt-ie8 #multishop-settings, .lt-ie8 #go-top { display: none; }
.lt-ie8-wrap table { width:100%; }
.lt-ie8-wrap a { display:block; color:#353535; }
.lt-ie8-wrap p { margin-top: 5px; font-size: 16px; }

.fancybox-overlay {  background: url("/bitrix/templates/shop/img/fancybox_overlay.png") repeat scroll 0 0 rgba(0, 0, 0, 0); }
/*Bottom fixed*/
.bottom-fixed { position: fixed; bottom: 0; left: 0; width: 100%; height: 46px; background: url("/bitrix/templates/shop/img/bg-bottom.png") repeat-x; z-index: 299; }
.bottom-fixed ul.menu-h { text-align: center; }
.bottom-fixed ul.menu-h li { height: 46px; vertical-align: top; margin: 0; }
.bottom-fixed ul.menu-h li a { padding: 15px 15px 0; display: block; height: 100%; color: #fff; font-size: 13px; }
.bottom-fixed ul.menu-h li a.grey { color: grey; }
.bottom-fixed ul.menu-h li a:hover, .bottom-fixed ul.menu-h li.selected a { background: #3f434a; }
.bottom-fixed .indicator { background-color: #303131;  -webkit-border-radius: 50px; -moz-border-radius: 50px; border-radius: 50px; color: #FFFFFF; display: block; font-size: 11px; left: 12px; padding: 2px 4px;  position: absolute; text-align: center; top: -11px; z-index: 10; } 
.bottom-fixed img { vertical-align: middle; margin-right: 5px; }
.bottom-fixed .mobile-cart { display: none; }
.bottom-fixed .mobile-cart .indicator { left: 22px; top: -3px; }
.bottom-fixed .mobile-cart.active .indicator { background-color: #E12157; }
/*Bounce popup*/
.bounce-popup { background-color: #02d1cd; color: #2e3035; font-size: 13px; padding: 15px 10px; position: fixed; opacity: 0; display: none; z-index: 9999; top: 0; }
.multishop-pink .bounce-popup,
.multishop-blue .bounce-popup,
.multishop-purple .bounce-popup,
.multishop-orange .bounce-popup,
.multishop-red .bounce-popup,
.multishop-lightpurple .bounce-popup,
.multishop-blindblue .bounce-popup { color: #fff;  }

.bounce-popup:after { content: ''; position: absolute; width: 0; height: 0; bottom: -6px; left: 50%; margin-left: -11px; border-left: 12px solid transparent; border-right: 12px solid transparent; border-top-width: 10px; border-top-style: solid; border-top-color: #02d1cd;  }
.multishop-pink .bounce-popup:after { border-top-color: #db2261; }
.multishop-green .bounce-popup:after { border-top-color: #8ed417; }
.multishop-blue .bounce-popup:after { border-top-color: #00a6d6; }
.multishop-purple .bounce-popup:after { border-top-color: #834c91; }
.multishop-white .bounce-popup:after, .multishop-black .bounce-popup:after { border-top-color: #80aed2; }
.multishop-emerald .bounce-popup:after { border-top-color: #1fc987; }
.multishop-orange .bounce-popup:after { border-top-color: #f7a316; }
.multishop-red .bounce-popup:after { border-top-color: #e5012b; }
.multishop-lightpurple .bounce-popup:after { border-top-color: #b39bb3; }
.multishop-blindblue .bounce-popup:after { border-top-color: #8594cd; }

.breadcrumbs { padding-left: 10px; }
@media only screen and (min-width: 1280px) {
    html, body { min-width: 1280px; }
    .wrap { width: 1280px; }
    #search { width: 485px; }
    .dropdown-combine-wrap ul.menu-v.l0 > li > ul { width: 1026px; }
    .dropdown-combine-wrap ul.menu-v.l0 > li > ul:before { width: 1056px; }
    .dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 > li { width: 200px; margin-right: 3px; }
    .dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 > li.category-html { width: 1006px; }
}
@media only screen and (max-width: 980px) {
    html, body { min-width: 740px; }
    .wrap { width: 740px; }
    .search { right: 115px; }
    #search { width: 190px; }
    .footer .sidebar { margin: 0; }
    .footer .sidebar.right450px { float: none; width: inherit; }
    .footer .sidebar.right450px p { margin: 0; float: left; }
    .footer .sidebar.left500px { width: inherit; }
    .footer .sidebar.left500px p { margin-bottom: 5px; }
    .footer.big .sidebar.left500px p { margin-bottom: 10px; }
    .footer .content { margin-left: 0; } 
    .footer .social-buttons { padding: 0; text-align: left; }
    .footer .copyright { position: relative; }
    .footer-pages .column { margin-top: 0; }
    .footer.big .sidebar { margin-top: 5px; }
    #go-top { right: 25px; }
    #mobilebar { display: none; }
    .dropdown-combine-wrap ul.menu-v.l0 > li > ul { width: 525px; padding-left: 215px; }
    .dropdown-combine-wrap ul.menu-v.l0 > li > ul:before { width: 555px; }
    .dropdown-combine-wrap ul.menu-v.l0 > li { width: 185px; }
    .dropdown-combine-wrap ul.menu-v.l0 > li > a { width: 155px; }
    .dropdown-combine-wrap ul.menu-v.l0 ul.menu-v.l1 > li.category-html { width: 520px; }
}
@media only screen and (max-width: 740px) {
    html, body { min-width: 320px; }
    .wrap { width: inherit; }
    .footer .sidebar.left500px { width: inherit; }
    .footer.big .column.third,
    .bottom-section .search,
    .footer .footer-text,
    .top-menu ul.menu-h,
    .mobile-menu.hidden,
    #multishop-settings,
    .top-section .phone, .top-section .account { display: none; }
    .mobile-block { display: inline-block; }
    #mobilebar { display: block; }
    #mobilebar .phone { float: none; }
    #mobilebar .account { display: block; }
    #mobilebar .search { position: relative; right: 0; top: 0; }
    #mobilebar .search input[type="submit"] { right: 25px; }
    #mobilebar .search input[name="query"] { box-sizing: content-box; border: 1px solid #8c8c8c; width: 190px; padding: 10px 50px 10px 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 2px 1px 3px 1px #E9E9E9 inset; -moz-box-shadow: 2px 1px 3px 1px #E9E9E9 inset; box-shadow: 2px 1px 3px 1px #E9E9E9 inset; font-style: italic; -webkit-appearance: none; }
    #mobilebar .compare .indicator { display: inline-block; position: static; }
    #mobilebar .compare { margin: 10px 0; }
    #go-top { right: 15px; }
    .footer .sidebar.right450px { clear: both; padding-top: 20px; }
    .footer.big .sidebar.right450px { padding-top: 0; }
    #mobile-menu { display: block; height: 43px; text-align: center; }
    .mobile-menu { display: block;  }
}
@media only screen and (max-width: 500px) {
    .footer-pages .column { float: none; text-align: center; width: inherit; }
    .footer-pages .column.first ul.menu-v li { text-align: center; }
    .footer-pages .column.second, .footer-pages .column.third { display: none; }
    .footer .copyright { text-align: center; }
    .footer.big .copyright { bottom: -15px; }
}
@media only screen and (max-width: 450px) {
    .footer .sidebar.right450px { width: inherit; }
    .footer .footer-text { font-size: 12px; }
    .footer .sidebar.left500px p { margin-bottom: 0; }
    .footer .copyright { font-size: 12px; }
    .footer .social-buttons { height: 35px; overflow: hidden; }
    #main .sidebar.right200px { float: none; width: inherit;  }
    #main .content.right200px { margin: 0; }
    ul.menu-h > li.dropdown { display: block; margin: 5px 0; }
}
@media only screen and (max-width: 400px) {
    #mobilebar-link { font-size: 14px; line-height: 250%; }
}
@media only screen and (max-width: 320px) {
    .cart-block { width: 320px; }
    .cart-block .buttons, .bottom-fixed ul.menu-h > li { display: none; }
    .logo { width: 320px; }
    #main > .wrap { padding: 0 0 10px; }
    
    .bottom-fixed ul.menu-h > li.mobile-cart, .bottom-fixed ul.menu-h > li.favourite-block { display: inline-block; }
    .bottom-fixed ul.menu-h > li.mobile-cart i { vertical-align: middle; }
    .bottom-fixed ul.menu-h > li.mobile-cart a { padding-top: 7px; }
}
.main-page h3 { border-bottom: 1px solid #dadada; }
.sidebar .bx-wrapper{ margin-bottom: 0; }
.sidebar .bx-wrapper .bx-viewport { padding-bottom: 0; }
.sidebar h4 { text-align: center; }
.sidebar.main-page { padding: 0 10px; }
.sidebar.main-page img { max-width: 100%; }
.content.with-sidebar { width: 810px; }
span.ruble { font-weight: 400; }
div.compare {display: none !important;}
div.favourite {display: none !important;}
ul.product-tabs {display: none !important;}
a.reviews { display: none !important; }
/*Homepage*/
.promo { margin-bottom: 10px; }
.promo a { display: block; height: 350px; position: relative; text-decoration: none; }
.promo a .image { position: absolute; right: 0; top: 0; }
.promo a .image .corner.right { right: 60px; }
.promo a .image .corner.top { top: 30px; }
.promo a .info { position: absolute; top: 10px; left: 75px; width: 70%; z-index: 10; }
.promo a .info h2 { font-size: 20px; font-weight: bold; color: #000; line-height: 1.5em; margin-bottom: 0; text-shadow: 0 1px 1px #fff; }
.promo a .info p { color: #222; font-size: 1.1em; text-shadow: 0 1px 1px #fff; margin-top: 20px; }
.promo .compare-at-price { font-size: 22px; }
.promo .price { font-size: 26px; }
.promo .bx-wrapper { margin: 0 auto; direction: ltr; }
.promo .bx-wrapper .bx-viewport { border: none; box-shadow: none; left: 0; }
.promo .bx-wrapper .bx-pager,
.promo .bx-wrapper .bx-controls-auto { bottom: 20px; }
.promo .bx-wrapper .bx-controls-direction a { display: none; opacity: 0.7; }
.promo:hover .bx-wrapper .bx-controls-direction a { display: block; }
/*Product*/
.product-page .images { float: left; margin-right: 15px; margin-left: 10px; margin-bottom: 10px; }
.product-page .images .image { width: 320px; position: relative; padding-bottom: 10px;  }
.product-page .images .image:after { position: absolute; bottom: 10px; right: 0; width: 34px; height: 34px; /*background: url("/bitrix/templates/shop/img/loop.png") no-repeat;*/ content: ''; }
.product-page .images .image img { /*border: 1px solid #cbcbcb;*/ }
.product-page .images .image img { position: relative; left: 0; top: 0; max-width: 320px; }
.product-page .images .jcarousel-container { z-index: 101; }
.product-page .product-info .stock-high { font-size: 16px; }
.product-page .sidebar.related .button.grey { border: 1px solid #B6B6B6; width: inherit; height: 20px; line-height: 1; }
.product-page .bx-wrapper { right: 1px; }
.related h4 { color: #01c7c3; margin-left: 10px; }
.product-info { margin-left: 365px; }
.product-info .stocks { margin: 20px 0 20px -2px; }
.product-info h1 { font-size: 20px; font-weight: bold; }
.product-info .rating { margin-bottom: 10px; }
.product-info .rating-review { margin-left: 15px; margin-top: 0.2em; display: inline-block; }
.product-info .reviews-count { position: relative; margin-left: 10px; }
.product-info .reviews-count:before { content: ''; width: 1px; height: 13px; position: absolute; background: #9598a7; left: -7px; top: 3px; }
.product-info .add2cart .quantity { margin-right: 75px; width: 200px; }
.product-info .add2cart .quantity a { display: inline-block; vertical-align: middle; bottom: 3px; position: relative; }
.product-info > .content { float: left; width: 450px; }
.product-info .favourite a { text-decoration: none; }
.product-info .favourite { display: inline-block; margin-left: 9px; margin-bottom: 5px; }

table.rating-distribution td { padding: 2px 15px 2px 0; border: none; }
table.rating-distribution td .bar { background: #eee; width: 200px; height: 13px; }
table.rating-distribution td .bar .filling { background-color: #01C7C3; height: 13px; }

.options { line-height: 2em; }
.options .inline-select { margin-bottom: 15px; }
.options .inline-select a { border: 1px solid #a5a4a4; color: #fff; margin: 0 5px 5px 0; display: inline-block; padding: 3px 7px; background: #5c6371; text-decoration: none; font-weight: bold; position: relative; min-width: 22px; text-align: center; }
.options .inline-select a:hover { background-color: rgba(0,0,0,0.2); color: #fff; }
.options .inline-select a .color_name { display: none; position: absolute; bottom: -22px; left: 50%; font-size: 0.6em; color: rgba(0,0,0,0.7); margin-left: -40px; width: 80px; }
.options .inline-select a.selected { border-width: 3px; border-style: solid; border-color: #01C7C3; color: #000 !important; text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); }
.options .inline-select a.selected.not-color-block { background: #ffffff; /* Old browsers */ background: -moz-linear-gradient(top, #ffffff 0%, #ededed 100%); /* FF3.6+ */ background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ededed)); /* Chrome,Safari4+ */ background: -webkit-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Chrome10+,Safari5.1+ */ background: -o-linear-gradient(top, #ffffff 0%,#ededed 100%); /* Opera 11.10+ */ background: -ms-linear-gradient(top, #ffffff 0%,#ededed 100%); /* IE10+ */ background: linear-gradient(to bottom, #ffffff 0%,#ededed 100%); /* W3C */ filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */ }
.options .inline-select a.selected .color_name { display: block; background: none; }

.cart input[type='submit'].theme { border: 1px solid #05a19d; background: rgb(97,236,227); background-image: url("/bitrix/templates/shop/img/cart.png"), -moz-linear-gradient(top,  rgba(97,236,227,1) 0%, rgba(58,197,189,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(97,236,227,1)), color-stop(100%,rgba(58,197,189,1))); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-linear-gradient(top,  rgba(97,236,227,1) 0%,rgba(58,197,189,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -o-linear-gradient(top,  rgba(97,236,227,1) 0%,rgba(58,197,189,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -ms-linear-gradient(top,  rgba(97,236,227,1) 0%,rgba(58,197,189,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), linear-gradient(to bottom,  rgba(97,236,227,1) 0%,rgba(58,197,189,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61ece3', endColorstr='#3ac5bd',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.cart input[type='submit'].theme:hover,
.multishop-pink .cart input[type='submit'].theme:hover,
.multishop-green .cart input[type='submit'].theme:hover,
.multishop-blue .cart input[type='submit'].theme:hover,
.multishop-purple .cart input[type='submit'].theme:hover,
.multishop-black .cart input[type='submit'].theme:hover, 
.multishop-white .cart input[type='submit'].theme:hover,
.multishop-emerald .cart input[type='submit'].theme:hover,
.multishop-orange .cart input[type='submit'].theme:hover,
.multishop-red .cart input[type='submit'].theme:hover,
.multishop-lightpurple .cart input[type='submit'].theme:hover,
.multishop-blindblue .cart input[type='submit'].theme:hover { color: #fff; border: 1px solid #C3C5C9; background: rgb(133,133,148); background-position: right center; background-repeat: no-repeat; background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(133,133,148,1) 0%, rgba(90,90,106,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(133,133,148,1)), color-stop(100%,rgba(90,90,106,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(133,133,148,1) 0%,rgba(90,90,106,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#858594', endColorstr='#5a5a6a',GradientType=0 ); }
.cart input[type='submit'].theme:active,
.multishop-pink .cart input[type='submit'].theme:active,
.multishop-green .cart input[type='submit'].theme:active,
.multishop-blue .cart input[type='submit'].theme:active,
.multishop-purple .cart input[type='submit'].theme:active,
.multishop-black .cart input[type='submit'].theme:active, 
.multishop-white .cart input[type='submit'].theme:active,
.multishop-emerald .cart input[type='submit'].theme:active,
.multishop-orange .cart input[type='submit'].theme:active,
.multishop-red .cart input[type='submit'].theme:active,
.multishop-lightpurple .cart input[type='submit'].theme:active,
.multishop-blindblue .cart input[type='submit'].theme:active { background: rgb(74,74,87); background-position: right center; background-repeat: no-repeat; background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(74,74,87,1) 0%, rgba(121,121,135,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(74,74,87,1)), color-stop(100%,rgba(121,121,135,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(74,74,87,1) 0%,rgba(121,121,135,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4a4a57', endColorstr='#797987',GradientType=0 ); }
.cart input[type='submit'].theme:disabled,
.multishop-pink .cart input[type='submit'].theme:disabled,
.multishop-green .cart input[type='submit'].theme:disabled,
.multishop-blue .cart input[type='submit'].theme:disabled,
.multishop-purple .cart input[type='submit'].theme:disabled,
.multishop-black .cart input[type='submit'].theme:disabled, 
.multishop-white .cart input[type='submit'].theme:disabled,
.multishop-emerald .cart input[type='submit'].theme:disabled,
.multishop-orange .cart input[type='submit'].theme:disabled,
.multishop-red .cart input[type='submit'].theme:disabled,
.multishop-lightpurple .cart input[type='submit'].theme:disabled,
.multishop-blindblue .cart input[type='submit'].theme:disabled { color: #3D3F41; background: url("/bitrix/templates/shop/img/cart.png") right center no-repeat #f1f1f1; }

.multishop-pink .cart input[type='submit'].theme { color: #fff; border: 1px solid #d1225c; background: rgb(238,67,124); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(238,67,124,1) 0%, rgba(219,48,105,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(238,67,124,1)), color-stop(100%,rgba(219,48,105,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(238,67,124,1) 0%,rgba(219,48,105,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(238,67,124,1) 0%,rgba(219,48,105,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(238,67,124,1) 0%,rgba(219,48,105,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(238,67,124,1) 0%,rgba(219,48,105,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee437c', endColorstr='#db3069',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.multishop-green .cart input[type='submit'].theme { color: #01304b; border: 1px solid #7cc203; background:rgb(165,235,42); background-image: url("/bitrix/templates/shop/img/cart.png"), -moz-linear-gradient(top,  rgba(165,235,42,1) 0%, rgba(146,216,23,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(165,235,42,1)), color-stop(100%,rgba(146,216,23,1))); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-linear-gradient(top,  rgba(165,235,42,1) 0%,rgba(146,216,23,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -o-linear-gradient(top,  rgba(165,235,42,1) 0%,rgba(146,216,23,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -ms-linear-gradient(top,  rgba(165,235,42,1) 0%,rgba(146,216,23,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), linear-gradient(to bottom,  rgba(165,235,42,1) 0%,rgba(146,216,23,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5eb2a', endColorstr='#92d817',GradientType=0 ); background-position: right center; background-repeat: no-repeat; } 
.multishop-blue .cart input[type='submit'].theme { color: #fff; border: 1px solid #008bb3; background: rgb(36,184,227); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(36,184,227,1) 0%, rgba(17,165,207,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,184,227,1)), color-stop(100%,rgba(17,165,207,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(36,184,227,1) 0%,rgba(17,165,207,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(36,184,227,1) 0%,rgba(17,165,207,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(36,184,227,1) 0%,rgba(17,165,207,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(36,184,227,1) 0%,rgba(17,165,207,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#24b8e3', endColorstr='#11a5cf',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.multishop-purple .cart input[type='submit'].theme { color: #fff; border: 1px solid #7d448c; background: rgb(155,105,168); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(155,105,168,1) 0%, rgba(136,86,149,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(155,105,168,1)), color-stop(100%,rgba(136,86,149,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(155,105,168,1) 0%,rgba(136,86,149,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(155,105,168,1) 0%,rgba(136,86,149,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(155,105,168,1) 0%,rgba(136,86,149,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(155,105,168,1) 0%,rgba(136,86,149,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9b69a8', endColorstr='#885695',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.multishop-black .cart input[type='submit'].theme, 
.multishop-white .cart input[type='submit'].theme { border: 1px solid #3d3f41; color: #3d3f41; background:rgb(253,253,254); background-image: url("/bitrix/templates/shop/img/cart.png"), -moz-linear-gradient(top,  rgba(253,253,254,1) 0%, rgba(219,219,220,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,253,254,1)), color-stop(100%,rgba(219,219,220,1))); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-linear-gradient(top,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -o-linear-gradient(top,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -ms-linear-gradient(top,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), linear-gradient(to bottom,  rgba(253,253,254,1) 0%,rgba(219,219,220,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdfdfe', endColorstr='#dbdbdc',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.multishop-emerald .cart input[type='submit'].theme { color: #384045; border: 1px solid #05ab6a; background:rgb(62,232,166); background-image: url("/bitrix/templates/shop/img/cart.png"), -moz-linear-gradient(top,  rgba(62,232,166,1) 0%, rgba(43,213,146,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(62,232,166,1)), color-stop(100%,rgba(43,213,146,1))); background-image: url("/bitrix/templates/shop/img/cart.png"), -webkit-linear-gradient(top,  rgba(62,232,166,1) 0%,rgba(43,213,146,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -o-linear-gradient(top,  rgba(62,232,166,1) 0%,rgba(43,213,146,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), -ms-linear-gradient(top,  rgba(62,232,166,1) 0%,rgba(43,213,146,1) 100%); background-image: url("/bitrix/templates/shop/img/cart.png"), linear-gradient(to bottom,  rgba(62,232,166,1) 0%,rgba(43,213,146,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3ee8a6', endColorstr='#2bd592',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.multishop-orange .cart input[type='submit'].theme { color: #fff; border: 1px solid #db7304; background: rgb(252,171,28); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(252,171,28,1) 0%, rgba(243,157,16,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,171,28,1)), color-stop(100%,rgba(243,157,16,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(252,171,28,1) 0%,rgba(243,157,16,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(252,171,28,1) 0%,rgba(243,157,16,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(252,171,28,1) 0%,rgba(243,157,16,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(252,171,28,1) 0%,rgba(243,157,16,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcab1c', endColorstr='#f39d10',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.multishop-red .cart input[type='submit'].theme { color: #fff; border: 1px solid #c90227; background: rgb(253,47,86); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(253,47,86,1) 0%, rgba(234,28,67,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(253,47,86,1)), color-stop(100%,rgba(234,28,67,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(253,47,86,1) 0%,rgba(234,28,67,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(253,47,86,1) 0%,rgba(234,28,67,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(253,47,86,1) 0%,rgba(234,28,67,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(253,47,86,1) 0%,rgba(234,28,67,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fd2f56', endColorstr='#ea1c43',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }
.multishop-lightpurple .cart input[type='submit'].theme { color: #fff; border: 1px solid #8f688e; background: rgb(189,165,189); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(189,165,189,1) 0%, rgba(170,146,170,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(189,165,189,1)), color-stop(100%,rgba(170,146,170,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(189,165,189,1) 0%,rgba(170,146,170,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(189,165,189,1) 0%,rgba(170,146,170,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(189,165,189,1) 0%,rgba(170,146,170,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(189,165,189,1) 0%,rgba(170,146,170,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bda5bd', endColorstr='#aa92aa',GradientType=0 ); background-position: right center; background-repeat: no-repeat; }  
.multishop-blindblue .cart input[type='submit'].theme { color: #fff; border: 1px solid #5067b7; background: rgb(141,156,213); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -moz-linear-gradient(top,  rgba(141,156,213,1) 0%, rgba(122,137,194,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(141,156,213,1)), color-stop(100%,rgba(122,137,194,1))); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -webkit-linear-gradient(top,  rgba(141,156,213,1) 0%,rgba(122,137,194,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -o-linear-gradient(top,  rgba(141,156,213,1) 0%,rgba(122,137,194,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), -ms-linear-gradient(top,  rgba(141,156,213,1) 0%,rgba(122,137,194,1) 100%); background-image: url("/bitrix/templates/shop/img/cart-white.png"), linear-gradient(to bottom,  rgba(141,156,213,1) 0%,rgba(122,137,194,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8d9cd5', endColorstr='#7a89c2',GradientType=0 ); background-position: right center; background-repeat: no-repeat; } 

.cart .compare { margin: 20px 0; }
.cart .compare a { text-decoration: none; }
#product-tabs { font-family: Tahoma; margin-top: 5px; font-size: 13px; clear: both; width: 100%; height: 40px; background: #ecf0f1; }
#product-tabs li { height: 40px; margin: 0; float: left; position: relative; }
#product-tabs li.selected:after { content: ''; position: absolute; left: 0; bottom: 0; height: 3px; width: 100%; background: #525968; }
#product-tabs li.selected:before { content: ''; position: absolute; left: 42%; bottom: -8px; width: 0; height: 0; z-index: 7; border-left: 7px solid transparent; border-right: 7px solid transparent; border-top: 10px solid #525968;  }
#product-tabs li:hover { background: #d8ddde; }
#product-tabs li.selected { background: #d8ddde; }
#product-tabs li a { background: none; padding: 0 10px; color: #0e0500; line-height: 300%; }
#product-tabs li.selected a { background: #d8ddde; }
#tab-content { padding: 10px; background-color: #fbfbfb; margin-bottom: 20px; clear: both; }
#tab-content > div { display: none; }
#tab-content #overview { display: block; }
.reviews { color: #666565; }
.review-form-fields input[type='text'], .review-form-fields textarea { font-family: Tahoma; padding: 7px 10px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background: #fff; border: 1px solid #c1c0c0; color: #666565; }
.review-form-fields input[type='text'].empty, .review-form-fields textarea.empty { background: #f1f3f3; }
.review-form-fields input[type='text'] { width: 290px; }
.review-form-fields textarea { width: 96%; }
.review-field { margin-bottom: 10px; }
.reviews > .reviews-branch > li { border-bottom: 1px solid #b8b6b6; }
.reviews-branch i.icon16.ig.loading { margin: 0; }
.review .username { display: inline; }
.review h6 { margin-top: 5px; }
.review p { margin-bottom: 5px; }
#product-description { line-height: 1.5; }
table.features { border-spacing: 0; border-collapse: collapse; }
table.features td { padding: 5px 0 2px; }
table.features td.name { min-width: 145px; color: #777; vertical-align: top; }
table.features td.value { padding-left: 50px; }
table.features tr:hover td { background: #f7f7f7; }
table.features tr.divider td { border-bottom: 1px solid #ccc; padding-left: 0; padding-top: 15px; padding-bottom: 0; }
.image-thumb img { border: 1px solid #c2c1c1; position: relative; max-width: 81px; max-height: 100px; }

.image-thumb a.selected img { border-width: 3px; border-style: solid; border-color: #1cc9c5;  }

.multishop-pink .image-thumb a.selected img, .multishop-pink .dialog-window .cart,
.multishop-pink .options .inline-select a.selected,
.multishop-pink .checkout-step h2.selected .checkout-number { border-color: #db2261; }
.multishop-green .image-thumb a.selected img, .multishop-green .dialog-window .cart,
.multishop-green .options .inline-select a.selected,
.multishop-green .checkout-step h2.selected .checkout-number { border-color: #8ed417; }
.multishop-blue .image-thumb a.selected img, .multishop-blue .dialog-window .cart,
.multishop-blue .options .inline-select a.selected,
.multishop-blue .checkout-step h2.selected .checkout-number { border-color: #00a6d6; }
.multishop-purple .image-thumb a.selected img, .multishop-purple .dialog-window .cart,
.multishop-purple .options .inline-select a.selected,
.multishop-purple .checkout-step h2.selected .checkout-number { border-color: #834c91; }
.multishop-white .image-thumb a.selected img, 
.multishop-white .dialog-window .cart, 
.multishop-white .options .inline-select a.selected,
.multishop-white .checkout-step h2.selected .checkout-number,
.multishop-black .image-thumb a.selected img, 
.multishop-black .dialog-window .cart,
.multishop-black .options .inline-select a.selected,
.multishop-black .checkout-step h2.selected .checkout-number { border-color: #80aed2; }
.multishop-emerald .image-thumb a.selected img, .multishop-emerald .dialog-window .cart,
.multishop-emerald .options .inline-select a.selected,
.multishop-emerald .checkout-step h2.selected .checkout-number { border-color: #1fc987; }
.multishop-orange .image-thumb a.selected img, .multishop-orange .dialog-window .cart,
.multishop-orange .options .inline-select a.selected,
.multishop-orange .checkout-step h2.selected .checkout-number { border-color: #f7a316; }
.multishop-red .image-thumb a.selected img, .multishop-red .dialog-window .cart,
.multishop-red .options .inline-select a.selected,
.multishop-red .checkout-step h2.selected .checkout-number { border-color: #e5012b; }
.multishop-lightpurple .image-thumb a.selected img, .multishop-lightpurple .dialog-window .cart,
.multishop-lightpurple .options .inline-select a.selected,
.multishop-lightpurple .checkout-step h2.selected .checkout-number { border-color: #b39bb3; }
.multishop-blindblue .image-thumb a.selected img, .multishop-blindblue .dialog-window .cart,
.multishop-blindblue .options .inline-select a.selected,
.multishop-blindblue .checkout-step h2.selected .checkout-number { border-color: #8594cd; }

.image-thumb a.selected { position: relative;  }

.image-thumb a.selected:before { content: ''; position: absolute; top: 7px; left: 40px; width: 0; height: 0; border-left: 6px solid transparent; border-right: 6px solid transparent; border-bottom-width: 8px; border-bottom-style: solid; border-bottom-color: #1cc9c5; }
.multishop-pink .image-thumb a.selected:before,
.multishop-pink .checkout-step h2.selected { border-bottom-color: #db2261; }
.multishop-green .image-thumb a.selected:before,
.multishop-green .checkout-step h2.selected { border-bottom-color: #8ed417; }
.multishop-blue .image-thumb a.selected:before,
.multishop-blue .checkout-step h2.selected { border-bottom-color: #00a6d6; }
.multishop-purple .image-thumb a.selected:before,
.multishop-purple .checkout-step h2.selected { border-bottom-color: #834c91; }
.multishop-white .image-thumb a.selected:before,
.multishop-white .checkout-step h2.selected,
.multishop-black .image-thumb a.selected:before,
.multishop-black .checkout-step h2.selected { border-bottom-color: #80aed2; }
.multishop-emerald .image-thumb a.selected:before,
.multishop-emerald .checkout-step h2.selected { border-bottom-color: #1fc987; }
.multishop-orange .image-thumb a.selected:before,
.multishop-orange .checkout-step h2.selected { border-bottom-color: #f7a316; }
.multishop-red .image-thumb a.selected:before,
.multishop-red .checkout-step h2.selected { border-bottom-color: #e5012b; }
.multishop-lightpurple .image-thumb a.selected:before,
.multishop-lightpurple .checkout-step h2.selected { border-bottom-color: #b39bb3; }
.multishop-blindblue .image-thumb a.selected:before,
.multishop-blindblue .checkout-step h2.selected { border-bottom-color: #8594cd; }

.bx-wrapper .bx-viewport { border: 0 none; padding-bottom: 15px; padding-top: 5px; left:0px; }
.thumbs-container { position: relative; }
.thumbs-container .slider-prev { position: absolute; left: 0; top: 32px;  }
.thumbs-container .slider-next { position: absolute; right: 0; top: 32px;  }
.zoomContainer { z-index: 200; }
#zoom-gallery { width: 300px; margin: 0 auto; left: 5px; }
#zoom-gallery .slick-list { padding-top: 8px; }
/*Catalog*/
.category-sidebar { color: #060606; word-wrap: break-word; padding-left: 10px; }
.category-sidebar h4 { margin-bottom: 15px; text-align: left; position: relative; font-weight: 700;}  
.category-sidebar ul.menu-v { padding-left: 20px; margin: 0;  }
.category-sidebar ul.menu-v li { margin: 0;  }
.category-sidebar ul li ul li + li { border-top: 1px dotted #CCCCCC; }
.category-sidebar ul.l0 { margin-bottom: 25px; padding-left: 0; }
.category-sidebar ul.menu-v a, .category-sidebar h4 a { margin: 0; color: #060606; text-decoration: none; }
.category-sidebar ul.menu-v a { padding-right: 16px; }
.category-sidebar ul.menu-v a.selected, .category-sidebar ul.menu-v a:hover, .category-sidebar h4 a:hover { color: #01c7c3; font-weight: bold; }
.category-sidebar .tags { margin-bottom: 10px; }
.category-sidebar .f-collapsible { position: absolute;  margin: 0; cursor: pointer; background-color: #F5F5F5; right: 0; top: 5px; }
.category-sidebar .f-collapsible:hover { opacity: 1; background-color: #ddd; }
.category-name { font-size: 20px; color: #01c7c3; text-transform: uppercase; }
.compare-table { display: none; position: absolute; right: 0; top: 0; }
.active-icons { position: absolute; left: 0; bottom: 0; width: 85px; z-index: 5; text-align: left; }
.product-item.not-mobile .active-icons a, .product-item.not-mobile .active-icons span { display: none; vertical-align: top; margin: 0 0 0 5px; padding: 0; }
.product-list li.not-mobile:hover .active-icons a,
.active-icons a.active,
.product-item.not-mobile:hover .active-icons span,
.active-icons span.active, 
.product-list.table li .active-icons a, 
.product-item .active-icons a, 
.product-item .active-icons span { display: inline-block; vertical-align: top; }
.product-list.table .compare-table { display: block; }
.product-list.thumbs .product-item { text-align: center; }
.product-list.table .active-icons.table { position: relative; display: inline-block; }
.product-list.vertical img { max-width: 145px; max-height: 178px; }
.sort-view { height: 55px; }
.sort-view:after { content: ''; clear: both; display: block; }
.product-view { float: right; text-align: right; }
.product-view .view { margin-top: 5px;  }
.product-view .view a { margin-left: 10px; }
.product-view .grey { font-size: 12px; }
#product-list { margin-bottom: 10px; padding-right: 15px; }
.lazyloading-paging ul.menu-h > li.selected > a { background: none; color: #02D1CD; font-weight: bold;  }
.lazyloading-paging a { color: #525968; }
/*Filter*/
.filters { margin: 30px 0 20px; }
.filters .button.grey { border: 1px solid #c3c5c9; color: #060606; margin-top: 10px; }
.filters .button.grey:hover, .filters .button.grey:active { color: #fff; }
.filter-block { background: #f3f2f2; padding: 10px 15px 0 15px; }
.filter-block.last { padding-bottom: 15px; }
.filter-block hr { margin: 0; background: #c3c2c2; margin-top: 10px; }
.filter-block b { margin-bottom: 5px; display: block; position: relative; }
.filter-block b i { position: absolute; right: 0; top: 5px; }
.filter-block b a { color: #060606; text-decoration: none; display: block; }
.filter-block i.icon16.color { margin-top: 1px; }
.filter-field { margin-bottom: 5px; }
.filters label { position: relative; }
.filters:not(#foo) input[type="radio"] { opacity: 0; }
.filters:not(#foo) input[type="radio"] + label { margin-left: -16px; cursor: pointer; }
.filters:not(#foo) input[type="radio"] + label .stylish-wrap {  -webkit-border-radius: 15px; -moz-border-radius: 15px; border-radius: 15px; cursor:pointer; }
.filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap:after { -webkit-border-radius: 8px; -moz-border-radius: 8px; border-radius: 8px; background-color: #01C7C3; content: ""; height: 8px; left: 4px; position: absolute; top: 6px; width: 8px;} 
.filters:not(#foo) input[type="checkbox"] { opacity: 0; }
.filters:not(#foo) input[type="checkbox"] + label { margin-left: -18px; cursor: pointer; }
.filters:not(#foo) input[type="checkbox"] + label .stylish-wrap, .filters:not(#foo) input[type="radio"] + label .stylish-wrap { background: #fff; border: 1px solid #d6d7d8; display:inline-block; width:15px; height:15px; margin:-1px 4px 0 0; vertical-align:middle; } 
.filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, 
.filters:not(#foo) input[type="radio"]:checked + label .stylish-wrap,
.filters input[type="radio"]:checked + label,
.filters input[type="checkbox"]:checked + label, 
.filters label:hover { color: #01c7c3; }
.filters:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap:after { content: ''; background-color: #20c7c3; width: 7px; height: 7px; position: absolute; top: 6px; left: 5px; }
.filter-block.open .filter-value { display: block; }
.filter-value { display: none; }
.price-filter { margin-bottom: 20px; }
.price-inputs { position: relative; }
.ui-slider-horizontal { position: relative; width: 98%; margin-top: 10px; height: 9px; border-top: 1px solid #a8a8a8; background: #e4e4e4; -webkit-border-radius: 20px; -moz-border-radius: 20px; border-radius: 20px; -webkit-box-shadow: 0 1px 0 0px #D0D0D0 inset; -moz-box-shadow: 0 1px 0 0px #D0D0D0 inset; box-shadow: 0 1px 0 0px #D0D0D0 inset; }

.ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/lightblue/priceRangeSlider/cursor.png") no-repeat; width: 18px; height: 20px; cursor: pointer; position: absolute; margin-left: -10px; bottom: -8px; z-index: 2; }
.multishop-pink .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/pink/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-green .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/green/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-blue .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/blue/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-purple .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/purple/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-black .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/black/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-white .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/white/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-emerald .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/emerald/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-orange .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/orange/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-red .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/red/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-lightpurple .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/lightpurple/priceRangeSlider/cursor.png") 0 0 no-repeat; }
.multishop-blindblue .ui-slider .ui-slider-handle { background: url("/bitrix/templates/shop/img/colors/blindblue/priceRangeSlider/cursor.png") 0 0 no-repeat; }

.ui-slider-range { background: url("/bitrix/templates/shop/img/colors/lightblue/priceRangeSlider/bg.png") repeat-x; height: 100%; top: 0; border: 0 none; display: block; position: absolute; z-index: 1; } 
.multishop-pink .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/pink/priceRangeSlider/bg.png") repeat-x; }
.multishop-green .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/green/priceRangeSlider/bg.png") repeat-x; }
.multishop-blue .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/blue/priceRangeSlider/bg.png") repeat-x; }
.multishop-purple .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/purple/priceRangeSlider/bg.png") repeat-x; }
.multishop-black .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/black/priceRangeSlider/bg.png") repeat-x; }
.multishop-white .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/white/priceRangeSlider/bg.png") repeat-x; }
.multishop-emerald .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/emerald/priceRangeSlider/bg.png") repeat-x; }
.multishop-orange .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/orange/priceRangeSlider/bg.png") repeat-x; }
.multishop-red .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/red/priceRangeSlider/bg.png") repeat-x; }
.multishop-lightpurple .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/lightpurple/priceRangeSlider/bg.png") repeat-x; }
.multishop-blindblue .ui-slider-range { background: url("/bitrix/templates/shop/img/colors/blindblue/priceRangeSlider/bg.png") repeat-x; }
/*Sorting*/
.sorting { color: #5c5c5c; font-size: 13px; float: left; }
#sorting-block { display: none; }
#sorting-select { border: 1px solid #ebe9e9; padding: 5px 10px; }
.sorting .active-sort { display: inline-block; position: relative; }
.sorting .active-sort i.sort-asc, .sorting .active-sort i.sort-desc { position: absolute; right: 5px; top: 8px; }
/*Cart*/
.cart-page h1 { color: #01c7c3; padding-left: 10px; }
.cart-page .product-name { color: #060606; text-decoration: none; }
.cart-page .product-name:hover { color: #01C4C0; }
.cart-page .sku-name, .cart-page .quantity { font-size: 12px; }
.cart-page .qty { text-align: center; width: 28px; height: 19px; margin: 0 5px; border: 1px solid #969696; background: #fcfcfc; color: #0e0500; font-size: 12px; }
.cart-page .qty:disabled { background: #F0F0F0; }
.cart-page .checkout { margin-top: 10px; margin-bottom: 10px; padding: 0 10px; }
.cart-page .checkout:after, .cart-page:after { content: ''; display: block; clear: both; }
.cart-page .checkout .button.grey { border: 1px solid #b6b6b6; width: inherit; padding: 0 10px; }
.cart-page .checkout .button.grey i { margin-top: 6px; }
.cart-page .sidebar h4 { text-align: center; }
.cart-page .cart { padding-left: 10px; }
.item-total { width: 125px; }
.cart-page .quantity { width: 130px; }
.cart-row { border-bottom: 1px solid #c6c6c6; }
.cart-cell { padding: 10px 0; display: inline-block; vertical-align: middle; }
.cart-cell .image { width: 105px; display: inline-block; }
.cart-cell .image img { /*border: 1px solid #cacaca;*/ max-width: 105px; max-height: 105px; }
.cart-cell.cart-item { width: 380px; padding: 0 10px; }
.cart-result { background: #525968; padding: 10px; }
.cart-result:after { content: ''; display: block; clear: both; }
.cart-result .coupon { float: left; }
.cart-result .total { text-align: right; float: right; color: #fff; font-size: 16px; width: 300px; }
.cart-result .total > div { margin-bottom: 10px; }
.cart-result .total .discount { font-size: 13px; }
.cart-result .cart-total { font-size: 18px; }
.cart-result .cart-affiliate { clear: both; font-size: 13px; color: #d8d5d5; text-align: right; }
.cart-result .cart-affiliate input[type='submit'] { width: inherit; margin-top: 5px; }
#cancel-affiliate { color: #ccc; }
.affiliate { color: #D8D5D5; }
.cart-result .cart-affiliate .points, .affiliate .points { color: #02ebe6; }
.coupon-code { background: #f4f5f5; height: 25px; border: 0 none; padding: 5px 50px 5px 5px; width: 195px; color: #48505a; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.coupon-submit { width: 50px; height: 40px; position: relative; font-family: Verdana; color: #0b0b0b; right: 50px; top: 2px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
/*Checkout*/
.checkout-step { margin-bottom: 5px; }
.checkout-number { border: 1px solid #37dcd9; display: inline-block; text-align: center; color: #060606; line-height: 160%; width: 37px; height: 37px; -webkit-border-radius: 37px; -moz-border-radius: 37px; border-radius: 37px; }
.checkout-step h2.selected .checkout-number { border-width: 1px; border-style: solid; border-color: #37dcd9; display: inline-block; text-align: center; color: #060606; line-height: 160%; width: 37px; height: 37px; -webkit-border-radius: 37px; -moz-border-radius: 37px; border-radius: 37px; background: rgb(90,230,222); background: -moz-linear-gradient(top,  rgba(98,236,228,1) 0%, rgba(58,197,190,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(98,236,228,1)), color-stop(100%,rgba(58,197,190,1))); background: -webkit-linear-gradient(top,  rgba(98,236,228,1) 0%,rgba(58,197,190,1) 100%); background: -o-linear-gradient(top,  rgba(98,236,228,1) 0%,rgba(58,197,190,1) 100%); background: -ms-linear-gradient(top,  rgba(98,236,228,1) 0%,rgba(58,197,190,1) 100%); background: linear-gradient(to bottom,  rgba(98,236,228,1) 0%,rgba(58,197,190,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#62ece4', endColorstr='#3ac5be',GradientType=0 ); }
.checkout-step h2 .checkout-number { border: 1px solid #b4b5b5; color: #6f6f6f; background: rgb(219,223,223); background: -moz-linear-gradient(top, rgba(219,223,223,1) 0%, rgba(180,184,184,1) 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,223,223,1)), color-stop(100%,rgba(180,184,184,1))); background: -webkit-linear-gradient(top, rgba(219,223,223,1) 0%,rgba(180,184,184,1) 100%); background: -o-linear-gradient(top, rgba(219,223,223,1) 0%,rgba(180,184,184,1) 100%); background: -ms-linear-gradient(top, rgba(219,223,223,1) 0%,rgba(180,184,184,1) 100%); background: linear-gradient(to bottom, rgba(219,223,223,1) 0%,rgba(180,184,184,1) 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dbdfdf', endColorstr='#b4b8b8',GradientType=0 ); } 
.checkout-step h2 { border-bottom: 1px solid #6f6f6f; padding-bottom: 10px; font-size: 22px; }
.checkout-step h2 a { color: #6f6f6f; text-decoration: none; }
.checkout-step h2.selected { border-bottom-width: 1px; border-bottom-style: solid; border-bottom-color: #01c7c3; }
.checkout-step h2.selected a { color: #060606; }
.checkout-page .button.grey { border: 1px solid #b6b6b6; padding: 0 5px; width: inherit;  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.checkout-page .button.grey.large { line-height: 0; }
.checkout-page .wa-auth-adapters { margin-top: 10px; }
.checkout ul.checkout-options { padding-left: 25px; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; clear: both; }
.checkout ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
.checkout ul.checkout-options li h3 label { margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; width: 250px; }
.checkout ul.checkout-options li .rate .price { font-size: 22px; }
.checkout ul.checkout-options li p { width: 70%; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 4px; left: -25px; }
.checkout ul.checkout-options li label input[type="radio"] { top: 4px; left: -20px; }
.checkout ul.checkout-options li img.method-logo { position: relative; float: left; margin-right: 10px; top: -6px; left: 0px; /* adjusted for default 60x32-px logos */ }
.checkout ul.checkout-options li .wa-form { margin-top: 0px; margin-bottom: 30px; }
.checkout ul.checkout-options li .wa-form label input[type="radio"] { position: static; }
.checkout .checkout-step h2 a.hint { font-size: 0.8em; color: #aaa; text-decoration: underline; }
.checkout .checkout-step-content { padding: 20px; background: #fff; }
.checkout .checkout-result.error h1 { color: red; }
.checkout-header-total { font-size: 22px; } 
.checkout-header { margin-bottom: 25px; text-decoration: underline; }

table.table { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.table th { padding-left: 7px; padding-right: 7px; }
table.table td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.table td.min-width { width: 1%; }
table.table td p { margin: 0; }
table.table td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.table tr.no-border td { border: none; }
table.table tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.table tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

.checkout .checkout-result { background: #fff; text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; text-align: left; }
.checkout .checkout-result .back { margin-top: 50px; }

.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; }
.checkout blockquote img { margin-right: 20px; float: left; }
.checkout blockquote p { margin-bottom: 10px; }
.checkout blockquote p span { color: #000; }

.checkout .errormsg.inline { display: inline; margin-left: 10px; }
.shipping-error { color: #ff0000; }
/*Compare*/
table.compare { width: 100%; }
table.compare td { text-align: center; line-height: 1em; padding: 10px 2px; }
table.compare th { text-align: left; }
table.compare td img { display: block; margin: 0 auto 10px; max-width: 96px; max-height: 96px;}
.compare-page h1 { color: #01C7C3; }
.compare-remove { text-decoration: none; }
/*My*/
.my-nav a:hover i.ig.user-bw { background-position: -32px -16px; }
.my-nav a:hover i.ms.cart-bw { background-position: -64px -16px; }
.my-nav a:hover i.ms.thumbup-bw { background-position: -80px -16px; }
/*Plugin Productsperpage*/
.productsperpage-form { color: #5c5c5c; font-size: 13px; margin-bottom: 5px; }
.productsperpage-form .productsperpage-view li { margin-right: 0; }
.productsperpage-form .productsperpage-view li a { text-decoration: none; color: #525968;  }
.productsperpage-form .productsperpage-view li a.selected { background: none; font-weight: bold; color: #02d1cd;  }
/*Icons*/
.icon16.stock-red { background-image: url("/bitrix/templates/shop/img/icons.png"); background-position:-128px 0; margin: 0; }
.icon16.stock-yellow { background-image: url("/bitrix/templates/shop/img/icons.png"); background-position:-144px 0; margin: 0; }
.icon16.stock-green { background-image: url("/bitrix/templates/shop/img/icons.png"); background-position:-160px 0; margin: 0; }
.icon16.stock-transparent { background-image: url("/bitrix/templates/shop/img/icons.png"); background-position:-176px 0; margin: -2px 0 0; }

i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/lightblue/cart-icons.png") 0 0 no-repeat; margin: 0 2px 0 0; }
.multishop-pink i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/pink/cart-icons.png") 0 0 no-repeat; }
.multishop-green i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/green/cart-icons.png") 0 0 no-repeat; }
.multishop-blue i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/blue/cart-icons.png") 0 0 no-repeat; }
.multishop-purple i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/purple/cart-icons.png") 0 0 no-repeat; }
.multishop-black i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/black/cart-icons.png") 0 0 no-repeat; }
.multishop-white i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/white/cart-icons.png") 0 0 no-repeat; }
.multishop-emerald i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/emerald/cart-icons.png") 0 0 no-repeat; }
.multishop-orange i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/orange/cart-icons.png") 0 0 no-repeat; }
.multishop-red i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/red/cart-icons.png") 0 0 no-repeat; }
.multishop-lightpurple i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/lightpurple/cart-icons.png") 0 0 no-repeat; }
.multishop-blindblue i.icon16.ms { background: url("/bitrix/templates/shop/img/colors/blindblue/cart-icons.png") 0 0 no-repeat; }

i.icon16.ms.view-thumbs-bw { background-position: 0 0; }
i.icon16.ms.view-thumbs { background-position: 0 -16px; }
i.icon16.ms.view-table-bw { background-position: -16px 0; }
i.icon16.ms.view-table { background-position: -16px -16px; }
i.icon16.ms.larr-bw { background-position: -32px -0px; }
i.icon16.ms.larr { background-position: -32px -16px; }
i.icon16.ms.rarr-bw { background-position: -48px 0; }
i.icon16.ms.rarr { background-position: -48px -16px; }
i.icon16.ms.cart-bw { background-position: -64px 0; }
i.icon16.ms.cart { background-position: -64px -16px; }
i.icon16.ms.thumbup { background-position: -80px -16px; }
i.icon16.ms.thumbup-bw { background-position: -80px 0; }

i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/lightblue/slider-thumb-icons.png") 0 0 no-repeat; width: 9px; height: 38px; display: inline-block; cursor: pointer; }
.multishop-pink i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/pink/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-green i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/green/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-blue i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/blue/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-purple i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/purple/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-black i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/black/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-white i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/white/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-emerald i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/emerald/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-orange i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/orange/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-red i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/red/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-lightpurple i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/lightpurple/slider-thumb-icons.png") 0 0 no-repeat; }
.multishop-blindblue i.slider-thumb-icons { background: url("/bitrix/templates/shop/img/colors/blindblue/slider-thumb-icons.png") 0 0 no-repeat; }

i.slider-thumb-icons.larr-bw, i.slider-thumb-icons.larr-bw.inactive:hover { background-position: 0 0; }
i.slider-thumb-icons.larr { background-position: 0 -41px; }
i.slider-thumb-icons.rarr-bw, i.slider-thumb-icons.rarr-bw.inactive:hover { background-position: -12px 0; }
i.slider-thumb-icons.rarr { background-position: -12px -41px; }
i.slider-thumb-icons.larr-bw:hover { background-position: 0 -41px; }
i.slider-thumb-icons.rarr-bw:hover { background-position: -12px -41px; }
i.slider-thumb-icons.larr-bw.inactive, i.slider-thumb-icons.rarr-bw.inactive { cursor: default; opacity: 0.6; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60); }
.menu-v.l0 > li > a { font-weight: bold; }

/*Product list*/
ul.thumbs, div.thumbs { padding: 0; margin: 0; list-style: none; }
ul.thumbs li, div.thumbs .product-item { float: left; width: 220px; height: 360px; padding: 0; margin: 0 25px 0 0; position: relative; display: block\9; float: left\9; height: 392px\9; /* IE8- hack */ }
ul.thumbs li.not-mobile:hover, div.thumbs .product-item.not-mobile:hover { -webkit-box-shadow: 0 0 3px 0 #b7b7b7; -moz-box-shadow: 0 0 3px 0 #b7b7b7; box-shadow: 0 0 3px 0 #b7b7b7; }
.no-boxshadow ul.thumbs li.not-mobile:hover, .no-boxshadow div.thumbs .product-item.not-mobile:hover { border: 1px solid #b7b7b7; }
#product-list ul.thumbs li { margin: 0 0 25px 30px; display: inline-block; vertical-align: top; float: none; }
ul.thumbs img, ul.table img , div.thumbs img { position: absolute; top: 0; bottom: 0; margin: auto; left: 0; right: 0; }
ul.thumbs img , div.thumbs img { max-width: 200px; max-height: 245px; }
ul.table img { max-width: 140px; max-height: 140px; }
ul.thumbs a, ul.table a, div.thumbs a { text-decoration: none; }
ul.thumbs .image, div.thumbs .image { width: 200px; height: 245px; overflow: hidden; position: relative; padding-bottom: 15px; }
ul.thumbs .price, div.thumbs .price { font-size: 14px; }
ul.thumbs .rating, div.thumbs .rating { margin-top: 2px; }
ul.thumbs h5, div.thumbs h5 { font-size: 11px; font-weight: normal; margin: 10px 0 5px; }
ul.thumbs h5 a, ul.table h5 a, div.thumbs h5 a { color: #4b4c4e; }
ul.thumbs h5 a:hover, ul.table h5 a:hover, div.thumbs h5 a:hover { color: #0ca6a3; }
ul.thumbs .compare-price, ul.table .compare-price, div.thumbs .compare-price { font-size: 14px; }

.thumbs input[type='submit'], ul.table input[type='submit'] { position: absolute; right: 0; bottom: 0; border: 0 none; background: url("/bitrix/templates/shop/img/colors/lightblue/cart-submit-icons.png") 0 0 no-repeat; width: 64px; height: 63px; }
.multishop-pink .thumbs input[type='submit'], .multishop-pink ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/pink/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-green .thumbs input[type='submit'], .multishop-green ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/green/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-blue .thumbs input[type='submit'], .multishop-blue ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/blue/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-purple .thumbs input[type='submit'], .multishop-purple ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/purple/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-black .thumbs input[type='submit'], .multishop-black ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/black/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-white .thumbs input[type='submit'], .multishop-white ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/white/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-emerald .thumbs input[type='submit'], .multishop-emerald ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/emerald/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-orange .thumbs input[type='submit'], .multishop-orange ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/orange/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-red .thumbs input[type='submit'], .multishop-red ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/red/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-lightpurple .thumbs input[type='submit'], .multishop-lightpurple ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/lightpurple/cart-submit-icons.png") 0 0 no-repeat; }
.multishop-blindblue .thumbs input[type='submit'], .multishop-blindblue ul.table input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/blindblue/cart-submit-icons.png") 0 0 no-repeat; }

.thumbs input[type='submit']:hover, ul.table input[type='submit']:hover { background-position: -68px 0; }
.thumbs input[type='submit'].disabled, ul.table input[type='submit'].disabled { background-position: -136px 0; }

.thumbs input[type='submit'].active, ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/lightblue/addtocart.gif"); background-position: 0 0; }
.multishop-pink .thumbs input[type='submit'].active, .multishop-pink ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/pink/addtocart.gif"); }
.multishop-green .thumbs input[type='submit'].active, .multishop-green ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/green/addtocart.gif"); }
.multishop-blue .thumbs input[type='submit'].active, .multishop-blue ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/blue/addtocart.gif"); }
.multishop-purple .thumbs input[type='submit'].active, .multishop-purple ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/purple/addtocart.gif"); }
.multishop-black .thumbs input[type='submit'].active, .multishop-black ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/black/addtocart.gif"); }
.multishop-white .thumbs input[type='submit'].active, .multishop-white ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/white/addtocart.gif"); }
.multishop-emerald .thumbs input[type='submit'].active, .multishop-emerald ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/emerald/addtocart.gif"); }
.multishop-orange .thumbs input[type='submit'].active, .multishop-orange ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/orange/addtocart.gif"); }
.multishop-red .thumbs input[type='submit'].active, .multishop-red ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/red/addtocart.gif"); }
.multishop-lightpurple .thumbs input[type='submit'].active, .multishop-lightpurple ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/lightpurple/addtocart.gif"); }
.multishop-blindblue .thumbs input[type='submit'].active, .multishop-blindblue ul.table input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/blindblue/addtocart.gif"); }

.thumbs.vertical input[type='submit'], ul.table.vertical input[type='submit'] { position: absolute; right: 0; bottom: 0; border: 0 none; background: url("/bitrix/templates/shop/img/colors/lightblue/cart-submit-icons-small.png") 0 0 no-repeat; width: 40px; height: 39px; }
.multishop-pink .thumbs.vertical input[type='submit'], .multishop-pink ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/pink/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-green .thumbs.vertical input[type='submit'], .multishop-green ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/green/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-blue .thumbs.vertical input[type='submit'], .multishop-blue ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/blue/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-purple .thumbs.vertical input[type='submit'], .multishop-purple ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/purple/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-black .thumbs.vertical input[type='submit'], .multishop-black ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/black/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-white .thumbs.vertical input[type='submit'], .multishop-white ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/white/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-emerald .thumbs.vertical input[type='submit'], .multishop-emerald ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/emerald/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-orange .thumbs.vertical input[type='submit'], .multishop-orange ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/orange/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-red .thumbs.vertical input[type='submit'], .multishop-red ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/red/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-lightpurple .thumbs.vertical input[type='submit'], .multishop-lightpurple ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/lightpurple/cart-submit-icons-small.png") 0 0 no-repeat; }
.multishop-blindblue .thumbs.vertical input[type='submit'], .multishop-blindblue ul.table.vertical input[type='submit'] { background: url("/bitrix/templates/shop/img/colors/blindblue/cart-submit-icons-small.png") 0 0 no-repeat; }

.thumbs.vertical input[type='submit']:hover, ul.table.vertical input[type='submit']:hover { background-position: -44px 0; }
.thumbs.vertical input[type='submit'].disabled, ul.table.vertical input[type='submit'].disabled { background-position: -87px 0; }

.thumbs.vertical input[type='submit'].active, ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/lightblue/addtocart-small.gif"); background-position: 0 0; }
.multishop-pink .thumbs.vertical input[type='submit'].active, .multishop-pink ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/pink/addtocart-small.gif"); }
.multishop-green .thumbs.vertical input[type='submit'].active, .multishop-green ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/green/addtocart-small.gif"); }
.multishop-blue .thumbs.vertical input[type='submit'].active, .multishop-blue ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/blue/addtocart-small.gif"); }
.multishop-purple .thumbs.vertical input[type='submit'].active, .multishop-purple ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/purple/addtocart-small.gif"); }
.multishop-black .thumbs.vertical input[type='submit'].active, .multishop-black ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/black/addtocart-small.gif"); }
.multishop-white .thumbs.vertical input[type='submit'].active, .multishop-white ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/white/addtocart-small.gif"); }
.multishop-emerald .thumbs.vertical input[type='submit'].active, .multishop-emerald ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/emerald/addtocart-small.gif"); }
.multishop-orange .thumbs.vertical input[type='submit'].active, .multishop-orange ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/orange/addtocart-small.gif"); }
.multishop-red .thumbs.vertical input[type='submit'].active, .multishop-red ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/red/addtocart-small.gif"); }
.multishop-lightpurple .thumbs.vertical input[type='submit'].active, .multishop-lightpurple ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/lightpurple/addtocart-small.gif"); }
.multishop-blindblue .thumbs.vertical input[type='submit'].active, .multishop-blindblue ul.table.vertical input[type='submit'].active { background-image: url("/bitrix/templates/shop/img/colors/blindblue/addtocart-small.gif"); }

.thumbs.vertical .price { font-size: 13px; font-weight: bold; }
.thumbs.vertical .compare-price { font-size: 12px; }
ul.thumbs.li100px li { width: 100px; }
ul.thumbs.li150px li, .thumbs.li150px .product-item { width: 150px; height: 304px; }
ul.thumbs.li150px .image, .thumbs.li150px .image { width: 150px; height: 188px; overflow: hidden; }
ul.thumbs.li200px li, div.thumbs .product-item { width: 200px; }
ul.thumbs.li220px li { width: 220px; }
ul.thumbs.li300px li { width: 300px; }
ul.thumbs.li350px li { width: 350px; } 
ul.thumbs .table { display: none; }

ul.table { list-style: none; padding: 0; }
ul.table .description { display: block; }
ul.table .rating { display: inline-block; position: relative; top: 3px; }
ul.table .thumbs { display: none; }
ul.table .price { font-size: 20px; }
ul.table input[type='submit'] { bottom: 10px; }
ul.table h5 { font-size: 14px; margin-top: 0; }
ul.table .short-info { position: absolute; bottom: 10px; left: 160px; width: 260px; }
ul.table li { height: 140px; padding: 10px 0; position: relative; border-bottom: 1px solid #d9d9d9; }
ul.table li:after { content: ''; display: block; clear: both; }
ul.table .image { width: 140px; height: 140px; margin-right: 20px; position: relative; border: 1px solid #d5d4d4; float: left;  }

/*Favoutire icons*/
i.favourite-icon { width: 22px; height: 20px; background: url("/bitrix/templates/shop/img/colors/lightblue/favourite-icons.png") 0 0 no-repeat; display: inline-block; vertical-align: middle;  }
.multishop-pink i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/pink/favourite-icons.png") 0 0 no-repeat; }
.multishop-green i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/green/favourite-icons.png") 0 0 no-repeat; }
.multishop-blue i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/blue/favourite-icons.png") 0 0 no-repeat; }
.multishop-purple i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/purple/favourite-icons.png") 0 0 no-repeat; }
.multishop-black i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/black/favourite-icons.png") 0 0 no-repeat; }
.multishop-white i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/white/favourite-icons.png") 0 0 no-repeat; }
.multishop-emerald i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/emerald/favourite-icons.png") 0 0 no-repeat; }
.multishop-orange i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/orange/favourite-icons.png") 0 0 no-repeat; }
.multishop-red i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/red/favourite-icons.png") 0 0 no-repeat; }
.multishop-lightpurple i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/lightpurple/favourite-icons.png") 0 0 no-repeat; }
.multishop-blindblue i.favourite-icon { background: url("/bitrix/templates/shop/img/colors/blindblue/favourite-icons.png") 0 0 no-repeat; }

i.favourite-icon:hover, 
.product-list .active-icons a.active i.favourite-icon,
.product-list .active-icons span.active i.favourite-icon,
.product-info .favourite a:hover i.favourite-icon,
.product-info .favourite a.active i.favourite-icon { background-position: -24px 0; }
/*Compare icons*/
i.compare-icon { width: 22px; height: 20px; background: url("/bitrix/templates/shop/img/colors/lightblue/compare-icons.png") 0 0 no-repeat; display: block;  }
.multishop-pink i.compare-icon { background: url("/bitrix/templates/shop/img/colors/pink/compare-icons.png") 0 0 no-repeat; }
.multishop-green i.compare-icon { background: url("/bitrix/templates/shop/img/colors/green/compare-icons.png") 0 0 no-repeat; }
.multishop-blue i.compare-icon { background: url("/bitrix/templates/shop/img/colors/blue/compare-icons.png") 0 0 no-repeat; }
.multishop-purple i.compare-icon { background: url("/bitrix/templates/shop/img/colors/purple/compare-icons.png") 0 0 no-repeat; }
.multishop-black i.compare-icon { background: url("/bitrix/templates/shop/img/colors/black/compare-icons.png") 0 0 no-repeat; }
.multishop-white i.compare-icon { background: url("/bitrix/templates/shop/img/colors/white/compare-icons.png") 0 0 no-repeat; }
.multishop-emerald i.compare-icon { background: url("/bitrix/templates/shop/img/colors/emerald/compare-icons.png") 0 0 no-repeat; }
.multishop-orange i.compare-icon { background: url("/bitrix/templates/shop/img/colors/orange/compare-icons.png") 0 0 no-repeat; }
.multishop-red i.compare-icon { background: url("/bitrix/templates/shop/img/colors/red/compare-icons.png") 0 0 no-repeat; }
.multishop-lightpurple i.compare-icon { background: url("/bitrix/templates/shop/img/colors/lightpurple/compare-icons.png") 0 0 no-repeat; }
.multishop-blindblue i.compare-icon { background: url("/bitrix/templates/shop/img/colors/blindblue/compare-icons.png") 0 0 no-repeat; }

i.compare-icon:hover, .product-list .active-icons a.active i.compare-icon,
i.compare-icon:hover, .product-list .active-icons span.active i.compare-icon { background-position: -24px 0; }

i.favourite-icon:hover, i.compare-icon:hover { cursor: pointer; }
/*Badge*/
* .badge { text-decoration:none!important; vertical-align:top; margin: 0; }
.badge { position: absolute; top: 0; left: 0; background-repeat:no-repeat;  background-color: inherit; z-index: 5; height:45px; width:45px; background-image: url("/bitrix/templates/shop/img/badge-icons.png");  display:inline-block; text-decoration:none!important; }
.badge span { color: #fff; font-size: 14px;  line-height: 330%; }
.badge.new {  background-position: 0 0; text-indent: -9999px; }
.badge.bestseller {  background-position: -45px 0; text-indent: -9999px; }
.badge.low-price {  background-position: -90px 0; text-indent: -9999px; }
.badge.sale {  background-position: -135px 0; text-align: center; }
.badge.custom { background: #163bdb; width: auto; height: auto; padding: 5px 7px; top: 7px; left: 7px; }
.badge.custom span { line-height: 100%; }
.badge.custom.black { background-color: #000;}
.badge.custom.red { background-color: #ff0000; }
.badge.custom.orange { background-color: #ffcc00; }
.badge.custom.yellow { background-color: #ffff00; }
.badge.custom.green { background-color: #00ff66; }
.badge.custom.lightblue { background-color: #00ffff;}
.badge.custom.blue { background-color: #0000ff;}
.badge.custom.purple { background-color: #cc00cc;}
.badge.custom.pink { background-color: #ff99ff;}
.badge.custom.yellow span, .badge.custom.lightblue span { background-color: #ffff00; color: #333; }
/* Dialog */
.dialog { display: none; }
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: url("/bitrix/templates/shop/img/overlay.png") repeat; z-index: 300; }
.dialog-window .cart { box-sizing: border-box; position: fixed; overflow: auto; top: 15%; left: 0; right: 0; z-index: 301; margin: 0 auto; text-align: left; width: 430px; bottom: 15%; background: #FBFAFA; padding: 12px 25px; border-width: 2px; border-style: solid; border-color: #1cc9c5; }
.dialog-window .cart .added2cart { font-size: 1.1em; font-style: italic; }
.dialog-window .dialog-close { z-index: 100; position: absolute; background: url("/bitrix/templates/shop/img/close.png") no-repeat; width: 35px; height: 35px; text-decoration: none; right: 0; top: 0; }
.dialog-window .cart-form { margin-bottom: 10px; margin-top: 15px; }
/* Product cart */
.cart-form .add2cart { margin-top: 10px; overflow: hidden; }
.cart-form:not(#foo) input[type="radio"] { opacity: 0; }
.cart-form:not(#foo) input[type="radio"] + label { margin-left: -16px; }
.cart-form:not(#foo) input[type="radio"] + label .stylish-wrap { display:inline-block; width:16px; height:16px; margin:-1px 4px 0 0; vertical-align:middle; background:url("/bitrix/templates/shop/img/stylish-buttons.png") -20px -2px no-repeat; cursor:pointer; }
.cart-form:not(#foo) input[type="radio"]:checked + label .stylish-wrap { background:url("/bitrix/templates/shop/img/stylish-buttons.png") -20px -20px no-repeat; }
.cart-form:not(#foo) input[type="checkbox"], .cart-page:not(#foo) input[type="checkbox"] { opacity: 0; }
.cart-form:not(#foo) input[type="checkbox"] + label, .cart-page:not(#foo) input[type="checkbox"] + label { margin-left: -14px; cursor: pointer; }
.cart-form:not(#foo) input[type="checkbox"] + label .stylish-wrap, .cart-page:not(#foo) input[type="checkbox"] + label .stylish-wrap {  cursor: pointer; background:url("/bitrix/templates/shop/img/stylish-buttons.png") -2px -2px no-repeat; display:inline-block; width:16px; height:16px; margin:-1px 4px 0 0; vertical-align:middle; } 
.cart-form:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap, .cart-page:not(#foo) input[type="checkbox"]:checked + label .stylish-wrap { background:url("/bitrix/templates/shop/img/stylish-buttons.png") -2px -20px no-repeat; }
.cart-form select, .cart-page select { padding: 5px 10px; border: 1px solid #bbbbbb; margin-bottom: 5px; }
.skus { list-style: none; padding: 0; margin: 0;  }
.skus li { margin-bottom: 5px; }
.skus label { float: left; width: 250px; overflow: hidden; white-space: nowrap; }
.product-page .skus label { width: 330px; }
.skus .price { /*float: left; width: 100px; overflow: hidden; */ margin-left: 5px;}
.skus input[type="radio"] { float: left; }
.skus .sku-sku { clear: left; margin-left: 16px; }
.skus .sku-name { white-space: normal; display: inline-block; padding-right: 10px; word-wrap: break-word; }
.skus .s-radio-name { position: relative; }
.skus .s-radio-name:after { margin-left: 5px; content: '.............................................................................................................................'; }
.cart .stock-high { color: #00aeb1; }
.cart .stock-none { color: #9c9c9c; }
.cart .stock-low, .cart .stock-critical { color: #d0024e; }
.cart .add2cart .price { font-size: 24px; }
.cart .submit { clear: both; float: left; margin-top: 10px;  }
.add2cart .compare-price { font-size: 18px; }
.add2cart .quantity { float: left; margin-right: 50px; }
.add2cart input[name='quantity'] { text-align: center; width: 32px; height: 23px; margin: 0 5px; border: 1px solid #969696; background: #fcfcfc; color: #0e0500; font-size: 14px; }
.add2cart .quantity i.icon16.ms, .cart-page .quantity i.icon16.ms { margin-top: 4px; margin-right: 0; }
.add2cart .quantity i.icon16.ms.larr-bw:hover, .cart-page .quantity i.icon16.ms.larr-bw:hover { background-position: -32px -16px; }
.add2cart .quantity i.icon16.ms.rarr-bw:hover, .cart-page .quantity i.icon16.ms.rarr-bw:hover { background-position: -48px -16px; }
.aux span { margin-right: 5px; }
/* Product slider */
.slider-custom .vertical .slider-prev, .slider-custom .vertical .slider-next { display: block; text-align: center; }
.slider-custom.list { margin: 10px 0 30px; }
.slider-custom.thumbs-container { margin: 0; }
.slick-list { padding: 5px 0 5px 5px; }
.vertical .slick-list { padding: 0; }
.slick-track { margin: 0 auto; }

/* Banners */
.banner-home { margin-bottom: 20px; background: url("/bitrix/templates/shop/img/banner1.png") no-repeat; height: 340px; width: 100%; text-align: center; }
.banner-home img { margin-top: 55px; }
#mosaic-banners { text-align: center; padding: 0; }
#mosaic-banners li { margin: 0 10px 10px 0; }
/*News block*/
.news-block a {  text-decoration: none; word-wrap: break-word; }
.news-block p { margin-bottom: 0; }
.news-block img, .news-block article { width: 210px; }
.news-block article { display: inline-block; margin-bottom: 20px; margin-right: 20px; vertical-align: top; }
.news-block article.even { margin-right: 0; }

.cancel-viewed { font-size: 12px; text-transform: lowercase; text-decoration: underline; color: #666; }
.cancel-viewed:hover { text-decoration: none; }
@media only screen and (min-width: 1280px) {
    ul.thumbs li { margin-right: 24px; }
    .product-info { margin-left: 430px; }
    .product-page .skus label { width: 500px; }
    .product-info > .content { width: 600px; }
    .content.with-sidebar { width: 1100px; }
    .slider-custom .product-list li { margin-right: 19px; margin-left: 0; }
    .news-block article.even, .news-block article { margin-right: 20px; }
    .news-block img, .news-block article { width: 230px; }
    .news-block article.div3 { margin-right: 0; }
    .with-sidebar .cart-cell.cart-item { width: 670px; }
    .cart-cell.cart-item { width: 830px; }
}
@media only screen and (max-width: 980px) {
    ul.thumbs li { margin-right: 28px; }
    ul.table .description { font-size: 12px; }
    ul.table .price { font-size: 16px; }
    ul.table .compare-price { font-size: 12px; }
    .promo .compare-at-price { font-size: 18px; }
    .promo a .info { width: 60%; }
    .promo .price { font-size: 20px; }
    .promo a .info p { font-size: 1em; }
    .product-info > .content { width: 370px; }
    .product-info .all-price { clear: both; }
    .product-page .skus label { width: 265px; }
    .sidebar.related, .cart-page .sidebar { display: none; }
    .content.with-sidebar { width: inherit; }
    .product-info .favourite { margin-left: 9px; }
    .content.main-page { margin-left: 470px; }
    .sidebar.main-page { padding-right: 15px; }
    .sidebar.left500px.main-page { width: 440px; }
    .cart-cell.cart-item { width: 310px; }
    .footer.big .copyright { right: 0; }
}
@media only screen and (max-width: 740px) {
    .promo a .info { width: 80%; }
    .sidebar.left500px.main-page { float: none; width: inherit; padding-right: 0; border-right: 0; }
    .content.main-page.left500px { margin: 0; padding: 0 10px; }
    #main .category-sidebar { display: none; }
    #mobilebar .category-sidebar { float: none; }
    #main .content.left260px { margin-left: 0; }
    ul.thumbs { padding-left: 5px; }
    #product-list ul.thumbs li { margin-left: 15px; }
    .product-page .images { margin: 0; float: none; }
    .product-page .images .image { margin: 0 auto; }
    .product-info { margin: 0; }
    .product-info > .content { margin: 0 auto; float: none; }
    .product-info > .content h1 { text-align: center; }
    .cart-cell { display: block; text-align: center; }
    .cart-cell.cart-item, .cart-page .quantity, .item-total { width: inherit; }
    .slider-custom ul.thumbs li { margin-left: 60px; margin-right: 69px; }
    .cart-sheet.fixed { right: 30px; }
    .banner-home { display: none; }
    .news-block article.div3 { margin-right: 0; }
    .news-block article.even, .news-block article { margin-right: 15px; }
    .content.with-sidebar.float-left { float: none; }
}
@media only screen and (max-width: 600px) {
    .slider-custom ul.thumbs li { margin-left: 40px; margin-right: 37px; }
}
@media only screen and (max-width: 530px) {
    .slider-custom ul.thumbs li { margin-left: 22px; margin-right: 23px; }
}
@media only screen and (max-width: 480px) {
    ul.thumbs, ul.table { text-align: center; }
    ul.thumbs li { float: none; }
    .slider-custom ul.thumbs li { float: left; margin-left: 5px; margin-right: 28px; }
    #product-list ul.thumbs li { margin: 0 auto; }
    .product-list.table .active-icons.table { display: none; }

    ul.table li { float: none; border-bottom: none; text-align: center; width: 200px; height: 360px; padding: 0; margin: 0 25px 0 0; position: relative; display: block\9; float: left\9; height: 392px\9; /* IE8- hack */ }
    ul.table .short-info  { width: inherit; position: relative; bottom: 0; left: 0; }
    ul.table li:hover { -webkit-box-shadow: 0 0 3px 0 #b7b7b7; -moz-box-shadow: 0 0 3px 0 #b7b7b7; box-shadow: 0 0 3px 0 #b7b7b7; }
    ul.table input[type="submit"] { bottom: 0; }
    #product-list ul.table li { margin: 0 auto; display: inline-block; vertical-align: top; float: none; }
    ul.table .table { display: none; }
    ul.table .thumbs { display: block; }
    ul.table .rating { margin-top: 2px; }
    ul.table .image { width: 200px; height: 245px; overflow: hidden; position: relative; padding-bottom: 15px; border: none; }
    ul.table h5 { font-size: 13px; font-weight: normal; margin: 10px 0 5px; }
    .cart-sheet.fixed { right: auto; left: 0; }
}
@media only screen and (max-width: 450px) {
    .dialog-window .cart { width: inherit; margin: 5px; }
    .promo a .info h2 { font-size: 10px; }
    .promo .compare-at-price { font-size: 8px; }
    .promo .price { font-size: 10px; }
    .promo a .info p { font-size: 8px; }
    .product-info > .content { width: 300px; }
    .product-page .skus label { width: 210px; }
    #dialog .skus label { width: 165px; }
    .add2cart .quantity { float: none; }
    .cart-page .checkout .button.grey, .cart-page .checkout input[type='submit'] { width: inherit; display: block; float: none; }
    .cart-page .checkout input[type='submit'] { width: 100%; margin-top: 10px; }
}
@media only screen and (max-width: 320px) {
    .cart-sheet.fixed { display: none; }
}
/* Slider */
.slick-slider { position: relative; display: block; box-sizing: border-box; -moz-box-sizing: border-box; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -ms-touch-action: none; touch-action: none; -webkit-tap-highlight-color: transparent; }

.slick-list { position: relative; overflow: hidden; display: block; margin: 0; }
.slick-list:focus { outline: none; }
.slick-loading .slick-list { background: white url(/bitrix/templates/shop/./ajax-loader.gif) center center no-repeat; }
.slick-list.dragging { cursor: pointer; cursor: hand; }

.slick-slider .slick-list, .slick-track, .slick-slide, .slick-slide img { -webkit-transform: translate3d(0, 0, 0); -moz-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.slick-track { position: relative; left: 0; top: 0; display: block; zoom: 1; }
.slick-track:before, .slick-track:after { content: ""; display: table; }
.slick-track:after { clear: both; }
.slick-loading .slick-track { visibility: hidden; }

.slick-slide { float: left; height: 100%; min-height: 1px; display: none; }
.slick-slide img { display: block; }
.slick-slide.slick-loading img { display: none; }
.slick-slide.dragging img { pointer-events: none; }
.slick-initialized .slick-slide { display: block; }
.slick-loading .slick-slide { visibility: hidden; }
.slick-vertical .slick-slide { display: block; height: auto; border: 1px solid transparent; }

/* Arrows */
.slick-prev, .slick-next { position: absolute; display: block; height: 20px; width: 20px; line-height: 0; font-size: 0; cursor: pointer; background: transparent; color: transparent; top: 50%; margin-top: -10px; padding: 0; border: none; outline: none; }
.slick-prev:focus, .slick-next:focus { outline: none; }
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before { opacity: 0.25; }

.slick-prev:before, .slick-next:before { font-family: "slick"; font-size: 20px; line-height: 1; color: white; opacity: 0.85; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slick-prev { left: -25px; }
.slick-prev:before { content: "\2190"; }

.slick-next { right: -25px; }
.slick-next:before { content: "\2192"; }

/* Dots */
.slick-slider { margin-bottom: 30px; }

.slick-dots { position: absolute; bottom: -45px; list-style: none; display: block; text-align: center; padding: 0px; width: 100%; }
.slick-dots li { position: relative; display: inline-block; height: 20px; width: 20px; margin: 0px 5px; padding: 0px; cursor: pointer; }
.slick-dots li button { border: 0; background: transparent; display: block; height: 20px; width: 20px; outline: none; line-height: 0; font-size: 0; color: transparent; padding: 5px; cursor: pointer; outline: none; }
.slick-dots li button:focus { outline: none; }
.slick-dots li button:before { position: absolute; top: 0; left: 0; content: "\2022"; width: 20px; height: 20px; font-family: "slick"; font-size: 6px; line-height: 20px; text-align: center; color: black; opacity: 0.25; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }
.slick-dots li.slick-active button:before { opacity: 0.75; }


/* End */
/* /bitrix/templates/shop/template_styles.css?1748855725225364 */
