/*
 * Webasyst “Default” theme family
 * (version for desktop computers)
 *
 * @link http://www.webasyst.com/
 * @author Webasyst LLC
 * @copyright 2012 Webasyst LLC
 * @package Webasyst
 */

/* Reset
-------- */

@import url(//fonts.googleapis.com/css?family=Scada:400,700|Exo+2:400,700&subset=latin,cyrillic);

.rightnew{
    
margin-left:270px;
    
}


.addtocart{display:inline-block;margin-left:15px;}
#product-gallery{width:96px;float:left;margin-right:6px;}
.mm-page{min-height:100%;}
.metro {
    font-family:Arial, sans-serif;
    display: inline-block;
border:0px;;
color: #fff!important;
text-decoration: none;
font-weight: bold;
font-size: 16px;
padding: 7px 17px;
text-align: center;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
-ms-border-radius: 5px;
-o-border-radius: 5px;
border-radius: 5px;
background: #00aeef;
-webkit-box-shadow: 0 0 1px white inset;
-moz-box-shadow: 0 0 1px white inset;
box-shadow: 0 0 1px white inset;
transition: none;
cursor:pointer;

-moz-box-shadow: 0px 2px 0px #0a8ebf;
	-webkit-box-shadow: 2px 2px 0px #0a8ebf;
	box-shadow: 0px 2px 0px #0a8ebf;
}
.metro.disabled, .metro.disabled:hover {
    background: #00aeef;
    margin-left: 15px;
    cursor:default;
    opacity:0.2;
}

.catbottom{clear:both;font-size:10px;display:none;}

.metro a{color:white!important;}
 
.metro:hover {
    cursor:pointer;
    background: #39bff1;
    color:white!important;
}

.mobilecart{display:none;}
.maincart {
display: inline-block;
background-image: url('/img/carticon.png');
width: 33px;
background-size: 40px;
height: 24px;}


.cpt_product_discuss_link{
  display:none!important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, /* ol, ul, li, */ fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, credentials, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; }
article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
body { line-height: 1; height: 100%;
width: 100%;
font-family: Arial, sans-serif;
font-size: 14px;
background: #333333;
/*background-image: url('http://lookrussian.ru/wa-data/public/photos/themes/default/img/notebook.png');*/
}

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html, body { height: 100%; width: 100%; font-family: 'Exo 2', sans-serif; font-size: 14px; background: #fff; }
a { color: #03c; outline:0 none; }
a:focus { outline:none; outline-offset:-4px; }
a:visited { color: #63c; }
a:hover { color: red !important; }
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, .product-title { margin-bottom: 20px; }
h1, h2, h3 { font-weight: normal; }
h1 { font-size: 2.4em; }
h1 a { text-decoration:none; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.2em; }
h5, .product-title { font-size: 1.1em;margin-top:7px;color:black!important;display: block;
min-height: 40px; }
h5 a, .product-title a {color:black;}
h6 { font-size: 1em; }
h1, h2, h3, h4, h5, h6, .product-title { line-height:1.2em; margin-bottom:1em; }
ul, ol { padding-top:0; }
ol { list-style: decimal; }
input, textarea, select { margin:0; }
input, textarea { font-size: 1em; color: #000; font-family: 'Georgia', Times, serif; }
input[type="button"]:focus { outline:none; outline-offset:-2px; }
fieldset { border:1px solid #bbb; padding:10px; position:relative; background:#e9e9e9; margin-bottom:10px; }
legend { font-size:1.1em; padding:.4em .8em; background:#fff; //background:none;
border:1px solid #bbb; //border:none
}
fieldset p label { width:98%; }
fieldset p input[type="text"] { width:98%; }
fieldset p select { width:99%; }
blockquote { color: #555; font-size:0.9em; padding:20px; background: #f3f3f3; border-left: 2px solid #ccc; }
blockquote cite { font-size: 0.9em; }
hr { background-color: #ccc; height: 1px; border: 0; }

/* Misc
------- */

.inline-link { text-decoration: none !important; }
.inline-link b { border-bottom: 1px dotted; font-weight: normal; position: relative; top: -0.13em;}
.inline-link b i { font-style: normal; position: relative; top: 0.13em;}
.small { font-size: 0.9em; }
.large { font-size: 1.2em; }
.bold { font-weight: bold; }
.highlighted { background:  #FFFFCC; }
.gray { color: #aaa; }
.red { color: #f00; }
.hint { color: #aaa; font-size: .9em;}
.hint a { color: #aaa; }
.float-left { float: left !important; }
.float-right { float: right !important; }
.align-left { text-align: left; }
.align-center { text-align: center; }
.align-right { text-align: right; }
.clear-left { clear: left; }
.clear-both { clear: both; }
.no-underline { text-decoration: none; }
.nowrap { white-space: nowrap; display:inline-block; }
.shadowed { -moz-box-shadow: 0 2px 5px #aaa; -webkit-box-shadow: 0 2px 5px #aaa; box-shadow: 0 2px 5px #aaa; }
input::-webkit-input-placeholder { color: #aaa; }
input:-moz-placeholder { color: #aaa; }
input:-ms-input-placeholder { color: #aaa; }

/* 10x10, 16x16 Icons
--------------------- */

i.icon10 { background-repeat:no-repeat; height:10px; width:10px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon10 { text-decoration:none!important; vertical-align:top; margin: 0.2em 0.1em 0 0; }
i.icon16 { background-repeat:no-repeat; height:16px; width:16px; display:inline-block; text-indent:-9999px; text-decoration:none!important; }
* i.icon16 { text-decoration:none!important; vertical-align:top; margin: 0.1em 0.25em 0 0; }
.icon16.loading { background-position: 0; background-image: url('../../../../wa-content/img/loading16.gif'); }

/* Menus
-------- */
.topphone {
    color: #fff;
    float: right;
    font-size: 13pt;
    font-weight: 600;
    position: absolute;
    /*right: 7%;*/
    right: 4%;
    /*top: 7px;*/
    top: 43px;
}
.topphone a, .topphone a:hover, .topphone a:focus {
    text-decoration:none;
    color:#FFF !important;
}
.topphone .rf{
    font-size: 8pt;
}
.topcartblock {
    position: relative;
    top: 53px;
    z-index: 1;
}
.topcartblock .price{
     position: relative;
    top: -3px;
}
ul.menu-v { margin: 0 0 20px -6px; padding: 0; }
ul.menu-v li { list-style: none; padding: 0; margin: 3px 0 8px; line-height: 1.1em; }
ul.menu-v li a { padding: 5px 6px; display: block;}
ul.menu-v li.selected {
    background: #eee;
}
ul.menu-v li.selected a {
    font-weight: 700;
    color: #000;
    text-decoration: none;
}
ul.menu-v li.selected ul li a { background: inherit; color: #03c; text-decoration: underline; }
ul.menu-v li ul.menu-v { 
    margin-left: 13px; 
    margin-top: 5px;
    margin-bottom: 10px;
    padding-bottom: 15px;
}
ul.menu-v li ul.menu-v li {
    position: relative;
    padding-left: 10px;
    margin-bottom: 5px;
}
ul.menu-v li ul.menu-v li:before {
    content: "";
    position: absolute;
    top: .6em;
    left: 0;
    display: inline-block;
    width: 3px;
    height: 3px;
    background: #5b5b5b;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
ul.menu-v li ul.menu-v li a,
ul.menu-v li ul.menu-v li span { 
    padding: 1px 6px; 
    font-weight: 400;
    font-size: 0.857em;
    line-height: 1.666;
    color: #5b5b5b;
    text-decoration: underline;
}
ul.menu-v li ul.menu-v li.selected a,
ul.menu-v li ul.menu-v li.selected span {
    font-weight: 700;
    color: black;
    text-decoration: none;
}

ul.menu-v li ul.menu-v li ul.menu-v li a { font-size: 0.8em; }

ul.menu-h { margin-left: -5px; padding: 0; }
ul.menu-h li { display: inline-block; list-style: none; padding: 0 10px 0 0; display:block\9; float:left\9; /* ie8 hack */ }
ul.menu-h li a { display: inline-block; padding: 0px 5px; display:block\9; float:left\9; /* ie8 hack */ }
ul.menu-h li.selected a { color: #000; text-decoration: none; background: #eee; }
ul.menu-h li.selected a.inline-link b { border: none; }
ul.menu-h li.selected ul * { background: #fff !important; }

/* Default theme common layout
------------------------------ */

.container { padding: 1px 30px 0;

max-width: 1245px;
margin: 0 auto; /* max-width: 1440px; margin: 0 auto; */ }

.sidebar.left { width: 170px;
float: left;
padding: 20px;
border: 1px solid #ccc;
border-radius: 5px;
margin-bottom: 40px;
margin-right:60px;}
.sidebar.right { width: 190px; float: right; }
.content.left { margin-left: 200px; }
.content.right { margin-right: 200px; }
.app-header { min-height: 20px; padding-top: 0;display:none; }
.top-padded { padding-top: 50px; /* "due to heading" padding */ }

#header { font-family: Helvetica, Arial, sans-serif; background-color: #382d2d!important; color: #ccc; min-height:70px; 

top: 0;
width: 100%;
z-index: 99;
-moz-box-shadow: 0px 0px 4px #2e2221;
	-webkit-box-shadow: 0px 0px 4px #2e2221;
	box-shadow: 0px 0px 4px #2e2221;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2e2221')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#2e2221');

}
#header a { text-decoration: none; font-family: 'Exo 2', sans-serif;  }
#header ul#wa-apps {margin: 5px -10px;}
#header ul#wa-apps li { float: left; list-style: none; margin: 0; padding: 20px 0; }
#header ul#wa-apps li.selected { background: url("../img/app-selected.png") bottom center no-repeat; }
#header ul#wa-apps li a,
#header ul#wa-apps li strong { display: block; padding: 5px 10px; margin-right: 5px;margin-left:5px; color: #ccc; text-transform:uppercase;}
#header ul#wa-apps li a:visited { color: #ccc; }
#header ul#wa-apps li a:hover { color: #fff !important; }
#header ul#wa-apps li.selected a,
#header ul#wa-apps li.selected strong { font-weight: bold; color: #fff !important; }
#header ul#wa-apps li.float-right a,
#header ul#wa-apps li.float-right strong { margin-right: 0; margin-left: 10px; }
#header ul#wa-apps li.small { padding-top: 7px; padding-bottom: 6px; /* give some extra space because of a smaller font size */ }

#main { margin-top:5px;clear: both; line-height: 1.5em;min-height: 680px; }
.footer-clear{
    width:100%;
    height:201px;
    clear:both;
    display:block;
    
}
#footer { border-top: 2px solid #2e2221; clear: both;  font-size: 0.9em; color: white; min-height:201px;background-color:#382d2d!important;
/*    background-image:url('http://lookrussian.ru/wa-data/public/photos/themes/default/img/stardust.png');*/
}
#footer .container {  padding-left: 0; padding-right: 0; margin: 0 auto; padding-top: 13px; }
#footer #sub-links { margin-left: 200px; }
#footer #sub-links ul { list-style: none; padding: 0; margin: 0; }
#footer #sub-links ul li { float: left;  padding: 0 15px 0 0; }
#footer #copyright { float: left; padding: 0 5px; }
#footer #poweredby {  text-align: center; float: right; padding-top: 0; padding-right:10px; }
#footer #poweredby .dots { font-size: 0.8em; text-decoration: none; display: inline-block; width: 54px; height: 9px;
    /*background: url("http://www.webasyst.com/wa-content/img/dots/all-dots-default-order.png") no-repeat 0 3px; padding-top: 3px; margin-left: 10px; display: block\9; float: right\9;*/
}
/*#footer a {color:gray!important;}*/

/* Sign up & Login forms
------------------------ */

.wa-auth-adapters ul { padding: 0; min-height: 16px; }
.wa-auth-adapters ul li { list-style: none; float: left; padding: 0 15px 0 0; }
.wa-auth-adapters ul li a { display: block; padding: 0px 5px; }
.wa-auth-adapters ul li a img { position: relative; top: 3px; left: -3px; }
.wa-auth-adapters p { clear: left; color: #888; font-size: 0.9em; width: 80%; }

.wa-form { float: left; margin: 10px 0; overflow: visible; }
.wa-form .wa-field { clear: left; margin: 0; padding-top: 3px; }
.wa-form .wa-field .wa-name { float: left; width: 155px; padding-top: 0.05em; padding-bottom: 10px; font-size: 0.95em; }
.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-captcha { padding: 7px 0 10px; }
.wa-captcha p { clear: left; 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 .errormsg { display: inline; margin-left: 10px; }

/* Shop-Script specific
----------------------- */

/* Misc layout and elements */

.sidebar { padding-top: 0px; z-index:1000;}
.left190px{margin-left:235px;margin-bottom:40px;}
.sidebar.left300px { width: 270px;
float: left;
min-height: 100%;
height: 100%;
display: block; }
.content.left300px { margin-left: 200px; }
.sidebar.right300px { width: 270px; float: left; }
.content.right300px { margin-right: 20px; }
.sidebar p { line-height: 1.3em; }

.breadcrumbs { padding-top: 0px; }

.welcome { text-align: center; font-size: 110%; padding: 80px 0 150px; }

div.cart {background: #f1f1f1; width: 240px; padding: 15px 15px 15px; }
div.cart.empty { background: #fff; }
div.cart#cart-summary.fixed { display:none;border-bottom: 1px solid #cca; box-shadow: 0 3px 5px -3px #CCCCCC; overflow: hidden; position: fixed; top: 0; z-index: 1312; right: 30px; }

.search { padding-top: 20px; margin-right: 30px; }
.search input { font-size: 16px; width: 25%; }
.search.float-right { padding-top: 13px; }
.search.float-right input { width: 200px; }

.currency-toggle { margin-left: 10px; }

.bonus { background: #eed; padding: 2px 4px 1px; }

.plugin { margin-bottom: 20px; } /* shipping and payment plugins ouput */

/* Category */

.sub-categories { margin-bottom: 20px; }

.filters { width: 240px; padding: 15px; float: right; }
.filters input[type="text"] { font-size: 0.9em; width: 50px; text-align: right; }

/* Product info and lists */

.tags a { color: green; }
.tags.cloud { text-align: center; font-size: 0.9em; padding-top: 20px; margin-top: 30px; border-top: 1px solid #ccc; }

ul.skus { padding-left: 0; margin-bottom: 10px; }
ul.skus li { list-style: none; }

.stocks { margin-top: 10px; margin-bottom: 15px; font-size: 0.9em; }
.stocks .stock-critical { color: #e00; }
.stocks .stock-low { color: #a80; }
.stocks .stock-high { color: #0a0; }
.stocks .stock-none { color: #aaa; }

ul.menu-h.sorting { margin-left: 0; }
ul.menu-h.sorting li { padding-right: 5px; }

i.sort-desc { height: 0; width: 0; border: 4px solid transparent; border-bottom-color: #000; margin-bottom: 0.2em; display: inline-block; display: block\9; float: left\9; }
i.sort-asc { height: 0; width: 0; border: 4px solid transparent; border-top-color: #000; margin-top: 0; display: inline-block; display: block\9; float: left\9; }

.price { color: #a00; font-weight: bold; }
.price.tiny { color: #a55; font-weight: normal; font-size: 0.9em; }
.compare-at-price { text-decoration: line-through; color: #c66; margin: 0 3px; }
.out-of-stock { color: #a77; }
.disabled { color: #777; }
.description { margin-bottom: 20px; }
.error { color: #a33; }
.rating{position: absolute;
margin-top: -88px;
margin-left: -28px;
background-color: white;
padding: 3px;}
.rating i.icon16 { margin-right: 0.13em; }
h1 .rating i.icon16 { margin-top: 0.37em; }

table.compare { width: 100%; }
table.compare td { text-align: center; line-height: 1em; padding: 10px 2px; }
table.compare th { text-align: left; }
table.compare td img { display: block; margin: 0 auto 10px; }

ul.thumbs { padding: 0; margin: 0 auto;max-width:1245px; }
ul.thumbs li { 
    display: inline-block;
vertical-align: top;
padding: 0;
margin: 0 43px 50px -29px;
position: relative;
display: block\9;
float: left\9;
border-bottom: 1px solid #cccccc;
padding-bottom: 30px;
height: 370px\9;
    
}
ul.thumbs img { margin-bottom: 2px; display: block; }
ul.thumbs img.overhanging { position: absolute; left: -20px; }
ul.thumbs i.icon16.overhanging { position: absolute; left: -20px; margin: 0; top: 2px; }
ul.thumbs i.icon10.overhanging { position: absolute; margin-left: -17px; margin-right: 7px; }
ul.thumbs input { margin: 0 3px 0 0 /* for correct checkbox display */; }
ul.thumbs.li50px li { width: 50px; } /* fixed li width options */
ul.thumbs.li100px li { width: 100px; }
ul.thumbs.li150px li { width: 150px; }
ul.thumbs.li200px li { width: 200px; }
ul.thumbs.li250px li { width: 250px; }
ul.thumbs.li300px li { width: 300px; }
ul.thumbs.li350px li { width: 350px; }
ul.thumbs li a { font-weight: bold; }
ul.thumbs li p { margin-bottom: 0; }
ul.thumbs li.selected { /* nothing! */ }
ul.thumbs li.selected img { border: 4px solid #FDDA3B; margin: -4px -2px -2px -4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; }
ul.thumbs li.highlighted { background: inherit; }
ul.thumbs li.highlighted img { -moz-box-shadow: 0px 0px 10px #fe2; -webkit-box-shadow: 0px 0px 10px #fe2; box-shadow: 0px 0px 10px #fe2; }

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

.image { margin-left:6px;margin-right:20px;float:left;position: relative; display: inline-block; max-width: 100%; display: block\9; /* IE8- hack */ }
.image img { max-width: 100%; height: auto; }
.image .corner { position: absolute; z-index:10; font-size: 0.8em; color: #fff; font-weight: bold; }
.image .corner.top { top:-5px; }
.image .corner.bottom { bottom:-5px; }
.image .corner.left { left:-8px; }
.image .corner.right { right:-8px; }
.image .loading { opacity: 0.7; }
.gallery .image { float: left\9; /* IE8 */ }

.badge { background: #fff; border-radius: 50%; border: 4px double rgba(0,0,0,0.3); width: 100px; height: 100px; transform: rotate(-13deg); -webkit-transform: rotate(-13deg); -moz-transform: rotate(-13deg); -o-transform: rotate(-13deg); box-shadow: 0 3px 10px rgba(0,0,0,0.3); color: #000; font-weight: bold; font-style: italic; font-size: 1.6em; padding: 11px 13px 15px; overflow: hidden; }
.badge span { display: block; vertical-align: middle; text-align: center; line-height: 1.2em; padding-top: 40px; }
.badge.new { background: #ff4; color: #000; }
.badge.bestseller { background: #74ff30; color: #030; }
.badge.low-price { background: #ffc2e3; color: #300; }

ul.thumbs .badge { font-size: 1.05em; width: 70px; height: 70px; padding: 2px; }
ul.thumbs .badge span { width: 68px; margin-top: 28px; padding-top: 0px; }
table.table { margin: 20px 0; }
table.table .image { margin-right: 10px; width: 48px; }
table.table .badge { font-size: 0.8em; width: 24px; height: 24px; padding: 3px 3px 4px; border: 0; }
table.table .badge span { display: block; width: 20px; overflow: hidden; padding-top: 6px; padding-left: 3px; }

table.cart td { vertical-align: top; padding: 20px 7px 25px; height: 53px; }
table.cart td input.qty { max-width: 50px; text-align: right; }
table.cart td.total { font-size: 1.3em; }

.options { line-height: 1.8em; }
.services { margin-bottom: 20px; }
.add2cart { margin-bottom: 20px; }

.aux { padding: 15px; font-size: 0.9em; }
table.features { border-spacing: 0; border-collapse: collapse; }
table.features .name { min-width: 95px; color: #777; font-size: 0.95em; padding-top: 0.05em; vertical-align: top; }
table.features tr.divider td { border-bottom: 1px solid #ccc; padding-left: 0; padding-top: 15px; }

/* Checkout */

.checkout { margin: 30px 100px 100px; }
.checkout ul.checkout-navigation { margin: 25px 0; text-align: center; }
.checkout ul.checkout-navigation li.upcoming a { text-decoration: none; color: #aaa !important; cursor: default; }
.checkout ul.checkout-options { padding-left: 25px; margin-top: 30px; }
.checkout ul.checkout-options li { list-style: none; position: relative; margin-bottom: 50px; width: 90%; clear: both; }
.checkout ul.checkout-options li h3 { font-weight: bold; margin-bottom: 10px; }
.checkout ul.checkout-options li h3 label { margin-right: 10px; }
.checkout ul.checkout-options li .rate { float: right; text-align: center; width: 250px; }
.checkout ul.checkout-options li p { width: 70%; }
.checkout ul.checkout-options li input[type="radio"] { position: absolute; top: 7px; left: -25px; }
.checkout ul.checkout-options li label input[type="radio"] { top: 4px; left: -20px; }
.checkout ul.checkout-options li img.method-logo { position: relative; float: left; margin-right: 10px; top: -5px; left: 0px; /* adjusted for default 60x32-px logos */ }
.checkout ul.checkout-options li .wa-form { margin-top: -5px; margin-bottom: 30px; }
.checkout ul.checkout-options li .wa-form label input[type="radio"] { position: static; }

.checkout .checkout-result { margin: 100px auto 200px; text-align: center; }
.checkout .checkout-result h1 { font-size: 4em; margin-bottom: 50px; }
.checkout .checkout-result.error h1 { color: red; }
.checkout .checkout-result .back { margin-top: 50px; }
.checkout .checkout-result .wa-form { margin: 10px auto 20px; width: 400px; float: none; }
.checkout .checkout-step { padding-bottom: 30px; }
.checkout .checkout-step ul.menu-v { margin-left: 0; margin-top: 20px; }
.checkout .checkout-step #login-form h1 { display: none; }
.checkout .comment { width: 100%; height: 100px; margin-bottom: 20px; }
.checkout blockquote img { margin-right: 20px; float: left; }
.checkout blockquote p { color: #000; margin-bottom: 0; }
.checkout blockquote ul.menu-v { margin: 0; }
.checkout blockquote ul.menu-v li { font-size: 1.1em; margin: 0px 0; line-height: 2em; }
.checkout blockquote ul.menu-v li input { margin-right: 5px; }

.checkout .errormsg.inline { display: inline; margin-left: 10px; }

/* Product reviews */

.write-review { margin: 30px 0 40px; }

.review { margin-bottom: 30px; }
.review .summary { font-size: 0.9em; color: #777; }
.review .summary h6 { color: #000; font-size: 1.1em; }
.review .summary a.username { color: #777; }
.review .summary a.username:hover { color: red; }
.review .summary a { display: inline; padding: 0; }
.review .summary .date { color:#aaa; }
.review p { margin-top: 5px; margin-bottom: 5px; line-height: 1.3em; }
.review .actions a { padding: 0 !important; }

.reviews { margin-bottom: 20px; }
.reviews ul { margin-left: 0; }
.reviews ul li ul { padding-left: 25px; }
.reviews ul li ul li .review h6 { color: #555; }
.reviews ul li .review-form { padding: 10px 30px; }
.reviews ul li .review-form textarea { min-height: 100px; }
.reviews ul.menu-h.auth-type { padding: 0 0 40px; margin-left: -5px; }
.reviews ul.menu-h.auth-type li { padding-right: 10px; }
.reviews ul.menu-h.auth-type li a { padding: 5px 6px; }
.reviews ul.menu-h.auth-type li a img { top: 0; }
.reviews textarea { height: 100px; min-height: 100px; width: 75%; margin-top: 0; }

.review-form { padding: 0; margin-bottom: 30px; }
.review-form h4 { margin: 0 0 20px; font-weight: normal; }
.review-form-fields p { margin: 0 0 10px; }
.review-form-fields p.review-field a { display: inline; padding: 0; text-decoration: none; }
.review-form-fields label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #aaa;}
.review-form-fields input[type="text"] { width: 20em;}
.review-form textarea { min-width: 70%; min-height: 160px; }
.review-form .review-submit { padding:0 0 20px 170px;}
.review-form .userpic { width: 20px; height: 20px; float: left; margin-right: 5px; }
.review-form ul.menu-h.auth-type li a img { float: left; margin-right: 3px; position: relative; top: 2px; }
.review-form ul.menu-h.auth-type { padding-bottom: 20px; }
.review-form label { width: 160px; display: block; clear: left; float: left; margin: 0 10px 0 0; color: #AAA; }
.reviews span.rate { line-height: 1.3em; display: block; margin: 0.5em 0; }
.reviews span.rate a { text-decoration: none !important; }
.reviews span.rate .icon10 { background-repeat: no-repeat; background-image: url(../../../../wa-content/img/icon10.png); height: 10px; width: 10px; display: inline-block; text-indent: -9999px; }
.reviews span.rate .icon10.star { background-position: -60px -40px; }
.reviews span.rate .icon10.star-empty { background-position: -80px -40px; }

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

/* Dialog */

.dialog { display: none; }
.dialog-background { position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: #fff; opacity: 0.8; filter: alpha(opacity=80); z-index: 99; }
.dialog-window .cart { position: fixed; top: 15%; left: 0; right: 0; opacity: 1; z-index: 100; overflow-x: hidden; box-shadow: 0 3px 5px -3px #CCCCCC; margin: 0 auto; text-align: left; width: 400px; bottom: 15%; line-height: 1.5em; }
.dialog-window .dialog-close { float: right; color: #cc8; text-decoration: none; font-size: 200%; margin-top: -3px; }

/* Customer account */

.order-status { padding: 2px 5px; color: #fff; }
h1 .order-status { font-size: 0.75em; margin-left: 10px; }

/* Shop-Script icons */

.icon10,
.icon16 { background-image: url("../img/icons.png"); }
.icon16.star,
.icon16.star-full { background-position:-16px 0; }
.icon16.star-half { background-position:-32px 0; }
.icon16.star-empty { background-position:-48px 0; }
.icon16.star-hover { background-position:-64px 0; }
.icon10.star,
.icon10.star-full { background-position:0 -16px; }
.icon10.star-half { background-position:-10px -16px; }
.icon10.star-empty { background-position:-20px -16px; }
.icon16.cart { background-position:-80px 0; }
.icon16.remove { background-position:-96px 0; }
.icon16.saved { background-position:-112px 0; }
.icon16.stock-red { background-position:-128px 0; }
.icon16.stock-yellow { background-position:-144px 0; }
.icon16.stock-green { background-position:-160px 0; }
.icon16.stock-transparent { background-position:-176px 0; }
.icon16.loading { background-image: url("img/loading16.gif"); background-position:0 0; }

.icon16.color { border-radius: 50%; border: 1px solid rgba(0,0,0,0.2); width: 14px; height: 14px; }


.toplogo{
background-image: url('../img/logo.png');
height: 50px;
background-repeat: no-repeat;
background-size: 95px;
display: table;
width: 100px;
float: left;
margin-right: 19px;
margin-top: 10px;
    
}

.photoname{
    color:white;
    background-color:black;
    padding:5px;
    display:inline-block;
    font-size:12px;
    font-weight:normal;
    font-family:Arial,sans-serif;
    
}

.photodesc{
    color:white;
    background-color:black;
    padding:5px;
    display:table;
    font-size:12px;
    font-weight:normal;
    font-family:Arial,sans-serif;
    clear:both;
    
}

.descblock{
    display:block;
    margin-top:-80px;
    position:relative;
    z-index:9099;
    margin-left:20px;
}

.footerdec{
    width:50%;
    float:left;
    margin-bottom:30px;
}

.copy{
    clear:both;
    width:100%;
    
}

.topinfoblock{
    width:100%;
    min-height:30px;
    background-color:black;
    /*background-image:url('http://lookrussian.ru/wa-data/public/photos/themes/default/img/office.png');*/
    -moz-box-shadow: 0px 0px 3px #2e2221;
	-webkit-box-shadow: 0px 0px 3px #2e2221;
	box-shadow: 0px 0px 3px #2e2221;
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#2e2221')";
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=3, Direction=135, Color='#2e2221');
    
}

.topinfoblock-ul{
    position:relative; 
    display:table;
    margin:0px ;
    padding:10px 30px 10px 30px;
    font-size:12px;
}


.topinfoblock-ul li{
    list-style-type:none;
    float:left;
    margin-right:30px;
    color:white!important;
}   

.topinfoblock-ul li a{
    color:white!important; 
    text-transform:uppercase;
    text-decoration:underline!important;
}

.mobilemenu{
    display:none;
}

.hidden {
  display: none;
}

h1.category-name_clickable {
  /*border-bottom: 1px dashed black; */ 
}

h1.category-name_clickable:hover {
  cursor: pointer;
}

.yashare-auto-init {
  float: right;
}

/* Яндекс поиск */

#ya-site-results
{
    color: #000000;
    background: #FFFFFF;
    text-align: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 0;
    display: inline-block;    
}

#ya-site-results .b-pager__current,
#ya-site-results .b-serp-item__number
{
    color: #000000 !important;
}

#ya-site-results
{
    font-family: Arial !important;
    width: 60%;
}

#ya-site-results :visited,
#ya-site-results .b-pager :visited,
#ya-site-results .b-foot__link:visited,
#ya-site-results .b-copyright__link:visited
{
    color: #800080;
}

#ya-site-results a:link,
#ya-site-results a:active,
#ya-site-results .b-pseudo-link,
#ya-site-results .b-head-tabs__link,
#ya-site-results .b-head-tabs__link:link,
#ya-site-results .b-head-tabs__link:visited,
#ya-site-results .b-dropdown__list .b-pseudo-link,
#ya-site-results .b-dropdowna__switcher .b-pseudo-link,
.b-popupa .b-popupa__content .b-menu__item,
#ya-site-results .b-foot__link:link,
#ya-site-results .b-copyright__link:link,
#ya-site-results .b-serp-item__mime,
#ya-site-results .b-pager :link
{
    color: #0033FF;
}

#ya-site-results :link:hover,
#ya-site-results :visited:hover,
#ya-site-results .b-pseudo-link:hover
{
    color: #FF0000 !important;
}

#ya-site-results .l-page,
#ya-site-results .b-bottom-wizard
{
    font-size: 13px;
}

#ya-site-results .b-pager
{
    font-size: 1.25em;
}

#ya-site-results .b-serp-item__text,
#ya-site-results .ad
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .b-serp-item__title-link,
#ya-site-results .ad .ad-link
{
    font-style: normal;
    font-weight: normal;
}

#ya-site-results .ad .ad-link a
{
    font-weight: bold;
}

#ya-site-results .b-serp-item__title,
#ya-site-results .ad .ad-link
{
    font-size: 16px;
}

#ya-site-results .b-serp-item__title-link:link,
#ya-site-results .b-serp-item__title-link
{
    font-size: 1em;
}

#ya-site-results .b-serp-item__number
{
    font-size: 13px;
}

#ya-site-results .ad .ad-link a
{
    font-size: 0.88em;
}

#ya-site-results .b-serp-url,
#ya-site-results .b-direct .url,
#ya-site-results .b-direct .url a:link,
#ya-site-results .b-direct .url a:visited
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #329932;
}

#ya-site-results .b-serp-item__links-link
{
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
    color: #000000 !important;
}

#ya-site-results .b-pager__inactive,
#ya-site-results .b-serp-item__from,
#ya-site-results .b-direct__head-link,
#ya-site-results .b-image__title,
#ya-site-results .b-video__title
{
    color: #000000 !important;
}

#ya-site-results .b-pager__current,
#ya-site-results .b-pager__select
{
    background: #E0E0E0;
}

#ya-site-results .b-foot,
#ya-site-results .b-line
{
    border-top-color: #E0E0E0;
}

#ya-site-results .b-dropdown__popup .b-dropdown__list,
.b-popupa .b-popupa__content
{
    background-color: #FFFFFF;
}

.b-popupa .b-popupa__tail
{
    border-color: #E0E0E0 transparent;
}

.b-popupa .b-popupa__tail-i
{
    border-color: #FFFFFF transparent;
}

.b-popupa_direction_left.b-popupa_theme_ffffff .b-popupa__tail-i,
.b-popupa_direction_right.b-popupa_theme_ffffff .b-popupa__tail-i
{
    border-color: transparent #FFFFFF;
}

#ya-site-results .b-dropdowna__popup .b-menu_preset_vmenu .b-menu__separator
{
    border-color: #E0E0E0;
}

.b-specification-list,
.b-specification-list .b-pseudo-link,
.b-specification-item__content label,
.b-specification-item__content .b-link,
.b-specification-list .b-specification-list__reset .b-link
{
    color: #000000 !important;
    font-family: Arial;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar__title
{
    font-family: Arial;
    color: #000000;
    font-size: 13px;
    font-style: normal;
    font-weight: normal;
}

.b-specification-item__content .b-calendar-month__day_now_yes
{
    color: #E0E0E0;
}

.b-specification-item__content .b-calendar .b-pseudo-link
{
    color: #000000;
}

.b-specification-item__content
{
    font-family: Arial !important;
    font-size: 13px;
}

.b-specification-item__content :visited
{
    color: #800080;
}

.b-specification-item__content .b-pseudo-link:hover,
.b-specification-item__content :visited:hover
{
    color: #FF0000 !important;
}

#ya-site-results .b-popupa .b-popupa__tail-i
{
    background: #FFFFFF;
    border-color: #E0E0E0 !important;
}


.delivery {
  height: 20px;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
}

/*--------------- ya search ----------------*/

.clearfix:before,
.clearfix:after {
     content: ' ';
     display: block;
     height: 0;
     overflow:
     hidden;
}
.clearfix:after {
     clear: both;
}

.header-search {
    position: absolute;
    right: 4%;
    /*top: 39px;*/
    top: 75px;
    width: 150px;
    height: 25px;
}
/*input.ya-site-form__input-text {
    position: absolute;
    right: 3.8%;
    top: 77px;
    background-image: url(http://lookrussian.ru/wa-data/public/shop/themes/default/img/search-icon.png);
    background-size: 15px;
    background-repeat: no-repeat;
    background-position: 132px, 4px;
    box-shadow: 0 2px 3px #151515 inset;
    border: none;
}*/
#ya-site-form0 .ya-site-form__search td {
    padding: 0;
}
.ya-page_js_yes .ya-site-form_inited_no { 
    display: none;
}

#ya-site-form0 .ya-site-form__input-text {
    width: 150px !important;
    height: 25px;
}

#ya-site-form0 {
    margin-top: 20px !important;
    width: 150px;
    height: 10px;
    margin-right: 6%  !important;
    float: right;
}

.ya-site-form__submit {
    display: none !important;
}

#ya-site-form0 .ya-site-form__form .ya-site-form__input-text {
    padding: 0 20px 0 10px;
    background: url(../img/search-icon.png) 99% 50% no-repeat;
}

@media all and (max-width: 760px) {
    
    .header-search {
        position: relative;
        top: auto;
        right: auto;
        clear: both;
        margin: 0 auto;
        padding: 10px 0px;
    }
    .header-search #ya-site-form0 {
        float: none;
        margin: 0 auto;
    }
}

/*--------------- ya search ----------------*/

.catalog-download__btn {
    float: left;
    width: 211px;
    display: inline-block;
    margin: 0 0 20px 0;
    line-height: 0;
}

.catalog-download__btn img {
    max-width: 100%;
    height: auto;
}

/* reviews-block correction */

.easyreviews {
    float: right;
}
.easyreviews .wa-form {
    float: left; margin: 10px 0; margin-bottom: 40px; overflow: visible;
}

/* order-block improvements */

.sales-banner {
    width: 100%;
    background-color: #382d2d;
}

.sales-banner-basket {
    width: 95%;
    margin-top: 15px;
    float: none;
}

@media (min-width: 300px) {

.sales-banner {
    float: left;
    min-height: 40px;
}

.sales-banner-basket {
    float: none;
}

.sales-banner__text {
    margin: 0;
    padding: 12px 15px;
    font-family: 'Exo 2', sans-serif;
    font-size: 12px;
    line-height: 16px;
    color: #ffffff;
}

}


@media (min-width: 768px) {

.sales-banner {
    float: left;
    min-height: 40px;
}

.sales-banner-basket {
    float: none;
}

.sales-banner__text {
    margin: 0;
    padding: 10px 15px;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

}

@media (min-width: 992px) {

.sales-banner {
    float: left;
    min-height: 40px;
}

.sales-banner-basket {
    float: none;
}

.sales-banner__text {
    margin: 0;
    padding: 10px 15px;
    font-family: 'Exo 2', sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
}

}

