/*
 * 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%;
}

article, aside, credentials, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

/* Common HTML elements, fonts, and colors
------------------------------------------ */
html, body {
    width: 100%;
    min-height: 100%;
    /*font-family: 'Helvetica Neue', Arial, sans-serif;*/
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    background: #fff url(img/bg1.png) top left repeat;
    line-height: 1.4em;
    color: #606060;
}

a {
    color: #00051c;
    outline: 0 none;
    text-decoration: none;
}

a:focus {
    outline: none;
    outline-offset: -4px;
}

a:visited {
}

a.not-visited:visited {
    color: #00051c;
}

a:hover {
    color: #c75a5f;
    text-decoration: underline;
}

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, .h2, h3, .h3, h4, .h4, h5, h6, ol, ul, pre, table, address, fieldset, blockquote {
    margin-bottom: 20px;
}

h1 {
    font-size: 1.8em;
}

h1 a {
    text-decoration: none;
}

h2, .h2 {
    font-size: 1.6em;
}

.h2 {
    font-weight: bold;
}

h3, .h3 {
    font-size: 1.3em;
}

.h3 {
    font-weight: bold;
}

h4 {
    font-size: 1.2em;
}

h5, .h5 {
    font-size: 1.1em;
}

.h5 {
    font-weight: bold;
}

h6 {
    font-size: 1em;
}

h1, h2, .h2, h3, .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 {
    color: #555;
    font-size: 0.9em;
    padding: 20px;
    background: #f3f3f3;
}

blockquote cite {
    font-size: 0.9em;
}

hr {
    background-color: rgba(0,0,0,0.15);
    height: 1px;
    border: 0;
}

input::-webkit-input-placeholder {
    color: #bbb;
}

input:-moz-placeholder, input::-moz-placeholder {
    color: #bbb;
}

input:-ms-input-placeholder {
    color: #bbb;
}

/* Misc elements
---------------- */
.hidden {
    display: none;
}

.block {
    padding: 25px 30px;
}

.inline {
    display: inline !important;
}

.inline-link {
    text-decoration: none !important;
}

.inline-link b, .inline-link .b {
    border-bottom: 1px dotted;
    font-weight: normal;
    position: relative;
    top: -0.13em;
}

.inline-link b i, .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;
}

.phone {
    color: #9d2639;
    font-size: 20px;
    display: block;
}

.hint {
    color: #635d6a;
    font-size: 16px;
    padding-top: 25px;
    display: block;
}

.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;
    background: #fff;
}

.container:before, .container:after {
    content: " ";
    clear: both;
}

footer .container.top {
    padding-top: 10px;
    position: relative;
}

.breadcrumbs {
    padding: 0px 0 25px 0px;
    font-size: 13px;
}

.breadcrumbs a {
    color: #c75a5f;
    font-size: 12px;
}

.breadcrumbs span.rarr {
    color: #c75a5f;
    margin: 0 5px;
}

.breadcrumbs span.name {
    color: #9c9c9c;
    font-size: 12px;
}

.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
---------- */


/* Navigation menus
------------------- */
.menu a {
    text-decoration: none;
}

ul.menu-v {
    margin: 0;
    padding: 0;
    font-family: 'Helvetica Neue', 'Trebuchet MS', Arial, sans-serif;
}

ul.menu-v li {
    list-style: none;
    padding: 0;
    line-height: 1.3em;
    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
------------------------ */
.blackout {
    display: none;
    position: fixed;
    /*background: rgba(0, 0, 0, 0.5);*/
    background: url(img/blackout.png) repeat;
    z-index: 1000;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}
.close_window {
    position: absolute;
    width: 27px;
    height: 27px;
    display: inline-block;
    top: -27px;
    right: -27px;
    background: url('img/x2.png') 0px 0px no-repeat;
    z-index: 1001;
    cursor: pointer;
}
.show_pass {
    position: absolute;
    width: 20px;
    height: 12px;
    display: inline-block;
    top: 10px;
    right: 10px;
    background: url('img/eye.png') 0px 0px no-repeat;
    cursor: pointer;
}
.signup_window {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -158px;
    width: 315px;
    z-index: 1001;
    background: #eee;
    border-radius: 3px;
}
.enter_to {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -158px;
    width: 315px;
    z-index: 1001;
    background: #eee;
    border-radius: 5px;
}
.enter_to h1 {
    padding: 13px 0px;
    color: #fff;
    background: #bbb;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 10px;
}
.enter_to .wa-form {
    width: 256px;
    margin: auto;
}
.enter_to .wa-field-password {
    position: relative;
}
.enter_to .wa-field-email input, 
.enter_to .wa-field-password input {
    border: 0px;
    outline: 0px;
    padding: 7px;
}
.enter_to .wa-submit {
    text-align: right;
}
.enter_to .wa-submit .forgotpassword {
    color: #9b9b9b;
    border-bottom: 1px dashed;
    margin-right: 15px;
    text-decoration: none;
}

#auth_btn_go {
    border: 0px;
    outline: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 30px;
    width: 100px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
#auth_btn_go:hover {
    background: #d5696e;
}
#auth_btn_go:active {
    background: #ac5158;
}
/*.enter_to iframe {
    width: 315px;
    height: 220px;
}*/

.signup_window h1 {
    padding: 13px 0px;
    color: #fff;
    background: #bbb;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 10px;
}
.signup_window .wa-form {
    width: 256px;
    margin: auto;
}
.signup_window .form_notes {
    font-size: 13px;
    color: #bababa;
    padding: 0px 0px 10px 0px;
    text-align: center;
}
.signup_window .show_pass {
    right: 40px;
    top: 254px;
}
.signup_window .wa-field-firstname input, 
.signup_window .wa-field-email input, 
.signup_window .wa-field-password input {
    border: 0px;
    outline: 0px;
    padding: 7px;
}
.signup_window .wa-submit {
    text-align: center;
}

.signup_window .wa-submit input {
    border: 0px;
    outline: 0px;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    text-align: center;
    line-height: 30px;
    width: 100px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.signup_window .wa-submit input:hover {
    background: #d5696e;
}
.signup_window .wa-submit input:active {
    background: #ac5158;
}
.signup_error {
    color: #c75a5f;
    margin-bottom: 20px;
}
.signup_error .suc_reg {
    padding: 25px 0px 10px 0px;
    text-align: center;
    color: #606060;
    font-size: 22px;
}
.signup_error p {
    text-align: center;
    color: #9c9c9c;
    width: 180px;
    margin: auto;
}
.signup_error p span {
    color: #c75a5f;
    border-bottom: 1px dashed;
}



.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 {
    margin: 10px 0;
    overflow: visible;
}

.wa-form .wa-field {
    clear: left;
    margin: 0;
    padding-top: 3px;
}

.wa-form .wa-field .wa-name {
    width: 155px;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 14px;
    color: #606060;
}

.wa-form .wa-field.wa-separator {
    height: 10px;
}

.wa-form .wa-field .wa-value {
    margin-bottom: 12px;
    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: 242px;
    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: 7px;
    margin-bottom: 20px;
}

.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: #c75a5f;
}

.wa-form .wa-field.wa-required .wa-name:after {
    content: " *";
    color: #c75a5f;
}

.wa-captcha {
    padding: 7px 0 10px;
}

.wa-captcha p {
    margin: 0;
}

.wa-captcha strong {
    font-size: 1.2em;
}

.wa-captcha p img {
    float: left !important;
    margin-right: 5px;
    margin-top: -8px;
}

.wa-captcha .wa-captcha-refresh {
    font-size: 0.8em;
    text-decoration: underline;
    color: #aaa;
}

.wa-captcha .wa-captcha-input {
    display: inline !important;
}

.wa-captcha .errormsg {
    display: inline-block;
    margin-left: 10px;
    display: block\9;
    float: left\9;
}

input.error, textarea.error {
    border: 2px solid red;
}

.errormsg {
    color: red;
    margin-left: 170px;
    display: block;
}

/* Multi-column layout
---------------------- */
.row {
    clear: both;
    border-top: 1px solid #eee;
    padding: 20px 0;
}

.row.no-border {
    border: none;
}

.col {
    float: left;
}

.col.w1 {
    width: 6%;
}

.col.w2 {
    width: 12%;
}

.col.w3 {
    width: 18%;
}

.col.w4 {
    width: 24%;
}

.col.w5 {
    width: 30%;
}

.col.w6 {
    width: 36%;
}

.col.w7 {
    width: 42%;
}

.col.w8 {
    width: 48%;
}

.col.w9 {
    width: 54%;
}

.col.w10 {
    width: 60%;
}

.col.w11 {
    width: 66%;
}

.col.w12 {
    width: 72%;
}

.col.w13 {
    width: 78%;
}

.col.w14 {
    width: 84%;
}

.col.w15 {
    width: 90%;
}

.col.w16 {
    width: 96%;
}

/* Tables
--------- */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

table th {
    color: #aaa;
    padding: 0px 10px 7px;
}

table td {
    padding: 10px;
    border: 1px solid rgba(0,0,0,0.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 {
    display: none;
}

.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;
}

.product-search-list#product-list {
    margin-left: 0px;
}
.product-search-list#product-list ul.thumbs {
    margin: 0px;
}
.product-search-list#product-list ul.thumbs li {
    width: 222px;
    margin: 0px 5px 20px 5px;
}
/* Header: global navigation
---------------------------- */
/*header nav { border-bottom:2px solid #c75a5f; }*/
.top_fixed_bar_wrap {
    position: fixed;
    z-index: 100;
    background-color: #c75a5f;
    width: 100%;
    top: 0;
    display: none;
    color: #fff;
}
.top_fixed_bar {
    width: 1005px;
    margin: auto;
}
.top_fixed_bar > div {
    display: inline-block;
    vertical-align: top;
    padding: 20px 0;
    font-size: 13px;
}
.top_fixed_bar a, 
.top_fixed_bar a:hover {
    color: #fff;
}
.top_fixed_item1-320 {
    display: none;
}
.top_fixed_bar .top_fixed_item3 {
    padding: 18px 0 15px 0;
    margin-right: 240px;
}
.top_fixed_bar .top_fixed_item3 .search-header {
    padding: 0;
}
.top_fixed_item4 {
    background: #ab5057;
    padding: 15px 0 25px 0;
}
.top_fixed_item4 a {
    border-bottom: 1px dashed;
    text-decoration: none;
    margin: 0px 12px;
    font-size: 15px;
}
#compare-leash {
    width: 170px;
}
#favor-leash {
    width: 200px;
}

header.globalheader {
    position: relative;
}

header a {
    text-decoration: none;
}

header #globalnav {
  background: #fff;
  padding-top: 20px;
}

header nav .feedback {
    font-weight: bold;
}

header nav .feedback {
    font-size: 13px;
}

header h2, header .h2 {
    float: left;
    padding: 10px 15px 9px;
    margin: 0 0px 0 -15px;
    font-size: 1.3em;
}

header h2 a, header .h2 a {
    color: #eee !important;
}

header h2 a span, header .h2 span {
    display: none;
}

header h2 a:hover, header .h2 a:hover {
    color: #eea !important;
}

header .store-info {
    text-align: left;
}

header .apps {
    padding: 0px;
    margin: 0px;
}
header .apps.store-info {
    padding: 0;
    margin: 0px 0px 40px 0px;
}

.phones_mobile {
    display: none;
}
.phones a {
    text-decoration: none;
}
header .apps .phones {
  display: inline-block;
  vertical-align: top;
  padding: 22px 0px 0px 74px;
    text-align: right;
}
header .apps .phones .top_notes {
    padding-top: 2px;
}
header .apps .phones .phone {
  font-size: 18px;
  color: #606060;
  font-weight: bold;
}
header .apps .phones .phone span {
  font-size: 16px;
  font-weight: normal;
}
header .apps .top_notes {
  font-size: 12px;
  color: #9c9c9c;
  padding-bottom: 20px;
}
header .apps .phones .top_notes{
    padding-bottom: 0px;
}
header .apps .worktime {
  display: inline-block;
  vertical-align: top;
  padding: 22px 0px 0px 70px;
      text-align: right;
}
header .apps .worktime .hint {
  font-size: 14px;
  color: #606060;
  padding-top: 0px;
}
header .apps .worktime .hint span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.ord_call_btn {
  width: 140px;
  line-height: 30px;
  background: #c75a5f;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin-left: auto;
}
.ord_call_btn:hover {
  background: #d5696e;
}
.ord_call_btn:active {
  background: #ac5158;
}
.write_btn {
  width: 130px;
  line-height: 30px;
  background: #808080;
  color: #fff;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
  border-radius: 3px;
  margin-left: auto;
}
.write_btn:hover {
  background: #939393;
}
.write_btn:active {
  background: #707070;
}

header .apps li {
    float: left;
    list-style: none;
}

header .apps li a {
    display: block;
    padding: 20px 20px 20px 0;
    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 .top-menu {
    clear: both;
    text-align: center;
    background: #c75a5f;
}
header .top-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px;
    padding: 0px 28px;
    line-height: 40px;
    background: url(img/vert_sep.png) no-repeat center right;
    list-style: none;
    float: none;
}
header .top-menu li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px;
    color: #fff;
}

header .top-menu li:hover {
    background: #d5696e;
} 
header .top-menu li.active {
    background: #808080;
}
header .top-menu li:hover a, 
header .top-menu li.active a {
    color: #fff;
    text-decoration: none;
}
header .top-menu li.search-head, 
header .top-menu li.search-head:hover {
    background: transparent;
    padding-left: 50px;
    padding-right: 0px;
}

header .cart-auth {
    margin-left: 4%;
    float: right;
    text-align: right;
}

header .feedback {
    /*color:#00051c;*/
    text-decoration: underline;
}

header .auth {
    /*float: right; */
    margin-bottom: 5px;
    margin-top: 20px;
    padding-left: 10px;
    display: inline-block;
}

header .auth li {
    list-style: none;
    float: left;
    color: #606060;
}
header .auth li.ismobile {
    padding: 0px 19px 0px 19px;
}

header .auth li span, 
header .auth li a {
    font-size: 13px;
    padding: 0px;
    color: #606060;
    cursor: pointer;
}

header .auth li span:hover, 
header .auth li a:hover {
    color: #c75a5f !important; 
}

header .auth li a:visited {
    color: #606060; 
}
header .cart {
    position: relative;
    color: #c75a5f;
    padding: 8px 10px 10px 45px;
    border-radius: 3px;
    background: #eee url(img/cart_icon.png) no-repeat 14px 10px;
}
.cart_head a {
    color: #c75a5f;
}
header .cart.cart_full .cart_head a, 
header .cart.fixed .cart_head a {
    color: #fff;
}
header .cart.cart_full {
    background: #808080 url(img/cart_icon2.png) no-repeat 14px 10px;
    color: #fff;
}
header .cart.cart_full.fixed {
    background: transparent url(img/cart_icon2.png) no-repeat 0px 9px;
}
.cart.fixed {
    position: fixed;
    z-index: 101;
    top: 14px;
    background: transparent url(img/cart_icon2.png) no-repeat 0px 9px;
    color: #fff;
    padding-left: 30px;
    left: 50%;
    margin-left: 125px;
}
.show_cart_item {
    display: inline-block;
    vertical-align: top;
    background: url(img/cart_more.png) no-repeat 0px 0px;
    width: 15px;
    height: 15px;
    padding: 0px 5px 0px 0px;
    margin-left: 10px;
    cursor: pointer;
}
.cart_full .show_cart_item,
.cart.fixed .show_cart_item {
    background-position-y: -15px;
}
.go_to_cart {
    padding-top: 7px;
    text-align: left;
    font-size: 13px;
}
.go_to_cart a {
    border-bottom: 1px dashed;
}
.go_to_cart a:hover {
    text-decoration: none;
    color: #c75a5f;
}
.cart.fixed .go_to_cart {
    display: none;
}
.list_cart_item {
    display: none;
    position: absolute;
    width: 425px;
    border: 2px solid #eee;
    top: 30px;
    right: 0px;
    background: #fff;
    color: #c75a5f;
    z-index: 1;
    text-align: left;
}
.cart_full .list_cart_item {
    display: block;
}
.list_cart_item ul {
    padding: 15px 0px;
    margin: 0px;
    border-bottom: 1px solid #ddd;
}
.list_cart_item ul li {
    display: inline-block;
    vertical-align: top;
}
.list_cart_item ul li.item-img {
    padding-left: 7px;
    width: 55px;
}
.list_cart_item ul li.item-img img {
    width: 48px;
    height: 48px;
}
.list_cart_item ul li.item-name {
    width: 160px;
    padding: 0px 7px;
    color: #606060;
}
.list_cart_item ul li.item-name a {
    font-size: 14px;
}
.list_cart_item ul li.item-qty {
    padding-top: 5px;
    width: 70px;
    color: #9c9c9c;
}
.list_cart_item ul li.item-qty input {
    width: 25px;
    padding: 2px 4px;
    border: 1px solid #ddd;
    border-radius: 3px;
    color: #9c9c9c;
}
.list_cart_item ul li.item-fullprice {
    padding-top: 5px;
    font-size: 16px;
    width: 75px;
}
.list_cart_item ul li.item-remove {
    padding-top: 5px;
    width: 26px;
    text-align: center;
}
.list_cart_item ul li.item-remove span {
    display: inline-block;
    vertical-align: middle;
    width: 12px;
    height: 12px;
    background: url(img/x3.png) no-repeat 0px 0px;
    cursor: pointer;
}
.list_cart_item ul.just-added li {
    margin-right: 3px;
}
.cart_result {
    padding: 10px 0px 10px 20px;
}
.cart_result > div {
    display: inline-block;
    vertical-align: middle;
}
.cart_result .ord_summ {
    color: #606060;
    font-size: 16px;
    width: 193px;
}
.cart_result .ord_summ span {
    color: #c75a5f;
    font-size: 18px;
}




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, header .cart .ico.cart-icon {
    background-repeat: no-repeat;
    height: 24px;
    width: 24px;
    display: block;
    float: right;
    text-indent: -9999px;
    text-decoration: none!important;
    background-image: url('img/icons.png');
    background-size: 260px 160px;
    background-position: -193px -50px;
    margin: -3px 10px 0 0;
}

header .cart a .ruble {
    line-height: 1em;
}

header .cart.empty a {
    /*background: #333 !important;*/
    /*color: #006bd8;*/
    text-decoration: none;
}

header .cart.empty a:hover {
    /*background: #444 !important;*/
}

/*header .cart.empty a:visited, header .cart.empty a strong, header .cart.empty a .strong {
    color: #000520;
}*/

header .cart.empty i.cart-icon {
    background-position: -193px -50px;
}

.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);
}

.cart_fixed  a {
    text-align: center;
    border-top: none;
    background: rgba(204, 34, 34, 0.42);
    min-height: 20px;
}

.cart_fixed a:hover {
    background: #d33 !important;
}

.cart_fixed .cart-just-added {
    padding: 9px 18px;
    font-size: 0.9em;
    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;
}

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: 22px;
    padding-bottom: 20px;
    min-height: 60px;
}

header .search {
    float: right;
    padding: 14px 0;
    margin-left: 20px;
}

header .pages {
    padding: 0;
    margin: 0 0 16px 1px;
    text-align: center;
}
.flyout-nav-title {
    display: none;
}

header .pages li {
    float: left;
    list-style: none;
    width: 124px;
    text-align: center;
}

header .pages li.shop {
    height: auto;
}

header .pages li a {
    display: block;
    padding: 5px 0px;
    margin-right: 0px;
    font-size: 12px;
    color: #606060;
    text-transform: uppercase;
    text-decoration: none;
}
header .pages li a span {
    border-bottom: 1px dashed;
}

header .pages li a .img {
    width: 99px;
    height: 85px;
    /*border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;*/
    vertical-align: middle;
    text-align: center;
    margin: 0 auto;
}

header .pages li a .img:hover,header .pages li.active a .img {
    background: rgba(255, 0, 0, 0.7);
}

header .pages li a:hover {
    color: #ffa !important;
}

header .pages li.selected a {
    font-weight: bold;
    color: #ff7;
    border-radius: 3px;
    background: transparent;
}

header .pages li:first-child {
    margin-left: 0px;
}

header .pages li:last-child {
    margin-right: 0px;
}

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;
}

main.maincontent .container {
    padding-top: 0px;
    padding-bottom: 40px;
}

.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 {
    box-shadow: 0 3px 8px -4px rgba(0,0,0,0.1);
}

.leadbox h4 {
    font-size: 1.5em;
    line-height: 1.2em;
}

.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: 'Lucida Grande', 'Lucida Sans Unicode', 'Helvetica Neue', Arial, sans-serif;
    text-align: center;
    font-size: 1.1em;
    line-height: 1.4em;
    padding: 20px;
}

/* Footer
--------- */
footer.globalfooter {
    clear: both;
    z-index: 0;
    padding-top: 0px;
    min-height: 40px;
    color: #888;
    background: #fff;
}

.bot-menu {
    clear: both;
    text-align: center;
    background: #808080;
}
.bot-menu li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0px;
    padding: 0px 28px;
    line-height: 40px;
    background: url(img/vert_sep2.png) no-repeat center right;
    list-style: none;
}
.bot-menu li a {
    font-size: 13px;
    text-transform: uppercase;
    padding: 0px;
    color: #fff;
}

.bot-menu li:hover, 
.bot-menu li.active {
    background: #808080;
}
.bot-menu li:hover a, 
.bot-menu li.active a {
    color: #fff;
}
.bot-menu li.search-head, 
.bot-menu li.search-head:hover {
    background: transparent;
    padding-left: 50px;
    padding-right: 40px;
}
.bot-menu .search-header button {
    background-image: url("img/search_btn.png");
}

footer .top_contacts {
  display: inline-block;
}
footer .phones {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0px 0px 88px;
    text-align: right;
}
footer .phones a {
    text-decoration: none;
}
footer .phones .phone {
  font-size: 18px;
  color: #606060;
  font-weight: bold;
}
footer .phones .phone span {
  font-size: 16px;
  font-weight: normal;
}
footer .phones .top_notes {
    padding-top: 2px;
}
footer .top_notes {
  font-size: 12px;
  color: #9c9c9c;
  text-align: right;
  padding-bottom: 20px;
}
footer .worktime {
  display: inline-block;
  vertical-align: top;
  padding: 10px 0px 0px 70px;
      text-align: right;
}
footer .worktime .hint {
  font-size: 14px;
  color: #606060;
  padding-top: 0px;
}
footer .worktime .hint span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.footer-logo {
    float: left;
}
.footer-mail {
    padding: 10px 0px 40px 0px;
    color: #716c77;
}
.footer-mail a {
    color: #c75a5f;
    border-bottom: 1px dashed;
}
.footer-mail a:hover {
    border-bottom: 0;
    text-decoration: none;
}
.footer_add_menu {
    clear: both;
    padding-top: 45px;
    padding-bottom: 20px;
}
.footer_add_menu > div {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
}
.footer_add_menu .our_prod-title {
    color: #606060;
    font-weight: bold;
    width: 160px;
    text-align: center;
}
.footer_add_menu .about_us-title {
    color: #606060;
    font-weight: bold;
    width: 72px;
}
.footer_add_menu .our_prod {
    width: 435px;
}
.footer_add_menu .about_us {
    width: 305px;
}
.footer_add_menu li {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px;
}
.footer_add_menu .our_prod li {
    width: 140px;
}
.footer_add_menu .about_us li.about_us-col1 {
    width: 112px;
}
.footer_add_menu .about_us li.about_us-col2 {
    width: 90px;
}

footer .header {
    padding: 10px 0;
    border: none;
    margin-top: -62px;
}

footer .header img {
    max-width: 100%;
}

footer .cat-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer .cat-menu a {
    color: #808080;
    line-height: 20px;
    border-bottom: 1px dashed;
    font-size: 13px;
    text-decoration: none;
}

footer .cat-menu .active a, footer .cat-menu a:hover {
    /*border-bottom: 0;*/
    text-decoration: none;
    color: #c75a5f;
}

.footer-block {
    display: inline-block;
    margin-right: 40px;
    vertical-align: top;
    margin-bottom: 0px;
    display: block\9;
    float: left\9;
    max-width: 170px;
}

.footer-block.menu {
    max-width: 175px;
    width: 175px;
}

.footer-block.mailer-subscribe {
    max-width: 500px;
    width: auto;
    overflow-x: visible;
}

.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;
}

.footer-block.right {
    float: right;
    max-width: 270px;
    margin-right: 0px;
    text-align: right;
}

.footer-block .store-info {
    text-align: right;
    margin-top: 0px;
}

.footer-block .email a {
    margin-top: 10px;
    color: #c75a5f!important;
    font-size: 18px;
}

.footer-block .phone {
    font-size: 18px;
}

.footer-block .feedback {
    font-size: 14px;
}

.footer-block .hint {
    font-size: 18px;
}

.appfooter {
    position: relative;
    text-align: center;
    padding: 12px 0px 12px 0px;
    color: #606060;
    font-size: 13px;
    background: #c5c5c5;
}
.appfooter a {
    color: #606060;
    font-size: 13px;
    text-decoration: underline;
}

.appfooter .copyright {
    /*position: absolute;
    right: 0;*/
}
.appfooter .copyright span {
    padding-right: 50px;
}

.appfooter .poweredby {
    position: absolute;
    left: 0;
    font-size: 18px;
}

.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, .ico.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, * .ico.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, * .ico.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 {
}

.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_scheme_white header .pages li.active a {
    color: red !important;
}

.color_scheme_white header ul.flyout-nav li .flyout {
    box-shadow: none;
}
.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;
}

.font_family_trebuchet, .font_family_trebuchet * {
    font-family: "Trebuchet MS", sans-serif;
}

/*.font_family_verdana, .font_family_verdana * {
    font-family: Verdana, sans-serif;
}*/

.font_family_georgia, .font_family_georgia * {
    font-family: Georgia, Times, serif;
}

.font_family_opensans, .font_family_opensans * {
    font-family: 'Open Sans', sans-serif;
}

.font_family_ptsans, .font_family_ptsans * {
    font-family: 'PT Sans', sans-serif;
}

/* Mobile
--------- */
.nav-negative .ismobile {
    display: none;
}

.nav-negative {
    display: none;
    /* mobile-only slide-out navigation */
    padding-left: 0;
    margin: -1px 0 0;
    border-bottom: 1px solid #777;
}

.nav-negative li {
    list-style: none;
    display: block;
    border-top: 1px solid #777;
}

.nav-negative li a {
    font-size: 1.2em;
    text-decoration: none;
    color: #000 !important;
    display: block;
    padding: 15px 26px 15px 16px;
}

.nav-negative li.selected a {
    color: #fff !important;
    text-shadow: 0 1px 0 #000;
    background: transparent;
    font-weight: bold;
}

.nav-negative.auth li {
    background: #666;
}

.nav-negative.search {
    padding: 0;
    background: #fff;
    height: 52px;
}

.nav-negative.search .search-wrapper {
    height: 52px;
    border-radius: 0;
    border: none;
}

.nav-negative.search input {
    height: 52px;
    font-size: 1.3em;
    padding-left: 5px;
    margin-top: 4px;
    padding-right: 52px;
}

.nav-negative.search button {
    background-size: 24px 24px;
    height: 52px;
    width: 52px;
    background-position: 3px 15px;
}

.search-header {
    padding-top: 8px;
}

.search-header button {
    background-color: transparent;
    background-image: url(img/search_btn2.png);
    background-position: 0px 0px;
    background-repeat: no-repeat;
    border: medium none;
    color: #fff;
    cursor: pointer;
    float: left;
    height: 24px;
    min-width: 30px;
    overflow: visible;
    padding: 0;
    position: absolute;
    right: 0;
    outline: 0;
}

.search-header input {
    background: transparent none repeat scroll 0 0;
    border: 0 none;
    box-sizing: border-box;
    float: left;
    height: 24px;
    margin-right: 0;
    margin-top: 1px;
    padding-left: 0;
    padding-right: 32px;
    padding-top: 0;
    outline: 0;
    width: 100%;
    font-size: 12px;
    font-style: italic;
}

.search-wrapper {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    border-radius: 3px;
    box-sizing: border-box;
    float: left;
    height: 24px;
    margin-right: 0;
    padding: 0 10px;
    position: relative;
    width: 200px;
}


.soc-menu {
    display: inline-block;
    width: 230px;
}

.soc-menu ul {
    padding-left: 0px;
    margin: 0px;
}

.soc-menu li {
    display: inline-block;
    padding-left: 20px;
}

#up-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    width: 50px;
    height: 50px;
    background: url(/images/up_btn.png) no-repeat 0px 0px;
}

#up-btn:hover {
    background-position-y: -50px;
}
#up-btn:active {
    background-position-y: -100px;
}


.callme_dsform {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -158px;
    width: 315px;
    z-index: 1001;
    background: #eee;
    border-radius: 5px;
}
#form-dscallme .form-head {
    padding: 16px 0px;
    color: #fff;
    background: #bbb;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 16px;
}
#form-dscallme {
    margin: auto;
    padding: 0px;
    text-align: center;
}
#form-dscallme label {
    width: 256px;
    margin: auto;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 14px;
    color: #606060;
    text-align: left;
    display: block;
}
#form-dscallme .ds_field {
    width: 256px;
    border: 0px;
    outline: 0px;
    padding: 7px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
#form-dscallme .buttonform input {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    outline: 0px;
    border: 0px;
    text-align: center;
    line-height: 30px;
    width: 160px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
#form-dscallme .buttonform input:hover {
    background: #d5696e;
}
#form-dscallme .buttonform input:active {
    background: #ac5158;
}
#form-dscallme .form_notes {
    font-size: 13px;
    color: #bababa;
    padding: 15px 0px 10px 0px;
}
.ask_dsform .form-head-succes, 
.callme_dsform .form-head-succes {
    font-size: 22px;
    text-align: center;
    padding: 15px 0px 15px 0px;
    color: #606060;
}
.ask_dsform .error-report, 
.callme_dsform .error-report {
    font-size: 14px;
    color: #9c9c9c;
    padding: 15px 0px 30px 0px;
    width: 220px;
    margin: auto;
}

.ask_dsform {
    display: none;
    position: fixed;
    top: 100px;
    left: 50%;
    margin-left: -158px;
    width: 315px;
    z-index: 1001;
    background: #eee;
    border-radius: 5px;
}
#form-ask_form .form-head {
    padding: 16px 0px;
    color: #fff;
    background: #bbb;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 16px;
}
#form-ask_form {
    margin: auto;
    padding: 0px;
    text-align: center;
}
#form-ask_form label {
    width: 256px;
    margin: auto;
    padding-top: 0.05em;
    padding-bottom: 10px;
    font-size: 14px;
    color: #606060;
    text-align: left;
    display: block;
}
#form-ask_form .ds_field {
    width: 256px;
    border: 0px;
    outline: 0px;
    padding: 7px;
    text-align: center;
    display: inline-block;
    margin-bottom: 15px;
}
#form-ask_form textarea {
    width: 256px;
    height: 100px;
    border: 0px;
    outline: 0px;
    padding: 7px;
    text-align: center;
    display: inline-block;
    font-family: inherit;
}
#form-ask_form .buttonform input {
    padding: 0px 0px 0px 0px;
    margin: 20px 0px 0px 0px;
    outline: 0px;
    border: 0px;
    text-align: center;
    line-height: 30px;
    width: 160px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
#form-ask_form .buttonform input:hover {
    background: #d5696e;
}
#form-ask_form .buttonform input:active {
    background: #ac5158;
}
#form-ask_form .form_notes {
    font-size: 13px;
    color: #bababa;
    padding: 15px 0px 10px 0px;
}
.req {
    color: #c75a5f;
}

.feedback {
    background: #eee;
}
#contact_page .feedback {
    width: 100%;
}
.feedback_title {
    padding: 18px 30px;
    color: #fff;
    background: #bbb;
    font-size: 22px;
    font-weight: normal;
    border-radius: 3px 3px 0px 0px;
    margin-bottom: 27px;
}
.feedback .wa-form {
    margin: 0px;
    padding: 0px 10px 0px 30px;
}
.wa_fields-col1 {
    display: inline-block;
    vertical-align: top;
    width: 282px;
}
.wa_fields-col2 {
    display: inline-block;
    vertical-align: top;
}
.wa_field-name input {
    padding: 7px;
    font-size: 14px;
    font-family: inherit;
    border: 0px;
    outline: 0px;
}
.wa_field-phone input {
    padding: 7px;
    font-size: 14px;
    font-family: inherit;
    border: 0px;
    outline: 0px;
}
.feedback textarea {
    padding: 9px;
    height: 90px!important;
    width: 382px;
    font-size: 14px;
    font-family: inherit;
    border: 0px;
    outline: 0px;
}
#contact_page .feedback textarea {
    width: 640px;
}
.feedback .form_notes {
    display: inline-block;
    vertical-align: top;
    font-size: 13px;
    color: #bababa;
    padding: 3px 55px 0px 0px;
}
.feedback .wa-submit {
    display: inline-block;
    vertical-align: top;
    margin-top: 0px!important;
} 
#contact_page .feedback .wa-submit {
    text-align: right;
    width: 415px;
} 
.feedback .wa-submit input {
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    outline: 0px;
    border: 0px;
    text-align: center;
    line-height: 30px;
    width: 160px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.feedback .wa-submit input:hover {
    background: #d5696e;
}
.feedback .wa-submit input:active {
    background: #ac5158;
}
.wa_form-report h1 {
    font-size: 22px!important;
    letter-spacing: normal!important;
    margin-bottom: 10px;
}
.wa_form-report {
    text-align: center;
    padding: 85px 0px;
}
.wa_form-report p {
    font-size: 13px;
    color: #bababa;
}
.feedback .wa_form-update {
    display: inline-block;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 0px 0px 0px;
    outline: 0px;
    border: 0px;
    text-align: center;
    line-height: 30px;
    width: 180px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
}
.feedback .wa_form-update:hover {
    background: #d5696e;
}
.feedback .wa_form-update:active {
    background: #ac5158;
}

/*.wa-field-firstname {
    width: 325px;
}
.wa-field-email {
    width: 325px;
}
.wa-field-address {
    float: right;
    width: 650px;
}*/
.checkout-step-content .red-n {
    display: block;
    vertical-align: top;
    padding: 0px 0px 0px 0px;
    margin: 0px 25px 0px auto;
    outline: 0px;
    border: 0px;
    text-align: center;
    line-height: 30px;
    width: 160px;
    background: #c75a5f;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    clear: both;
}
.checkout-step-content .red-n:hover {
    background: #d5696e;
}
.checkout-step-content .red-n:active {
    background: #ac5158;
}

.checkout ul.checkout-options .hint {
    display: none;
}
.populars ul.thumbs li .image img {
    margin: 0 auto;
}
.banner img {
    max-width: 100%;
}

/* TABLET
========= */
@media screen and (min-width: 768px) and (max-width: 1024px) {

}

/* MOBILE
========= */
@media screen and (max-width: 767px) {
    .favor_list ul {
        padding-left: 10px;
    }
    .favor_list ul li.favor-name {
        width: 92%;
    }
}

/* WIDE
========= */
@media screen and (min-width: 1024px) {
    .container {
        max-width: 1000px;
    }
}
.wa-login-form-wrapper, .wa-signup-form-wrapper{ padding:5px 15px;}