/* 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; }

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; height: 100%; font-family: 'Open Sans', Arial, sans-serif; font-size: 14px; background: #fff; line-height: 1.4em; }
a { color: #0072bb; outline:0 none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { }
a.not-visited:visited { }
a:hover { color: #f00 !important; }

a img { border: 0; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { margin-bottom: 20px; }
h1 { font-size: 30px; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5 { font-size: 1.1em; }
h6 { font-size: 1em; }
h1, h2, h3, h4 { font-weight: normal; }
h1, h2, h3 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }

input,
textarea,
select { font-family: 'Open Sans', Arial, sans-serif !important; font-size: 14px; line-height: 36px; margin: 0; padding: 1px 10px; color: #000; background: #fff; border: 1px solid #bababa; box-shadow: inset 1px 1px 3px 0 #bdbdbd; box-sizing: border-box; display: inline-block; vertical-align: middle; border-radius: 5px; }
input,
select { height: 40px; }
textarea { line-height: 1.2em; height: 70px; }
input[type="checkbox"],
input[type="radio"] { height: auto; line-height: normal; vertical-align: baseline; box-shadow: none; }
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner { border: 0; }
input[type="button"]:focus { outline:none; outline-offset:0; }

fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
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; }
blockquote cite { font-size: 0.9em; }
hr { background-color: rgba(0,0,0,0.15); height: 1px; border: 0; }
p { font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif; line-height: 1.4em; }
p a { text-decoration: underline; }
input::-webkit-input-placeholder { color: #bbb; }
input:-moz-placeholder,
input::-moz-placeholder { color: #bbb; }
input:-ms-input-placeholder { color: #bbb; }

/* Misc elements
---------------- */

.block { padding: 25px 30px; }
.inline { display: inline !important; }
.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.1em; }
.bold { font-weight: bold; }
.strike { text-decoration: line-through; }
.highlighted { background:  #ffc; }
.hint { color: #aaa; font-size: 0.9em; }
.hint a,
.hint:visited,
.hint a:visited { color: #888; }
.gray .dropdown ul
.gray a,
.gray:visited,
.gray a:visited { color: #888; }
.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; }
.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; }
.hr { border-top: 1px solid #ccc; margin-bottom: 15px; }
.uppercase { text-transform: uppercase; }
.blurred { -webkit-filter: blur(5px); -moz-filter: blur(5px); -o-filter: blur(5px); -ms-filter: blur(5px); filter: blur(5px); }
.userpic { border-radius: 50%; background-size: auto; }
.visibility-hidden { visibility: hidden; }

.float-left { float: left; }
.float-right { float: right; }

.selected > a { text-decoration: none; color: #f00 !important; }

.breadcrumbs { padding: 5px 0; font-size: 0.9em; margin-bottom: 15px; }
.breadcrumbs span { color: #999; }
.breadcrumbs span.rarr { color: #999; margin: 0 3px; }

.tags { line-height: 1.6em; }
.tags a { display: inline !important; padding: 0 4px !important; }
.tags a:hover { color: red !important; }

.welcome { text-align: center; background: url('img/welcome.png') no-repeat; background-position: top center; padding-top: 300px; background-size: 256px 256px; margin-bottom: 30px; }
.welcome h1 { font-weight: normal; font-size: 2em; }

.staff { background: #eeb; padding: 1px 4px !important; color: #345; font-size: 0.9em; border: 1px solid rgba(0,0,0,0.1); border-radius: 3px; }

.dashed { text-decoration: none; border-bottom: 1px dashed; }

.ico { background: url('img/ico.png') no-repeat; display: inline-block; vertical-align: middle; }

.arrow { border-width: 4px; margin-left: 5px; border-style: solid; border-color: transparent; width: 0; height: 0; display: inline-block; vertical-align: middle; }
.arrow_top { border-bottom-width: 0; border-top-color: #8f8f8f; }
.arrow_right { border-left-width: 0; border-right-color: #8f8f8f; }
.arrow_bottom { border-top-width: 0; border-bottom-color: #8f8f8f; }
.arrow_left { border-right-width: 0; border-left-color: #8f8f8f; }

.infoblock { margin: 0 0 20px; }
.infoblock-header,
h3.infoblock-header { font-size: 22px; font-weight: normal; color: #000; margin: 0; padding: 0 0 10px; }
.infoblock-header a { color: #000; }

.infoblock_border { padding: 10px 15px; border: 1px solid #d4d4d4; border-radius: 7px; box-shadow: 0 0 3px 0 #bdbdbd; }
.infoblock-header,
h3.infoblock-header { padding-bottom: 20px; }

.jq-radio { background: url(img/ico.png) -159px -134px no-repeat; width: 14px; height: 14px; top: 1px; margin-right: 5px; }
.jq-radio.checked { background: url(img/ico.png) -176px -134px no-repeat; }

.jq-checkbox { background: url(img/ico.png) -160px -117px no-repeat; width: 12px; height: 12px; top: 1px; margin-right: 7px; }
.jq-checkbox.checked { background: url(img/ico.png) -176px -117px no-repeat; }

/*.jq-selectbox__select-text { width: auto !important; }*/

/* Buttons
---------- */

input[type=button],
input[type=submit],
button,
.button { font: 14px 'Open Sans', Arial, sans-serif; height: 40px; line-height: 38px; margin: 0; padding: 0 15px; color: #fff; border-radius: 5px; box-shadow: 0 0; box-sizing: border-box; display: inline-block; vertical-align: middle; -webkit-appearance: none; text-decoration: none; outline: 0; }
input[type=button]:hover,
input[type=submit]:hover,
button:hover,
.button:hover { cursor: pointer; }
a.button:hover { color: #fff !important; }
input[type=button]:active,
input[type=submit]:active,
button:active,
.button:active { text-shadow: none; box-shadow: none; }
input[type=button]:disabled,
input[type=submit]:disabled,
button:disabled,
.button:disabled { background: #eee !important; color: #999; border-color: #ccc; cursor: default; }
input[type=button].small,
input[type=submit].small,
button.small,
.button.small { font-size: 0.9em; padding: 3px 5px; }
input[type=button].large,
input[type=submit].large,
button.large,
.button.large { font-size: 1.6em; padding: 7px 10px; font-weight: bold; }

input.button_black,
button.button_black,
.button.button_black { background: #4a4a4a; background: linear-gradient(to bottom, #5d5d5d, #4a4a4a); border-color: #3b3b3b; }
input.button_black:hover,
button.button_black:hover,
.button.button_black:hover { background: #5d5d5d; }
input.button_black:active,
button.button_black:active,
.button.button_black:active { background: #4a4a4a; }

input.button_gray,
button.button_gray,
.button.button_gray { background: #dddddd; background: linear-gradient(to bottom, #fefefe, #dddddd); border-color: #dfdfdf; color: #555; font-weight: bold; box-shadow: 1px 1px 2px 0 #666; }
input.button_gray:hover,
button.button_gray:hover,
.button.button_gray:hover { background: #fefefe; }
input.button_gray:active,
button.button_gray:active,
.button.button_gray:active { background: #dddddd; }

.ico_more { width: 6px; height: 8px; margin-left: 5px; background-position: -52px -30px; }

/* Navigation menus
------------------- */

ul.menu-v { margin: 0; padding: 0; font-family: 'Helvetica Neue', 'Trebuchet MS', Arial, sans-serif; }
ul.menu-v li { list-style: none; padding: 0; line-height: 1.3em; }
ul.menu-v li a { padding: 13px 30px 13px 16px; display: block; }
ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-position: right center; background-size: 32px 16px; }
ul.menu-v.bottom-padded { margin-bottom: 20px; }
ul.menu-v li .count { float: right; color: #aaa; }
ul.menu-v li .count i.icon16 { margin: 0 -5px; }

ul.menu-h { margin: 0; padding: 0; }
ul.menu-h.bottom-padded { margin-bottom: 15px; }
ul.menu-h li { list-style: none; background: none; display: inline-block; padding: 0 10px 0 0; line-height: 1.3em; display:block\9; float:left\9; }
ul.menu-h li a { display: inline-block; padding: 13px 16px 13px 16px; display:block\9; float:left\9; }
ul.menu-h li.collapsible a { padding: 13px 30px 13px 16px; }
ul.menu-h li a img.icon16 { position: relative; top: 3px; left: -3px; }
ul.menu-h li a i.icon16 { margin-top: -0.1em; }
ul.menu-h li.selected a { background: transparent; }
ul.menu-h li.bold a { font-weight: bold; }
ul.menu-h.compact { margin-bottom: 16px; }
ul.menu-h.compact li { padding-right: 5px; }
ul.menu-h.compact li a { padding: 0; }

.dropdown ul li { position: relative; }
.dropdown ul li.collapsible { background: url('img/darr.png') no-repeat; background-size: 16px 16px; background-position: right center; margin-right: 0px !important; padding-right: 5px; }
/*.dropdown ul li:hover { background-color: #ffc !important; transition: 0.3s; } */
.dropdown ul li a { display: block; }
.dropdown ul li a:hover { background-color: #ffc !important; transition: 0.3s; }
.dropdown ul ul.menu-v { opacity: 0; position: absolute; width: 200px; top: -9999em; left: -9999em; background: #fff; border: 1px solid #ccc; padding: 0; z-index: 13012; margin-left: 0; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); box-shadow: 0px 1px 3px rgba(0,0,0,0.1); margin-top: 0; }
.dropdown ul ul.menu-v li { display: block; width: 200px; padding: 0; margin: 0; border-bottom: 1px solid rgba(0,0,0,0.1); border-top: none; }
.dropdown ul ul.menu-v li.collapsible { background: url('img/rarr.png') no-repeat; background-size: 32px 16px; background-position: right center; margin-right: 0 !important; }
.dropdown ul ul.menu-v li a { display: block; margin: 0; font-weight: normal !important; }
/* .dropdown ul ul.menu-v li i.icon16 { margin-left:-20px; margin-right:4px; } */
.dropdown ul ul.menu-v li ul.menu-v { top: -1px; left: 100%; margin-left: 0; }
.dropdown ul li:hover ul.menu-v { opacity: 1; top: 100%; left: -1px; transition: opacity 0.3s; }
/* .dropdown ul li:hover ul.menu-v { background-color: rgba(255,255,222,1); } */
.dropdown ul.disabled li:hover ul.menu-v { display: none !important; }
.dropdown ul li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v ul.menu-v { display: none; top: -1px; }
.dropdown ul li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v li:hover ul.menu-v { display: block; }
.dropdown ul li .inner { opacity: 0; top: -9999em; left: -9999em; width: 300px; position: absolute;  z-index: 13012; background: #fff; }
.dropdown ul li .inner.shadowed { background: #fff; border: 1px solid #ccc; padding: 0; margin-left: 0; -moz-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); -webkit-box-shadow: 0px 1px 3px rgba(0,0,0,0.1); box-shadow: 0px 1px 3px rgba(0,0,0,0.1); margin-top: 0; }
.dropdown ul li:hover .inner { top: 100%; left: -3px; opacity: 1; transition: opacity 0.3s; }

.dropdown ul ul.menu-v.brands { max-height: 450px; width: auto; overflow-y: auto; }

.dropdown ul.menu-v { margin-bottom: 0; }
.dropdown ul.menu-v li:hover ul.menu-v { top: -1px; left: 100%; }
.dropdown ul.menu-v li.collapsible { background-image: url('img/rarr.png'); background-size: 32px 16px; margin-right: 0 !important; padding-right: 0; }
.dropdown ul.menu-v li.collapsible.selected:hover > a { background-color: #ffc !important; }

.dropdown ul.menu-h li:hover { background-color: #fff !important; }
.dropdown ul.menu-h li ul.menu-v li { background-position: right 0 center; }
.dropdown ul.menu-h li.collapsible { background-position: right 10px center; }
.dropdown ul.menu-h li.collapsible:hover { background-color: #ffc !important; }
.dropdown ul.menu-h li ul.menu-v li:hover { background-color: #ffc !important; }

.dropdown ul.menu-h.aux { float: right; font-size: 1em; }
.dropdown ul.menu-h.aux li:hover .inner,
.dropdown ul.menu-h.aux li:hover ul { left: auto; right: 0; }

ul.tree { list-style: none; padding-left: 0; }
ul.tree li { border: none; }
ul.tree li a { padding: 5px 16px; display: block; text-decoration: none;}
ul.tree li.selected a { background: transparent; }
ul.tree ul { padding-left: 20px; list-style: none; }
ul.tree ul a { padding: 3px 6px; font-size: 90%; }

.paging-nav { margin: 0 0 30px; }
.paging-nav-header { color: #999; padding: 0 0 7px; }
.paging-nav ul { margin: 0; padding: 0; }
.paging-nav ul li { margin: 0 3px 0 0; padding: 0; list-style: none; display: inline-block; }
.paging-nav ul li a { padding: 5px 12px; background: #e7e7e7; border-bottom: 1px solid #e7e7e7; color: #666; display: inline-block; text-decoration: none; }
.paging-nav ul li.selected a { background: #fff; color: #000 !important; }

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a,
.wa-auth-adapters ul li span { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img,
.wa-auth-adapters ul li span img { position: relative; top: 4px; margin-right: 3px; }
.wa-auth-adapters p { color: #888; font-size: 0.9em; width: 80%; }
.wa-auth-adapters.wa-connect { margin-top: 20px; }

.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { padding-top: 0.05em; padding-bottom: 5px; font-size: 1em; font-weight: bold; color: #696969; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-bottom: 5px; position: relative; }
.wa-form .wa-field .wa-value input.wa-error { border: 2px solid red; }
.wa-form .wa-field .wa-value .wa-error-msg { font-size: 0.9em; color: red; display: block; }
.wa-form .wa-field .wa-value input[type="text"],
.wa-form .wa-field .wa-value input[type="email"],
.wa-form .wa-field .wa-value input[type="password"] { width: 100%; min-width: 260px;  margin:0;}
.wa-form .wa-field .wa-value textarea { min-width: 300px; height: 70px; }
.wa-form .wa-field .wa-value input.wa-captcha-input { width: 100px; min-width: 0; }
.wa-form .wa-field .wa-value label { display: block; }
.wa-form .wa-field .wa-value .wa-captcha img { margin-left: 0; }
.wa-form .wa-field .wa-value .errormsg { margin-left: 0; }
.wa-form .wa-field .wa-value.wa-submit { margin-top: 10px; }
.wa-form .wa-field .wa-value p label { display: block; margin: 0; }
.wa-form .wa-field .wa-value p { line-height: 1.6em; margin-bottom: 0; position: relative; }
.wa-form .wa-field .wa-value p span { color: #777; font-size: 0.9em; display: block; }
.wa-form .wa-field .wa-value p i.icon16 { float: left; left: -20px; margin-top: 2px; position: absolute; }
.wa-form .wa-field .wa-value p input { display: block; margin-bottom: 2px; }
.wa-form .wa-field .wa-value p input[type="radio"],
.wa-form .wa-field .wa-value p input[type="checkbox"] { display: inline; }
.wa-form .wa-field .wa-value p .field.wa-required span:after { content: " *"; color: #faa; }
.wa-form .wa-field.wa-required .wa-name:after { content: " *"; color: #faa; }
.wa-signup-form .wa-form .wa-field.wa-field-email { margin-top: 20px; }
.wa-signup-form .wa-form .wa-field.wa-field-email .wa-value input { min-width: 300px; }
.wa-signup-form .wa-form .wa-field.wa-field-password .wa-value input,
.wa-signup-form .wa-form .wa-field.wa-field-password_confirm .wa-value input { min-width: 200px; width: 200px; }

.wa-captcha { padding: 7px 0 10px; }
.wa-captcha p { margin: 0; }
.wa-captcha strong { font-size: 1.2em; }
.wa-captcha p img { float: left !important; margin-right: 5px; margin-top: -8px; }
.wa-captcha .wa-captcha-refresh { font-size: 0.8em; text-decoration: underline; color: #aaa; }
.wa-captcha .wa-captcha-input { display: inline !important; }
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; display:block\9; float:left\9; }

input.error, textarea.error { border: 1px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* Multi-column layout
---------------------- */

.row { clear: both; border-top: 1px solid #eee; padding: 20px 0; }
.row.no-border { border: none; }
.col { float: left; }
.col.w1 { width: 6%; }
.col.w2 { width: 12%; }
.col.w3 { width: 18%; }
.col.w4 { width: 24%; }
.col.w5 { width: 30%; }
.col.w6 { width: 36%; }
.col.w7 { width: 42%; }
.col.w8 { width: 48%; }
.col.w9 { width: 54%; }
.col.w10 { width: 60%; }
.col.w11 { width: 66%; }
.col.w12 { width: 72%; }
.col.w13 { width: 78%; }
.col.w14 { width: 84%; }
.col.w15 { width: 90%; }
.col.w16 { width: 96%; }

/* Tables
--------- */

table { border-collapse: collapse; border-spacing: 0; }
table th { color: #aaa; padding: 0px 10px 7px; }
table td { padding: 10px; border: 1px solid rgba(0,0,0,0.15); }
table.not-bordered td { border: none; }

table.lined { margin-top: 25px; width: 100%; border-spacing:0; border-collapse:collapse; }
table.lined th { padding-left: 7px; padding-right: 7px; }
table.lined td { padding: 15px 7px; border-bottom: 1px solid #ddd; }
table.lined td.min-width { width: 1%; }
table.lined td p { margin: 0; }
table.lined td input.numerical { width: 50px; margin-right: 5px; text-align: right; }
table.lined tr.no-border td { border: none; }
table.lined tr.thin td { padding-top: 13px; padding-bottom: 0; }
table.lined tr.service td { padding-top: 5px; padding-bottom: 5px; padding-left: 25px; font-size: 0.8em; color: #555; }

/* Customized search input look
------------------------------- */

.search {  }
.search-wrapper { position: relative; width: 100%; height: 32px; float: left; border: 0; -webkit-appearance: none; margin-right: 0; }
.search input { width: 100%; float: left; height: 32px; line-height: 32px; padding-right: 32px; }
.search input:focus { outline: 0; }

.search input::-webkit-input-placeholder { color: #999; font-weight: normal; }
.search input:-moz-placeholder,
.search input::-moz-placeholder { color: #999; font-weight: normal; }
.search input:-ms-input-placeholder { color: #999; font-weight: normal; }

.search button { min-width: 32px; overflow: visible; position: absolute; right: 0px; float: left; border: none; padding: 0; cursor: pointer; height: 32px; color: #fff; background-color: transparent; background-image: url(img/search16black.png); background-repeat: no-repeat; background-position: 8px 8px; background-size: 16px 16px; border-radius: 0 3px 3px 0; font-size: 1.0em; }
.search button:hover { background-color: rgba(100,100,50,0.1); }
.search button:active,
.search button:focus { background-color: rgba(100,100,50,0.2); outline: 0; }
.search button:hover:before{ border-right-color: #e54040; }
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }


.search_shop .search-wrapper { position: relative; width: auto; height: auto; margin: 0 0 0 190px; padding: 0; float: none; border: 0; border-radius: 0; box-shadow: 0 0; }
.search_shop .ico_search { width: 15px; height: 15px; background-position: -181px -4px; }
.search_shop .search-sample { position: absolute; top: 10px; right: 12px; color: #999; }
.search_shop .search-sample a { text-decoration: none; border-bottom: 1px dashed; }
.search_shop .search-input { margin-right: 90px; position: relative; }
.search_shop .search-input .ico_search { position: absolute; top: 12px; left: 12px; }
.search_shop input[type="text"],
.search_shop input[type="search"] { width: 100%; height: 40px; padding-left: 35px; font-size: 16px; float: none; background: #fff; }
.search_shop input:focus { outline: 0; }

.search_shop button { overflow: visible; position: absolute; top: 0; right: 0; height: 40px; padding: 0 15px; float: none; color: #fff; font-size: 16px; border: 1px solid #3b3b3b; border-radius: 5px; box-shadow: 0 0; background: #4a4a4a linear-gradient(to bottom, #5d5d5d, #4a4a4a); }
.search_shop button:hover { background-color: #5d5d5d; }
.search_shop button:active,
.search_shop button:focus { background-color: #4a4a4a; outline: 0; }
.search_shop button:hover:before{ border-right-color: #e54040; }
.search_shop button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }


/* Header
--------- */

.wrapper { min-height: 100%; width: 100%; min-width: 1000px; margin: 0 auto; }
.wrapper-in { padding: 0 0 100px; }
.container { margin: 0 auto; padding: 0 20px; }
.container:before,
.container:after { content: " "; clear: both; }

.nav-negative { display: none; /* mobile-only slide-out navigation */ padding-left: 0; margin: -1px 0 0; border-bottom: 1px solid #777; }
.nav-negative li { list-style: none; display: block; border-top: 1px solid #777; }
.nav-negative li a { font-size: 1.2em; text-decoration: none; color: #ddd !important; display: block; padding: 15px 26px 15px 16px; }
.nav-negative li.selected a { color: #fff; text-shadow: 0 1px 0 #000; background: transparent; }
.nav-negative.offline { text-align: center; padding: 20px; background: #fff; }
.nav-negative.auth li { background: #666; }
.nav-negative.search { padding: 0 20px 20px; background: #fff; height: 32px; }

header.globalheader { position: relative; }

header #globalnav { position: relative; z-index: 10; background: #e8e8e8; background: linear-gradient(to bottom, #f5f5f5, #e8e8e8); box-shadow: 0 3px 3px rgba(102,102,102,0.7); }
header #globalnav.dimmed { }
header .extendednav { padding-top: 20px; padding-bottom: 20px; background: #f5f5f5; }
header .extendednav-center { margin: 0 200px 0 240px; text-align: center; }
header .extendednav-center-in { margin: 0 auto; }

header .logo { float: left; width: 230px; padding: 10px 0; font-size: 30px; color: #000; vertical-align: middle; }
header .logo a { color: #000 !important; text-decoration: none; display: block; font-size: 10px; margin-bottom: -15px; }
header .logo img { max-width: 230px; }
header .logo span { position: relative; top: -16px; left: 50px; }

header .search { }

header .apps { float: left; margin: 0; padding: 0; }
header .apps li { float: left; list-style: none; border: 0; border-left-width: 1px; border-color: #cbcbcb; border-style: solid; }
header .apps li a { display: block; padding: 9px 20px; margin-right: 0px; color: #000; border-left-width: 1px; border-color: #fbfbfb; border-style: solid; }
header .apps li:last-child,
header .apps li:last-child a { border-right-width: 1px; }
header .apps li:last-child { border-right-color: #fbfbfb; }
header .apps li:last-child a { border-right-color: #cbcbcb; }
header .apps li a:hover,
header .apps li.selected a { background: #fff; }
header .apps li.active a { background: #fff; }
header .apps li.hidden { display: none; }
header .dimmed .apps li.selected a { }
header .dimmed .apps { margin-left: 0; }
header .apps li.apps-more { display: none; position: relative; }
header .apps li .apps-more-wrapper { display: none; position: absolute; top: 38px; left: 0; z-index: 100; width: 200px; background: #fff; float: none; margin: 0; padding: 10px 0; box-shadow: 0 3px 3px rgba(102,102,102,0.7); }
header .apps li .apps-more-wrapper li { float: none; border: 0; }
header .apps li .apps-more-wrapper li.hidden { display: block; }
header .apps li .apps-more-wrapper li a { padding-top: 2px; padding-bottom: 4px; border: 0; }
header .apps li .apps-more-wrapper li a:hover { background: #f5f5f5; }

header .pages { margin: 10px 0 0; padding: 7px 15px 5px; line-height: 1.2em; text-align: center; border: 1px solid #dcdcdc; border-radius: 15px; display: inline-block; vertical-align: top; }
header .pages li { display: inline-block; list-style: none; margin: 0 12px 5px; padding: 0; }
header .pages li a { display: block; color: #000; }

header ul.pages.flyout-nav li.collapsible { background: url('img/darr.png') no-repeat; background-position: right center; background-size: 16px 16px; }
header ul.pages.flyout-nav li.collapsible a { padding-right: 20px; }
header ul.pages.flyout-nav li .flyout { visibility: hidden; overflow: hidden; opacity: 0; height: 0; position: absolute; top: 100%; left: 0; right: 0; box-shadow: 0 15px 20px -20px rgba(0,0,0,0.4); z-index: 50; min-height: 150px; padding: 15px 30px; text-align: left;  -webkit-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; border-bottom: 1px solid #ccc;
background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #eeeeee 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eeeeee)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#eeeeee 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#eeeeee 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeeeee',GradientType=0 ); /* IE6-9 */
}
header ul.pages.flyout-nav li.submenu-is-shown .flyout { visibility: visible; height: auto; opacity: 1; }

header ul.pages.flyout-nav li .flyout ul.menu-v li { border: none; vertical-align: top; text-align: left; margin: 0 20px 20px 0; }
header ul.pages.flyout-nav li .flyout ul.menu-v li.collapsible { background: none; }
header ul.pages.flyout-nav li .flyout ul.menu-v li a { font-weight: bold; padding-left: 0; font-size: 1em; }
/* header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v { display: block; } */
header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v li { display: block; margin: 0; font-size: 0.9em; }
header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v li a { font-weight: normal; }
header ul.pages.flyout-nav li .flyout ul.menu-v li ul.menu-v li ul { display: none; }
header ul.pages.flyout-nav li .flyout .tags { font-size: 120%; }
header ul.pages.flyout-nav li .flyout ul.menu-v.brands { text-align: center; }
header ul.pages.flyout-nav li .flyout ul.menu-v.brands a { font-size: 1.2em; font-weight: normal; }

header .offline { float: right; width: 190px; text-align: right; }
header .offline b { }
header .offline-phone { color: #333; font-size: 20px; padding: 0 0 7px; }
.call-back-button { text-decoration: none; font-size: 16px; }
.ico_call { width: 15px; height: 15px; background-position: -55px -4px; margin-right: 7px; }

.contactblock { text-align: center; color: #444; }
.contactblock-item { margin: 0 10px 5px; display: inline-block; vertical-align: top; }
.contactblock-item_city { font-size: 16px; }
.contactblock-item_city a { text-decoration: none; }
.contactblock-item_email a { color: #444; }
.contactblock-item .ico { margin-right: 7px; }
.ico_phone { width: 14px; height: 14px; background-position: -158px -32px; }
.ico_address { width: 12px; height: 16px; background-position: -79px -4px; }
.ico_workhours { width: 13px; height: 13px; background-position: -102px -5px; }
.ico_email { width: 15px; height: 10px; background-position: -129px -7px; }

header .auth { float: right; margin: 0 0 0 13px; padding: 0; }
header .auth li { list-style: none; float: left; }
header .auth li a { display: block; padding: 9px 15px; color: #000; }
header .auth li:last-child { border-left: 1px solid #cbcbcb; }
header .auth li .ico { margin-right: 7px; }
.ico_entry { width: 14px; height: 14px; background-position: -6px -4px; }
.ico_signup { width: 13px; height: 12px; background-position: -30px -5px; }

header .cart { float: right; margin: -1px 0; }
header .cart a { width: 240px; height: 60px; display: block; display: table-cell; vertical-align: middle; text-align: center; border: 1px solid #c9c9c9; background: #d0d0d0; background: linear-gradient(to bottom, #fff, #d0d0d0); color: #000; font-size: 18px; text-decoration: none; }
header .cart a:hover { background: #fff; }
header .cart .cart-just-added { display: none; padding: 9px 18px; font-size: 0.9em; }
header .cart a.cart-to-checkout { display: none !important; text-align: center; font-weight: bold; padding: 11px 18px; color: #006bd8; font-size: 1.1em; }
header .cart a.cart-to-checkout:hover { background: #fff !important; }
header .cart i.cart-icon { background-repeat:no-repeat; height:24px; width:24px; display: block; float: left; text-indent:-9999px; text-decoration:none!important; background-image: url('img/icons.png'); background-size: 260px 160px; background-position: -216px -50px; margin: -3px 10px 0 0; }
.ico_cart { width: 30px; height: 23px; background-position: -6px -28px; margin-right: 7px; }

header .cart.fixed { position: fixed; top: 0; right: 80px; min-width: 220px; max-width: 240px; z-index: 999; padding: 0; border: 1px solid rgba(0, 0, 0, 0.2); border-top: none; }
header .cart.fixed a { text-align: center; border-radius: 0; border-top: none; }
header .cart.fixed .cart-just-added { display: block; background: #fafaf1; }
header .cart.fixed a.cart-to-checkout { display: block; border: none; background: #fff; box-shadow: 0 5px 10px -6px rgba(0, 0, 0, 0.2); }
header .cart.fixed a.cart-to-checkout:hover { color: red !important; }

header .cart .cart-total { display: inline-block; }

.shopblock-left { margin: 0 260px 0 0; padding: 10px 0; }

.allcat { float: left; margin: 0 15px 0 0; position: relative; }
a.allcat-button { height: 37px; line-height: 37px; margin: 2px 0 0; padding: 0 15px; color: #fff; border-radius: 5px; text-decoration: none; display: inline-block; vertical-align: top; }
a.allcat-button { font-size: 1.2em; }
a.allcat-button span { font-size: 19px; margin-left: 7px; }
a.allcat-button:hover { background: #5d5d5d; color: #fff !important; }
a.allcat-button:active { background: #4a4a4a; }

.all_catalog_open:before  { content: ''; position: absolute; width: 0; height: 0; top: -6px; left: 4%; border-left: 10px solid transparent; border-right: 10px solid transparent; border-bottom: 10px solid #fff; }
.all_catalog_open { position: absolute; display: none; background-color: #fff; box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.5); padding: 10px 0; top: 52px; z-index: 1000; }
.all_catalog_open div:not(.with_children) { position: absolute; display: none; background-color: #fff; top: 0; width: 300px; box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.5); padding: 10px 0; z-index: 30; }
.all_catalog_open a { display: block; padding: 5px 20px; font-size: 16px; text-decoration: none; color: #000; position: relative; }
.all_catalog_open a:hover,
.all_catalog_open a.open { background-color: #F3F3F3; }
.all_catalog_open .with_children { width: 300px; }
.all_catalog_open .with_children:hover > div { display: block; }
.all_catalog_open .with_children > a i { display: inline-block; position: absolute; right: 20px; top: 37%; width: 5px; height: 10px; background: url(img/ico.png) no-repeat -52px -45px; }
.all_catalog_open .with_children > a:hover i { background: url(img/ico.png) no-repeat -43px -45px; }
.all_catalog_open .with_children > a:hover,
.all_catalog_open a.no_parent:hover,
.all_catalog_open a.level_0.open { color: #fff !important; position: relative; z-index: 30; }



/* Main
------- */

.maincontent { display: block; clear: both; margin: 0; padding: 20px 0 30px; }
.custom-background .banner { background-size: auto; }
.custom-background.stretched .banner { background-size: cover; }

.leftcolumn { float: left; }
.rightcolumn { float: right; }
.rightcolumn.full_width { float: none; }
.leftcolumn_narrow,
.rightcolumn_narrow { width: 22%; }
.leftcolumn_wide,
.rightcolumn_wide { width: 78%; }
.leftcolumn_narrow .column-in { padding-right: 20px; }
.rightcolumn_narrow .column-in { padding-left: 20px; }


.widget-item { margin: 0 0 30px; display: inline-block; vertical-align: top; }
.widget-item-in { margin: 0 20px 0 0; }

.infoblock_infomenu { border: 1px solid #e5e5e5; border-width: 1px 0; padding: 15px 0; }
.infoblock_infomenu h3 { font-size: 18px; font-weight: bold; }
.infoblock_infomenu ul { margin: 0; padding: 0; list-style: none; }
.infoblock_infomenu ul li { margin: 0; padding: 0 0 5px; list-style: none; background: none; }
.infoblock_infomenu ul li a { color: #000; }

.post-item { margin: 0 0 10px; }
.post-item .hint { margin: 0 0 3px; }

.infoblock ul.view-thumbs { margin: 0; padding: 0; list-style: none; text-align: left; line-height: 0; }
.infoblock ul.view-thumbs li { width: 46%; display: inline-block; margin: 0 5% 15px 0; position: relative; vertical-align: top; box-shadow: 1px 1px 3px 0 #bdbdbd; }
.infoblock ul.view-thumbs li:nth-child(2n) { margin-right: 0px; }
.infoblock ul.view-thumbs li img { margin: 0; max-width: none; }
.infoblock ul.view-thumbs li:hover img { }


#wa-my-info-edit-wrapper .jq-selectbox__select-text { width: 241px !important; }

.page-content { position: relative; min-height: 250px; }


.submenu { margin: 0 0 20px; padding: 15px 20px 25px; background: #fff; border: 1px solid #f3f3f3; box-shadow: 2px 2px 3px 0 #bdbdbd; border-radius: 7px; }
.submenu-header { margin: 0 0 10px; padding: 0 0 10px; border-bottom: 1px solid #e5e5e5; font-size: 22px; line-height: 1.3em; color: #666; }
.submenu ul { margin: 0; padding: 0; }
.submenu ul li { margin: 0; padding: 3px 0; list-style: none; background: none; }
.submenu ul li ul { padding: 3px 0 3px 20px; }
.submenu-item-count { color: #999; }
.submenu a { color: #000; }


.sub-links { margin-top: 0; margin-bottom: 20px; padding-left: 0; }
.sub-links li { list-style: none; line-height: 1.5em; }
.sub-links li a { }


/* Footer
--------- */

.bottomblock { padding: 25px 0; }
.bottomblock-border,
.bottomblock-border-in { border-top: 1px solid #e2e3e3; }
.bottomblock-border { padding-top: 2px; }
.bottomblock-border-in { padding-top: 25px; }

.bottomblock-col { float: left; }
.bottomblock-col-in { padding: 0 20px 0 0; }

.bottomblock-col_left { width: 39%; }
.bottomblock-col_center { width: 35%; }
.bottomblock-col_right { width: 25%; float: right; }
.bottomblock-col_right .bottomblock-col-in { padding-right: 0; }

.bottomblock-col-header { padding: 0 0 15px; font-size: 16px; font-weight: bold; }
.bottomblock-col-line { padding: 0 0 5px; }
.bottomblock-col-line .ico { margin-right: 7px; }

.bottomblock .pages { margin: 0 0 10px; padding: 0; line-height: 1.2em; }
.bottomblock .pages li { margin: 0 0 5px; padding: 0; width: 49%; list-style: none; display: inline-block; vertical-align: top; }
.bottomblock .pages li a { color: #000; }

.bottomblock .social { }
.bottomblock .social i.icon24 { margin-right: 1px; margin-bottom: 1px; }

.counters { float: right; text-align: right; max-width: 100px; margin: 0 0 0 10px; }
.counters img { margin: 0 0 5px; display: inline-block; vertical-align: top; }


.footer { width: 100%; min-width: 1000px; margin: 0 auto; clear: both; position: relative; }
.footer-in { width: 100%; height: 100px; position: absolute; top: -100px; left: 0; background: #ebebeb; color: #666; font-size: 11px; line-height: 1.3em; }
.footer-in-in { padding: 10px 0; }

.logo_footer { float: left; width: 170px; margin: 0 10px 0 0; }
.logo_footer img { max-width: 170px; }

.poweredby { float: right; width: 240px; margin: 0 0 0 10px; padding: 10px 0 0; text-align: right; color: #666; }
.poweredby-title { font-size: 14px; }
.poweredby a { color: #666; }

.copyright { margin: 0 0 0 190px; padding: 10px 0 0; }


.fixedpanel { position: fixed; z-index: 100; left: 0; bottom: 0; width: 100%; height: 50px; background: #202327; color: #fff; text-align: center; }
.fixedpanel-item { width: 33%; padding: 15px 0 0; height: 35px; display: inline-block; font-size: 16px; border-left: 1px solid #666; }
.fixedpanel-item.first { border-left: 0; }
.fixedpanel-item a { color: #fff; text-decoration: none; }
.fixedpanel-item .ico { margin-right: 7px; }
.fixedpanel-item .ico_wishlist { width: 16px; height: 15px; background-position: -131px -55px; }
.fixedpanel-item .ico_compare { width: 22px; height: 18px; background-position: -97px -55px; }

.ico_viewed { width: 21px; height: 13px; background-position: -65px -57px; }


.mailer-subscribe { margin: 0 0 20px; padding: 15px 15px 20px; border: 1px solid #ebebeb; }
.mailer-subscribe-header { padding: 0 0 12px; font-size: 18px; color: #374147; text-align:center; }
.mailer-subscribe-inputs { position: relative; }
.mailer-subscribe .ico_email { position: absolute; top: 14px; left: 10px; width: 20px; height: 13px; background-position: -180px -31px; }
.mailer-subscribe input[type="email"] { width: 100%; padding-left: 37px; padding-right: 65px; }
.mailer-subscribe button { position: absolute; top: 0; right: 0; padding-left: 10px; padding-right: 10px; }
.ico_subscribe { width: 35px; height: 15px; background-position: -154px -55px; }

/* 16x16 Icons
-------------- */

i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon16.rss { background-position: -16px 0; }
.icon16.facebook { background-position: -32px 0; }
.icon16.twitter { background-position: -48px 0; }
.icon16.vk { background-position: -64px 0; }
.icon16.gplus { background-position: -80px 0; }
.icon16.pinterest { background-position: -96px 0; }
.icon16.youtube { background-position: -112px 0; }
.icon16.instagram { background-position: -128px 0; }
.icon16.odnoklassniki { background-position: -144px 0; }

.icon16.userpic20 { background-position: -2px -2px; border-radius: 50%; background-size: 20px 20px; }
.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 12px; height: 12px; background-image: none; }

.icon16.like { background-position:0 -16px; margin-top: 0; }
.icon16.star,
.icon16.star-full { background-position:-16px -16px; }
.icon16.star-half { background-position:-32px -16px; }
.icon16.star-empty { background-position:-48px -16px; }
.icon16.star-hover { background-position:-64px -16px; }

.icon16.remove { background-position:-96px -16px; }
.icon16.saved { background-position:-112px -16px; }
.icon16.stock-red { background-position:-74px -114px; }
.icon16.stock-yellow { background-position:-55px -114px; }
.icon16.stock-green { background-position: -5px -114px; }
.icon16.stock-transparent { display: none; }
.icon16.checkmark { background-position:-192px -16px; }
.icon16.compare { background-position:-208px -16px; }
.icon16.compare.active { background-position:-224px -16px; }

.icon16.uarr { background: url('img/uarr.png'); background-position: 0 0; background-size: 16px 16px; }

.icon16.loading { background-image: url('img/loading16.gif'); background-position: 0 0; background-size: 16px 16px; }
.icon24.loading { background-image: url('img/loading.gif'); background-size: 24px 24px; height:24px; width:24px; display:inline-block; }
.icon32.loading { background-image: url('img/loading.gif'); background-size: 32px 32px; height:32px; width:32px; display:inline-block; }

/* 10x10 Icons
-------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
.icon10.darr { background-image: url('img/darr.png'); background-size: 16px 16px; }

.icon10.star,
.icon10.star-full { background-position:0 -100px; }
.icon10.star-half { background-position:-10px -100px; }
.icon10.star-empty { background-position:-20px -100px; }

/* 24x24 Icons
-------------- */

i.icon24 { background-repeat:no-repeat; height:24px; width:24px; display:inline-block; text-indent:-9999px; text-decoration:none!important; background-image: url("img/icons.png"); background-size: 260px 160px /* 50% of the original size for auto @2x optimization */; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.25em 0 0; }
.icon24.rss { background-position: 0 -50px; }
.icon24.facebook { background-position: -24px -50px; }
.icon24.twitter { background-position: -48px -50px; }
.icon24.vk { background-position: -72px -50px; }
.icon24.instagram { background-position: -96px -50px; }
.icon24.youtube { background-position: -120px -50px; }
.icon24.pinterest { background-position: -144px -50px; }
.icon24.gplus { background-position: -168px -50px; }
.icon24.odnoklassniki { background-position: -168px -76px; }

/* My account (hide core app nav elements)
------------------------------------------ */

html.my ul.menu-h li a { padding: 5px 7px; }
html.my ul.menu-h li.selected a { color: #fff; }

html.my .nav-sidebar { display: none; }
html.my .page-content { margin-left: 0; }
html.my .page-content input[name='pin'] { margin-bottom: 20px; }


#up_button { opacity: 0.5; color: #fff; text-decoration: none; padding: 10px 20px 10px 15px; position: fixed; display: none; bottom: 60px; left: 2%; }
#up_button span { margin-right: 5px; }
#up_button:hover { opacity: 1; }

.call-b-input input[type="text"] { height: 40px !important; }

.mailer_subscribe_form > * {
    padding:0 !important;
    max-width:100%;
}
.mailer_subscribe_form .wa-name {
    display: block;
    float: none !important;
    width: auto !important;
    max-width: inherit !important;
    text-align: center;
}
.mailer_subscribe_form .wa-value-input {
    margin-left:0 !important;
}
.mailer_subscribe_form .wa-value-input input {
    width:100% !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.mailer_subscribe_form .wa-field {text-align:center;}
.mailer_subscribe_form .wa-after-submit {
    background-color:transparent !important;
    font-weight: 700;
}

@media screen and (min-width: 1025px) and (max-width: 1280px) {
    .leftcolumn_narrow { width: 25%; }
    .rightcolumn_wide { width: 75%; }
    ul.thumbs:not(.mini) li { width: 230px !important; margin: 20px 25px !important; }
}

@media screen and (max-width: 1024px) {
    .leftcolumn_narrow { width: 27%; }
    .rightcolumn_wide { width: 73%; }
    ul.thumbs:not(.mini) li { margin: 20px 8px !important; }
}