/*
 * Webasyst Default 3.0 theme family
 *
 * Core CSS file
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2015 Webasyst LLC
 * @package Webasyst
 */

/* 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%; outline:none!important;}
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

html::selection,
html *::selection {background:#a59364;color:#fff;}
html,
html * {text-shadow:none!important;}

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html,
body { width: 100%; min-height: 100%; }
input[type="button"]::-moz-focus-inner { border: 0; }
input[type="submit"]::-moz-focus-inner { border: 0; }
a img { border: 0; }
p, dl, /* hr, */ h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote { padding-bottom: 12px; }
h1 { font-size: 2.6em; }
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 { line-height:1.2em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; } 
input, textarea { font-size: 1em; color: #000; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
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 cite { font-size: 0.9em; }
hr { background-color: rgba(0,0,0,0.15); height: 1px; border: 0; }
p { font-family:"Times New Roman"; line-height: 1.4em; }
p a { text-decoration: underline; }

input, textarea, select {font-family: 'times new roman'!important;}
textarea { resize: none!important; }

pre {overflow-x: scroll;}

/* 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; }

/* .container { min-width: 650px; max-width: 970px; margin: 0 auto; padding: 0; } */
/* .container:before, */
/* .container:after { content: " "; clear: both; } */

.breadcrumbs { padding: 5px 0; font-size: 0.9em; }
.breadcrumbs a { color: #aaa; }
.breadcrumbs span.rarr { color: #ccc; margin: 0 3px; }

.tags { line-height: 1.6em; }
.tags a { color: green !important; 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; white-space: nowrap; }

/* Buttons
---------- */

input[type=button],
input[type=submit] { background: #fcd630; color: #000; outline: 0; padding: 5px 10px 6px; font-size: 1.1em; border: 1px solid rgba(0,0,0,0.3); border-color: rgba(0,0,0,0.2) rgba(0,0,0,0.3) rgba(0,0,0,0.3) rgba(0,0,0,0.3); -webkit-appearance: none; box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); border-radius: 3px;font-family: "times new roman";
background: #fcd630 -moz-linear-gradient(top, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.0) 100%); /* FF3.6+ */
background: #fcd630 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0.0))); /* Chrome,Safari4+ */
background: #fcd630 -webkit-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* Chrome10+,Safari5.1+ */
background: #fcd630 -o-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* Opera 11.10+ */
background: #fcd630 -ms-linear-gradient(top, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* IE10+ */
background: #fcd630 linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fde992', endColorstr='#fcd630',GradientType=0 ); /* IE6-9 */ }
input[type=button]:hover,
input[type=submit]:hover { cursor: pointer; background: #fcd630 linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.3) 100%); }
input[type=button]:active,
input[type=submit]:active { background: #f3cd27;box-shadow: none; }
input[type=button]:disabled,
input[type=submit]:disabled { background: #eee; color: #999;cursor: pointer; }
input[type=button].small,
input[type=submit].small { font-size: 0.9em; padding: 3px 5px; }
input[type=button].large,
input[type=submit].large { font-size: 1.6em; padding: 7px 10px; font-weight: bold; }
input[type=button].gray,
input[type=submit].gray { background: #eee linear-gradient(to bottom, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0.0) 100%); }

/* Navigation menus
------------------- */

ul.menu-v { margin: 0; padding: 0; font-family:"Times New Roman"; }
ul.menu-v li { list-style: none; padding: 0; line-height: 1.3em; border-bottom: 1px solid rgba(0,0,0,0.1); }
ul.menu-v li a { padding: 13px 30px 13px 16px; display: block; text-decoration: none; }
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 li { list-style: 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; text-decoration: none; }

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 { text-align: center; }
.paging-nav ul li { display: inline-block; list-style: none; margin-right: 10px; }
.paging-nav ul li a { padding: 8px 10px; }
.paging-nav ul li.selected a { background: #eee; }

/* 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: hidden; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.4em; padding-bottom: 10px; font-size: 0.95em; color: #888; }
.wa-form .wa-field.wa-separator { height: 10px; }
.wa-form .wa-field .wa-value { margin-left: 180px; 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: 30%; 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: 23px; 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: 260px; }

.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; width: 150px!important;}
.wa-captcha .errormsg { display: inline-block; margin-left: 10px; display:block\9; float:left\9; }

input.error, textarea.error { border: 2px solid red; }
.errormsg { color: red; margin-left: 170px; display: block; }

/* Multi-column layout
---------------------- */

.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.1); }
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: 30px; padding: 0 10px 0 10px; float: left; border: 0; border-radius: 3px; -webkit-appearance: none; margin-right: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; background: #fff; }
.search input { width: 100%; float: left; height: 27px; padding-top: 0; margin-top: 1px; background: transparent; border: 0; -webkit-appearance: none; margin-right: 0; padding-left: 0; padding-right: 32px; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.search input:focus { outline: 0; }

.search input::-webkit-input-placeholder { color: #aaa; font-weight: normal; }
.search input:-moz-placeholder,
.search input::-moz-placeholder { color: #aaa; font-weight: normal; }
.search input:-ms-input-placeholder { color: #aaa; 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 6px; background-size: 16px 16px; border-radius: 0 3px 3px 0; font-size: 1.0em; }
.search button:hover { background-color: rgba(100,100,100,0.1); }
.search button:active,
.search button:focus { background-color: rgba(100,100,100,0.2); outline: 0; }
.search button::-moz-focus-inner { /* remove extra button spacing for Mozilla Firefox */ border: 0; padding: 0; }
 */
/* Header: global navigation
---------------------------- */

header.globalheader { background: #c22; position: relative; }
header a { text-decoration: none; }

header #globalnav { background: #000; }
header h2 { float: left; padding: 11px 15px 9px; margin: 0 20px 0 -15px; font-size: 1.3em; }
header h2 a { color: #eee !important; }
header h2 a span { display: none; }
header h2 a:hover { color: #eea !important; }

header .apps { padding: 0; margin: 0 0 0 -15px; }
header .apps li { float: left; list-style: none; }
header .apps li a { display: block; padding: 13px 14px 11px; margin-right: 0px; color: #999; font-size: 1.1em; }
header .apps li a:hover { color: #eea; }
header .apps li.selected a { color: #fff; background: #000; }

header .auth { float: right; margin-bottom: 0; margin-top: 12px; padding-left: 10px; }
header .auth li { list-style: none; float: left; }
header .auth li a { font-size: 0.9em; padding: 5px 6px; color: #777; }
header .auth li a:hover { color: #eea !important; }
header .auth li a:visited { color: #777; }

header .cart { float: right; }
header .cart a { padding: 12px 16px 11px 13px; display: block; background: #444; color: #fff; font-size: 1.5em; }
header .cart a strong { color: #ff7; }
header .cart a:hover { background: #555 !important; }
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; }
header .cart a .ruble { line-height: 1em; }

header .cart.empty a { background: #333 !important; color: #006bd8; }
header .cart.empty a:hover { background: #444 !important; }
header .cart.empty a:visited,
header .cart.empty a strong { color: #aaa; }
header .cart.empty i.cart-icon { background-position: -192px -50px; }

header .cart.fixed { position: fixed; top: 0; right: 80px; min-width: 220px; max-width: 320px; z-index: 999; padding: 0; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
header .cart.fixed a { text-align: center; border-top: none; background: #c22; }
header .cart.fixed a:hover { background: #d33 !important; }
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 #mobile-nav-toggle { /* mobile only */ display: none; background: url('img/mobile-nav-toggle.png') no-repeat center center; border: none; padding: 5px; background-size: 37px 31px; width: 37px; height: 31px; }

header #globalnav.light { background: #fff; }
header #globalnav.light h2 a { color: #000 !important; }
header #globalnav.light h2 a:hover { color: red !important; }
header #globalnav.light .apps li a { color: #888; }
header #globalnav.light .apps li a:hover { color: red !important; }
header #globalnav.light .apps li.selected a { color: #444; background: transparent; }
header #globalnav.light .auth li a:hover { color: red !important; }
header #globalnav.light .cart a { background: #ffc600; }
header #globalnav.light .cart a:hover { background: #ffba00 !important; }
header #globalnav.light .cart a strong { color: #fff; }
header #globalnav.light .cart.empty a { background: transparent !important; }
header #globalnav.light .cart.empty a:hover { background: #e7e7e7 !important; }
header #globalnav.light .cart.empty a strong { color: #aaa !important; }

/* Header: app navigation
------------------------- */

header .appnav { padding-top: 5px; padding-bottom: 4px; min-height: 60px; }

header .search { float: right; padding: 14px 0; margin-left: 20px; }

header .pages { padding: 0; margin: 14px 0 16px -15px; }
header .pages li { display: inline-block; list-style: none; margin-right: 10px; margin-left: 10px; }
header .pages li a { display: block; color: #fff; text-transform: uppercase; padding: 5px 7px; margin-right: 0px; font-size: 1.1em; font-weight: bold; }
header .pages li a:hover { color: #ffa !important; }
header .pages li.selected a { font-weight: bold; color: #ff7; border-radius: 3px; background: transparent; }

header ul.flyout-nav li.collapsible { background: url('img/darr.png') no-repeat; background-position: right center; background-size: 16px 16px; }
header ul.flyout-nav li.collapsible a { padding-right: 20px; }
header ul.flyout-nav li .flyout { display: none; position: absolute; top: 100%; left: 0; right: 0; box-shadow: 0 5px 20px rgba(0,0,0,0.2); min-height: 150px; padding: 15px 30px; text-align: left; z-index: 101; background: #ffffff; }
header ul.flyout-nav li.submenu-is-shown .flyout { display: block }

header ul.flyout-nav li .flyout a { color: inherit; text-transform: none; }
header ul.flyout-nav li .flyout a:hover { color: red !important; }
header ul.flyout-nav li .flyout ul.menu-v li { border: none; vertical-align: top; text-align: left; margin: 0 20px 20px 0; }
header ul.flyout-nav li .flyout ul.menu-v li.collapsible { background: none; }
header ul.flyout-nav li .flyout ul.menu-v li a { font-weight: bold; padding-left: 0; font-size: 1.1em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li { display: block; margin: 0; font-size: 0.9em; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li a { font-weight: normal; }
header ul.flyout-nav li .flyout ul.menu-v li ul.menu-v li ul { display: none; }
header ul.flyout-nav li .flyout .departments ul.menu-v li { width: 173px; }
header ul.flyout-nav li .flyout .tags { font-size: 120%; }
header ul.flyout-nav li .flyout ul.menu-v.brands { text-align: center; }
header ul.flyout-nav li .flyout ul.menu-v.brands a { font-size: 1.2em; font-weight: normal; }

body.is-shadow-shown { position: relative; }
body.is-shadow-shown:after { display: block; content: ""; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.25); z-index: 99;}
body.is-shadow-shown .globalheader { position: relative; z-index: 100; }

/* Main
------- */

main.maincontent { display: block; clear: both; margin: 0; background: #fff; }
main.maincontent .container { padding-top: 20px; padding-bottom: 20px; }

.sidebar { float: right; width: 260px; }
.content { background: #fff; position: relative; min-height: 250px; }
.content.with-sidebar { margin-right: 290px; }

.sub-links { margin-bottom: 20px; padding-left: 0; }
.sub-links li { list-style: none; line-height: 1.5em; }
.sub-links li a { text-decoration: none; }

.likebox { margin-bottom: 25px; overflow: hidden; }
.connect.inline .likebox { width: 260px; display: inline-block; vertical-align: top; margin-right: 50px; }

.leadbox {}
.leadbox h4 {}

.olives { background: #f3f3f3; padding: 20px; margin-bottom: 40px; }
.olives-left { background: transparent url('img/olives-left.png') no-repeat center left; background-size: 50px 105px; min-height: 105px; }
.olives-right { background: transparent url('img/olives-right.png') no-repeat center right; background-size: 50px 105px; min-height: 105px; }
.olives-content { margin: 0 80px;font-family:"Times New Roman"; text-align: center; font-size: 1.1em; line-height: 1.4em; padding: 20px; }

/* Footer
--------- */

footer.globalfooter { clear: both; background: #eee; z-index: 0; padding-top: 25px; min-height: 40px; color: #888; }
footer a,
footer a:visited { color: #888 !important;  }
footer a:hover { color: red !important; }

.footer-block { display: inline-block; margin-right: 40px; vertical-align: top; margin-bottom: 20px; overflow-x: hidden; display:block\9; float:left\9; max-width: 170px; }
.footer-block.mailer-subscribe { max-width: 500px; width: auto; overflow-x: visible; }
.footer-block a,
.footer-block strong { display: block; padding: 1px 0; }
.footer-block a.top { font-weight: bold; margin-bottom: 10px; color: #888; }
.footer-block.contact-us { max-width: 270px; }
.footer-block.contact-us .social { margin-bottom: 4px; }
.footer-block.contact-us .social a { display: inline; margin-right: 5px; }

.appfooter { position: relative; text-align: center; padding: 20px; color: #aaa; border-top: 1px solid #ddd; min-height: 1.5em; margin-top: 20px; }
.appfooter .copyright { position: absolute; left: 0; }
.appfooter .poweredby { position: absolute; right: 0; }
.appfooter .dots { font-size: 0.8em; text-decoration: none; display: inline-block; width: 54px; height: 9px; background: url("/wa-content/img/dots/all-dots-default-order@2x.png") no-repeat 0 3px; padding-top: 3px; margin-right: 10px; background-size: 54px 9px; }

/* 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.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:-128px -16px; }
.icon16.stock-yellow { background-position:-144px -16px; }
.icon16.stock-green { background-position:-160px -16px; }
.icon16.stock-transparent { background-position:-176px -16px; }
.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; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.3em 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; }
* 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; }

/* 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 .sidebar { display: none; }

/* Custom styling
----------------- */

.color_scheme_yellow header.globalheader { background: #fb0; }
.color_scheme_green header.globalheader { background: #6fb541; }
.color_scheme_blue header.globalheader { background: #4e81cc; }
.color_scheme_purple header.globalheader { background: #9a81b3; }
.color_scheme_gray header.globalheader { background: #9c9c9c; }
.color_scheme_pink header.globalheader { background: #e871b1; }
.color_scheme_cyan header.globalheader { background: #3ac1bf; }
.color_scheme_lime header.globalheader { background: #b5ce10; }
.color_scheme_brown header.globalheader { background: #a45e1a; }

.color_scheme_white header.globalheader { background: #fff; }
.color_scheme_white header.globalheader .appnav { border-top: 1px solid rgba(0,0,0,0.13); border-bottom: 1px solid rgba(0,0,0,0.13); margin-top: -1px; padding-bottom: 3px; }
.color_scheme_white header .pages li a { color: #777; }
.color_scheme_white header .pages li a:hover { color: red !important; }
.color_scheme_white header ul.flyout-nav li .flyout { box-shadow: none; }
/* .color_scheme_white .search-wrapper { border: 1px solid #ccc; }
.color_scheme_white .search input { margin-top: 0; }
 */
html.font_size_12,
html.font_size_12 body { font-size: 12px; }
html.font_size_13,
html.font_size_13 body { font-size: 13px; }
html.font_size_14,
html.font_size_14 body { font-size: 14px; }
html.font_size_15,
html.font_size_15 body { font-size: 15px; }
html.font_size_16,
html.font_size_16 body { font-size: 16px; }

/********** WEBDL **********/
#s-live-setting-wrapper {display:none;}

.clr {width:100%;clear:both;content:none;height:0;}

.row:after {margin:0;padding:0;display:none;content:"";}
.row {margin:0 auto;padding:0;max-width:1920px;min-width:960px;}
.pp_row:after {margin:0;padding:0;display:none;content:"";}
.pp_row {margin:0 auto;padding:0;max-width:1920px!important;min-width:960px;}

.vlinebg {background:url('img/dlimg/vlinebg.png') 250px 0 repeat-y, url('img/dlimg/vlinebg.png') left 0 repeat-y, url('img/dlimg/vlinebg.png') right 0 repeat-y;}

.headline {/* height:19px; */border-top:solid 1px #a59364;border-bottom:solid 1px #dcd8cf;background:rgba(241, 234, 224, 0.87);/* position:absolute;top:0; */position:relative;z-index:15;min-width:960px;width:100%;}
.headline:after {clear:both;height:0;display:block;content:"";}


.headline .breadcrumbs:after {clear:both;height:0;display:block;content:"";}
.headline .breadcrumbs {float:left;margin-left:310px;padding:2px 0 0;}
.headline .breadcrumbs > div {display:inline;font-family:"Times New Roman";font-size:13px;}
.headline .breadcrumbs > div.bread_sep {display:inline-block;width:5px;height:7px;background:url('img/dlimg/bread_sep.png') 0 0 no-repeat;margin: 5px 8px 0 9px;}
.headline .breadcrumbs > div a {color:#c2c2c2;text-decoration:none;}
.headline .breadcrumbs > div a:hover {text-decoration:underline;}
.headline .breadcrumbs > div.bread_main a {color:#c2c2c2;}
.headline .breadcrumbs > div > p {font-family:"Times New Roman";font-size:13px;padding-bottom:0;display:inline;}
.headline .breadcrumbs > div > p > span {color:#a49262;padding-bottom:0;}


.headline .headrightblock:after {clear:both;height:0;display:block;content:"";}
.headline .headrightblock {float:right;height:19px;margin-right: 20px;}
.headline .headrightblock .search {float:right;position:relative;}
.headline .headrightblock .search_top:after {clear:both;height:0;display:block;content:"";}
.headline .headrightblock .search_top {position: absolute;top: -5px;right: 0px;white-space: nowrap;padding:0 5px 5px;z-index:10;}
.headline .headrightblock .search_top:hover {cursor:pointer;}
.headline .headrightblock .search_top span.search_toggle {font-family:"Times New Roman";color:#6a5f41;font-size:15px;font-weight:bold;font-style:italic;cursor:pointer;margin-left: 5px;display: inline-block;}
html[xmlns*=""] body:last-child .search_toggle {padding-top:10px;}
.headline .headrightblock .search_top span.search_toggle.green_search {color:#557b44;}
.headline .headrightblock .search_top button {width:13px;height:14px;background:url('img/dlimg/search_ico.png') 0 0 no-repeat;border:none;margin-right: 2px;margin-top: 7px;vertical-align:top;display: inline-block;}
.headline .headrightblock .search_top button:focus {outline:0;}
.headline .headrightblock .search_top button.green_search {background-position:0 -14px;cursor:pointer;}
.headline .headrightblock .search_top .search_wrap {width:0;overflow:hidden;display: inline-block;}
.headline .headrightblock .search_top input {background:none;border:none;border-bottom:dotted 1px #557b44;width:188px;height: 15px;font-size:14px;color:#557b44;}
.headline .headrightblock .search_top input:focus {outline:0;}

#suggestions {top: 20px;position: absolute;left: -325px;z-index:50;}
#suggestions .search_suggestion_list {background:rgba(255, 255, 255, 0.93);border-top:solid 4px #557b44;width:391px;box-sizing:border-box;padding:15px 18px 36px;}
#suggestions .search_suggestion_list .search_suggestion_goon:after {clear:both;height:0;display:block;content:"";}
#suggestions .search_suggestion_list .search_suggestion_goon {padding-bottom:22px;}
#suggestions .search_suggestion_list .search_suggestion_goon span {font-size:16px;font-style:italic;color:#a59364;display:block;float:left;margin-top: 11px;}
#suggestions .search_suggestion_list .search_suggestion_goon span i {color:#999;}
#suggestions .search_suggestion_list .search_suggestion_goon a {display:block;float:right;width:168px;height:40px;border:solid 1px #a59364;color:#a59364;font-size:16px;font-weight:bold;font-style:italic;box-sizing:border-box;padding-top:10px;text-align:center;text-decoration:none;}
#suggestions .search_suggestion_list .search_suggestion_goon a:hover {color:#fff;background:#a59364;text-decoration:none;}
#suggestions .search_suggestion_list .search_suggestion_item:after {clear:both;height:0;display:block;content:"";}
#suggestions .search_suggestion_list .search_suggestion_item {position:relative;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_pic {display:block;text-align:center;float:left;margin:0 12px 12px 0;border:solid 1px #aa996d;width:90px;height:90px;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_pic img {max-width:90px;max-height:90px;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_info {}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_info .search_suggestion_name {display: block;float: left;width: 140px;margin-bottom: 15px;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_info .search_suggestion_name a {color:#a59364;font-size:16px;text-decoration:underline;font-style:italic;margin-bottom:17px;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_info .search_suggestion_name a:hover {text-decoration:none;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_info .search_suggestion_name a span.search_light {color:#fff;background:#557b44;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_info .search_suggestion_category {display: block;float: left;width: 250px;font-style:italic;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_info .search_suggestion_category a {color:#999;font-size:13px;text-decoration:underline;font-size:italic;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_price {position:absolute;top:0;right:0;}
#suggestions .search_suggestion_list .search_suggestion_item .search_suggestion_price p {color:#557b44;font-style:italic;font-weight:bold;font-size:16px;padding-bottom:0;}


.headline .headrightblock .toprightlinkblock:after {margin:0;padding:0;display:none;content:"";}
.headline .headrightblock .toprightlinkblock {float:right;margin: 0 20px 0 30px;padding-top:1px;}
.headline .headrightblock .toprightlinkblock a {display:block;float:left;margin-right:20px;text-decoration:none;font-family:"Times New Roman";color:#a59364;font-size:15px;font-weight:bold;font-style:italic;}
.headline .headrightblock .toprightlinkblock a:hover {text-decoration:none;color:#6a5f41;}
.headline .headrightblock .icons_top:after {clear:both;height:0;display:block;content:"";}
.headline .headrightblock .icons_top {float:right;}
.headline .headrightblock .icons_top > div {cursor:pointer;float:left;height:19px;position:relative;}
.headline .headrightblock .icons_top > div > span {position:absolute;right:0;top:2px;font-family:"Times New Roman";color:#557b44;font-size:13px;display:none;}
.headline .headrightblock .icons_top > .inis > span {display: block;width: 14px;text-align: left;}
.headline .headrightblock .icons_top .compare_ico {background:url('img/dlimg/compare_ico.png') center 4px no-repeat;padding: 0 15px;width:16px;}
.headline .headrightblock .icons_top .compare_ico.activeico {background:#fff url('img/dlimg/compare_ico_active.png') center 4px no-repeat;height:20px;}
.headline .headrightblock .icons_top .compare_ico.inis {background:url('img/dlimg/compare_inis.png') center 4px no-repeat;height:20px;}
.headline .headrightblock .icons_top .compare_ico.inis.activeico {background:#fff url('img/dlimg/compare_inis.png') center 4px no-repeat;height:20px;}
.headline .headrightblock .icons_top .favoutite_ico {background:url('img/dlimg/favourite_ico.png') center 2px no-repeat;padding: 0 15px;width:15px;}
.headline .headrightblock .icons_top .favoutite_ico.activeico {background:#fff url('img/dlimg/favorite_ico_active.png') center 2px no-repeat;height:20px;}
.headline .headrightblock .icons_top .favoutite_ico.inis {background:url('img/dlimg/favorite_inis.png') center 2px no-repeat;height:20px;}
.headline .headrightblock .icons_top .favoutite_ico.inis.activeico {background:#fff url('img/dlimg/favorite_inis.png') center 2px no-repeat;height:20px;}
.headline .headrightblock .icons_top .auth_ico {background:url('img/dlimg/auth_ico.png') center 3px no-repeat;padding: 0 15px;width:13px;}
.headline .headrightblock .icons_top .auth_ico.activeico {background:#fff url('img/dlimg/auth_ico_active.png') center 3px no-repeat;height:20px;}
.headline .headrightblock .icons_top .auth_ico.inis {background:url('img/dlimg/auth_inis.png') center 3px no-repeat;height:20px;}
.headline .headrightblock .icons_top .auth_ico.inis.activeico {background:#fff url('img/dlimg/auth_inis.png') center 3px no-repeat;height:20px;}
.footer {height:59px;border-top:solid 1px #dcd8cf;background-color:#f1eae0;min-width:960px;width:100%;}
.footer .f_sidebar {width:251px;height:59px;padding:24px 0 0 31px;box-sizing:border-box;}
.footer .f_sidebar span {font-family:"Times New Roman";color:#a2a2a2;font-size:14px;}
.sidebar_mrlx {width:250px;/* background:#fff; */padding-top:10px;float:left;display:inline-block;position: relative;margin-bottom: 150px;}
.sidebar_mrlx .sidebar_item {border-bottom:solid 1px #dcd8cf;padding:16px 0 16px 31px;}
.sidebar_mrlx .sidebar_item.logo {padding-left:19px;}
.sidebar_mrlx .sidebar_item > a {text-decoration:none;font-family:"Times New Roman";color:#a59364;font-size:16px;font-weight:bold;font-style:italic;}
.sidebar_mrlx .sidebar_item > a:hover {text-decoration:none;color:#6a5f41;}
.sidebar_mrlx .sidebar_item > span {text-decoration:none;font-family:"Times New Roman";color:#a59364;font-size:16px;font-weight:bold;font-style:italic;}
.sidebar_mrlx .sidebar_item.mrlx_catalog {padding:19px 0;}
.sidebar_mrlx .sidebar_item.mrlx_catalog span {margin:0 0 15px 31px;display:block;}
.sidebar_mrlx .sidebar_item.wearesocials ul {margin:30px 0 0 0;padding:0;display:block;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li {display:block;margin:0 0 10px;padding:0;list-style:none;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li:last-child {margin-bottom:0;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a {display:block;text-decoration:none;font-family:"Times New Roman";color:#000;font-size:16px;font-style:italic;height:20px;padding-left:40px;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a:hover {text-decoration:none;color:#663;font-weight:bold;background-position:0 -20px;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wefb {background:url('img/dlimg/socials/facebook.png') 0 -20px no-repeat;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#weyt {background:url('img/dlimg/socials/youtube.png') 0 -20px no-repeat;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wetw {background:url('img/dlimg/socials/twitter.png') 0 -20px no-repeat;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wegp {background:url('img/dlimg/socials/google.png') 0 -20px no-repeat;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wevk {background:url('img/dlimg/socials/vk.png') 0 -20px no-repeat;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wefb:hover {background-position:0 0;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#weyt:hover {background-position:0 0;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wetw:hover {background-position:0 0;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wegp:hover {background-position:0 0;}
.sidebar_mrlx .sidebar_item.wearesocials ul > li > a#wevk:hover {background-position:0 0;}
.sidebar_mrlx .mrlx_catalog ul {margin:0;padding:0;display:block;}
.sidebar_mrlx .mrlx_catalog ul li {margin:0;padding:0;list-style:none;display:block;}
.sidebar_mrlx .mrlx_catalog ul li.cat_id1382,
.sidebar_mrlx .mrlx_catalog ul li.cat_id1380 {display:none;}
.sidebar_mrlx .mrlx_catalog ul li a {}
.sidebar_mrlx .mrlx_catalog > ul {}
.sidebar_mrlx .mrlx_catalog > ul > li:after {clear:both;height:0;display:block;content:"";}
.sidebar_mrlx .mrlx_catalog > ul > li {padding:6px 0 9px;}
.sidebar_mrlx .mrlx_catalog > ul > li.active_cat {}
.sidebar_mrlx .mrlx_catalog > ul > li.active_cat > a {text-decoration:underline;color:#6a5f41;font-weight:bold;}
.sidebar_mrlx .mrlx_catalog > ul > li > a {text-decoration:none;font-family:"Times New Roman";color:#000;font-size:16px;font-style:italic;margin-left:31px;display: inline-block;}
.sidebar_mrlx .mrlx_catalog > ul > li > a:hover {text-decoration:underline;color:#6a5f41;font-weight:bold;}
.sidebar_mrlx .mrlx_catalog > ul > li > ul {margin-top: 10px;display:none;}
.sidebar_mrlx .mrlx_catalog > ul > li > ul > li {background:#f6f5f5;}
.sidebar_mrlx .mrlx_catalog > ul > li > ul > li.active_cat {background:#a59364;}
.sidebar_mrlx .mrlx_catalog > ul > li > ul > li.active_cat a {color:#fff;}
.sidebar_mrlx .mrlx_catalog > ul > li > ul > li > a {text-decoration:none;font-family:"Times New Roman";color:#a2a2a2;font-size:16px;font-style:italic;padding:7px 0 7px 41px;display:block;}
.sidebar_mrlx .mrlx_catalog > ul > li > ul > li > a:hover {color:#fff;background:#a59364;}
.sidebar_mrlx .mrlx_catalog > ul > li > span.cat_toggler {display:block;float:left;height:18px;width:8px;padding:0 7px 0 16px;margin:0;background:url('img/dlimg/cat_toggler.png') 16px 0 no-repeat;cursor:pointer;}
.sidebar_mrlx .mrlx_catalog > ul > li > span.cat_toggler.opened_cat {background-position:16px -18px;}
.sidebar_mrlx .mrlx_catalog > ul > li > a.w_toggler {margin-left:0;}
.sidebar_mrlx.mCustomScrollbar #mCSB_2_scrollbar_vertical {right:-5px;}
.sidebar_mrlx.mCustomScrollbar .mCSB_scrollTools .mCSB_draggerRail {background:#f1ebe2;border-radius: 0;width: 5px;}
.sidebar_mrlx.mCustomScrollbar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {background: rgba(85, 123, 68, 1);border-radius: 0;width: 5px;}
.mainpart_mrlx {width:100%;float: right;margin-left: -250px;position:relative;}
.mainpart_mrlx .mainpart_inner {margin-left:250px;padding-left:1px;/* border-left: solid 1px #dcd8cf; */margin-top:21px;}
.mainpart_mrlx .auth_wline {position:absolute;top:0;right:0;height:19px;width:0;background:rgba(255, 255, 255, 0.89);overflow:hidden;text-align:right;font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;font-weight:bold;box-sizing:border-box;z-index:10;}
.mainpart_mrlx .auth_wline a {font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;font-weight:bold;text-decoration:none;}
.mainpart_mrlx .auth_wline a:hover {color:#663;text-decoration:none;}
.mainpart_mrlx .compare_wline {position:absolute;top:0;right:0;height:19px;width:0;background:rgba(255, 255, 255, 0.89);overflow:hidden;text-align:right;font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;box-sizing:border-box;font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;text-decoration:none;z-index:10;}
.mainpart_mrlx .compare_wline a {font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;font-weight:bold;text-decoration:none;}
.mainpart_mrlx .compare_wline a:hover {color:#663;text-decoration:none;}
.mainpart_mrlx .compare_wline2 {position:absolute;top: 21px;right:0;height:19px;width:0;background:rgba(255, 255, 255, 0.89);overflow:hidden;text-align:right;font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;box-sizing:border-box;font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;text-decoration:none;}
.mainpart_mrlx .compare_wline2 a {font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;font-weight:bold;text-decoration:none;}
.mainpart_mrlx .compare_wline2 a:hover {color:#663;text-decoration:none;}
.mainpart_mrlx .favorites_wline {position:absolute;top:0;right:0;height:19px;width:0;background:rgba(255, 255, 255, 0.89);overflow:hidden;text-align:right;font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;box-sizing:border-box;font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;text-decoration:none;z-index:10;}
.mainpart_mrlx .favorites_wline a {font-family:"Times New Roman";color:#996;font-size:13px;font-style:italic;font-weight:bold;text-decoration:none;}
.mainpart_mrlx .favorites_wline a:hover {color:#663;text-decoration:none;}
.mainpart_mrlx .neg_marg {margin-top:-42px;margin-bottom: 42px;}

.mainpart_mrlx ol,
.mainpart_mrlx ul,
.mainpart_mrlx li {margin:0;}

#compare-leash {display:none!important;}
.home_carousel:after {clear:both;height:0;display:block;content:"";}
.home_carousel {padding-right: 10px;}
.home_carousel .carousel_title {font-family:"Times New Roman";color:#a2a2a2;font-size:30px;font-style:italic;margin:55px 0 25px 60px;}
.home_carousel ul.thumbs.product-list {margin:0 0 0 60px;}

.home_carousel ul.thumbs.product-list .owl-controls {}
.home_carousel ul.thumbs.product-list .owl-controls .owl-nav {}
.home_carousel ul.thumbs.product-list .owl-controls .owl-nav > div {width:23px;height:41px;position:absolute;top:106px;background:url('img/dlimg/car_nav.png') no-repeat;}
.home_carousel ul.thumbs.product-list .owl-controls .owl-nav .owl-prev {background-position:0 0;left:-42px;}
.home_carousel ul.thumbs.product-list .owl-controls .owl-nav .owl-next {background-position:-23px 0;right:2px;}
.home_carousel ul.thumbs.product-list .owl-controls .owl-nav .owl-prev:hover {background-position:0 -41px;}
.home_carousel ul.thumbs.product-list .owl-controls .owl-nav .owl-next:hover {background-position:-23px -41px;}
.mainpart_mrlx .welcomeblock {padding:60px 10px 60px 60px;}
.mainpart_mrlx .welcomeblock h1 {font-family:"Times New Roman";color:#a59364;font-size:36px;margin-bottom:16px;font-weight:normal;text-transform:uppercase;}
.mainpart_mrlx .welcomeblock h2 {font-family:"Times New Roman";color:#000;font-size:26px;margin-bottom:10px;font-weight:normal;text-transform:uppercase;}
.mainpart_mrlx .welcomeblock h3 {font-family:"Times New Roman";color:#a2a2a2;font-size:24px;margin-bottom:10px;font-weight:normal;font-style:italic;}
.mainpart_mrlx .welcomeblock blockquote {font-family:"Times New Roman";color:#999;font-size:14px;margin-bottom:30px;font-style:italic;font-weight:bold;padding:50px 0 0 140px;line-height: 23px;background:url('img/dlimg/kovichki_bg.png') 50px 0 no-repeat;}
.mainpart_mrlx .welcomeblock p {font-family:"Times New Roman";color:#000;font-size:14px;padding-bottom:12px;line-height: 23px;}
.mainpart_mrlx .welcomeblock a {font-family:"Times New Roman";color:#a59364;font-size:14px;text-decoration:none;}
.mainpart_mrlx .welcomeblock a:hover {text-decoration:underline;}
.mainpart_mrlx .welcomeblock ul {padding-left: 30px;}
.mainpart_mrlx .welcomeblock ul li {list-style:square;font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.mainpart_mrlx .welcomeblock ol {padding-left: 30px;}
.mainpart_mrlx .welcomeblock ol li {font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.mainpart_mrlx .welcomeblock table {display:block;margin-right:30px;}
.mainpart_mrlx .welcomeblock table tr td {font-family:"Times New Roman";color:#000;font-size:14px;border:solid 1px #d7d7d7;padding: 10px 15px;}
.mainpart_mrlx .welcomeblock table tr th {font-family:"Times New Roman";color:#000;font-size:14px;background:#f4f4f4;border:solid 1px #d7d7d7;padding: 10px 15px;font-weight:normal;}
/* .mainpart_mrlx .welcomeblock .left_block_welc {width:50%;float:left;box-sizing:border-box;padding-right:40px;}
.mainpart_mrlx .welcomeblock .right_block_welc {width:50%;float:left;box-sizing:border-box;padding-right:40px;} */
/* .mainpart_mrlx .home_slider {height:894px;background:url('img/dlimg/home_slider.jpg') 0 0 no-repeat;} */

.category_page .welcomeblock {padding-top:0;}

@keyframes rotate {
	from {-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);}
	to {-webkit-transform: rotate(-360deg);-moz-transform: rotate(-360deg);-ms-transform: rotate(-360deg);-o-transform: rotate(-360deg);transform: rotate(-360deg);}
}
@keyframes left_right {
	from {left:0;}
	50% {left:-600px;}
	to {left:0;}
}
@keyframes top_bottom {
	from {top:0;}
	50% {top:-200px;}
	to {top:0;}
}
@keyframes square {
	from {top:0;left:0;}
	25% {top:0;left:-600px;}
	50% {top:-200px;left:-600px;}
	75% {top:-200px;left:0;}
	to {top:0;left:0;}
}
@keyframes revers_square {
	from {top:0;left:0;}
	25% {top:-200px;left:0;}
	50% {top:-200px;left:-600px;}
	75% {top:0;left:-600px;}
	to {top:0;left:0;}
}
@keyframes top_left_diagonal {
	from {top:0;left:0;}
	50% {top:-200px;left:-600px;}
	to {top:0;left:0;}
}
@keyframes top_right_diagonal {
	from {top: 0;left: -600px;}
	50% {top:-200px;left:0;}
	to {top: 0;left: -600px;}
}
@keyframes bottom_left_diagonal {
	from {top: -200px;left: 0;}
	50% {top:0;left:-600px;}
	to {top: -200px;left: 0;}
}
@keyframes bottom_right_diagonal {
	from {top: -200px;left: -600px;}
	50% {top:0;left:0;}
	to {top: -200px;left: -600px;}
}
.category_page {}
.category_page .cat_banner {height:300px;position:relative;box-sizing:border-box;padding:70px 0 0 60px;overflow:hidden;font-size:16px;z-index:9;}
.category_page .cat_banner:before {content: "";position: absolute;z-index: 5;}

.category_page .cat_banner.rotate:before {width: 200%;height: 660%;top: -400%;left: -50%;}
.category_page .cat_banner.left_right:before {width: 2270px;height: 500px;top: 0;left: 0;}
.category_page .cat_banner.top_bottom:before {width: 2270px;height: 500px;top: 0;left: 0;}
.category_page .cat_banner.square:before {width: 2270px;height: 500px;top: 0;left: 0;}
.category_page .cat_banner.revers_square:before {width: 2270px;height: 500px;top: 0;left: 0;}
.category_page .cat_banner.top_left_diagonal:before {width: 2270px;height: 500px;top: 0;left: 0;}
.category_page .cat_banner.top_right_diagonal:before {width: 2270px;height: 500px;top: 0;left: -600px;}
.category_page .cat_banner.bottom_left_diagonal:before {width: 2270px;height: 500px;top: -200px;left: 0;}
.category_page .cat_banner.bottom_right_diagonal:before {width: 2270px;height: 500px;top: -200px;left: -600px;}

.category_page .cat_banner .title_cb {font-size:3em;color:#a59364;font-weight:normal;text-transform:uppercase;margin:0;padding:0 0 43px;width:680px;position:relative;z-index:15;}
.category_page .cat_banner .title_cb h1.black {font-size:1em;color:#000;font-weight:normal;}
.category_page .cat_banner .slogan {font-size:1em;color:#000;width:680px;z-index:15;line-height: 20px;position:relative;}
.category_page .cat_banner img.front_picture {position:absolute;z-index:10;top: 0;right: 140px;}
@media (max-width: 1400px) {
	.category_page .cat_banner {height:200px;font-size:12px;padding: 40px 0 0 60px;}
	.category_page .cat_banner .title_cb {padding:0 0 14px;}
	.category_page .cat_banner img.front_picture {top:-50px;right:15px;}
}
ul.thumbs.product-list:after {clear:both;height:0;display:block;content:"";}
ul.thumbs.product-list {margin:30px 0 15px 60px;}
ul.thumbs.product-list li {display: inline-block;margin: 0 40px 40px 0;width:295px;height:256px;border-top:solid 1px #d7d7d7;border-bottom:solid 1px #d7d7d7;position:relative;overflow:hidden;}
ul.thumbs.product-list li > .hide_box_thumb_temp {display:none;}
ul.thumbs.product-list li > .image {display:block;width:300px;height:255px;position:absolute;top:0;left:0;}
ul.thumbs.product-list li > .image .badge-wrapper {display:block;width:300px;height:255px;text-align:center;}
ul.thumbs.product-list li > .image .badge-wrapper img {max-width:300px;max-height:255px;}
ul.thumbs.product-list li > .hide_box_thumb {width:300px;height:255px;position:absolute;top:0;left:0;background:url('img/dlimg/thumb_hide_bg.png') center center no-repeat;display:none;}
ul.thumbs.product-list li > .hide_box_thumb h5 {margin:85px 35px 0;font-family:"Times New Roman";color:#000;font-size:14px;text-transform:uppercase;font-weight:normal;text-align:center;line-height: 25px;margin-bottom: 10px;}
ul.thumbs.product-list li > .hide_box_thumb h5:hover {cursor:pointer;text-decoration:underline;}
ul.thumbs.product-list li > .hide_box_thumb a.go_link {text-transform:uppercase;font-family:"Times New Roman";color:#a59364;font-size:14px;font-weight:bold;display:block;text-decoration:none;border:double 3px #a59364;margin:0 auto;width:107px;text-align:center;padding:10px 0;}
ul.thumbs.product-list li > .hide_box_thumb a.go_link:hover {background:#a59364;color:#fff;transition:background 0.5s ease, color 0.3s ease;}
ul.thumbs.product-list li > .labels_prod:after {clear:both;height:0;display:block;content:"";}
ul.thumbs.product-list li > .labels_prod {position:absolute;top:-16px;right:0;z-index: 10;}
ul.thumbs.product-list li > .labels_prod > span {float:right;font-family:"Times New Roman";color:#fff;font-size:14px;font-weight:bold;display:block;padding:0 8px;max-height:17px;}
ul.thumbs.product-list li > .labels_prod > span.p_vnalichii {margin-left:7px;background:#557b44;border:solid 1px #557b44;}
ul.thumbs.product-list li > .labels_prod > span.p_new {background:#a59364;border:solid 1px #a59364;}
ul.thumbs.product-list li > .labels_prod > span.p_vnalichii:hover {background:#376025;transition:background 0.3s ease;cursor:pointer;}
ul.thumbs.product-list li > .labels_prod > span.p_new:hover {background:#6a5f41;transition:background 0.3s ease;cursor:pointer;}
ul.thumbs.product-list li > .fav_comp:after {clear:both;height:0;display:block;content:"";}
/* ul.thumbs.product-list li > .fav_comp {position:absolute;top:0;left:0;z-index: 10;} */
ul.thumbs.product-list li > .fav_comp > div > a.compare-add,
ul.thumbs.product-list li > .fav_comp > div > a.compare-remove {width:16px;height:12px;position:absolute;left:2px;z-index: 10;display7:block;}
ul.thumbs.product-list li > .fav_comp > div > a.compare-add {background:url('img/dlimg/compmini_ico.png') 0 0 no-repeat;top:-16px;}
ul.thumbs.product-list li > .fav_comp > div > a.compare-add:hover {background-position:0 -12px;}
ul.thumbs.product-list li > .fav_comp > div > a.compare-remove {background:url('img/dlimg/compmini_ico.png') 0 -24px no-repeat;top:3px;}
ul.thumbs.product-list li > .fav_comp > .shop_favorites > a {display:none;}
ul.thumbs.product-list li > .fav_comp > .shop_favorites > a.add {position:absolute;top:-16px;left:31px;z-index: 10;width:15px;height:14px;background:url('img/dlimg/favmini_ico.png') 0 0 no-repeat;display:block;}
ul.thumbs.product-list li > .fav_comp > .shop_favorites > a.add:hover {background-position:0 -14px;}
ul.thumbs.product-list li > .fav_comp > .shop_favorites > a.del {position:absolute;top:1px;left:31px;z-index: 10;width:15px;height:14px;background:url('img/dlimg/favmini_ico.png') 0 -28px no-repeat;display:block;}
ul.thumbs.product-list li > .fav_comp > .shop_favorites > a.del:hover {background:url('img/dlimg/favmini_ico.png') 0 -28px no-repeat;}
.category_page .filters:after {clear:both;height:0;display:block;content:"";}
.category_page .filters {position:relative;padding:24px 0 0 60px;}
.category_page .filters-form-wrapper:after {clear:both;height:0;display:block;content:"";}
.category_page .filters-form-wrapper {display:block;}
.category_page .filters-form-wrapper input[type="submit"] {display:none;}
.category_page .filters-form-wrapper .choose {float: left;margin-right: 35px;font-family:"Times New Roman";color:#a59364;font-size:18px;font-weight:bold;font-style:italic;}
.category_page .filters-form-wrapper .filter-param {float: left;margin-right: 35px;cursor:pointer;}
.category_page .filters-form-wrapper .filter-param h5 {font-family:"Times New Roman";color:#a59364;font-size:18px;font-weight:bold;font-style:italic;margin-bottom:0;padding-right: 30px;background:url('img/dlimg/filter_arrow.png') right 8px no-repeat;}
.category_page .filters-form-wrapper .filter-param h5:hover {cursor:pointer;text-decoration:underline;}
.category_page .filters-form-wrapper .filter-param.filtopened h5 {background:url('img/dlimg/filter_arrow_opened.png') right 8px no-repeat;}
.category_page .filters-form-wrapper .filter-param .filt_check {display:none;padding:11px 0 2px 60px;background:#f1eae0;position:absolute;left:0;top:56px;width:100%;box-sizing:border-box;z-index:15;cursor:default;}
.category_page .filters-form-wrapper .filter-param .filt_check label {float:left;margin-right:35px;padding-left:24px;font-family:"Times New Roman";color:#7a7a7a;font-size:15px;background:url('img/dlimg/unchecked.png') 0 2px no-repeat;cursor:pointer;margin-bottom:10px;}
.category_page .filters-form-wrapper .filter-param .filt_check label.filter-label.disabled {opacity:0.5;}
.category_page .filters-form-wrapper .filter-param .filt_check label.checked {background:url('img/dlimg/checked.png') 0 2px no-repeat;}
.category_page .filters-form-wrapper .filter-param .filt_check label input {display:none;}
.category_page .filters .flter_result{width:100%;margin-top: 10px;font-style: italic;font-family: 'times new roman';}
.category_page .filters .flter_result .item{width:100%;min-height:32px}
.category_page .filters .flter_result .item::after{content:'';display:block;clear:both}
.category_page .filters .flter_result .item .check_filt_name{min-width:60px;padding-right:10px;height:32px;line-height:32px;float:left;font-size:14px;color:#373737}
.category_page .filters .flter_result .item .check_filt_val{height:18px;position:relative;padding:0 30px 0 10px;line-height:18px;float:left;font-size:14px;color:#616161;border:1px solid #bebebe;background:#ebebeb;border-radius:2px;margin:6px 7px 0 0}
.category_page .filters .flter_result .item .check_filt_val .remove{height:18px;width:18px;position:absolute;top:0;right:0;cursor:pointer;background:url(/wa-data/public/site/themes/myrolex/img/dlimg/filt_remove_icon.png) no-repeat 50% 50%}
.category_page .filters .reset-link{font-size:12px;color:#bdbdbd;font-style:italic;text-decoration:none;border-bottom:dotted 1px #bdbdbd;}
.category_page .filters .reset-link:hover{color:#bdbdbd;text-decoration:none;border-bottom:none;}
.pagination_block.paging-nav {}
#show_more_block:after {clear:both;height:0;display:block;content:"";}
#show_more_block {padding:10px 0;}
#show_more_block #show_more_btn {width:206px;height:56px;margin:0 auto;background:url('img/dlimg/showmore.png') 0 -56px no-repeat;}
#show_more_block #show_more_btn:hover {cursor:pointer;background-position:0 0;}
.pagination_block {}
.pagination_block ul {}
.pagination_block ul li {}
.pagination_block ul li a {color:#a59364;text-decoration:none;}
.pagination_block ul li a:hover {color:#a59364;text-decoration:none;}
.pagination_block ul li.selected {}
.pagination_block ul li.selected a {background:#a59364;color:#fff;}
.pagination_block ul li.selected a:hover {background:#a59364;color:#fff;}
.blog_articles:after {clear:both;height:0;display:block;content:"";}
.blog_articles {padding:70px 10px 0 60px;}
.blog_articles h1 {font-family:"Times New Roman";color:#a59364;font-size:36px;font-weight:normal;text-transform:uppercase;padding-bottom:75px;}
.blog_articles h2 {font-family:"Times New Roman";color:#000;font-size:26px;margin-bottom:10px;font-weight:normal;text-transform:uppercase;}
.blog_articles h3 {font-family:"Times New Roman";color:#a2a2a2;font-size:24px;margin-bottom:10px;font-weight:normal;font-style:italic;}
.blog_articles #post-stream:after {clear:both;height:0;display:block;content:"";}
.blog_articles #post-stream {padding-bottom:50px;}
.blog_articles #post-stream .post:after {clear:both;height:0;display:block;content:"";}
.blog_articles #post-stream .post {padding-bottom:0;margin-bottom:50px;}
.blog_articles #post-stream .post:last-child {margin-bottom:0;}
.blog_articles #post-stream .post .post_img {width:390px;margin-right:10px;margin-bottom:10px;float:left;position:relative;overflow:hidden;}
.blog_articles #post-stream .post .post_img a:after {display:block;position:absolute;top:0;right:0;width:144px;height:100%;background:url('img/dlimg/postimg_shadow.png') right top repeat-y;content:"";}
.blog_articles #post-stream .post .post_img img {max-width:100%;}
.blog_articles #post-stream .post .post_img img.postimg_shadow {position:absolute;top:0;right:0;hight:100%;}
.blog_articles #post-stream .post .post_text {}
.blog_articles #post-stream .post .post_text h3 {margin-bottom:15px;padding:0;}
.blog_articles #post-stream .post .post_text h3,
.blog_articles #post-stream .post .post_text h3 a {font-family:"Times New Roman";color:#999;font-size:30px;font-weight:normal;text-decoration:none;}
.blog_articles #post-stream .post .post_text h3 a:hover {text-decoration:none;color:#000;}
.blog_articles #post-stream .post .post_text .credentials {margin-bottom:10px;}
.blog_articles #post-stream .post .post_text .credentials span {font-family:"Times New Roman";color:#999;font-size:12px;margin:0;}
.blog_articles #post-stream .post .post_text .text {}
.blog_articles #post-stream .post .post_text .text img {display:none;}
.blog_articles #post-stream .post .post_text .text blockquote {font-family:"Times New Roman";color:#999;font-size:14px;margin-bottom:30px;font-style:italic;font-weight:bold;padding:50px 0 0 140px;line-height: 23px;background:url('img/dlimg/kovichki_bg.png') 50px 0 no-repeat;}
.blog_articles #post-stream .post .post_text .text p {font-family:"Times New Roman";color:#000;font-size:14px;padding-bottom:0;line-height: 23px;}
.blog_articles #post-stream .post .post_text .text a {font-family:"Times New Roman";color:#a59364;font-size:14px;text-decoration:none;}
.blog_articles #post-stream .post .post_text .text a:hover {text-decoration:underline;}
.blog_articles #post-stream .post .post_text .text ul {padding-left: 30px;}
.blog_articles #post-stream .post .post_text .text ul li {list-style:square;font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.blog_articles #post-stream .post .post_text .text ol {padding-left: 30px;}
.blog_articles #post-stream .post .post_text .text ol li {font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.blog_articles #post-stream .post .post_text .text table {display:block;float:left;margin-right:30px;}
.blog_articles #post-stream .post .post_text .text table tr td {font-family:"Times New Roman";color:#000;font-size:14px;border:solid 1px #d7d7d7;padding: 10px 15px;}
.blog_articles #post-stream .post .post_text .text table tr th {font-family:"Times New Roman";color:#000;font-size:14px;background:#f4f4f4;border:solid 1px #d7d7d7;padding: 10px 15px;font-weight:normal;}
.blog_articles #post-stream .post .post_text a.readmore {float:right;display:block;margin-right:60px;font-family:"Times New Roman";color:#999;font-size:12px;text-decoration:none;opacity:0;}
.blog_articles #post-stream .post .post_text a.readmore:hover {color:#999;text-decoration:none;}
.blog_articles #post-stream .post:hover .post_text h3,
.blog_articles #post-stream .post:hover .post_text h3 a {color:#000;}
.blog_articles #post-stream .post:hover .post_text a.readmore {opacity:1;}
.blog_articles #post-stream .pageless-wrapper {display:none!important;}
.blog_articles .post_page .post:after {clear:both;height:0;display:block;content:"";}
.blog_articles .post_page .post {}
.blog_articles .post_page .post h1 {padding-bottom: 25px;}
.blog_articles .post_page .post h1,
.blog_articles .post_page .post h1 span {text-transform:uppercase;}
.blog_articles .post_page .post .credentials {margin-bottom:10px;}
.blog_articles .post_page .post .credentials span {font-family:"Times New Roman";color:#999;font-size:12px;margin:0;}
.blog_articles .post_page .post .credentials .text {}
.blog_articles .post_page .post .text img {}
.blog_articles .post_page .post .text blockquote {font-family:"Times New Roman";color:#999;font-size:14px;margin-bottom:30px;margin-top: 10px;font-style:italic;font-weight:bold;padding:50px 0 0 140px;line-height: 23px;background:url('img/dlimg/kovichki_bg.png') 50px 0 no-repeat;}
.blog_articles .post_page .post .text p {font-family:"Times New Roman";color:#000;font-size:14px;padding-bottom:20px;line-height: 23px;}
.blog_articles .post_page .post .text a {font-family:"Times New Roman";color:#a59364;font-size:14px;text-decoration:none;}
.blog_articles .post_page .post .text a:hover {text-decoration:underline;}
.blog_articles .post_page .post .text ul {padding-left: 30px;}
.blog_articles .post_page .post .text ul li {list-style:square;font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.blog_articles .post_page .post .text ol {padding-left: 30px;}
.blog_articles .post_page .post .text ol li {font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.blog_articles .post_page .post .text table {display:block;margin-right:30px;margin-top: 10px;}
.blog_articles .post_page .post .text table tr td {font-family:"Times New Roman";color:#000;font-size:14px;border:solid 1px #d7d7d7;padding: 10px 15px;}
.blog_articles .post_page .post .text table tr th {font-family:"Times New Roman";color:#000;font-size:14px;background:#f4f4f4;border:solid 1px #d7d7d7;padding: 10px 15px;font-weight:normal;}
.blog_articles .home_carousel .carousel_title {margin-left:0;}
.blog_articles .home_carousel ul.thumbs.product-list {margin-left:0;}
.login_reg_page:after {clear:both;height:0;display:block;content:"";}
.login_reg_page {padding:70px 0 0 60px;}
.login_reg_page h1 {font-family:"Times New Roman";color:#a59364;font-size:36px;font-weight:normal;text-transform:uppercase;}
.login_reg_page .wa-form {}
.login_reg_page .wa-form a {font-family:"Times New Roman";color:#a59364;font-size:14px;text-decoration:none;}
.login_reg_page .wa-form a:hover {text-decoration:none;color:#000;}
.login_reg_page .wa-form .wa-field {}
.login_reg_page .wa-form .wa-field .wa-name {}
.login_reg_page .wa-form .wa-field .wa-value {}
.login_reg_page .wa-form .wa-field .wa-value input[type="text"],
.login_reg_page .wa-form .wa-field .wa-value input[type="password"] {/* width: 223px; */height: 30px;background: #f4f4f4;border: solid 1px #dcdcdc;border-radius: 3px;font-size: 14px;color: #464646;box-sizing: border-box;padding: 0 12px;}
.login_reg_page .wa-form .wa-field .wa-value input[type="text"]:focus,
.login_reg_page .wa-form .wa-field .wa-value input[type="password"]:focus {outline:none;}
.login_reg_page .wa-form .wa-field .wa-value input[type="submit"] {font-family:"Times New Roman";font-weight:bold;color:#938151;font-size:14px;background:none;border:solid 1px #938151;border-radius:0;padding: 13px 29px;text-transform:uppercase;}
.aft_submit_bl {margin-top:5px;}
.login_reg_page .wa-form .wa-field .wa-value input[type="submit"]:hover,
.login_reg_page .wa-form .wa-field .wa-value input[type="submit"]:active {color:#fff;background:#938151	;}
.login_reg_page .wa-form .wa-field .wa-value input[type="submit"]:focus {outline:none;}
.search_page:after {clear:both;height:0;display:block;content:"";}
.search_page {padding:70px 0 0;}
.search_page h1 {font-family:"Times New Roman";color:#a59364;font-size:36px;font-weight:normal;padding-left:60px;}
.aux_page:after {clear:both;height:0;display:block;content:"";}
.aux_page {padding:70px 10px 0 60px;box-sizing:border-box;}
.aux_page img {max-width:100%;}
.aux_page h1 {font-family:"Times New Roman";color:#a59364;font-size:36px;margin-bottom: 16px;font-weight:normal;text-transform:uppercase;}
.aux_page h2 {font-family:"Times New Roman";color:#000;font-size:26px;margin-bottom:10px;font-weight:normal;text-transform:uppercase;}
.aux_page h3 {font-family:"Times New Roman";color:#a2a2a2;font-size:24px;margin-bottom:10px;font-weight:normal;font-style:italic;}
.aux_page blockquote {font-family:"Times New Roman";color:#999;font-size:14px;margin-bottom:30px;font-style:italic;font-weight:bold;padding:50px 0 0 140px;line-height: 23px;background:url('img/dlimg/kovichki_bg.png') 50px 0 no-repeat;}
.aux_page p {font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom:4px;line-height: 23px;}
.aux_page a {font-family:"Times New Roman";color:#a59364;font-size:14px;text-decoration:none;}
.aux_page a:hover {text-decoration:underline;}
.aux_page ul {padding-left: 30px;}
.aux_page ul li {list-style:square;font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.aux_page ol {padding-left: 30px;}
.aux_page ol li {font-family:"Times New Roman";color:#000;font-size:14px;margin-bottom: 5px;}
.aux_page table {display:block;margin-right:30px;}
.aux_page table tr td {font-family:"Times New Roman";color:#000;font-size:14px;border:solid 1px #d7d7d7;padding: 10px 15px;}
.aux_page table tr th {font-family:"Times New Roman";color:#000;font-size:14px;background:#f4f4f4;border:solid 1px #d7d7d7;padding: 10px 15px;font-weight:normal;}

.my_orders:after {clear:both;height:0;display:block;content:"";}
.my_orders {padding:70px 0 0 60px;box-sizing:border-box;}
.my_orders img {max-width:100%;}
.my_orders h1 {font-family:"Times New Roman";color:#a59364;font-size:36px;font-weight:normal;text-transform:uppercase;}
.my_orders a,
.my_orders a:visited {font-family:"Times New Roman";color:#a59364;font-size:14px;text-decoration:none;}
.my_orders a:hover {text-decoration:underline;}
.my_orders table {font-style:italic;}
.my_orders table td {border:none;}

.my_order:after {clear:both;height:0;display:block;content:"";}
.my_order {padding:70px 0 0 60px;box-sizing:border-box;}
.my_order img {max-width:100%;}
.my_order h1 {font-family:"Times New Roman";color:#a59364;font-size:36px;font-weight:normal;text-transform:uppercase;}
.my_order a,
.my_order a:visited {font-family:"Times New Roman";color:#a59364;font-size:14px;text-decoration:none;}
.my_order a:hover {text-decoration:underline;}
.my_order table {font-style:italic;}
.my_order table td {border:none;}

.compare_table {display: table;table-layout: fixed;background: #fff;font-size: 14px;margin-bottom: 25px;color: #1f1f1f;}
.compare_table>div {display: table;table-layout: fixed;width: 100%;}
.compare_table .thed>div {vertical-align: top;}
.compare_table .table_td,
.compare_table .table_th {display: table-cell;vertical-align: middle;width: 320px;padding: 10px 20px;box-sizing:border-box;text-align: left; position: relative; background: #fff;line-height: 20px;backface-visibility: hidden;	}
.compare_table .table_th {position: relative;z-index: 6;font-style:italic;font-size: 14px;width:340px;}
.compare_table .table_row:nth-child(odd) .table_td,
.compare_table .table_row:nth-child(odd) .table_th {background: #f1f1f1;}
.compare_table .table_row.white_line .table_td,
.compare_table .table_row.white_line .table_th {background:#fff;}
.compare_table .thead .table_td,
.compare_table .thead .table_th {vertical-align: top;}
.compare_table .table_th,
.compare_table .table_td .price {color: #1f1f1f;}
.compare_table .table_td .price {font-size: 18px;}
.compare_table .table_td a {color: #1f1f1f; line-height: 20px; text-decoration: none; display: inline-block; vertical-align: top; position: relative; font-size: 14px;}
.compare_table .table_td a.name_link{overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;line-height: 20px;max-height: 60px;}
.compare_table .table_td a.name_link:hover {text-decoration: underline;}
.compare_table .compare_image_wrap {position: relative;padding-top: 0;padding-bottom: 25px;}
.compare_image {display: block;vertical-align: middle;position: relative;text-align: center;border-top:solid 1px #d7d7d7;border-bottom:solid 1px #d7d7d7;}
.compare_image img {display: block;max-width:300px;max-height:300px;}
.compare_table a.compare_remove {width: 20px;height: 20px;line-height: 20px;color: #999999;font-size: 18px;text-align: center;position: absolute;right:17px;top: 5px;z-index: 5;}
.compare_table a.compare_remove:hover {color: #ff0000;}
.compare_table .table_td a.link {color: #C5993B;}
.compare_table .table_td a.link:hover {text-decoration: underline;}

#compare_table_fixed {position: absolute;top: 0;left: 0;display:none;background: white;box-shadow: 0 2px 6px rgba(0, 0, 0, 0.35);z-index: 6;}
 
.compare_page:after {clear:both;height:0;display:block;content:"";}
.compare_page {padding:70px 0 0 60px;max-width: 1320px;padding-bottom: 72px;}
.compare_page h1 {font-family:"Times New Roman";font-size:36px;color:#a59364;font-weight:normal;text-transform:uppercase;padding-bottom: 25px;}
.compare_page ul.compare-diff-all:after {clear:both;height:0;display:block;content:"";}
.compare_page ul.compare-diff-all {margin: 0;padding-bottom:50px;width: 640px;}
.compare_page ul.compare-diff-all li a {display:block;width:260px;background:none;border:solid 1px #a59364;text-align:center;font-family:"Times New Roman";color:#a59364;font-size:14px;text-transform:uppercase;font-weight:bold;text-decoration:none!important;padding: 19px;}
.compare_page ul.compare-diff-all li a:hover,
.compare_page ul.compare-diff-all li.selected a {background:#a59364;color:#fff;}
.compare_page .compare_table {display: table;table-layout: fixed;background: #fff;}
.compare_page .compare_table .table_tr {}
.compare_page .compare_table .table_tr .table_th {font-family:"Times New Roman";color:#a2a2a2;font-size:14px;font-weight:normal;font-style:italic;}
.compare_page .compare_table .table_tr .table_td {font-family:"Times New Roman";color:#4f4f4f;font-size:14px;}
.compare_page .compare_table .table_tr .table_th,
.compare_page .compare_table .table_tr .table_td {border:none;padding:10px 20px;}
.compare_page .compare_table .table_tr:nth-child(2n) table_th,
.compare_page .compare_table .table_tr:nth-child(2n) .table_td {background:#f1f1f1;}
.compare_page .compare_table .table_tr .table_td a.image-link {display:block;text-decoration:none;border-top:solid 1px #d7d7d7;border-bottom:solid 1px #d7d7d7;}
.compare_page .compare_table .table_tr .table_td a.image-link:hover {text-decoration:none;}
.compare_page .compare_table .table_tr .table_td a.image-link img {max-width:300px;max-height:255px;width:auto;height:auto;margin: 0 auto;}
.compare_page .compare_table thead .name-wrapper {display:block;}
.compare_page .compare_table thead .name-wrapper .compare-remove {width:12px;height:12px;background:url('img/dlimg/del_compare.png') 0 0 no-repeat;display:block;top:-29px;right:0;}
.compare_page .compare_table thead .name-wrapper .compare-remove:hover {background-position:0 -12px;}
.compare_page #compare-clear {font-family:"Times New Roman";color:#678858;font-size:14px;text-transform:uppercase;font-weight:bold;background:none;border:solid 1px #678858;border-radius:0;padding:20px 65px;margin-top:50px;}
.compare_page #compare-clear:hover {cursor:pointer;color:#fff;background:#678858;}
.compare_table .table_row.rozn_price .table_td .price {font-weight:bold;font-style:italic;font-size:24px;color:#a59364;}
.compare_table .table_row.rozn_price .table_th {}
.compare_table .table_row.your_price .table_td .price {font-weight:bold;font-style:italic;font-size:30px;color:#557b44;}
.compare_table .table_row.your_price .table_th {}
.compare_table .table_row.buttons_line {padding-bottom:30px;}
.compare_table .zakazat_link,
.compare_table .utochnit_link {font-weight:bold;font-size:14px;text-transform:uppercase;text-decoration:none!important;color:#fff!important;display:block!important;height:54px;padding-top:17px;text-align:center;box-sizing:border-box;}
.compare_table .zakazat_link {border:solid 1px #557b44;background:#a5b99c;width:211px;}
.compare_table .utochnit_link {border:solid 1px #a59364;background:#cfc6ad;width:259px;}
.compare_table .zakazat_link:hover,
.compare_table .utochnit_link:hover {text-decoration:none;color:#fff;}
.compare_table .zakazat_link:hover {background:#557b44;}
.compare_table .utochnit_link:hover {background:#a59364;}


.product_page:after {clear:both;height:0;display:block;content:"";}
.product_page {}
.product_page .prod_row:after {clear:both;height:0;content:"";display:block;}
.product_page .prod_row {max-width:1320px;min-width:960px;margin:0 auto;padding:0;position:relative;}
.product_page .car_row:after {clear:both;height:0;content:"";display:block;}
.product_page .car_row {max-width:1920px;/* min-width:1024px; */margin:0 auto;padding:0;position:relative;}
.product_page .pp_greyline:after {clear:both;height:0;display:block;content:"";}
.product_page .pp_greyline {height:110px;background:#f1f1f1;margin-bottom:50px;min-width: 960px;}
.product_page .pp_greyline .pp_logo {padding: 40px 0 0 15px;float:left;}
.product_page .pp_greyline .burger {height:22px;width:22px;border:solid #ccc 1px;position:relative;float:left;margin: 58px 0 0 50px;border-radius:2px;cursor:pointer;}
.product_page .pp_greyline .burger > div {width:14px;height:3px;background:#a59364;position:absolute;left:4px;-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-o-transform: rotate(0deg);transform: rotate(0deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.product_page .pp_greyline .burger.burger_open > div {}
.product_page .pp_greyline .burger:hover > div {background:#c9b37a;transition:background 0.3s ease;}
.product_page .pp_greyline .burger .b_line1 {top:5px;}
.product_page .pp_greyline .burger .b_line2 {top:10px;}
.product_page .pp_greyline .burger .b_line3 {top:15px;}
.product_page .pp_greyline .burger.burger_open .b_line1 {top:10px;-webkit-transform: rotate(135deg);-moz-transform: rotate(135deg);-o-transform: rotate(135deg);transform: rotate(135deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.product_page .pp_greyline .burger.burger_open .b_line2 {opacity: 0;left: -60px;-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}
.product_page .pp_greyline .burger.burger_open .b_line3 {top:10px;-webkit-transform: rotate(-135deg);-moz-transform: rotate(-135deg);-o-transform: rotate(-135deg);transform: rotate(-135deg);-webkit-transition: .25s ease-in-out;-moz-transition: .25s ease-in-out;-o-transition: .25s ease-in-out;transition: .25s ease-in-out;}

.product_page .top_pp_white:after {clear:both;height:0;display:block;content:"";}
.product_page .top_pp_white {position:relative;min-width:960px;}
.product_page .top_pp_white.thin_photo {min-width:auto;width: 800px;margin: 0 auto;}
/* .product_page .big_photo:after {height:550px;width:100%;background:url('img/dlimg/patternbigpic.png') 0 0 repeat;content:"";position:absolute;top:0;right:0;} */
.product_page .big_photo {position:absolute;top:-50px;height:550px;width:calc((100vw - 1320px)/2 + 30px);overflow:hidden;left:calc(0px - (100vw - 1320px)/2)}
.product_page .big_photo img {opacity:0;position:absolute;top:0;right:30px}

.product_page .top_pp_white .top_pp_right {width:320px;float:right;}
.product_page .top_pp_white .top_pp_right h1 {font-family:"Times New Roman";color:#000;font-size:30px;text-transform:uppercase;font-weight:normal;padding-bottom: 35px;}
.product_page .top_pp_white .top_pp_right > .labels_prod:after {clear:both;height:0;display:block;content:"";}
.product_page .top_pp_white .top_pp_right > .labels_prod {width: 135px;float:left;margin-right:45px;}
.product_page .top_pp_white .top_pp_right > .labels_prod > span {float:left;font-family:"Times New Roman";color:#fff;font-size:14px;font-weight:bold;display:block;padding:0 8px;max-height:17px;}
.product_page .top_pp_white .top_pp_right > .labels_prod > span.p_vnalichii {background:#557b44;border:solid 1px #557b44;}
.product_page .top_pp_white .top_pp_right > .labels_prod > span.p_new {margin-right:7px;background:#a59364;border:solid 1px #a59364;}
.product_page .top_pp_white .top_pp_right > .labels_prod > span.p_vnalichii:hover {background:#376025;transition:background 0.3s ease;cursor:pointer;}
.product_page .top_pp_white .top_pp_right > .labels_prod > span.p_new:hover {background:#6a5f41;transition:background 0.3s ease;cursor:pointer;}
.product_page .top_pp_white .top_pp_right > .fav_comp:after {clear:both;height:0;display:block;content:"";}
/* .product_page .top_pp_white .top_pp_right > .fav_comp {position:absolute;top:0;left:0;z-index: 10;} */
.product_page .top_pp_white .top_pp_right > .fav_comp {float:left;position:relative;width:70px;height:20px;}
.product_page .top_pp_white .top_pp_right > .fav_comp > div {float:left;}
.product_page .top_pp_white .top_pp_right > .fav_comp > div > a.compare-add,
.product_page .top_pp_white .top_pp_right > .fav_comp > div > a.compare-remove {width:16px;height:12px;z-index: 10;display:block;margin:2px 30px 0 0;}
.product_page .top_pp_white .top_pp_right > .fav_comp > div > a.compare-add {background:url('img/dlimg/compmini_ico.png') 0 0 no-repeat;top:-16px;}
.product_page .top_pp_white .top_pp_right > .fav_comp > div > a.compare-add:hover {background-position:0 -12px;}
.product_page .top_pp_white .top_pp_right > .fav_comp > div > a.compare-remove {background:url('img/dlimg/compmini_ico.png') 0 -24px no-repeat;top:3px;}
.product_page .top_pp_white .top_pp_right > .fav_comp > .shop_favorites > a {display:none;}
.product_page .top_pp_white .top_pp_right > .fav_comp > .shop_favorites > a.add {z-index: 10;width:15px;height:14px;background:url('img/dlimg/favmini_ico.png') 0 0 no-repeat;display:block;}
.product_page .top_pp_white .top_pp_right > .fav_comp > .shop_favorites > a.add:hover {background-position:0 -14px;}
.product_page .top_pp_white .top_pp_right > .fav_comp > .shop_favorites > a.del {z-index: 10;width:15px;height:14px;background:url('img/dlimg/favmini_ico.png') 0 -28px no-repeat;display:block;}
.product_page .top_pp_white .top_pp_right > .fav_comp > .shop_favorites > a.del:hover {background:url('img/dlimg/favmini_ico.png') 0 -28px no-repeat;}
.product_page .top_pp_white .top_pp_right .pp_summary {margin:35px 0 0;color:#000;font-size:14px;}
.product_page .top_pp_white .top_pp_right .pp_price:after {clear:both;height:0;display:block;content:"";}
.product_page .top_pp_white .top_pp_right .pp_price {margin-top:55px;}
.product_page .top_pp_white .top_pp_right .pp_price .compare_price,
.product_page .top_pp_white .top_pp_right .pp_price .price {float:left;font-size:24px;font-weight:bold;font-style:italic;height:55px;box-sizing:border-box;padding:7px 0 0 15px;}
.product_page .top_pp_white .top_pp_right .pp_price .compare_price {border-left:solid 1px #a59364;color:#a59364;margin-right:40px;}
.product_page .top_pp_white .top_pp_right .pp_price .price {border-left:solid 1px #557b44;color:#557b44;}
.product_page .top_pp_white .top_pp_right .pp_price .compare_price span,
.product_page .top_pp_white .top_pp_right .pp_price .price span {display:block;color:#a2a2a2;font-size:16px;font-style:italic;font-weight:normal;}
.product_page .top_pp_white .top_pp_right .quickorder-custom-button {margin-top: 35px;}
.product_page .top_pp_white .top_pp_right .quickorder-custom-button .quickorder-button {display:block;width:259px;height:54px;text-align:center;border:solid 1px #a59364;border-radius:0;background:#cfc6ad;box-sizing:border-box;padding-top:19px;font-weight:bold;font-size:14px;color:#fff;text-transform:uppercase;box-shadow:none;}
.product_page .top_pp_white .top_pp_right .quickorder-custom-button .quickorder-button:hover {background:#a59364;color:#fff;text-decoration:none;}
.product_page .top_pp_white .top_pp_right .quickorder-custom-button .quickorder-button:active {position:static;top:0;}
.product_page .pp_grey_tabs:after {clear:both;height:0;display:block;content:"";}
.product_page .pp_grey_tabs {height:64px;background:#f1f1f1;border:solid 1px #dcd8cf;border-right:none;border-left:none;box-sizing:border-box;padding-top:20px;min-width: 960px;}
.product_page .pp_grey_tabs .grey_tab {float:left;font-size:18px;color:#a2a2a2;background:url('img/dlimg/dot_underline.png') center bottom repeat-x;margin-right:25px;padding-bottom:3px;}
.product_page .pp_grey_tabs .grey_tab:hover {background:none;cursor:pointer;}
.product_page .pp_grey_tabs .grey_tab.ppacttab {background:none;cursor:default;color:#000;}
.product_page .grey_cont .description,
.product_page .grey_cont .reviews,
.product_page .grey_cont .video_block,
.product_page .grey_cont .guarantee_block,
.product_page .grey_cont .shipping_block {display:none;}
.product_page .grey_cont .video_block:after {clear:both;height:0;display:block;content:"";}
.product_page .grey_cont .video_block iframe {width:490px;height:240px;margin:0 10px 10px 0;float:left;}
.product_page .grey_cont .video_block iframe:nth-child(2n+1) {margin-right:0;}
.product_page .features:after {clear:both;height:0;display:block;content:"";}
.product_page .features {}
.product_page .features .feat_item {float:left;width:33%;margin-bottom:15px;}
.product_page .features .feat_item .f_name {font-size:14px;color:#444;text-transform:uppercase;}
.product_page .features .feat_item .f_value {font-size:14px;color:#999;}

.grey_box {padding-bottom:60px;}
.grey_box h1 {font-family:"Times New Roman";color:#a59364;font-size:48px;margin-bottom:16px;font-weight:normal;text-transform:uppercase;}
.grey_box h2 {font-family:"Times New Roman";color:#000;font-size:26px;margin-bottom:10px;font-weight:normal;text-transform:uppercase;}
.grey_box h3 {text-transform:uppercase;color:#a59364;font-size:24px;font-weight:normal;}
.grey_box a {color:#a59364;text-decoration:none;}
.grey_box a:hover {text-decoration:underline;}

.reviews_page:after {clear:both;height:0;display:block;content:"";}
.reviews_page {padding:70px 10px 0 60px;}
.reviews_page h1 {font-family:"Times New Roman";font-size:36px;color:#a59364;font-weight:normal;text-transform:uppercase;padding-bottom: 25px;}
.reviews_page a {color:#a59364;text-decoration:none;border-bottom:none;}
.reviews_page a:hover {text-decoration:underline;}




.product_page .top_pp_white .top_pp_left {width:900px;float:left;margin-left:60px;}
.product_page .top_pp_white.thin_photo .top_pp_left {width: 400px!important;}

.product_page .pic_gal:after {clear:both;height:0;display:block;content:"";}
.product_page .pic_gal {height:460px;max-width:900px;overflow:hidden;margin-bottom:40px;}
.product_page .pic_gal ul.image-gallery {display:block;margin:0;padding:0;height:420px;white-space:nowrap;}
.product_page .pic_gal ul.image-gallery li.image {display:inline-block;list-style:none;margin:0 60px 0 0;padding:0;vertical-align: middle;}
.product_page .pic_gal ul.image-gallery li.image:last-child {margin-right:0;}
.product_page .pic_gal .mCSB_draggerContainer {top:10px;}
.product_page .pic_gal .mCSB_draggerContainer .mCSB_dragger {}
.product_page .pic_gal .mCSB_draggerContainer .mCSB_dragger .mCSB_dragger_bar {background: #557b44;top: -6px;height: 5px;border-radius: 0;}
.product_page .pic_gal .mCSB_draggerContainer .mCSB_draggerRail {width: 100%;height: 5px;margin:0;border-radius: 0;background: #f1ebe2;}

.product_page .grey_cont:after {clear:both;height:0;display:block;content:"";}
.product_page .grey_cont {background:#f1f1f1;min-width: 960px;}

.two_col_text:after {clear:both;height:0;display:block;content:"";}
.two_col_text {-webkit-column-count:2;-moz-column-count:2;column-count:2;-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px;clear:both;}
.topthinmenu {display:none;height:18px;width:15px;background:url('img/dlimg/thin_menu_top.png') center 2px no-repeat;float:right;cursor:pointer;margin:0 30px 0 35px;}

.orders_block {margin: 0px 20px; padding-bottom: 50px;}
.orders_table {margin: 0px auto; min-width: 980px;}
.orders_table tr.head_tr {border: 1px solid #9E8D67;}
.orders_table td {border: 1px solid #9E8D67; color: #9E8D67;}
.orders_table td.order_code a {color: #d3b499;}
.orders_table th {color: #000; padding: 5px 10px; font-weight: bold; font-size: 12px; white-space: nowrap; background: #9E8D67; border-right: 1px solid #000;}
.orders_table th:last-child {border-right: none;}

.order_info_block {width: 980px; margin: 0px auto;}
.order_info_block p {color: #d3b499;}
.order_info_block h3 {font-size: 16px; font-family: 'PT Serif Caption', serif; color: #d3b499; text-transform: uppercase; font-weight: normal; border-top: 1px dashed #9E8D67; padding: 15px 0px 0px; margin-bottom: 10px;}






.find_out_price_wrapp {display: none; height: 100%; width: 100%; bottom: 0; position: fixed; right: 0; z-index: 9999; background: rgba(0,0,0,.8);}
.find_out_price_wrapp.active {display: block;}
.find_out_price_wrapp .find_out_price_block { width: 660px; position: absolute; top: 20%; left: 45%; margin: -295px 0px 0px -235px; z-index: 9999; background: #fff; border-radius: 10px;}
.find_out_price_wrapp .find_out_price_block .close {display: inline-block; width: 15px; float: right; margin: -25px -25px 0 0; cursor: pointer; height: 15px; color: #fff; font-family: Arial; font-style: normal; background:url(../../../../..//wa-data/public/site/themes/myrolex/img/dlimg/popup_close.png) 0 0 no-repeat;}


.find_out_price_wrapp .find_out_price_block .succes {position: absolute; z-index: 2; left: 0px; top: 50%; margin-top: -50px; width: 100%; height: 100px; text-align: center; background: #E8E6E6;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}
.find_out_price_wrapp .find_out_price_block.ok {max-height: 100px; margin-top: -50px !important;}
.find_out_price_wrapp .find_out_price_block .succes.show {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.find_out_price_wrapp .find_out_price_block,
.find_out_price_wrapp .find_out_price_block .succes {
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}


.find_out_price_wrapp .find_out_price_block .succes p {font-family: 'PT Serif Caption', serif; color: #745747; font-size: 20px; text-transform: uppercase; line-height: 20px; padding: 40px 0px;}

.find_out_price_wrapp .find_out_price_block .feedback_body {padding: 20px;}
.find_out_price_wrapp .find_out_price_block .title { font-family:"Times New Roman";color:#a2a2a2;font-size:30px;font-style:italic;text-align:left;}
.find_out_price_wrapp .find_out_price_block .product_name {margin-bottom: 5px;display: inline-block;font-family: "Times New Roman";color: #000;font-size: 30px;text-transform: uppercase;text-align:left;}

.find_out_price_wrapp .find_out_price_block .wa-field {float:left;clear:none;}
.find_out_price_wrapp .find_out_price_block .wa-value {position: relative; margin: 10px 10px 0 0;}
.find_out_price_wrapp .find_out_price_block .wa-value:not(.wa-submit) input,
.find_out_price_wrapp .find_out_price_block .wa-value textarea {width: 298px;
    height: 30px;
    background: #f4f4f4;
    border: solid 1px #dcdcdc;
    border-radius: 3px;
    font-size: 14px;
    color: #464646;
    box-sizing: border-box;
    padding: 0 10px;}
.find_out_price_wrapp .find_out_price_block .wa-value textarea {height: 80px; resize: none; padding: 10px;}



.find_out_price_wrapp .find_out_price_block .wa-value.wa-submit::after {content: ''; display: block; clear: both;}
.find_out_price_wrapp .find_out_price_block .wa-value.wa-submit input {width:300px;height:63px;background:#cfc6ad;border:solid 1px #a59364;box-sizing:border-box;padding-top:12px;text-align:center;border-radius:0;font-size:16px;color:#fff;font-weight:bold;text-transform:uppercase;}
.find_out_price_wrapp .find_out_price_block .wa-value.wa-submit input:hover {background:#a59364;}


.find_out_price_wrapp .find_out_price_block hr {margin: 20px 0px; background: #745747;display:none;}
.find_out_price_wrapp .find_out_price_block p {text-align: center; font-size: 18px;color: #000;font-style: italic;opacity: 0.5;text-align: center;line-height: 30px;padding-top: 20px;}


.review-form .save {}
.review-form .save {display:block;width:259px;height:54px;text-align:center;border:solid 1px #a59364;border-radius:0;background:#cfc6ad;box-sizing:border-box;padding-top:7px;font-weight:bold;font-size:14px;color:#fff;text-transform:uppercase;box-shadow:none;float: left;}
.review-form .save:hover {background:#a59364;color:#fff;text-decoration:none;}
.review-form .save:active {position:static;top:0;}
.review-form .hint {margin: 18px;display: block;float: left;}
.review-form .review-submit:after {content: ''; display: block; clear: both;}


.my_page:after {clear:both;height:0;display:block;content:"";}
.my_page {padding:70px 0 0 60px;}
.my_page h1 {font-family:"Times New Roman";font-size:36px;color:#a59364;font-weight:normal;text-transform:uppercase;padding-bottom: 25px;}
.my_page a {display:block;width:259px;height:54px;text-align:center;border:solid 1px #a59364;border-radius:0;background:#cfc6ad;box-sizing:border-box;padding-top:19px;margin:0 15px 15px 0;font-weight:bold;font-size:14px;color:#fff;text-transform:uppercase;box-shadow:none;float: left;text-decoration:none;}
.my_page a:hover {background:#a59364;color:#fff;text-decoration:none;}

.my_profile:after {clear:both;height:0;display:block;content:"";}
.my_profile {padding:70px 0 0 60px;}
.my_profile h1 {font-family:"Times New Roman";font-size:36px;color:#a59364;font-weight:normal;text-transform:uppercase;padding-bottom: 25px;}
.my_profile .button {display:block;width:259px;height:54px;text-align:center;border:solid 1px #a59364;border-radius:0;background:#cfc6ad;box-sizing:border-box;padding-top:7px;margin-right:15px;font-weight:bold;font-size:14px;color:#fff;text-transform:uppercase;box-shadow:none;float: left;text-decoration:none;}
.my_profile .button:hover {background:#a59364;color:#fff;text-decoration:none;}
.my_profile .input[type=submit] {display:block;width:259px;height:54px;text-align:center;border:solid 1px #a59364;border-radius:0;background:#cfc6ad;box-sizing:border-box;padding-top:7px;margin-right:15px;font-weight:bold;font-size:14px;color:#fff;text-transform:uppercase;box-shadow:none;float: left;text-decoration:none;}
.my_profile .button[type=submit]:hover {background:#a59364;color:#fff;text-decoration:none;}
.my_profile a {color:#a59364;text-decoration:underline;}
.my_profile a:hover {text-decoration:none;}
.nihuya {padding-left:60px;font-size:25px;font-style:italic;}
.error_page:after {clear:both;height:0;display:block;content:"";}
.error_page {padding:70px 0 0 60px;}
.error_page h1 {font-family:"Times New Roman";font-size:36px;color:#a59364;font-weight:normal;text-transform:uppercase;padding-bottom: 25px;}


/****** breascrumbs media quaries ******/
@media (min-width: 1900px){
	.headline .breadcrumbs {width:1000px;}
}
@media (min-width: 1800px) and (max-width: 1899px) {
	.headline .breadcrumbs {width:900px;}
}
@media (min-width: 1700px) and (max-width: 1799px) {
	.headline .breadcrumbs {width:800px;}
}
@media (min-width: 1600px) and (max-width: 1699px) {
	.headline .breadcrumbs {width:700px;}
}
@media (min-width: 1500px) and (max-width: 1599px) {
	.headline .breadcrumbs {width: 600px;}
}
@media (min-width: 1400px) and (max-width: 1499px) {
	.headline .breadcrumbs {width:500px}
}
@media (min-width: 1300px) and (max-width: 1399px) {
	.headline .breadcrumbs {width: 400px;}
}
@media (min-width: 1200px) and (max-width: 1299px) {
	.headline .breadcrumbs {width: 650px;}
}
@media (min-width: 1100px) and (max-width: 1199px) {
	.headline .breadcrumbs {width: 550px;}
}
@media (min-width: 1000px) and (max-width: 1099px) {
	.headline .breadcrumbs {width: 370px;}
}
@media (min-width: 800px) and (max-width: 999px) {
	.headline .breadcrumbs {width: 270px;}
}

/* other quaries */
@media (min-width: 1400px) {
	.two_col_text {-webkit-column-count:3;-moz-column-count:3;column-count:3;}
}
@media (max-width: 1300px) {
	.product_page .top_pp_white .top_pp_left {width:560px;}
	.product_page .pic_gal {max-width:600px;}
	.two_col_text {-webkit-column-count:1;-moz-column-count:1;column-count:1;}
	.topthinmenu {display:block;}
	.toprightlinkblock {display:none;position: absolute;background: #fff;top: 20px;right: 85px;padding:10px;border:solid 1px #a59364;}
	.toprightlinkblock a {float:none!important;margin:0;}
	ul.thumbs li {}
	ul.thumbs li:nth-child(3n) {margin-right:0!important;}
}
.cp_page {
	padding-top: 30px;
	max-width: 640px;
}

.cp_page:after {
	content: '';
	display: block;
	clear: both;
}

.cp_page .cp_info {
	width: 300px;
    float: left;
}

.cp_page .cp_info>div {
	margin-bottom: 25px;
}

.cp_page .cp_info>div p {
	display: inline-block;
	vertical-align: top;
	color: #333333;
	font-size: 18px;
	line-height: 30px;
	margin: 0;
}

.cp_page .cp_info>div p span {
	color: #666666;
}

.cp_form {
	width: 320px;
	float: left;
}

.cp_form>p {
	color: #666666;
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 20px;
}

.cp_form .multiform-gap-form {
	width: 470px;
	margin-bottom: 40px;
}


#contacts_form input[type="text"],
#contacts_form textarea {width: 298px;height: 30px;background: #f4f4f4;border: solid 1px #dcdcdc;border-radius: 3px;font-size: 14px;color:#464646;box-sizing: border-box;padding: 0 10px;margin-bottom:10px;}
#contacts_form textarea {height: 80px; resize: none; padding: 10px;}

.cf_name {
	background-image: url(img/cf_name.png);
}

.cf_phone {
	background-image: url(img/cf_phone.png);
}

.cf_email {
	background-image: url(img/cf_email.png);
}

#contacts_form .form_btn {font-family:"Times New Roman";font-weight:bold;color:#938151;font-size:14px;background:none;border:solid 1px #938151;border-radius:0;padding: 13px 29px;text-transform:uppercase;}
.aft_submit_bl {margin-top:5px;}
#contacts_form .form_btn:hover,
#contacts_form .form_btn:active {color:#fff;background:#938151;cursor:pointer;}
#contacts_form .form_btn:focus {outline:none;}

.auth_page table {text-align: left;font-size: 14px;}
.auth_page table th,
.auth_page table td {width: 110px; padding: 10px 25px; border: 2px solid #d7d7d7; font-weight: 400;}
.auth_page table th {background: #f4f4f4;}

/* my orders */
#my_order_page {    padding: 60px;}
#my_order_page h1 span {
    font-family: "Times New Roman";
    color: #a59364;
    font-size: 36px;
    margin-bottom: 16px;
    font-weight: normal;
    text-transform: uppercase;
}
#my_order_page .title span {font-size: 30px;}
#my_order_page .title small {margin-left: 20px;}
#my_order_page tr.tr_total td {color: #a59364; font-size: 18px;}
#my_order_page td.td_name {width: 560px;}
#my_order_page tr.tr_total td {color: #a59364; font-size: 18px;}
#my_order_page tr.tr_total td.text {width: 560px; text-align: right; padding-right: 90px;}
#my_order_page tr.tr_total td,
#my_order_page tr td .td_price {white-space: nowrap;}

.to_top {position: fixed;bottom: 65px;right: 10px;z-index: 80;display: none;}
.to_top img {width: 35px;}

@media (min-width: 1599px) and (max-width: 1699px) {
	ul.thumbs li {margin: 0 20px 40px 0!important;}
	ul.thumbs li:nth-child(4n) {margin-right:0!important;}
}
.wa-field.wa-field-email .wa-name:after,
.wa-field.wa-field-password .wa-name:after,
.wa-field.wa-field-password_confirm .wa-name:after {content:" *";color:#f00;}

#compare_table_wrap {margin-right:25px;}

.needsfilled {border-color: red !important;}
#message_block{width:260px;padding:20px;font-size:18px;line-height:24px;text-align:center;border:3px solid #a59364;background:#fff}
#shadow{width:100%;height:100%;background:#a59364;opacity:.5;z-index:90;position:fixed;top:0;display:none}
.popup{z-index:100;display:none;position:fixed;top:50%;left:50%}
.close_btn{    
	color: #a59364;
	font-size: 24px;
	font-style: normal;
	position: absolute;
	right: 5px;
	top: 5px;
	cursor:pointer;
}
#wa-my-info-wrapper .wa-form .wa-field .wa-name {padding-top:0;}
#wa-my-info-wrapper .wa-form .wa-field .wa-value p {margin-bottom:0;padding-bottom:0;}
#wa-my-info-wrapper .wa-form .wa-field .wa-value a#wa-my-info-cancel {margin-top: 15px;display: block;float: left;}

.jspPane {margin-left:0!important;}




