/**
 * Magento
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Academic Free License (AFL 3.0)
 * that is bundled with this package in the file LICENSE_AFL.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/afl-3.0.php
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to license@magentocommerce.com so we can send you a copy immediately.
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade Magento to newer
 * versions in the future. If you wish to customize Magento for your
 * needs please refer to http://www.magentocommerce.com for more information.
 *
 * @category    design
 * @package     default_default
 * @copyright   Copyright (c) 2012 Magento Inc. (http://www.magentocommerce.com)
 * @license     http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */
/* Reset ================================================================================= */
* {
    margin: 0;
    padding: 0;
}

html {
    background: #524739 url(../images/bg-page.png);
    height: 100%;
}

body {
    background: #fff;
    font: 12px/1.55 'Open Sans', Arial, Helvetica, sans-serif;
    color: #8d877b;
    min-width: 1002px;
    height: 100%;
    /*min-height: 650px;*/
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: none;
}
/*body.catalogsearch-result-index {
    height: 0;
}*/
img {
    border: 0;
    vertical-align: top;
    max-width: 100%;
    image-rendering: optimizeQuality;
}

.gm-style img {
    max-width: none;
}

a {
    color: #a97b2a;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: 0;
}

/* Headings */
h1, h2, h3,
h4, h5, h6,
.h1, .h2, .h3,
.h4, .h5, .h6 {
    margin: 0 0 5px;
    line-height: 1.35;
    color: #524739;
}

h1,
.h1 {
    font-size: 32px;
    font-weight: 300;
}

h2,
.h2 {
    font-size: 28px;
    font-weight: 300;
}

h3,
.h3 {
    font-size: 19px;
    font-weight: normal;
}

h4,
.h4 {
    font-size: 16px;
    font-weight: 500;
}

h5,
.h5 {
    font-size: 14px;
    font-weight: 500;
}

h6,
.h6 {
    font-size: 12px;
    font-weight: 500;
}

.seo-article {
    max-width: 80em;
    font-size: 14px;
}

.seo-article h1, .seo-article h2, .seo-article h3, .seo-article h4, .seo-article h5,
.seo-article .h1, .seo-article .h2, .seo-article .h3, .seo-article .h4, .seo-article .h5 {
    margin: 1.2em auto .6em;
    text-transform: none;
    color: #524739;
    font-weight: 400;
}
body .seo-article h1,
body .seo-article .h1 {
    font-size: 32px;
    font-weight: 300;
    text-align: center;
}
.seo-article h2,
.seo-article .h2 {
    font-size: 28px;
    font-weight: 300;
    text-align: center;
}
.seo-article h3,
.seo-article .h3 {
    font-size: 19px;
}
.seo-article h4,
.seo-article .h4 {
    font-size: 16px;
}
.seo-article h5,
.seo-article .h5 {
    font-size: 14px;
}
.seo-article ul,
.seo-article ol {
    margin-bottom: 10px;
    padding-left: 30px;
}

.seo-article ul li,
.seo-article ol li  {
    padding-top: 4px;
    padding-bottom: 4px;
}

/*.seo-article ul li::before {
    content: "";
    height: 6px;
    width: 6px;
    border-radius: 10em;
    background-color: #B28A5A;
    display: inline-block;
    position: relative;
    top: -1px;
    margin: 0 8px;
    padding: 1px;
}*/

.seo-article ul {
    list-style-type: disc;
}

.seo-article ol {
    list-style-type: decimal;
}

.seo-article h1 strong, .seo-article h2 strong, .seo-article h3 strong, .seo-article h4 strong,
.seo-article .h1 strong, .seo-article .h2 strong, .seo-article .h3 strong, .seo-article .h4 strong {
    font-weight: inherit;
}

/* Forms */
form {
    display: inline;
}

fieldset {
    border: 0;
}

legend {
    display: none;
}

form :-moz-placeholder {
    color: #c5c2bd;
}

form ::-moz-placeholder {
    color: #c5c2bd;
    opacity: 1;
}

form :-ms-input-placeholder {
    color: #c5c2bd;
}

form ::-webkit-input-placeholder {
    color: #c5c2bd;
}

button,
input[type=cancel],
input[type=reset],
input[type=submit]:hover {
    cursor: pointer;
}

input[type=submit],
input[type=text],
input[type=password],
input[type=file],
textarea {
    -webkit-appearance: none;
}

textarea,
input[type=submit],
input[type=text] {
    -webkit-border-radius: 0;
}

input[type=image] {
    padding: 0;
    border: none;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 none !important;
}

/* Table */
table {
    border: 0;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}

caption, th, td {
    vertical-align: top;
    text-align: left;
    font-weight: normal;
}

/* Content */
p {
    margin: 0 0 10px;
}

strong {
    font-weight: bold;
}

address {
    font-style: normal;
    line-height: 1.35;
}

cite {
    font-style: normal;
}

q,
blockquote {
    quotes: none;
}

q:before,
q:after {
    content: '';
}

small, big {
    font-size: 1em;
}

/*sup           { font-size:1em; vertical-align:top; }*/

/* Lists */
ul, ol {
    list-style: none;
}

/* Tools */
.hidden {
    display: block !important;
    border: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    font-size: 0 !important;
    line-height: 0 !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}

.nobr {
    white-space: nowrap !important;
}

.wrap {
    white-space: normal !important;
}

.a-left {
    text-align: left !important;
}

.a-center {
    text-align: center !important;
}

.a-right {
    text-align: right !important;
}

.v-top {
    vertical-align: top;
}

.v-middle {
    vertical-align: middle;
}

.f-left,
.left {
    float: left !important;
}

.f-right,
.right {
    float: right !important;
}

.f-none {
    float: none !important;
}

.f-fix {
    float: left;
    width: 100%;
}

.no-display {
    display: none;
}

.no-margin {
    margin: 0 !important;
}

.no-padding {
    padding: 0 !important;
}

.no-bg {
    background: none !important;
}

body.iOS11fix {
    position: fixed;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

/* ======================================================================================= */

/* Layout ================================================================================ */
.wrapper {
    min-width: 954px;
    display: table;
    table-layout: fixed;
    position: relative;
    width: 100%;
    height: auto;
    height: inherit;
    min-height: 100vh;
    background: #fff;
    overflow: hidden;
    left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
/*.catalogsearch-result-index .wrapper{
    height: 100%;
}*/
.page-empty {
    padding: 20px;
    text-align: left;
}

.page-print,
.page-popup {
    padding: 25px 30px;
    text-align: left;
}

#main {
    display: table-row;
    height: 100%;
}
.conceptstorepage #main {
    position: relative;
}
.catalogsearch-result-index #main {
    display: block;
}

.main-container {
    position: relative;
    box-sizing: border-box;
}

.main-container.col2-right-layout {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    /*overflow: hidden;*/
}

.col2-right-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
    max-width: none;
}


/* Base Columns */
.col-left {
    float: left;
    margin: 0 0 0 -100%;
    width: 245px;
}

.col-main {
    float: none;
    width: auto;
}

.col-right {
    float: right;
    width: 195px;
}

/* 1 Column Layout */
.col1-layout {
    padding: 80px 56px 20px;
    max-width: 1904px;
    margin: 0 auto;
    /*display: table-cell;*/
}
.catalogsearch-result-index .col1-layout {
    /*padding: 80px 56px 20px;*/
    max-width: 1904px;
    margin: 0 auto;
    /*display: table-cell;*/
    display: block;
}
.homepage .col1-layout {
    padding-bottom: 0;
}

.col1-layout .col-main {
    float: none;
    width: auto;
    min-height: 470px;
}

/* 2 Columns Layout */

.col2-left-layout {
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    max-width: none;
    padding: 60px 0 0;
    /*overflow: hidden;*/
}

.col2-right-layout, .col2-left-layout {
    padding: 60px 0 0;
}

.col2-left-layout .col-main {
    float: left;
    width: 100%;
    min-height: 50vh;
    padding: 21px 56px 64px 245px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.col2-left-layout-sidebar-filters .col-main {
    padding: 21px 42px 64px;
    /*width: auto;*/
    width: calc(100% - 245px);
}

/*add Dan*/
@media screen and (max-width: 1070px) {
    .col2-left-layout-sidebar-filters .col-main {
        padding: 21px 24px 64px 10px;
    }
}

/**/
.layerednavigation-brandlist-view .col-main {
    padding-top: 60px;
    position: relative;
}

.col2-left-layout .col-left {
    position: fixed;
    top: 60px;
    left: 0;
    bottom: 0;
    margin-left: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding-top: 60px;
}

.col2-left-layout-sidebar-filters .col-left {
    position: static;
}

.col2-left-layout-sidebar-filters .col-left:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 245px;
    height: 100%;
    background: #f4ecdd;
}

.col2-left-layout .col-left:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: -9999px;
    background: #f4ecdd;
}

.col2-right-layout .col-main {
    /*overflow:hidden;*/
    padding: 21px 250px 0 0;
    vertical-align: top;
    width: auto;
    float: none;
}

/* 3 Columns Layout */
.col3-layout .col-main {
    width: 475px;
    margin-left: 17px;
}

.col3-layout .col-wrapper {
    float: left;
    width: 687px;
}

.col3-layout .col-wrapper .col-main {
    float: right;
}

/* Content Columns */
.col2-set .col-1 {
    float: left;
    width: 48.5%;
}

.col2-set .col-2 {
    float: right;
    width: 48.5%;
}

.col2-set .col-narrow {
    width: 32%;
}

.col2-set .col-wide {
    width: 65%;
}

.col3-set .col-1 {
    float: left;
    width: 32%;
}

.col3-set .col-2 {
    float: left;
    width: 32%;
    margin-left: 2%;
}

.col3-set .col-3 {
    float: right;
    width: 32%;
}

.col4-set .col-1 {
    float: left;
    width: 23.5%;
}

.col4-set .col-2 {
    float: left;
    width: 23.5%;
    margin: 0 2%;
}

.col4-set .col-3 {
    float: left;
    width: 23.5%;
}

.col4-set .col-4 {
    float: right;
    width: 23.5%;
}

/* ======================================================================================= */

/* Global Styles ========================================================================= */
/* Form Elements */
input, select, textarea, button {
    font: 100% 'Open Sans', Arial, Helvetica, sans-serif;
    vertical-align: middle;
    color: #2f2f2f;
}

input[type=text], select, textarea {
    margin: 0;
    padding: 3px 8px;
    color: #8d877b;
    background: none;
    border: 1px solid #e1d7c4;
    text-transform: uppercase;
}

input.input-text, textarea {
    padding: 2px;
}

select {
    padding: 1px;
}

select.custom-select {
    font-size: 13px;
}

.chosen-container .chosen-results li.disabled-result.result-selected,
select.custom-select option[disabled] {
    display: none;
}

select option {
    padding-right: 10px;
}

select.multiselect option {
    border-bottom: 1px solid #b6b6b6;
    padding: 2px 5px;
}

select.multiselect option:last-child {
    border-bottom: 0;
}

textarea {
    overflow: auto;
    resize: vertical;
    max-height: 400px;
}

input.radio {
    margin-right: 3px;
}

input.checkbox {
    margin-right: 3px;
}

input.qty {
    width: 2.5em !important;
}

button[class*="btn"]::-moz-focus-inner,
button[class*="button"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner {
    padding: 0 !important;
    border: 0 !important;
}

p.control input.checkbox,
p.control input.radio {
    margin-right: 6px;
}

/* Form lists */
/* Grouped fields */
.form-list li {
    margin: 0 0 8px;
}

.form-list label {
    float: left;
    color: #666;
    font-weight: bold;
    position: relative;
    z-index: 0;
}

.form-list label.required {
}

.form-list label.required em {
    float: right;
    font-style: normal;
    color: #eb340a;
    position: absolute;
    top: 0;
    right: -8px;
}

.form-list li.control label {
    float: none;
}

.form-list li.control input.radio,
.form-list li.control input.checkbox {
    margin-right: 6px;
}

.form-list li.control .input-box {
    clear: none;
    display: inline;
    width: auto;
}

.form-list .input-box {
    display: block;
    clear: both;
    width: 260px;
}

.form-list .field {
    float: left;
    width: 275px;
}

.form-list input.input-text {
    width: 254px;
}

.form-list textarea {
    width: 254px;
    height: 10em;
}

.form-list select {
    width: 260px;
}

.form-list li.wide .input-box {
    width: 535px;
}

.form-list li.wide input.input-text {
    width: 529px;
}

.form-list li.wide textarea {
    width: 529px;
}

.form-list li.wide select {
    width: 535px;
}

.form-list li.additional-row {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding-top: 7px;
}

.form-list li.additional-row .btn-remove {
    float: right;
    margin: 5px 0 0;
}

.form-list .input-range input.input-text {
    width: 74px;
}

.form-list-narrow li {
    margin-bottom: 0;
}

.form-list-narrow li .input-box {
    margin-bottom: 6px;
}

.form-list-narrow li.wide .input-box {
    width: 260px;
}

.form-list-narrow li.wide input.input-text,
.form-list-narrow li.wide textarea {
    width: 254px
}

.form-list-narrow li.wide select {
    width: 260px;
}

/* Customer */
.form-list .customer-name-prefix .input-box,
.form-list .customer-name-suffix .input-box,
.form-list .customer-name-prefix-suffix .input-box,
.form-list .customer-name-prefix-middlename .input-box,
.form-list .customer-name-middlename-suffix .input-box,
.form-list .customer-name-prefix-middlename-suffix .input-box {
    width: auto;
}

.form-list .name-prefix {
    width: 65px;
}

.form-list .name-prefix select {
    width: 55px;
}

.form-list .name-prefix input.input-text {
    width: 49px;
}

.form-list .name-suffix {
    width: 65px;
}

.form-list .name-suffix select {
    width: 55px;
}

.form-list .name-suffix input.input-text {
    width: 49px;
}

.form-list .name-middlename {
    width: 70px;
}

.form-list .name-middlename input.input-text {
    width: 49px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname,
.form-list .customer-name-prefix-middlename .name-firstname {
    width: 140px;
}

.form-list .customer-name-prefix-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-middlename .name-firstname input.input-text {
    width: 124px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix-suffix .name-firstname {
    width: 210px;
}

.form-list .customer-name-prefix-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix-suffix .name-firstname input.input-text,
.form-list .customer-name-prefix-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-name-prefix .name-firstname,
.form-list .customer-name-middlename .name-firstname {
    width: 210px;
}

.form-list .customer-name-suffix .name-lastname,
.form-list .customer-name-middlename .name-firstname,
.form-list .customer-name-middlename-suffix .name-firstname,
.form-list .customer-name-middlename-suffix .name-lastname {
    width: 205px;
}

.form-list .customer-name-prefix .name-firstname input.input-text,
.form-list .customer-name-suffix .name-lastname input.input-text,
.form-list .customer-name-middlename .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-firstname input.input-text,
.form-list .customer-name-middlename-suffix .name-lastname input.input-text {
    width: 189px;
}

.form-list .customer-dob .dob-month,
.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-year {
    float: left;
    width: 85px;
}

.form-list .customer-dob input.input-text {
    display: block;
    width: 74px;
}

.form-list .customer-dob label {
    font-size: 10px;
    font-weight: normal;
    color: #888;
}

.form-list .customer-dob .dob-day,
.form-list .customer-dob .dob-month {
    width: 60px;
}

.form-list .customer-dob .dob-day input.input-text,
.form-list .customer-dob .dob-month input.input-text {
    width: 46px;
}

.form-list .customer-dob .dob-year {
    width: 140px;
}

.form-list .customer-dob .dob-year input.input-text {
    width: 134px;
}

.buttons-set {
    clear: both;
    margin: 4em 0 0;
    padding: 8px 0 0;
    border-top: 1px solid #e4e4e4;
    text-align: right;
}

.buttons-set p.required {
    margin: 0 0 10px;
}

.buttons-set .back-link {
    float: left;
    margin: 0;
}

.buttons-set button.button {
    float: right;
    margin-left: 5px;
}

.buttons-set-order {
    margin: 10px 0 0;
}

.buttons-set-order .please-wait {
    padding: 12px 7px 0 0;
}

.fieldset .legend {
    float: left;
    font-weight: bold;
    font-size: 13px;
    border: 1px solid #f19900;
    background: #f9f3e3;
    color: #e76200;
    margin: -33px 0 0 -10px;
    padding: 0 8px;
    position: relative;
}

/* Form Validation */
.validation-advice {
    background: #767676;
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    padding: 7px 4px;
    text-align: center;
    margin: 9px 0 0;
    position: relative;
}

.block-subscribe .validation-advice {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
}

.validation-advice:after {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 0 9px 9px;
    border-color: #767676 transparent;
    width: 0;
    height: 0;
    left: 23px;
    top: -9px;
}

.validation-advice:before {
    content: "";
    position: absolute;
    top: -31px;
    right: 5px;
    width: 18px;
    height: 15px;
    background: url('../images/sprite.png') no-repeat -203px -73px;
}

.impressions .validation-advice:before {
    display: none;
}

/*.validation-failed { border:1px dashed #eb340a !important; background:#faebe7 !important; }*/
.validation-passed {
}

p.required {
    font-size: 11px;
    text-align: right;
    color: #EB340A;
}

/* Expiration date and CVV number validation fix */
.v-fix {
    float: left;
}

.v-fix .validation-advice {
    display: block;
    width: 12em;
    margin-right: -12em;
    position: relative;
}

/* Global Messages  */
.success {
    color: #3d6611;
    font-weight: bold;
}

.error {
    color: #df280a;
    font-weight: bold;
}

.notice {
    color: #e26703;
}

.messages {
    overflow: hidden;
}

.checkout-page .messages {
    max-width: 1000px;
    margin: 0 auto;
}

.messages > li {
    margin: 0 0 10px !important;
}

.messages a {
    color: #fff;
}

#error_message,
.error-msg,
.success-msg,
.note-msg,
.notice-msg {
    background: #a98d2a;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 29px 10px;
    color: #fff;
}

#error_message,
.error-msg {
    background: #aa2a2b;
}

.success-msg {
    background: #a8a22a;
}

.note,
.note_error_code,
.note-2 {
    color: #aa2a2b;
    font-size: 11px;
    margin: 0 0 10px;
    text-transform: uppercase;
}

.login-form-2 .note {
    text-align: center;
}

#error_message {
    margin: 0 0 20px;
}

/* BreadCrumbs */
.breadcrumbs {
    font-size: 11px;
    line-height: 1.25;
    margin: 0 0 13px;
}
/*.col1-layout .breadcrumbs {
    margin: 21px 0 13px;
}*/

.col2-right-layout .breadcrumbs {
    padding-left: 56px;
}

.breadcrumbs li {
    display: inline;
}

.breadcrumbs li strong {
    font-weight: bold;
}

/* Page Heading */
.page-title {
    width: 100%;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
    margin: 0 0 25px;
}

.page-title h1,
.page-title h2,
.page-title .h1,
.page-title .h2 {
    margin: 0;
    font-size: 20px;
    color: #0a263c;
}

.page-title .separator {
    margin: 0 3px;
}

.page-title .link-rss {
    float: right;
    margin: 7px 0 0;
}

.title-buttons {
    text-align: right;
}

.title-buttons h1,
.title-buttons h2,
.title-buttons h3,
.title-buttons h4,
.title-buttons h5,
.title-buttons h6,
.title-buttons .h1,
.title-buttons .h2,
.title-buttons .h3,
.title-buttons .h4,
.title-buttons .h5,
.title-buttons .h6 {
    float: left;
}

.subtitle,
.sub-title {
    clear: both;
    padding: 15px 0 0;
    font-size: 15px;
    font-weight: bold;
    margin: 0 0 6px;
    color: #e25203;
}

/* Pager */
.pager {
    margin: 0;
    font-size: 14px;
    margin: 40px auto 20px !important;
}

.pager .pages span {
    margin-right: 6px;
}

.pager .amount {
    float: left;
    margin: 0;
}

.pager .limiter {
    float: right;
}

.pager .limiter label {
    vertical-align: middle;
}

.pager .limiter select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

.pager .pages ol {
    display: inline;
    font-size: 0;
}

.pager .pages li {
    display: inline;
    margin: 0;
}

.pager .pages li:not(:last-child) {
    display: inline;
    margin-right: 3px;
}

.pager .pages li a:hover {
    background: #f4ecdd;
}

.pager .pages li a {
    text-decoration: none;
    font-size: 16px;
    padding: 5px 12px;
}

.pager .pages li.current:first-child {
    margin-left: 6px;
}

.pager .pages li.current {
    cursor: default;
    color: #fff;
    background: #b28a5a;
    padding: 5px 12px;
    font-size: 16px;
}

.pager .pages li a.previous {
    padding: 5px 6px;
}

.pager .pages li a.next {
    padding: 5px 6px;
}

.pager .pages .total-pages {
    margin-left: 10px;
    font-style: italic;
    color: #a6aaa4;
    display: inline-block;
}


.col2-left-layout input[type=checkbox],
.top-second-menu-button::before,
.top-second-menu-button::after,
.sidebarArrow::before,
.sidebarArrow::after,
.sidebarArrowFilter::before,
.sidebarArrowFilter::after {
    position: absolute !important;
    top: -9999px !important;
    left: -9999px !important;
}


/* Sorter */
.sorter {
    font-size: 11px;
    background: #fff url(../images/bkg_toolbar.gif) 0 100% repeat-x;
    padding: 3px 8px;
    border-top: 1px solid #e2e2e2;
}

.sorter .view-mode {
    float: left;
    margin: 0;
}

.sorter .sort-by {
    float: right;
    padding-right: 36px;
}

.sorter .sort-by label {
    vertical-align: middle;
}

.sorter .sort-by select {
    padding: 0;
    margin: 0 0 1px;
    vertical-align: middle;
}

/* Toolbar */
.toolbar .pager {
    padding: 3px 8px;
    border-bottom: 1px solid #fff;
}

.toolbar .sorter {
    border-bottom: 1px solid #fff;
}

/* Data Table */
.data-table {
    width: 100%;
    border: 1px solid #bebcb7;
}

.data-table .odd {
    background: #f8f7f5
}

.data-table .even {
    background: #eeeded;
}

/*.data-table tr.odd:hover,
.data-table tr.even:hover { background:#ebf1f6; }*/
.data-table td.last,
.data-table th.last {
    border-right: 0;
}

.data-table tr.last th,
.data-table tr.last td {
    border-bottom: 0 !important;
}

.data-table th {
    padding: 3px 8px;
    font-weight: bold;
}

.data-table td {
    padding: 3px 8px;
}

.data-table thead th {
    font-weight: bold;
    border-right: 1px solid #c2d3e0;
    padding: 2px 8px;
    color: #0a263c;
    white-space: nowrap;
    vertical-align: middle;
}

.data-table thead th.wrap {
    white-space: normal;
}

.data-table thead th a,
.data-table thead th a:hover {
    color: #fff;
}

.data-table thead th {
    background: url(../images/bkg_th.gif) repeat-x 0 100% #d9e5ee;
}

.data-table thead th .tax-flag {
    font-size: 11px;
    white-space: nowrap;
}

.data-table tfoot {
    border-bottom: 1px solid #d9dde3;
}

.data-table tfoot tr.first td {
    background: url(../images/bkg_tfoot.gif) 0 0 repeat-x;
}

.data-table tfoot tr {
    background-color: #dee5e8 !important;
}

.data-table tfoot td {
    padding-top: 1px;
    padding-bottom: 1px;
    border-bottom: 0;
    border-right: 1px solid #d9dde3;
}

.data-table tfoot strong {
    font-size: 16px;
}

.data-table tbody th,
.data-table tbody td {
    border-bottom: 1px solid #d9dde3;
    border-right: 1px solid #d9dde3;
}

/* Bundle products tables */
.data-table tbody.odd tr {
    background: #f8f7f5 !important;
}

.data-table tbody.even tr {
    background: #f6f6f6 !important;
}

.data-table tbody.odd tr td,
.data-table tbody.even tr td {
    border-bottom: 0;
}

.data-table tbody.odd tr.border td,
.data-table tbody.even tr.border td {
    border-bottom: 1px solid #d9dde3;
}

.data-table tbody td .option-label {
    font-weight: bold;
    font-style: italic;
}

.data-table tbody td .option-value {
    padding-left: 10px;
}

.page-print .data-table tr, .page-print .data-table th {
    background: none !important;
}

/* Generic Info Box */
.info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.info-box h2,
.info-box .h2 {
    font-weight: bold;
    font-size: 13px;
}

.info-table th {
    font-weight: bold;
    padding: 2px 15px 2px 0;
}

.info-table td {
    padding: 2px 0;
}

/* Shopping cart total summary row expandable to details */
tr.summary-total {
    cursor: pointer;
}

tr.summary-total td {
}

tr.summary-total .summary-collapse {
    float: right;
    text-align: right;
    padding-left: 20px;
    background: url(../images/bkg_collapse.gif) 0 5px no-repeat;
    cursor: pointer;
}

tr.show-details .summary-collapse {
    background-position: 0 -52px;
}

tr.show-details td {
}

tr.summary-details td {
    font-size: 11px;
    background-color: #dae1e4;
    color: #626465;
}

tr.summary-details-first td {
    border-top: 1px solid #d2d8db;
}

tr.summary-details-excluded {
    font-style: italic;
}

/* Shopping cart tax info */
.cart-tax-info {
    display: block;
}

.cart-tax-info,
.cart-tax-info .cart-price {
    padding-right: 20px;
}

.cart-tax-total {
    display: block;
    padding-right: 20px;
    background: url(../images/bkg_collapse.gif) 100% 5px no-repeat;
    cursor: pointer;
}

.cart-tax-info .price,
.cart-tax-total .price {
    display: inline !important;
    font-weight: normal !important;
}

.cart-tax-total-expanded {
    background-position: 100% -52px;
}

/* Class: std - styles for admin-controlled content */
.std .subtitle {
    padding: 0;
}

.std ol.ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul.disc {
    list-style: disc outside;
    padding-left: 18px;
    margin: 0 0 10px;
}

.std dl dt {
    font-weight: bold;
}

.std dl dd {
    margin: 0 0 10px;
}

.std ul,
.std ol,
.std dl,
.std p,
.std address,
.std blockquote {
    margin: 0 0 1em;
    padding: 0;
}

.std ul {
    list-style: disc outside;
    padding-left: 1.5em;
}

.std ol {
    list-style: decimal outside;
    padding-left: 1.5em;
}

.std ul ul {
    list-style-type: circle;
}

.std ul ul,
.std ol ol,
.std ul ol,
.std ol ul {
    margin: .5em 0;
}

.std dt {
    font-weight: bold;
}

.std dd {
    padding: 0 0 0 1.5em;
}

.std blockquote {
    font-style: italic;
    padding: 0 0 0 1.5em;
}

.std address {
    font-style: normal;
}

.std b,
.std strong {
    font-weight: bold;
}

.std i,
.std em {
    font-style: italic;
}

/* Misc */
.links li.first {
    padding-left: 0 !important;
}

.links li.last {
    background: none !important;
    padding-right: 0 !important;
}

.link-cart {
    color: #dc6809 !important;
    font-weight: bold;
}

.link-reorder {
    font-weight: bold;
    color: #dc6809 !important;
}

.link-compare {
    font-weight: bold;
}

.link-print {
    /*background:url(../images/i_print.gif) 0 2px no-repeat; padding:2px 0 2px 25px;*/
    font-weight: bold;
    color: #dc6809;
}

.link-rss {
    background: url(../images/i_rss.gif) 0 2px no-repeat;
    padding-left: 18px;
    line-height: 14px;
    white-space: nowrap;
}

.btn-remove {
    display: block;
    font-size: 0;
    line-height: 0;
    background: url('../images/sprite.png') no-repeat -106px -131px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
}

.cart-content .btn-remove {
    background: url(data:image/png;base64,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) no-repeat;
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
}

.cart-content .btn-remove:hover {
    background: url(data:image/png;base64,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) no-repeat;
}

.btn-relocate {
    display: block;
    font-size: 0;
    line-height: 0;
    background-image: url('../images/sprite.png');
    background-repeat: no-repeat;
    background-position: 0px -268px;
    text-indent: -9999px;
    overflow: hidden;
}

.btn-relocate.move-to-cart {
    background-position: 0px -268px;
    width: 24px;
    height: 28px;
    opacity: .5;
}

.btn-relocate.move-to-cart:hover {
    opacity: 1;
}

.cart-content .btn-relocate.move-to-cart {
    position: absolute;
    right: 21px;
    top: 30px;
    transform: scale(.6);
}

.btn-relocate.move-to-wishlist {
    background-position: 0px -123px;
    width: 22px;
    height: 20px;
    transition: background-position 0s;
}

.btn-relocate.move-to-wishlist:hover {
    background-position: 0px -145px;
}

.cart-content .btn-relocate.move-to-wishlist {
    position: absolute;
    right: 21.5px;
    top: 30px;
    transform: scale(.7);
}

.btn-previous {
    display: block;
    width: 11px;
    height: 11px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_previous.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-remove2 {
    display: block;
    width: 16px;
    height: 16px;
    font-size: 0;
    line-height: 0;
    background: url(../images/btn_trash.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.btn-edit {
    display: block;
    background: url('../images/sprite.png') no-repeat -135px -195px;
    width: 17px;
    height: 17px;
    text-indent: -9999px;
    overflow: hidden;
}

.cards-list dt {
    margin: 5px 0 0;
}

.cards-list .offset {
    padding: 2px 0 2px 20px;
}

.separator {
    margin: 0 3px;
}

.divider {
    clear: both;
    display: block;
    font-size: 0;
    line-height: 0;
    height: 1px;
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 50% repeat-x;
    text-indent: -999em;
    overflow: hidden;
}

/* Global site notices */
.global-site-notice {
    background: #a98d2a;
    text-align: center;
    font-size: 16px;
    line-height: 22px;
    padding: 20px 10px;
    color: #fff;
    position: absolute;
    top: 92px;
    width: 100%;
    z-index: 200;
}

.global-site-notice .notice-inner p {
    margin: 0;
    padding: 10px;
}

.global-site-notice .notice-inner .actions {
    padding-top: 10px;
}

/* Demo Notice */
.demo-notice {
    margin: 0;
    padding: 6px 10px;
    background: #d75f07;
    font-size: 12px;
    line-height: 1.15;
    border: 0;
    text-align: center;
    color: #fff;
}

.demo-notice .notice-inner {
    width: auto;
    padding: 0;
    background: none;
    text-align: center;
}

.demo-notice .notice-inner p {
    padding: 0;
    border: 0;
}

/* Header ================================================================================ */
.logo {
    float: left;
}

.header-container {
    border-top: 5px solid #0d2131;
    border-bottom: 1px solid #415966;
    background: url(../images/bkg_header.jpg) 50% 0 repeat;
}

.header {
    left: 0;
    right: 0;
    top: 32px;
    position: absolute;
    background: #000;
    z-index: 171; /*higher then footer*/
    min-width: 1002px;
    height: 60px;
}
/*.partners-index-view .header,*/
/*.checkout-onepage-index .header {*/
/*height: 60px;*/
/*}*/
.checkout-onepage-index .header {
    top: 0;
}
.top-second-menu {
    background: #fff;
    text-align: center;
    height: 32px;
}
.top-second-menu ul li {
    display: inline-block;
}

.top-second-menu li a, .top-second-menu li .lazy-link {
    text-decoration: none;
    display: inline-block;
    padding: 0 15px;
    text-transform: uppercase;
    color: #524739;
    line-height: 32px;
    font-size: 11px;
}

.top-second-menu li a:hover {
    color: #cfaf88
}
.header .logo {
    float: left;
    margin: 7px 38px 2px 55px;
    text-decoration: none !important;
}

.header .logo strong,
.header .logo .logo-text {
    position: absolute;
    top: -999em;
    left: -999em;
    width: 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

.header .quick-access {
    float: right;
    width: 600px;
    padding: 28px 10px 0 0;
}

.header .welcome-msg {
    margin: 0;
    color: #fff;
    text-align: right;
}

.header .welcome-msg a {
    color: #ebbc58;
}

.header .form-holder {
    bottom: 0;
    padding: 10px 20px 9px 9px;
    /*background: #000;*/
    overflow: hidden;
    z-index: 10;
    height: 41px;
    width: 0%;
    float: right;
    min-width: 153px;
}

.header .form-search button.button > span,
#search_mini_form .btn-open {
    background: url('../images/sprite.png') no-repeat 0 -28px;
    width: 20px;
    height: 19px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    margin: 3px 0;
}

.header .form-search button.button > span {
    border: 0;
    padding: 0;
}

.header .form-search button.button > span span
.header .form-search label {
    float: left;
    width: 24px;
    height: 21px;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.header .form-search button.button {
    float: left;
    margin: 9px 0 0 -36px;
    background: none;
    border: 0;
    cursor: pointer;
}

.form-search .btn-close {
    position: absolute;
    background: url('../images/sprite.png') no-repeat -119px -131px;
    width: 10px;
    height: 10px;
    z-index: 12;
    text-indent: -9999px;
    overflow: hidden;
    margin: 15px 20px;
    display: none;
}

.header .form-search .search-autocomplete {
    z-index: 999;
    left: 40px !important;
    top: 22px !important;
}

.header .form-search .search-autocomplete ul {
    border: 1px solid #5c7989;
    background-color: #f9f5f0;
}

.header .form-search .search-autocomplete li {
    text-align: left;
    border-bottom: 1px solid #f4eee7;
    padding: 2px 8px 1px 8px;
    cursor: pointer;
}

.header .form-search .search-autocomplete li .amount {
    float: right;
    font-weight: bold;
}

.header .form-search .search-autocomplete li.odd {
    background-color: #fffefb;
}

.header .form-search .search-autocomplete li.selected {
    background-color: #f7e8dd;
}

.header .form-language {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.header .form-language label {
    font-weight: bold;
    padding-right: 5px;
    color: #a7c6dd;
    vertical-align: middle;
}

.header .form-language select {
    padding: 0;
}

.header .form-language select.flags option {
    background-position: 4px 50%;
    background-repeat: no-repeat;
    padding-left: 25px;
}

.header .links {
    float: right;
    margin: 0 0 6px;
}

.header .links li {
    float: left;
    font-size: 11px;
    background: url(../images/bkg_pipe1.gif) 100% 60% no-repeat;
    padding: 0 8px 0 7px;
}

.header .links a {
    color: #ebbc58;
}

.header-container .top-container {
    clear: both;
    padding: 5px 10px 0 12px;
    text-align: right;
}

.header-container .top-container a {
    font-size: 11px;
    color: #ebbc58;
}
/*housung right content*/
.brandslandingpage .city {
    position: absolute !important;
}

.brandslandingpage .main-image {
    position: relative !important;
    top: 0;
    overflow: hidden;
}

/*search*/
.header .form-search {
    float: left;
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    position: relative;
    width: 212px;
}
@media screen and (max-width: 1600px) {
    .header .form-search {
        width: 182px;
    }
}

.header .form-search_focused {
    width: 180.5%;
    padding-right: 20px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: width 0.2s ease-out;
    -ms-transition: width 0.2s ease-out;
    -o-transition: width 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.header input[type='text'].input-text {
    display: block;
    background: #4e4e4e;
    float: left;
    width: 100%;
    height: 42px;
    border: 1px solid #333;
    padding: 12px 20px;
    color: #fff;
    text-transform: none;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.header .form-search button.button {
    margin: 9px 0 0 -36px;
    background: none;
    border: 0;
    cursor: pointer;
}

/********** < Navigation */
.nav-container {
    float: left;
}

#nav {
    text-transform: uppercase;
    font-size: 13px;
    overflow: hidden;
    border: solid #333;
    border-width: 0 1px 0 1px;
}

.nav-container .all-links {
    border: solid #333;
    border-width: 0 1px 0 1px;
    font-size: 12px;
    line-height: 48px;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    padding: 5px 17px 7px;
    text-transform: uppercase;
}

.nav-container .all-links:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    background: url('../images/sprite.png') no-repeat -108px -29px;
    width: 18px;
    height: 18px;
    margin: 0 12px 0 0;
}

body #mobile-top-menu {
    display: none;
}

.nav-container .popup {
    vertical-align: top;
}

/* All Levels */
/* Style consistent throughout all nav levels */
#nav > li {
    float: left;
    letter-spacing: -1px;
}

.nav-container .actions {
    margin-right: 26px;
    display: inline-block;
    vertical-align: top;
    padding: 19px 0 0;
}

#nav li.over {
    z-index: 998;
}

.nav-container a,
.nav-container a:hover {
    display: inline-block;
    text-decoration: none;
    color: #fff;
}

.nav-container a:hover {
    text-decoration: none;
    color: #fff;
}

#nav li ul span {
    white-space: normal;
}

#nav ul li.parent a {
    background: url(../images/bkg_nav2.gif) 100% 100% no-repeat;
}

#nav ul li.parent li a {
    background-image: none;
}

/* 0 Level */
#nav > li > a {
    padding: 18px 0 22px;
    display: inline-block;
}

#nav > li.over > a,
#nav > li.active > a,
#nav > li:hover > a,
.nav-container .actions:hover {
    color: #cfaf88;
}

#nav > li:hover,
#nav > li.active,
.nav-container .actions:hover {
    border-top: 2px solid #cfaf88;
}

#nav > li:hover > a,
#nav > li.active > a,
.nav-container .actions:hover {
    padding: 16px 0 22px;
}

/* NEW 0 Level */
#nav > li > span {
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    vertical-align: top;
    text-transform: uppercase;
    padding: 19px 14px;
    display: inline-block;
    cursor: default;
    white-space: nowrap;
}

#nav > li.over > span,
#nav > li.active > span,
#nav > li:hover > span,
.nav-container .actions:hover {
    color: #cfaf88;
}

#nav > li:hover,
#nav > li.active,
.nav-container .actions:hover {
    border-top: 2px solid #cfaf88;
    padding-top: 1px;
}

#nav > li:hover > span,
#nav > li.active > span,
.nav-container .actions:hover {
    padding: 16px 14px 22px;
}

/* 1st Level */
#nav ul li,
#nav ul li.active {
    padding-bottom: 1px;
}

#nav ul li.last {
    background: #ecf3f6;
    padding-bottom: 0;
}

/* 2nd Level */
.brands-block > div,
#nav > li > div {
    position: absolute;
    top: -9999px;
    left: -9999px;
    background: #fff;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    padding: 30px 2.6% 0 2.9%;
    z-index: 1;
}

/*#nav .mCustomScrollBox > .mCSB_scrollTools{right: 6px; }*/
#nav .mCustomScrollBox > .mCSB_scrollTools {
    right: -4px;
    margin: 10px 0;
}

#nav .mCS_no_scrollbar .mCSB_scrollTools {
    display: none !important;
}

.brands-block.active:after,
#nav > .popup-active:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    bottom: -3000px;
    background: rgba(0, 0, 0, .75);
}

.brands-block.active .drop,
#nav li.popup-active .drop {
    top: 100%;
    left: 0;
    right: 0;
}

/* 3rd+ Level */
#nav ul ul,
#nav ul div {
    top: 5px;
}

#nav .drop ul a {
    display: inline-block;
    color: #79726b;
    text-transform: none;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 5px 10px;
    width: 250px;
}

#nav .drop ul a:hover {
    background: #f4ecdd;
    color: #524739;
}

#nav .columns {
    margin: 0 0 12px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

#nav .scroll-area {
    overflow: auto;
}

#nav .col {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    margin-bottom: 16px;
}

#nav .drop h3 a {
    display: inline-block;
    line-height: 20px;
    padding: 9px 5px 10px;
    text-decoration: none;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    width: 250px;
}

#nav .drop h3 a:hover {
    background: #f4ecdd;
    color: #524739;
}

#nav .drop div.h3 a {
    display: inline-block;
    line-height: 20px;
    padding: 9px 5px 10px;
    text-decoration: none;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
    width: 250px;
}

#nav .drop div.h3 a:hover {
    background: #f4ecdd;
    color: #524739;
}

#nav .drop a {
    color: #a97b2a;
}

#nav .drop a:hover {
    color: #524739;
}

#nav .drop a:active {
    color: #8d877b;
}

#nav .drop h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #a97b2a;
    margin: 0 0 26px;
}

#nav .drop div.h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #a97b2a;
    margin: 0 0 8px;
}

.drop-links,
.drop-brands {
    position: relative;
    text-align: center;
    padding: 25px 0 0;
}

.drop-links {
    margin-top: 5px;
}

.drop-links a {
    text-transform: uppercase;
    text-decoration: none;
}

.drop-links a:hover {
    text-decoration: underline;
}

.drop-links:before,
.drop-brands:before {
    content: '';
    position: absolute;
    height: 2px;
    background: #f0f0f0;
    left: 40px;
    right: 40px;
    top: 0;
}

.drop-links ul,
.drop-brands ul {
    display: table;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 25px;
}

.drop-links li,
.drop-brands li {
    display: table-cell;
}

#nav .drop-brands li a {
    width: auto;
}

.drop-brands a:hover {
    background: none !important;
}

.brands-block .drop .btn-close,
#nav .drop .btn-close {
    position: absolute;
    right: 22px;
    top: 21px;
    text-indent: -9999px;
    overflow: hidden;
    background: url('../images/sprite.png') no-repeat -106px -130px;
    width: 22px;
    height: 22px;
}

.stock-block,
.brands-block,
.header-search-small{
    float: left;
    height: 60px;
    box-sizing: border-box;
}

.stock-block {
    margin-right: 15px;
}

.brands-block:hover,
.stock-block:hover {
    border-top: 2px solid #cfaf88;
    padding-top: 2px;
    cursor: default;
}

.brands-block:hover span,
.stock-block:hover a {
    margin-top: -4px;
    color: #cfaf88;
}

.stock-block a,
.brands-block span {
    font-size: 13px;
    line-height: 48px;
    color: #fff;
    display: inline-block;
    text-decoration: none;
    vertical-align: top;
    padding: 5px 15px 7px;
    text-transform: uppercase;
}

.brands-block .alphabete-list span {
    padding: 0;
    color: #524739;
}

/********** Navigation > */
/* ======================================================================================= */

/* Sidebar =============================================================================== */
.block .block-title {
    background: url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border-bottom: 1px solid #ddd;
    padding: 2px 9px;
}

.block .block-title strong {
    display: block;
    font: bold 12px/16px Arial, Helvetica, sans-serif;
    min-height: 16px;
    padding: 1px 0 1px;
    text-transform: uppercase;
    color: #e26703;
}

.block .block-title a {
    text-decoration: none !important;
}

.block .block-subtitle {
    margin: 0;
    padding: 5px 9px;
    font-size: 1em;
    font-weight: bold;
    color: #0a263c;
}

.block .block-content {
    background: #f8f7f5;
}

.block .block-content li.item {
    padding: 7px 9px;
}

.block .block-content .product-name {
    color: #1e7ec8;
}

.block .btn-remove,
.block .btn-edit {
    float: right;
    margin: 1px 0 2px 5px;
}

.block .actions {
    background: #dee5e8 url(../images/bkg_block-actions.gif) 0 0 repeat-x;
    padding: 6px 9px;
    text-align: right;
}

.block .actions a {
    float: left;
}

.block .actions button.button {
    float: right;
}

.block .empty {
    margin: 0;
    padding: 5px 9px;
}

.block li.odd {
    background-color: #f4f3f3;
}

.block li.even {
    background-color: #fafafa;
}

/* Mini Blocks */
.block-cart .block-title strong,
.block-wishlist .block-title strong,
.block-subscribe .block-title strong,
.block-compare .block-title strong,
.block-reorder .block-title strong,
.block-poll .block-title strong,
.block-viewed .block-title strong,
.block-compared .block-title strong,
.block-related .block-title strong,
.block-tags .block-title strong,
.block-login .block-title strong {
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
}

/* Mini Products List */
.mini-products-list .product-image {
    float: left;
    width: 50px;
    border: 1px solid #a9a9a9;
}

.mini-products-list .product-details {
    margin-left: 60px;
}

.block-cart .mini-products-list .product-details .product-name,
.block-cart .mini-products-list .product-details .nobr small {
    word-wrap: break-word;
}

.block-cart .mini-products-list .product-details .nobr {
    white-space: normal !important;
}

/* Block: Account */
.block-account {
    border-color: #bbb;
}

.block-account .block-title {
    background: #fc9d36 url(../images/bkg_block-title-account.gif) 0 100% repeat-x;
    border: 0;
    padding: 3px 10px;
}

.block-account .block-title strong {
    font-size: 13px;
    color: #fff;
}

.block-account .block-content {
    background: #fbfaf6;
    padding: 7px 10px 7px;
}

.block-account .block-content li a {
    display: block;
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #5f5d5c;
    text-decoration: none !important;
}

.block-account .block-content li a:hover {
    color: #ea7900;
}

.block-account .block-content li.last a {
    border-bottom: 0;
}

.block-account .block-content li.current {
    border-bottom: 1px solid #ddd;
    padding: 3px 0;
    color: #ea7900;
}

.block-account .block-content li.current.last {
    border-bottom: 0;
}

/* Block: Currency Switcher */
.block-currency {
    border: 0;
    background: url(../images/bkg_block-currency.gif) 0 0 no-repeat;
    padding: 7px 12px 10px;
    height: 51px;
}

.block-currency .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-currency .block-title strong {
    font: bold 13px/21px Arial, Helvetica, sans-serif;
    background: url(../images/i_block-currency.gif) 0 50% no-repeat;
    padding: 0 0 0 21px;
    text-transform: none;
    color: #fff;
}

.block-currency .block-content {
    background: none;
    padding: 0;
}

.block-currency .block-content select {
    width: 100%;
    padding: 0;
}

/* Block: Layered Navigation */
.block-layered-nav {
    border: 0;
}

.block-layered-nav .block-title {
    border: 0;
    padding: 0;
    height: 24px;
    background: url(../images/bkg_block-layered-title.gif) 0 0 no-repeat;
    text-indent: -999em;
    overflow: hidden;
}

.block-layered-nav .block-subtitle {
    line-height: 1.35;
    background: #d5e8ff url(../images/bkg_block-layered1.gif) 0 50% repeat;
    padding: 3px 9px;
    border: 1px solid #b9ccdd;
    border-width: 1px 0;
    text-transform: uppercase;
    color: #1f5070;
}

.block-layered-nav dt {
    background: url(../images/bkg_block-layered-dt.gif) 9px 11px no-repeat;
    padding: 7px 10px 0 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.block-layered-nav dd {
    padding: 0 12px 12px;
    background: url(../images/bkg_block-layered-dd.gif) 0 100% repeat-x;
}

.block-layered-nav dd.last {
    background: none;
}

.block-layered-nav .currently li {
    background: #fff url(../images/bkg_block-layered-li.gif) 0 100% repeat-x;
    padding: 6px 24px 6px 10px;
    position: relative;
    z-index: 1;
    line-height: 1.5;
}

.block-layered-nav .currently .label {
    font-weight: bold;
    padding-left: 15px;
    background: url(../images/bkg_block-layered-label.gif) 0 4px no-repeat;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .value {
    display: inline-block;
    vertical-align: top;
}

.block-layered-nav .currently .btn-previous,
.block-layered-nav .currently .btn-remove {
    position: absolute;
    right: 4px;
    top: 9px;
    margin: 0;
}

.block-layered-nav .currently .btn-previous {
    right: 17px;
}

.block-layered-nav .actions {
    font-size: 11px;
    padding: 4px 5px 4px 9px;
    background: #cad6e4;
    border: 1px solid #dee5e8;
    border-width: 1px 0;
    text-align: right;
}

.block-layered-nav .actions a {
    float: none;
}

/* Block: Cart */
.block-cart .block-title {
    /*border-bottom:0;*/
}

.block-cart .block-title strong {
    background-image: url(../images/i_block-cart.gif);
}

.block-cart .summary {
    background: #fff;
    padding: 2px 8px 8px;
    margin: -1px 0 0;
    position: relative;
    z-index: 1;
}

.block-cart .amount {
    margin: 0;
}

.block-cart .amount a {
    font-weight: bold;
}

.block-cart .subtotal {
    margin: 5px 0 0;
    padding: 2px 0;
    background: #fbebd9;
    text-align: center;
}

.block-cart .subtotal .price {
    font-weight: bold;
}

.block-cart .actions {
    border-bottom: 1px solid #c2c2c2;
}

.block-cart .actions .paypal-logo {
    float: left;
    width: 100%;
    margin: 3px 0 0;
    text-align: right;
}

.block-cart .actions .paypal-logo .paypal-or {
    clear: both;
    display: block;
    padding: 0 55px 8px 0;
}

/* Block: Wishlist */
.block-wishlist .block-title strong {
    background-image: url(../images/i_block-wishlist.gif);
}

.block-wishlist .actions {
    text-align: right;
}

.block-wishlist .actions a {
    float: none;
}

/* Block: Related */
.block-related .block-title strong {
    background-image: url(../images/i_block-related.gif);
    background-position: 0 1px;
}

.block-related input.checkbox {
    float: left;
}

.block-related .product {
    margin-left: 20px;
}

/* Block: Compare Products */
.block-compare .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

.block-compare button.button span {
    border-color: #406a83;
    background: #618499;
}

.page-popup .link-print {
    background: url(../images/i_print.gif) 0 2px no-repeat;
    padding: 2px 0 2px 25px;
    font-weight: bold;
    color: #1e7ec8;
}

.compare-table {
    border: 0;
}

.compare-table thead tr.first th,
.compare-table thead tr.first td {
    border: 0;
    background: none;
    padding: 0;
    font-size: 0;
    line-height: 0;
}

.compare-table .btn-remove {
    float: right;
    background-image: url(../images/btn_remove2.gif);
    width: 72px;
    height: 15px;
}

.compare-table tbody th {
    background: #d9e5ee url(../images/bkg_th-v.gif) 100% 0 repeat-y;
}

.compare-table tbody th,
.compare-table tbody td {
    padding: 10px;
    border: 0;
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
}

.compare-table tbody td.last {
    border-right: 1px solid #ccc;
}

.compare-table tbody tr.last th,
.compare-table tbody tr.last td {
    border-bottom: 1px solid #ccc !important;
}

.compare-table tr.add-to-row td {
    background: #fffada;
    text-align: center;
}

.compare-table tr.first td {
    text-align: center;
}

.compare-table tr.first td .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #203548;
}

.compare-table tr.first td .product-name a {
    color: #203548;
}

.compare-table tr.first td .ratings {
    width: 69px;
    margin: 0 auto;
}

.compare-table tr.first td p,
.compare-table tr.add-to-row td p {
    margin: 0;
}

/* Block: Recently Viewed */
.block-viewed .block-title strong {
    background-image: url(../images/i_block-viewed.gif);
}

/* Block: Recently Compared */
.block-compared .block-title strong {
    background-image: url(../images/i_block-list.gif);
    background-position: 0 1px;
}

/* Block: Poll */
.block-poll .block-title strong {
    background-image: url(../images/i_block-poll.gif);
}

.block-poll .block-subtitle {
    font-size: 12px;
}

.block-poll label {
    color: #777;
    font-weight: bold;
}

.block-poll input.radio {
    float: left;
    margin: 1px -18px 0 0;
}

.block-poll .label {
    display: block;
    margin-left: 18px;
}

.block-poll li {
    padding: 3px 9px;
}

.block-poll .actions {
    margin: 5px 0 0;
}

.block-poll button.button span {
    border-color: #406a83;
    background: #618499;
}

.block-poll .answer {
    font-weight: bold;
}

.block-poll .votes {
    float: right;
    margin-left: 10px;
}

/* Block: Tags */
.block-tags .block-title strong {
    background-image: url(../images/i_block-tags.gif);
}

.block-tags .block-content .tags-list {
    background: none;
    border: 0;
    font-size: 12px;
}

.block-tags .block-content a {
    color: #1b2d3b;
}

.block-tags .actions {
    text-align: right;
}

.block-tags .actions a {
    float: none;
}

/* Block: Subscribe */
.block-subscribe .block-content {
    padding: 5px 10px;
}

.block-subscribe .block-title strong {
    background-image: url(../images/i_block-subscribe.gif);
}

.block-subscribe label {
    font-weight: bold;
    color: #666;
}

.block-subscribe .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
    text-align: left;
}

.block-subscribe .actions button.button {
    float: none;
}

/*.block-subscribe .actions button.button span { border-color:#406a83; background:#618499; }*/

/* Block: Reorder */
.block-reorder .block-title strong {
    background-image: url(../images/i_block-list.gif);
}

.block-reorder input.checkbox {
    float: left;
    margin: 2px -20px 0 0;
}

.block-reorder .product-name {
    margin-left: 20px;
}

.block-reorder .validation-advice {
    margin: 3px 9px 7px;
}

/* Block: Banner */
.block-banner {
    border: 0;
}

.block-banner .block-content {
    padding: 0;
    text-align: center;
}

/* Block: Login */
.block-login .block-title strong {
    background-image: url(../images/i_ma-info.gif);
}

.block-login .block-content {
    padding: 5px 10px;
}

.block-login label {
    font-weight: bold;
    color: #666;
}

.block-login input.input-text {
    display: block;
    width: 167px;
    margin: 3px 0;
}

.block-login .actions {
    background: none;
    padding: 0;
    margin: 3px 0 0;
}

.block-login .actions button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Paypal */
.sidebar .paypal-logo {
    display: block;
    margin: 10px 0;
    text-align: center;
}

.sidebar .paypal-logo a {
    float: none;
}

/* ======================================================================================= */

/* Category Page ========================================================================= */
.category-title {
    border: 0;
    margin: 0 0 7px;
}

.category-image {
    width: 100%;
    overflow: hidden;
    margin: 0 0 10px;
    text-align: center;
}

.category-image img {
}

.category-description {
    margin: 0 0 10px;
}

.category-products {
}

/* View Type: Grid */
.products-grid {
    border-bottom: 1px solid #d9ddd3;
    background: url(../images/bkg_grid.gif) 0 0 repeat;
    position: relative;
}

.products-grid.last {
    border-bottom: 0;
}

.products-grid li.item {
    float: left;
    width: 138px;
    padding: 12px 10px 80px;
}

.products-grid .product-image {
    display: block;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-grid .product-name {
    /*min-height:2.7em;*/
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-grid .product-name a {
    color: #203548;
}

.products-grid .price-box {
    margin: 5px 0;
}

.products-grid .availability {
    line-height: 21px;
}

.products-grid .actions {
    position: absolute;
    bottom: 12px;
}

.col2-left-layout .products-grid,
.col2-right-layout .products-grid {
    width: 632px;
    margin: 0 auto;
}

.col1-layout .products-grid {
    width: 790px;
    margin: 0 auto;
}

/* View Type: List */
.products-list li.item {
    border-bottom: 1px solid #d9ddd3;
    padding: 12px 10px;
}

.products-list li.item.last {
    border-bottom: 0;
}

.products-list .product-image {
    float: left;
    width: 135px;
    height: 135px;
    margin: 0 0 10px;
}

.products-list .product-shop {
    margin-left: 150px;
}

.products-list .product-name {
    margin: 0 0 5px;
    font-weight: bold;
    font-size: 13px;
    color: #203548;
}

.products-list .product-name a {
    color: #203548;
}

.products-list .price-box {
    float: left;
    margin: 3px 13px 5px 0;
}

.products-list .availability {
    float: left;
    margin: 3px 0 0;
}

.products-list .desc {
    clear: both;
    padding: 6px 0 0;
    margin: 0 0 15px;
    line-height: 1.35;
}

.products-list .desc .link-learn {
    font-size: 11px;
}

.products-list .add-to-links {
    clear: both;
}

.products-list .add-to-links li {
    display: inline;
}

.products-list .add-to-links .separator {
    display: inline;
    margin: 0 2px;
}

/* ======================================================================================= */

/* Product View ========================================================================== */
/* Rating */
.no-rating {
    margin: 0;
}

.ratings strong {
    float: left;
    margin: 1px 3px 0 0;
}

.ratings .rating-links {
    margin: 0;
}

.ratings .rating-links .separator {
    margin: 0 2px;
}

.ratings-table th,
.ratings-table td {
    font-size: 11px;
    line-height: 1.15;
    padding: 3px 0;
}

.ratings-table th {
    font-weight: bold;
    padding-right: 8px;
}

/* Availability */
.availability {
    margin: 0;
}

.availability span {
    font-weight: bold;
}

.availability.in-stock span {
}

.availability.out-of-stock span {
    color: #d83820;
}

.availability-only {
    margin: 10px 0 7px;
    line-height: 16px;
    background: url(../images/i_availability_only.gif) 0 50% no-repeat;
    padding-left: 15px;
}

.availability-only span,
.availability-only a {
    border-bottom: 1px dashed #751d02;
    color: #000;
}

.availability-only a {
    background: url(../images/i_availability_only_arrow.gif) 100% 0 no-repeat;
    cursor: pointer;
    padding-right: 15px;
    text-decoration: none;
}

.availability-only .expanded {
    background-position: 100% -15px;
}

.availability-only strong {
    color: #be2c00;
}

.availability-only-details {
    margin: 0 0 7px;
}

.availability-only-details th {
    background: #d2d6d9;
    font-size: 10px;
    padding: 0 8px;
}

.availability-only-details td {
    background: #ebf0f3;
    border-bottom: 1px solid #fff;
    font-size: 11px;
    padding: 2px 8px 1px;
}

.availability-only-details tr.odd td.last {
    color: #d95e00;
    font-weight: bold;
}

.product-back-button {
    position: fixed;
    left: 0;
    top: 26%;
    width: 45px;
    height: 50px;
    color: #a97b2a;
    background: #f4ecdd;
    letter-spacing: 1px;
    box-sizing: border-box;
    padding: 0 5px;
    z-index: 100;
    transition: background .3s;
}

.product-back-button:hover {
    background: #cfaf88;
    color: #fff;
}

.product-back-button a span {
    display: block;
    width: 40px;
    height: 50px;
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0ODUuMjEyIDQ4NS4yMTIiPjxwYXRoIGZpbGw9IiNiYzk1NTkiIGQ9Ik0zMC4zMjUsMjQyLjYwNkwyNzIuOTMxLDBMMTUxLjYyNywyNDIuNjA2bDEyMS4zMDQsMjQyLjYwNkwzMC4zMjUsMjQyLjYwNnogTTQ1NC44ODcsNDg1LjIxMkwzMzMuNTg0LDI0Mi42MDZMNDU0Ljg4Nyw0ODUuMjEyeiIvPjwvc3ZnPg==) no-repeat 6px 10px;
    background-size: 30px 30px;
}

.product-back-button:hover a span {
    background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0ODUuMjEyIDQ4NS4yMTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0zMC4zMjUsMjQyLjYwNkwyNzIuOTMxLDBMMTUxLjYyNywyNDIuNjA2bDEyMS4zMDQsMjQyLjYwNkwzMC4zMjUsMjQyLjYwNnogTTQ1NC44ODcsNDg1LjIxMkwzMzMuNTg0LDI0Mi42MDZMNDU0Ljg4Nyw0ODUuMjEyeiIvPjwvc3ZnPg==) no-repeat 6px 10px;
    background-size: 30px 30px;
}

.product-view .product-shop .availability {
    font-size: 11px;
}

.product-view .product-shop .availability span {
    font-weight: normal;
}

/* Email to a Friend */
.email-friend {
    margin: 0;
}

/* Alerts */
.alert-price {
    margin: 0;
    font-size: 11px;
}

.alert-stock {
    margin: 0;
    font-size: 11px;
}

/********** < Product Prices */
.price {
    white-space: nowrap !important;
}

.price-box {
    margin: 5px 0;
}

.price-box .price {
    color: #524739;
}

/* Regular price */
.regular-price .price {
    font: 200 13px/16px Roboto, Arial, sans-serif;
}

/* Old price */
.old-price {
    margin: 0;
}

.old-price .price-label {
    white-space: nowrap;
    color: #999;
}

.special-price .price-box .old-price .price {
    font-size: 12px;
    color: #91785c;
    text-decoration: line-through;
}

/* Special price */
.special-price {
    margin: 0;
}

.special-price .price-label {
    font-size: 13px;
    font-weight: bold;
    white-space: nowrap;
    color: #cd5033;
}

/* Minimal price (as low as) */
.minimal-price {
    margin: 0;
}

.minimal-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.minimal-price-link {
    display: block;
}

.minimal-price-link .label {
    color: #1e7ec8;
}

.minimal-price-link .price {
    font-weight: normal;
    color: #1e7ec8;
}

/* Excluding tax */
.price-excluding-tax {
    display: block;
    color: #999;
}

.price-excluding-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-excluding-tax .price {
    font-size: 13px;
    font-weight: normal;
    color: #c76200;
}

/* Including tax */
.price-including-tax {
    display: block;
    color: #999;
}

.price-including-tax .label {
    white-space: nowrap;
    color: #999;
}

.price-including-tax .price {
    font-size: 13px;
    font-weight: bold;
    color: #c76200;
}

/* Configured price */
.configured-price {
    margin: 0;
}

.configured-price .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.configured-price .price {
    font-weight: bold;
}

/* FPT */
.weee {
    display: block;
    font-size: 11px;
    color: #444;
}

.weee .price {
    font-size: 11px;
    font-weight: normal;
}

/* Excl tax (for order tables) */
.price-excl-tax {
    display: block;
}

.price-excl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-excl-tax .price {
    display: block;
}

/* Incl tax (for order tables) */
.price-incl-tax {
    display: block;
}

.price-incl-tax .label {
    display: block;
    white-space: nowrap;
}

.price-incl-tax .price {
    display: block;
    font-weight: bold;
}

/* Price range */
.price-from {
    margin: 0;
}

.price-from .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-to {
    margin: 0;
}

.price-to .price-label {
    font-weight: bold;
    white-space: nowrap;
}

/* Price notice next to the options */
.price-notice {
    padding-left: 10px;
    color: #999;
}

.price-notice .price {
    font-weight: bold;
    color: #2f2f2f;
}

/* Price as configured */
.price-as-configured {
    margin: 0;
}

.price-as-configured .price-label {
    font-weight: bold;
    white-space: nowrap;
}

.price-box-bundle {
    padding: 0 0 10px 0;
}

.price-box-bundle .price-box {
    margin: 0 !important;
    padding: 0 !important;
}

.price-box-bundle .price {
    color: #555;
}

/********** Product Prices > */

/* Tier Prices */
.product-pricing,
.tier-prices {
    margin: 10px 0;
    padding: 10px;
    background-color: #f4f7f7;
    border: 1px solid #dadddd;
    color: #424242;
}

.tier-prices li {
    line-height: 1.4;
    background: url(../images/i_tier.gif) no-repeat 0 3px;
    padding: 2px 0 2px 10px;
}

.tier-prices .benefit {
    font-style: italic;
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices .price {
    font-weight: bold;
    color: #2f2f2f;
}

.tier-prices-grouped li {
    padding: 2px 0;
    color: #e26703;
}

.tier-prices-grouped li .price {
    font-weight: bold;
}

/* Add to Links */
.add-to-links {
    font-size: 11px;
    margin: 5px 0 0;
}

.add-to-links .separator {
    display: none;
}

/* Add to Cart */
.add-to-cart label {
    float: left;
    margin-right: 5px;
    font-weight: bold;
    color: #666;
}

.add-to-cart .qty {
    float: left;
    margin-right: 5px;
}

.add-to-cart a.button,
.add-to-cart button.button {
    float: left;
    width: 174px;
    height: 60px;
}

.add-to-cart .paypal-logo {
    clear: left;
    margin: 0;
    text-align: right;
}

.add-to-cart .paypal-logo .paypal-or {
    clear: both;
    display: block;
    margin: 5px 60px 5px 0;
}

.product-view .add-to-cart .paypal-logo {
    margin: 0;
}

/* Add to Links + Add to Cart */
.add-to-box {
    margin: 10px 0;
}

.add-to-box .add-to-cart {
    float: left;
}

.add-to-box .or {
    float: left;
    font-weight: bold;
    margin: 0 7px;
    color: #666;
}

.add-to-box .add-to-links {
    float: left;
    margin: 0;
    font-size: 12px !important;
    line-height: 1.25 !important;
    text-align: left !important;
}

.add-to-box .add-to-links li {
    display: block !important;
}

.add-to-box .add-to-links li .separator {
    display: none !important;
}

.product-essential h2,
.product-essential .h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    margin: 0 0 20px;
    text-transform: none;
}

.product-name .h1-type {
    font-weight: 300;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    margin: 0 0 20px;
    text-transform: lowercase;
}

.product-name .h1-name {
    font-weight: 400;
}

.product-collateral {
    padding: 25px 25px 15px;
}

.product-collateral.related-wrapper {
    position: relative;
    overflow: visible;
    padding-bottom: 0;
}
.product-collateral.related-wrapper .carousel-container {
    padding-bottom: 0;
}

.product-collateral .box-collateral {
    margin: 0 0 46px;
}

.col3-layout .product-view .product-img-box {
    float: none;
    margin: 0 auto;
}

.product-view .product-img-box .product-image {
    margin: 0 0 13px;
}

.product-view .product-img-box .product-image-zoom {
    position: relative;
    width: 630px;
    height: 630px;
    overflow: hidden;
    z-index: 9;
}

.product-view .product-img-box .product-image-zoom img {
    position: absolute;
    left: 0;
    top: 0;
    cursor: move;
}

.product-view .product-img-box .zoom-notice {
    font-size: 11px;
    margin: 0 0 5px;
    text-align: center;
}

.product-view .product-img-box .zoom {
    position: relative;
    z-index: 9;
    height: 18px;
    margin: 0 auto 13px;
    padding: 0 28px;
    background: url(../images/slider_bg.gif) 50% 50% no-repeat;
    cursor: pointer;
}

.product-view .product-img-box .zoom.disabled {
    -moz-opacity: .3;
    -webkit-opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"; /*IE8*/
    opacity: .3;
}

.product-view .product-img-box .zoom #track {
    position: relative;
    height: 18px;
}

.product-view .product-img-box .zoom #handle {
    position: absolute;
    left: 0;
    top: -1px;
    width: 9px;
    height: 22px;
    background: url(../images/magnifier_handle.gif) 0 0 no-repeat;
}

.product-view .product-img-box .zoom .btn-zoom-out {
    position: absolute;
    left: 2px;
    top: 0;
}

.product-view .product-img-box .zoom .btn-zoom-in {
    position: absolute;
    right: 2px;
    top: 0;
}

.product-view .product-img-box .more-views h2,
.product-view .product-img-box .more-views .h2 {
    font-size: 11px;
    border-bottom: 1px solid #ccc;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.product-view .product-img-box .more-views ul {
    margin-left: -9px
}

.product-view .product-img-box .more-views li {
    float: left;
    margin: 0 0 8px 9px;
}

.product-view .product-img-box .more-views li a {
    float: left;
    width: 56px;
    height: 56px;
    border: 2px solid #ddd;
    overflow: hidden;
}

.product-image-popup {
    margin: 0 auto;
}

.product-image-popup .buttons-set {
    float: right;
    clear: none;
    border: 0;
    margin: 0;
    padding: 0;
}

.product-image-popup .nav {
    font-weight: bold;
    margin: 0 100px;
    text-align: center;
}

.product-image-popup .image {
    display: block;
    margin: 10px 0;
}

.product-image-popup .image-label {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
    color: #2f2f2f;
}

/* Product Shop */
.product-view .product-shop {
    display: table-cell;
    text-align: center;
    vertical-align: top;
}

.box-collateral.box-description {
    padding-left: 40px;
}

.box-collateral.box-description iframe {
    max-width: 100%;
}

.box-description h2 {
    margin: 0 0 10px;
}

.box-description .std .big {
    text-align: left;
    margin: 0 0 20px;
}

.product-view .product-img {
    display: table-cell;
    vertical-align: top;
    width: 708px;
}

.col1-layout .product-view .product-shop {
    float: right;
    width: 545px;
}

.col3-layout .product-view .product-shop {
    float: none;
    width: auto;
}

.product-view .product-shop .product-name {
    margin: 0 0 5px;
    padding: 0 40px 0 40px;
}

.product-view .product-img-box h1,
.product-view .product-shop .product-name h1,
.product-view .product-img-box h2,
.product-view .product-shop .product-name h2,
.product-view .product-img-box .h1,
.product-view .product-shop .product-name .h1,
.product-view .product-img-box .h2,
.product-view .product-shop .product-name .h2 {
    margin: 0 0 17px;
    font-size: 30px;
    line-height: 36px;
    font-weight: 300;
    color: #524739;
    text-align: center;
}

.product-view .product-img-box h1,
.product-view .product-img-box h2,
.product-view .product-img-box .h1,
.product-view .product-img-box .h2 {
    display: none;
}

.product-view .product-shop .availability {
    margin: 10px 0;
}

.product-view .product-shop .short-description {
    margin: 10px 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
    padding: 10px 0 0;
}

.product-view .product-shop .price-box {
    margin: 10px 0;
}

.product-view .product-shop .add-to-links {
    margin: 0;
}

.product-view .product-shop .add-to-links {
    font-size: 12px;
    text-align: right;
}

.product-view .product-shop .add-to-links li,
.product-view .product-shop .add-to-links li .separator {
    display: inline;
}

.product-view .product-shop .add-to-links a {
    color: #1E7EC8 !important;
    font-weight: normal !important;
}

.product-view .product-img-box img {
    cursor: pointer;
    max-height: 100%;
}

/* Product Options */
.product-options {
    margin: 20px 0 0;
    padding: 10px 15px 20px;
    position: relative;
    background-color: #f6f6f6;
    border: 1px solid #e4e4e4;
}

.product-options dt {
    padding: 10px 0 0;
    font-weight: normal;
}

.product-options dt label {
    font-weight: bold;
    color: #2f2f2f;
}

.product-options dt label.required em {
    color: #eb340a;
    margin-left: 5px;
}

.product-options dd .qty-holder {
    display: block;
    padding: 10px 0 0;
}

.product-options dd .qty-holder label {
    vertical-align: middle;
}

.product-options dt .qty-disabled {
    background: none;
    border: 0;
    padding: 3px;
    color: #2f2f2f;
}

.product-options dd {
    padding: 5px 10px 15px;
    margin: 0 0 5px;
    border-bottom: 1px solid #e4e4e4;
}

.product-options dl.last dd.last {
    border-bottom: 0;
    padding-bottom: 5px;
    margin-bottom: 0;
}

.product-options dd input.input-text {
    width: 98%;
}

.product-options dd input.datetime-picker {
    width: 150px;
}

.product-options dd .time-picker {
    display: -moz-inline-box;
    display: inline-block;
    padding: 2px 0;
    vertical-align: middle;
}

.product-options dd textarea {
    width: 98%;
    height: 8em;
}

.product-options dd select {
    width: 99%;
}

.product-options dd .multiselect option {
    border-bottom: 1px dotted #d9e5ee;
    padding: 2px 4px;
}

.product-options ul.options-list {
    margin-right: 5px;
}

.product-options ul.options-list li {
    line-height: 1.5;
    padding: 2px 0;
}

.product-options ul.options-list input.radio {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list input.checkbox {
    float: left;
    margin-top: 3px;
}

.product-options ul.options-list .label {
    display: block;
    margin-left: 18px;
}

.product-options ul.options-list label {
    font-weight: normal;
}

.product-options ul.validation-failed {
    padding: 0 7px;
}

.product-options p.note {
    margin: 0;
    font-size: 11px;
}

.product-options p.required {
    position: absolute;
    right: 20px;
    top: 20px;
}

.product-options-bottom {
    background-color: #fffada;
    padding: 15px 20px;
    border: 1px solid #e4e4e4;
    border-top: 0;
}

.product-options-bottom .product-pricing,
.product-options-bottom .tier-prices {
    margin: 0;
    padding: 0 0 10px;
    border: 0;
    background: 0;
    color: #e26703;
}

.product-options-bottom .tier-prices li {
    background: 0;
    padding: 2px 0;
}

.product-options-bottom .tier-prices .price,
.product-options-bottom .tier-prices .benefit {
    color: #e26703;
}

.product-options-bottom .price-box {
    float: left;
    margin: 0;
    padding: 0;
}

.product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

.col3-layout .product-options-bottom .price-box {
    float: none;
    padding: 0 0 5px;
}

.product-options-bottom .price-label {
    float: left;
    padding-right: 5px;
}

.product-options-bottom .price-tax {
    float: left;
}

.product-options-bottom .add-to-cart {
    float: right;
}

.product-shop .product-options-bottom {
    margin: 0 0 10px;
}

.product-shop .product-options-bottom .price-box {
    float: none;
    margin: 0 0 5px;
}

.product-shop .product-options-bottom .price-label {
    float: none;
    padding-right: 0;
}

.product-shop .product-options-bottom .price-tax {
    float: none;
}

.product-shop .product-options-bottom .add-to-cart-box {
    clear: both;
    float: left;
    padding-top: 12px;
}

.product-shop .product-options-bottom .add-to-links {
    clear: both;
    padding: 5px 0 0;
    text-align: right;
}

/* Grouped Product */
.product-view .grouped-items-table .price-box {
    margin: 0;
    padding: 0;
}

/* Block: Additional */
.product-view .box-additional .data-table th,
.product-view .box-additional .data-table td {
    line-height: 1.25;
}

/* Block: Upsell */
.product-view .box-up-sell h2,
.product-view .box-up-sell .h2 {
    border-bottom: 0;
    padding: 0;
    margin: 0 0 8px;
}

.product-view .box-up-sell .products-grid {
    width: 100%;
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid td {
    width: 25%;
    background: #f6f2e7;
    border-right: 1px solid #e5dcc3;
    border-bottom: 1px solid #e5dcc3;
    padding: 15px 10px 12px;
    line-height: 1.6em;
}

.product-view .box-up-sell .products-grid tr.last td {
    border-bottom: 0;
}

.product-view .box-up-sell .products-grid td.last {
    border-right: 0;
}

.product-view .box-up-sell .products-grid td img {
    border: 1px solid #e5dcc3;
}

.product-view .box-up-sell .products-grid .product-image {
    text-align: center;
}

.product-view .box-up-sell .products-grid td.empty {
    border-right: 0;
    background: #f1ecdb;
}

.product-view .box-up-sell .products-grid .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

/* Block: Tags */
.product-view .box-tags {
    margin: 0;
}

.product-view .box-tags h3,
.product-view .box-tags .h3 {
    font-size: 13px;
}

.product-view .box-tags .product-tags {
    display: block;
    margin: 0 0 15px;
}

.product-view .box-tags .product-tags li {
    display: inline;
    background: url(../images/bkg_pipe3.gif) 100% 4px no-repeat;
    padding: 0 7px 0 4px;
}

.product-view .box-tags .product-tags li.first {
    padding-left: 0;
}

.product-view .box-tags .product-tags li.last {
    background: none;
    padding-right: 0;
}

.product-view .box-tags .form-add label {
    display: block;
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 5px;
    color: #0a263c;
}

.product-view .box-tags .form-add .input-box {
    float: left;
    width: 305px;
    margin: 0 5px 0 0;
    background: url(../images/i_tag_add.gif) 0 2px no-repeat;
    padding: 0 0 0 23px;
}

.product-view .box-tags .form-add input.input-text {
    width: 299px;
}

.product-view .box-tags .form-add button.button span {
    border-color: #406a83;
    background: #618499;
}

.product-view .box-tags .note {
    margin: 3px 0 0;
    padding: 0 0 0 23px;
    font-size: 11px;
}

/* Block: Reviews */
.product-view .box-reviews dl {
    margin: 15px 0;
}

.product-view .box-reviews dt a,
.product-view .box-reviews dt span {
    font-weight: bold;
}

.product-view .box-reviews dd {
    margin: 0 0 15px;
}

.product-view .box-reviews dd small {
    font-style: italic;
}

.product-view .box-reviews .form-add {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add h3,
.product-view .box-reviews .form-add .h3 {
    font-size: 13px;
    font-weight: normal;
}

.product-view .box-reviews .form-add h3 span,
.product-view .box-reviews .form-add .h3 span {
    font-weight: bold;
}

.product-view .box-reviews .form-add h4,
.product-view .box-reviews .form-add .h4 {
    font-size: 12px;
}

.product-view .box-reviews .form-add .data-table td {
    text-align: center;
}

.product-view .box-reviews .form-add .form-list {
    margin: 15px 0 0;
}

.product-view .box-reviews .form-add .form-list .input-box {
    width: 360px;
}

.product-view .box-reviews .form-add .form-list input.input-text,
.product-view .box-reviews .form-add .form-list textarea {
    width: 354px;
}

.product-viewed {
    height: 470px;
}

/* Send a Friend */
.send-friend .form-list {
    width: 615px;
    overflow: hidden;
}

.send-friend .form-list li {
    margin-right: -15px;
}

.send-friend .form-list li p {
    margin: 0 15px 0 0;
}

.send-friend .form-list .field {
    width: 315px;
}

.send-friend .form-list .input-box {
    width: 300px;
}

.send-friend .form-list input.input-text,
.send-friend .form-list textarea {
    width: 294px;
}

.send-friend .form-list li.wide .input-box {
    width: 612px;
}

.send-friend .form-list li.wide textarea {
    width: 609px;
}

.send-friend .buttons-set .limit {
    float: right;
    margin: 0 7px 0 0;
    font-size: 11px;
    line-height: 21px;
}

/* ======================================================================================= */

/* Content Styles ================================================================= */
.product-name {
    margin: 0;
    font-size: 1em;
    font-weight: normal;
}

.product-name a {
    color: #1e7ec8;
}

/* Product Tags */
.tags-list {
    display: block;
    font-size: 13px;
    border: 1px solid #c1c4bc;
    background: #f8f7f5;
    padding: 10px;
}

.tags-list li {
    display: inline !important;
    margin: 0 4px 0 0;
}

.tags-list li a {
    color: #1b2d3b;
}

/* Advanced Search */
.advanced-search .form-list label {
    width: 160px;
    padding-right: 10px;
}

.advanced-search .form-list .input-box,
.advanced-search .form-list .input-range {
    float: left;
    clear: none;
}

.advanced-search-amount {
    margin: 0 0 10px;
}

.advanced-search-summary {
    margin: 10px 0;
    border: 1px solid #e9d7c9;
    background: #fff6f1;
    padding: 10px;
}

.advanced-search-summary ul {
    float: left;
    width: 49%;
}

.advanced-search-summary strong {
    color: #E17C24;
    padding-left: 15px;
    background: url(../images/i_search_criteria.gif) 0 3px no-repeat;
}

.advanced-search-summary p {
    clear: both;
    font-weight: bold;
    margin: 0;
}

/* CMS Home Page */
.cms-home .subtitle {
}

.cms-index-index .subtitle {
}

/* Sitemap */
.page-sitemap .links {
    text-align: right;
    margin: 0 8px -22px 0;
}

.page-sitemap .links a {
    text-decoration: none;
    position: relative;
}

.page-sitemap .links a:hover {
    text-decoration: underline;
}

.page-sitemap .sitemap {
    margin: 12px;
}

.page-sitemap .sitemap a {
    color: #1b2d3b;
}

.page-sitemap .sitemap li {
    margin: 3px 0;
}

.page-sitemap .sitemap li.level-0 {
    margin: 10px 0 0;
    font-weight: bold;
}

.page-sitemap .sitemap li.level-0 a {
    color: #1e7ec8;
}

/* RSS */
.rss-title h1,
.rss-title .h1 {
    background: url(../images/i_rss-big.png) 0 4px no-repeat;
    padding-left: 27px;
}

.rss-table .link-rss {
    display: block;
    line-height: 1.55;
    background-position: 0 4px;
}

/* ======================================================================================= */

/* Shopping Cart ========================================================================= */
.cart .page-title {
    border-bottom: 0;
    margin: 0 0 12px;
}

.cart .page-title h1,
.cart .page-title .h1 {
    margin: 10px 0 0;
}

/* Checkout Types */
.cart .page-title .checkout-types li {
    margin: 0 0 5px;
}

.cart .title-buttons .checkout-types {
    float: right;
}

.cart .title-buttons .checkout-types li {
    float: left;
    margin: 0 0 5px 5px;
}

.cart .checkout-types .paypal-or {
    margin: 0 8px;
    line-height: 2.3;
}

.cart .totals .checkout-types .paypal-or {
    clear: both;
    display: block;
    padding: 8px 55px 0 0;
    line-height: 1.0;
    font-size: 11px;
}

/* Shopping Cart Table */
.cart-table th {
    padding: 2px 10px;
}

.cart-table td {
    padding: 10px;
}

.cart-table .product-name {
    font-weight: bold;
    margin: 0 0 5px;
    color: #2f2f2f;
}

.cart-table .item-msg {
    margin: 5px 0;
    font-size: 11px;
    font-weight: bold;
    color: #df280a;
}

.cart-table tfoot td {
    padding: 5px 10px;
}

.cart-table .btn-continue {
    float: left;
}

.cart-table .btn-empty span,
.cart-table .btn-continue span,
.cart-table .btn-update span {
    border-color: #406a83;
    background: #618499;
}

.cart-table .btn-update,
.cart-table .btn-empty {
    float: right;
}

.cart-table .btn-update {
    margin-left: 10px;
}

/* Shopping Cart Collateral boxes */
.cart .cart-collaterals {
    padding: 25px 0 0;
}

.cart .cart-collaterals .col2-set {
    float: left;
    width: 605px;
}

.cart .cart-collaterals .col2-set .col-2 {
    width: 294px;
}

.cart .crosssell {
    border: 1px solid #cec3b6;
    background: #fafaec;
    padding: 12px 15px;
}

.cart .crosssell h2,
.cart .crosssell .h2 {
    font-size: 13px;
    font-weight: bold;
}

.cart .crosssell .product-image {
    float: left;
    width: 75px;
    height: 75px;
    border: 1px solid #d0cdc9;
}

.cart .crosssell .product-details {
    margin-left: 90px;
}

.cart .crosssell .product-name {
    font-weight: bold;
}

.cart .crosssell li.item {
    margin: 12px 0;
}

.cart .crosssell .link-compare {
    font-weight: normal;
}

/* Discount Codes & Estimate Shipping and Tax Boxes */
.cart .discount,
.cart .shipping {
    border: 1px solid #d0cbc1;
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    padding: 12px 15px;
    margin: 0 0 18px;
}

.cart .discount h2,
.cart .shipping h2,
.cart .discount .h2,
.cart .shipping .h2 {
    background-position: 0 0;
    background-repeat: no-repeat;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    padding: 0 0 0 21px;
    color: #e26703;
    text-transform: uppercase;
}

.cart .discount button span,
.cart .shipping button span {
    border-color: #406a83;
    background: #618499;
}

.cart .discount .buttons-set,
.cart .shipping .buttons-set {
    margin: 10px 0 0;
    border: 0;
    padding: 0;
    text-align: left;
}

.cart .discount .buttons-set button.button,
.cart .shipping .buttons-set button.button {
    float: none;
    margin-left: 0;
}

.cart .discount h2,
.cart .discount .h2 {
    background-image: url(../images/i_discount.gif);
}

.cart .discount .input-box {
    margin: 8px 0 0;
    width: 260px;
}

.cart .discount input.input-text {
    width: 254px;
}

.cart .shipping h2,
.cart .shipping .h2 {
    background-image: url(../images/i_shipping.gif);
}

.cart .shipping .sp-methods {
    margin: 10px 0 0;
    padding: 5px 0 0;
    background: url(../images/bkg_divider1.gif) 0 0 repeat-x;
}

/* Shopping Cart Totals */
.cart .totals {
    float: right;
    width: 268px;
    background: #dee5e8;
    border: 1px solid #bebcb7;
}

.cart .totals table {
    width: 100%;
    margin: 7px 0;
}

.cart .totals td {
    padding: 1px 15px 1px 7px;
}

.cart .totals tr.last td {
}

.cart .totals tfoot th {
    padding: 5px 15px 5px 7px;
}

.cart .totals tfoot td {
    padding-top: 5px;
    padding-bottom: 5px;
}

.cart .totals tfoot th strong,
.cart .totals tfoot td strong {
    font-size: 15px;
}

.cart .totals .checkout-types {
    font-size: 13px;
    padding: 8px 15px 15px;
    text-align: right;
}

.cart .totals .checkout-types li {
    clear: both;
    margin: 10px 0;
}

.checkout-no-items {
    font: 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}

/* Options Tool Tip */
.item-options dt {
    font-weight: bold;
    font-style: italic;
}

.item-options dd {
    padding-left: 10px;
    margin: 0 0 6px;
}

.truncated {
    cursor: help;
}

.truncated a.dots {
    cursor: help;
}

.truncated a.details {
    cursor: help;
}

.truncated .truncated_full_value {
    position: relative;
    z-index: 999;
}

.truncated .truncated_full_value .item-options {
    position: absolute;
    top: -99999em;
    left: -99999em;
    z-index: 999;
    width: 250px;
    padding: 8px;
    border: 1px solid #ddd;
    background-color: #f6f6f6;
}

.truncated .truncated_full_value .item-options > p {
    font-weight: bold;
    text-transform: uppercase;
}

.truncated .show .item-options {
    top: -20px;
    left: 50%;
}

.col-left .truncated .show .item-options {
    left: 15px;
    top: 7px;
}

.col-right .truncated .show .item-options {
    left: -240px;
    top: 7px;
}

/* ======================================================================================= */

/* Checkout ============================================================================== */
/********** < Common Checkout Styles */
/* Shipping and Payment methods */
.sp-methods {
    margin: 0 0 8px;
}

.sp-methods dt {
    margin: 13px 0 5px;
    font-weight: bold;
}

.sp-methods dd {
}

.sp-methods dd li {
    margin: 5px 0;
}

.sp-methods label {
    font-weight: bold;
    color: #666;
}

.sp-methods .price {
    font-weight: bold;
}

.sp-methods .form-list {
    padding-left: 20px;
}

.sp-methods .form-list li {
    margin: 0 0 8px;
}

.sp-methods select.month {
    width: 154px;
    margin-right: 10px;
}

.sp-methods select.year {
    width: 96px;
}

.sp-methods input.cvv {
    width: 3em !important;
}

.sp-methods .checkmo-list li {
    margin: 0 0 5px;
}

.sp-methods .checkmo-list label {
    width: 135px;
    padding-right: 10px;
    text-align: right;
}

.sp-methods .checkmo-list address {
    float: left;
}

.sp-methods .centinel-logos a {
    margin-right: 3px;
}

.sp-methods .centinel-logos img {
    vertical-align: middle;
}

.sp-methods .release-amounts {
    margin: 0.5em 0;
}

.sp-methods .release-amounts button {
    float: left;
    margin: 5px 10px 0 0;
}

.please-wait {
    float: right;
}

.please-wait img {
    vertical-align: middle;
}

.cvv-what-is-this {
    font-size: 11px;
    cursor: help;
    margin-left: 10px;
}

/* Tooltip */
.tool-tip {
    border: 1px solid #7BA7C9;
    background: #EAF6FF;
    padding: 15px 20px;
    position: absolute;
    z-index: 9999;
}

.tool-tip .btn-close {
    margin: -9px -14px 0;
    text-align: right;
}

.tool-tip .btn-close a {
    display: block;
    margin: 0 0 0 auto;
    width: 15px;
    height: 15px;
    background: url(../images/btn_window_close.gif) 100% 0 no-repeat;
    text-align: left;
    text-indent: -999em;
    overflow: hidden;
}

.tool-tip .tool-tip-content {
    padding: 5px;
}

/* Gift Messages */
.gift-messages h3,
.gift-messages .h3 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages p.control {
    color: #8e8d8b;
}

.gift-messages-form {
    position: relative;
}

.gift-messages-form label {
    float: none !important;
    position: static !important;
}

.gift-messages-form h4 {
    font-size: 12px;
    font-weight: bold;
    color: #e87403;
}

.gift-messages-form .whole-order {
    margin: 0 0 25px;
}

.gift-messages-form .item {
    margin: 0 0 10px;
}

.gift-messages-form .item .product-img-box {
    float: left;
    width: 75px;
}

.gift-messages-form .item .product-image {
    margin: 0 0 7px;
}

.gift-messages-form .item .number {
    margin: 0;
    font-weight: bold;
    text-align: center;
    color: #8a8987;
}

.gift-messages-form .item .details {
    margin-left: 90px;
}

.gift-messages-form .item .details .product-name {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.gift-messages-form .item .details .form-list .field {
    width: 255px;
}

.gift-messages-form .item .details .form-list .input-box {
    width: 240px;
}

.gift-messages-form .item .details .form-list input.input-text {
    width: 234px;
}

.gift-messages-form .item .details .form-list li.wide .input-box {
    width: 500px;
}

.gift-messages-form .item .details .form-list li.wide textarea {
    width: 494px;
}

.gift-message-link {
    font-size: 11px;
    background: url(../images/bkg_collapse-gm.gif) 100% 6px no-repeat;
    padding-right: 7px;
}

.gift-message-link.expanded {
    background-position: 100% -40px;
}

.gift-message-row {
    background: #f2efe9;
}

.gift-message-row .btn-close {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/btn_gm-close.gif) 0 0 no-repeat;
    font-size: 0;
    line-height: 0;
    text-indent: -999em;
    overflow: hidden;
}

/* Checkout Agreements */
.checkout-agreements li {
    margin: 30px 0;
}

.checkout-agreements .agreement-content {
    overflow: auto;
    height: 12em;
    padding: 10px;
    background-color: #fbfaf6;
    border: 1px solid #bbb6a5;
}

.checkout-agreements .agree {
    margin: 0;
    padding: 10px 0 10px 11px;
}

.checkout-agreements .agree input.checkbox {
    margin-right: 6px;
}

.checkout-agreements .agree label {
    font-weight: bold;
    color: #666;
}

.opc .checkout-agreements {
    border: 1px solid #d9dde3;
    border-width: 0 1px;
    padding: 5px 30px;
}

.opc .checkout-agreements li {
    margin: 20px 0 0;
}

.opc .checkout-agreements .agreement-content {
    background-color: #fff;
    border-color: #e4e4e4;
    padding: 5px;
}

.opc .checkout-agreements .agree {
    padding-left: 6px;
}

/* Centinel */
.centinel {
}

.centinel .authentication {
    border: 1px solid #ddd;
    background: #fff;
}

.centinel .authentication iframe {
    width: 99%;
    height: 400px;
    background: transparent !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.opc .centinel {
    border: 1px solid #bbb6a5;
    border-width: 0 1px 1px;
    padding: 10px 30px;
}

/* Generic Info Set */
.info-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.info-set h2,
.info-set .h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.info-set h3,
.info-set h4,
.info-set .h3,
.info-set .h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.info-set h2 a,
.info-set h3 a,
.info-set h4 a,
.info-set .h2 a,
.info-set .h3 a,
.info-set .h4 a {
    font-weight: normal;
}

.info-set h2.legend,
.info-set .h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.info-set h3.legend,
.info-set .h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.info-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.info-set .box {
    margin: 0 0 15px;
}

.info-set .box h2,
.info-set .box .h2 {
    color: #e26703;
}

.info-set .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.info-set .data-table .product-name a {
    font-weight: bold !important;
}

.info-set .data-table .item-options {
    margin: 5px 0 0;
}

/********** Common Checkout Styles > */

/* One Page Checkout */
.block-progress {
    border: 0;
    margin: 0;
}

.block-progress .block-title {
    background: none;
    border: 0;
    padding: 0;
    margin: 0 0 5px;
}

.block-progress .block-title strong {
    font-size: 13px;
    color: #0a263c;
}

.block-progress .block-content {
    background: none;
}

.block-progress dt {
    font-size: 13px;
    font-weight: bold;
    line-height: 1.35;
    background: #eee;
    border: 1px solid #a3aeb3;
    margin: 0 0 6px;
    padding: 2px 8px;
    color: #999;
}

.block-progress dd {
    background: #eee;
    border: 1px solid #a3aeb3;
    border-top: 0;
    padding: 8px 13px;
    margin: 0 0 6px;
}

.block-progress dt.complete {
    margin: 0;
    background: #d0dce1;
    color: #5e8ab4;
}

.block-progress dd.complete {
}

.block-progress p {
    margin: 0;
}

.block-progress .cards-list dt {
    background: none;
    border: 0 none;
    color: inherit;
    font-size: 12px;
    margin: 5px 0;
    padding: 0;
}

.block-progress .cards-list dd {
    border: 0 none;
    margin: 0;
    padding: 0;
}

.block-progress .cards-list .info-table th {
    font-weight: normal;
}

.opc .buttons-set {
    margin-top: 0;
    padding-top: 2em;
}

.opc .buttons-set p.required {
    margin: 0;
    padding: 0 0 10px;
}

.opc .buttons-set .back-link small {
    display: none;
}

.opc .buttons-set .back-link a {
    background: url(../images/i_arrow-top.gif) 0 50% no-repeat;
    padding-left: 16px;
}

.opc .buttons-set.disabled button.button {
    display: none;
}

.opc .buttons-set .please-wait {
    height: 21px;
    line-height: 21px;
}

.opc .ul {
    list-style: disc outside;
    padding-left: 18px;
}

.opc {
    position: relative;
}

.opc li.section {
}

.opc .step-title {
    border-width: 0 1px;
    border-style: solid;
    border-color: #fff #d9dde3 #d9dde3;
    background: #eee url(../images/bkg_opc-title-off.gif) 0 100% repeat-x;
    padding: 4px 8px 6px;
    text-align: right;
}

.opc .step-title .number {
    float: left;
    background: #fff;
    border: 1px solid #fff;
    padding: 0 4px;
    margin: 0 5px 0 0;
    font: bold 11px/14px arial, helvetica, sans-serif;
    color: #999;
}

.opc .step-title h2,
.opc .step-title .h2 {
    float: left;
    margin: 0;
    font: bold 13px/16px Arial, Helvetica, sans-serif;
    color: #999;
}

.opc .step-title a {
    display: none;
    float: right;
    font-size: 11px;
    line-height: 16px;
}

.opc .allow .step-title {
    background: #d0dce1;
    border: 1px solid #a3aeb3;
    border-bottom: 0;
    color: #a4b3b9;
    cursor: pointer;
}

.opc .allow .step-title .number {
    background: #dbe6eb;
    border-color: #dbe6eb;
    color: #a4b3b9;
}

.opc .allow .step-title h2 {
    color: #a4b3b9;
}

/*.opc .allow .step-title a { display:block; }*/

.opc .active .step-title {
    background: #f9f3e3;
    border: 1px solid #bbafa0;
    padding-bottom: 5px;
    color: #f18200;
    cursor: default;
}

.opc .active .step-title .number {
    background: #f18200;
    border-color: #f19900;
    color: #fff;
}

.opc .active .step-title h2,
.opc .active .step-title .h2 {
    color: #f18200;
}

/*.opc .active .step-title a { display:none; }*/

.opc .step {
    border: 1px solid #bbafa0;
    border-top: 0;
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    padding: 15px 30px;
    position: relative;
}

.opc .step .tool-tip {
    right: 30px;
}

#opc-login .buttons-set {
    border-top: 0;
}

#opc-login h3,
#opc-login .h3 {
    font-size: 13px;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 2px;
    text-transform: uppercase;
}

#opc-login h4,
#opc-login .h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 0;
    color: #2f2f2f;
}

#opc-shipping_method .buttons-set {
    border-top: 0;
}

.opc .gift-messages-form {
    margin: 0 -30px;
    background: #f6f1eb;
    border: 1px solid #e9e4de;
    border-width: 1px 0;
    padding: 22px 24px 22px 30px;
}

.opc .gift-messages-form .inner-box {
    padding: 5px;
    height: 260px;
    overflow: auto;
}

#opc-review .step {
    border: 0;
    padding: 0;
}

#opc-review .product-name {
    font-weight: bold;
    color: #0a263c;
}

#opc-review .item-options {
    margin: 5px 0 0;
}

#opc-review .buttons-set {
    padding: 20px 30px;
    border: 1px solid #d9dde3;
    border-width: 0 1px 1px;
}

#opc-review .buttons-set p {
    margin: 0;
    line-height: 40px;
}

#opc-review .buttons-set .please-wait {
    height: 40px;
    line-height: 40px;
}

#opc-review .authentication {
    margin: 0 auto;
    width: 570px;
}

#opc-review .warning-message {
    color: #222;
    font-weight: bold;
    text-align: center;
    padding: 10px 10px 0;
}

/* Multiple Addresses Checkout */
.checkout-progress {
    padding: 0 90px;
    margin: 0 0 20px;
}

.checkout-progress li {
    float: left;
    width: 19%;
    margin: 0 3px 0 0;
    border-top: 10px solid #999;
    padding: 2px 0 0;
    font-weight: bold;
    text-align: center;
    color: #abb5ba;
}

.checkout-progress li.active {
    border-top-color: #e96200;
    color: #e96200;
}

.multiple-checkout h2,
.multiple-checkout .h2 {
    font-size: 13px;
    font-weight: bold;
    margin: 0 0 10px;
}

.multiple-checkout h3,
.multiple-checkout h4,
.multiple-checkout .h3,
.multiple-checkout .h4 {
    font-size: 13px;
    font-weight: bold;
    color: #E26703;
}

.multiple-checkout h2 a,
.multiple-checkout h3 a,
.multiple-checkout h4 a,
.multiple-checkout .h2 a,
.multiple-checkout .h3 a,
.multiple-checkout .h4 a {
    font-weight: normal;
}

.multiple-checkout .data-table .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
    color: #1e7ec8 !important;
}

.multiple-checkout .data-table .product-name a {
    font-weight: bold !important;
}

.multiple-checkout .data-table .item-options {
    margin: 5px 0 0;
}

.multiple-checkout .gift-messages {
    margin: 15px 0 0;
}

.multiple-checkout .tool-tip {
    top: 50%;
    margin-top: -120px;
    right: 20px;
}

.multiple-checkout .col2-set,
.multiple-checkout .col3-set {
    background: #fbfaf6 url(../images/bkg_checkout.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    margin: 0 0 25px;
    padding: 20px;
}

.multiple-checkout .col2-set h2.legend {
    margin: -20px -20px 15px;
    padding: 5px 10px;
    background: #f9f3e3;
    border-bottom: 1px solid #bbafa0;
    position: relative;
}

.multiple-checkout .col2-set h3.legend,
.multiple-checkout .col2-set .h3.legend {
    margin: 0 0 10px;
    color: #0a263c;
}

.multiple-checkout .col2-set .divider {
    margin: 0 -20px;
    padding: 25px 0;
    position: relative;
}

.multiple-checkout .box {
    margin: 0 0 15px;
}

.multiple-checkout .box h2,
.multiple-checkout .box .h2 {
    color: #e26703;
}

.multiple-checkout .place-order .please-wait {
    float: right;
    padding: 27px 7px 0 0;
}

.multiple-checkout .place-order .grand-total {
    float: right;
    height: 71px;
    font-size: 1.5em;
    padding: 0 0 0 21px;
    background: url(../images/bkg_grand-total.gif) 0 0 no-repeat;
    overflow: hidden;
}

.multiple-checkout .place-order .grand-total .inner {
    float: left;
    height: 57px;
    padding: 14px 21px 0 0;
    background: url(../images/bkg_grand-total.gif) 100% 0 no-repeat;
}

.multiple-checkout .place-order .grand-total .inner div {
    display: inline;
}

.multiple-checkout .place-order .grand-total big {
    display: inline;
    margin-right: 12px;
}

.multiple-checkout .place-order .grand-total .price {
    color: #E26703;
}

.multiple-checkout .place-order .grand-total button.button span {
    font-size: 16px;
}

.multiple-checkout .place-order .grand-total button.button span span {
    padding: 0 45px 0 36px;
}

/* Step 1 */
.multiple-checkout .title-buttons button.button span {
    border-color: #406a83;
    background: #618499;
}

#multiship-addresses-table td {
    padding: 10px;
}

#multiship-addresses-table tfoot td {
    padding: 5px 10px;
}

#multiship-addresses-table tfoot button.button span {
    border-color: #406a83;
    background: #618499;
}

/* Step 2 */
.multiple-checkout .gift-messages-form .item .details .form-list {
    width: 100%;
    overflow: hidden;
}

.multiple-checkout .gift-messages-form .item .details .form-list li {
    margin-right: -15px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .field {
    width: 230px;
}

.multiple-checkout .gift-messages-form .item .details .form-list .input-box {
    width: 215px;
}

.multiple-checkout .gift-messages-form .item .details .form-list input.input-text {
    width: 209px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide .input-box {
    width: 445px;
}

.multiple-checkout .gift-messages-form .item .details .form-list li.wide textarea {
    width: 439px;
}

.checkout-multishipping-shipping .box-sp-methods {
    border: 1px solid #d9d2be;
    background: #f9f3e3;
    padding: 13px;
    position: relative;
}

.checkout-multishipping-shipping .box-sp-methods .pointer {
    position: absolute;
    top: -20px;
    right: -40px;
    width: 178px;
    height: 41px;
    background: url(../images/bkg_sp-methods.gif) 0 0 no-repeat;
    overflow: hidden;
}

/* Step 3 */
.checkout-multishipping-billing .multiple-checkout {
    position: relative;
}

/* ======================================================================================= */

/* Account Login/Create Pages ============================================================ */
.account-login .content {
    min-height: 345px;
    padding: 14px 21px;
    background: #faf7ee url(../images/bkg_login-box.gif) 0 0 repeat-x;
    border: 1px solid #bbb6a5;
    border-bottom: 0;
}

.account-login .content h2,
.account-login .content .h2 {
    font-weight: bold;
    font-size: 13px;
    margin: 0 0 14px;
    padding: 0 0 5px 23px;
    border-bottom: 1px solid #ddd;
    background-position: 0 1px;
    background-repeat: no-repeat;
    text-transform: uppercase;
    color: #e76200;
}

.account-login .new-users h2,
.account-login .new-users .h2 {
    background-image: url(../images/i_page1.gif)
}

.account-login .registered-users h2,
.account-login .registered-users .h2 {
    background-image: url(../images/i_page2.gif);
}

.account-login .buttons-set {
    border: 1px solid #bbb6a5;
    border-top: 0;
    margin: 0;
    padding: 8px 13px;
    background: #dee5e8 url(../images/bkg_buttons-set1.gif) 0 0 repeat-x;
}

.account-create {
}

/* Captcha ================================================================================ */
.captcha-note {
    clear: left;
    padding-top: 5px;
}

.captcha-image {
    float: left;
    display: inline;
    margin: 0;
    position: relative;
    width: 258px;
}

.captcha-image .captcha-img {
    border: 1px solid #b6b6b6;
    vertical-align: bottom;
    width: 100%;
}

.registered-users .captcha-image {
    margin: 0;
}

.captcha-reload {
    cursor: pointer;
    position: absolute;
    top: 2px;
    right: 2px;
}

.captcha-reload.refreshing {
    animation: rotate 1.5s infinite linear;
    -webkit-animation: rotate 1.5s infinite linear;
    -moz-animation: rotate 1.5s infinite linear;
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
    }
    0% {
        -webkit-transform: rotate(-360deg);
    }
}

@-moz-keyframes rotate {
    0% {
        -moz-transform: rotate(0);
    }
    0% {
        -moz-transform: rotate(-360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0);
    }
    0% {
        transform: rotate(-360deg);
    }
}

/* Remember Me Popup ===================================================================== */
.window-overlay {
    background: url(../images/window_overlay.png) repeat;
    background: rgba(0, 0, 0, 0.35);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 990;
}

.remember-me label {
    float: none;
    margin: 0 6px;
}

.remember-me-popup {
    background: #fff;
    border: 1px solid #ccc;
    left: 50%;
    top: 50%;
    position: absolute;
    margin: -85px 0 0 -200px;
    width: 400px;
    text-align: left;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    -box-shadow: 0 0 6px #ccc;
    z-index: 1000;
}

.remember-me-popup h3,
.remember-me-popup .h3 {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
    padding: 5px 10px;
}

.remember-me-popup .remember-me-popup-head {
    position: relative;
}

.remember-me-popup .remember-me-popup-head .remember-me-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 7px;
    right: 7px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
}

.remember-me-popup .remember-me-popup-body {
    padding: 10px;
}

.remember-me-popup .remember-me-popup-body a {
    display: inline-block;
    height: 19px;
    border: 1px solid #de5400;
    background: #f18200;
    padding: 0 8px;
    font: bold 12px/19px Arial, Helvetica, sans-serif;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    color: #fff;
}

/* Remember Me Popup ===================================================================== */

/* My Account ============================================================================= */
.my-account .title-buttons .link-rss {
    float: none;
    margin: 0;
}

/********** < Dashboard */
.dashboard .welcome-msg {
    margin: 0 8em 1.5em 0;
}

.dashboard .welcome-msg p {
    margin: 0;
}

.dashboard .col2-set {
    margin: 0 0 15px;
}

/* General Box */
.box-account {
    background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    border-color: #ccc #999 #999 #ccc;
    padding: 15px;
    margin: 0 0 20px;
}

.box-account .box-head {
    border-bottom: 1px solid #d9dde3;
    margin: 0 0 10px;
    text-align: right;
}

.box-account .box-head h2,
.box-account .box-head .h2 {
    float: left;
    margin: 0;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    background-position: 0 0;
    background-repeat: no-repeat;
    padding-left: 21px;
    color: #e65505;
}

.dashboard .box .box-title {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 2px;
    margin: 0 0 8px;
    text-align: right;
}

.dashboard .box .box-title h3,
.dashboard .box .box-title h4,
.dashboard .box .box-title .h3,
.dashboard .box .box-title .h4 {
    float: left;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
}

/* Block: Recent Orders */
.dashboard .box-recent .box-head h2 {
    background-image: url(../images/i_folder-table.gif);
}

/* Block: Account Information */
.dashboard .box-info .box-head h2,
.dashboard .box-info .box-head .h2 {
    background-image: url(../images/i_ma-info.gif);
}

.dashboard .box-info h4,
.dashboard .box-info .h4 {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Block: Reviews */
.dashboard .box-reviews .box-head h2,
.dashboard .box-reviews .box-head .h2 {
    background-image: url(../images/i_ma-reviews.gif);
}

.dashboard .box-reviews .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-reviews .details {
    margin-left: 20px;
}

.dashboard .box-reviews li.item {
    margin: 0 0 7px;
}

.dashboard .box-reviews li.item.last {
    margin: 0;
}

.dashboard .box-reviews .ratings {
    margin: 7px 0 0;
}

/* Block: Tags */
.dashboard .box-tags .box-head h2,
.dashboard .box-tags .box-head .h2 {
    background-image: url(../images/i_ma-tags.gif);
}

.dashboard .box-tags .number {
    float: left;
    font-size: 10px;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    margin: 3px -20px 0 0;
    padding: 2px 3px;
    background: #0a263c;
}

.dashboard .box-tags .details {
    margin-left: 20px;
}

.dashboard .box-tags li.item {
    margin: 0 0 7px;
}

.dashboard .box-tags li.item.last {
    margin: 0;
}

.dashboard .box-tags .tags strong,
.dashboard .box-tags .tags ul,
.dashboard .box-tags .tags ul li {
    display: inline;
}

/********** Dashboard > */

/* Address Book */
.addresses-list h2,
.addresses-list .h2 {
    font-weight: bold;
    font-size: 13px;
    color: #e26703;
    text-transform: uppercase;
}

.addresses-list h3,
.addresses-list .h3 {
    font-weight: bold;
    font-size: 13px;
}

.addresses-list address {
    margin: 0 0 3px;
}

.addresses-list p {
    margin: 0;
}

.addresses-list a {
    font-weight: bold;
}

.addresses-list .link-remove {
    color: #646464;
}

.addresses-list .separator {
    margin: 0 3px;
}

.addresses-list li.item {
    background: #fff url(../images/bkg_account_box.gif) 0 0 repeat-x;
    border: 1px solid #ccc;
    padding: 10px 13px;
    margin: 0 0 10px;
}

.addresses-list li.empty {
    background: none;
    border: 0;
    padding: 0;
}

.addresses-list li.empty p {
    font-weight: bold;
}

.addresses-list .addresses-additional li.item {
    background: none;
    border: 0;
    padding: 0;
}

/* Order View */
.order-info {
    background: #dee5e8;
    border: 1px solid #d0cbc1;
    padding: 4px 8px;
    margin: 0 0 8px;
}

.order-info dt,
.order-info dd,
.order-info ul,
.order-info li {
    display: inline;
}

.order-info .current {
    font-weight: bold;
}

.order-info li {
    margin: 0 3px;
}

.order-date {
    margin: 10px 0;
}

.order-info-box {
    background: #fff url(../images/bkg_block-title.gif) 0 0 repeat-x;
    border: 1px solid #d0cbc1;
    padding: 12px 15px;
    margin: 0 0 15px;
}

.order-info-box h2,
.order-info-box .h2 {
    font-weight: bold;
    font-size: 13px;
}

.order-info-box .box-payment p {
    margin: 0 0 3px;
}

.order-info-box .box-payment th {
    font-weight: bold;
    padding-right: 7px;
}

.order-items {
    width: 100%;
    overflow-x: auto;
}

.order-items h2,
.order-items h3,
.order-items .h2,
.order-items .h3 {
    clear: none;
    font-weight: bold;
    font-size: 13px;
    padding: 0;
    margin: 0 0 5px;
    color: #0a263c;
}

.order-items .product-name {
    font-size: 1em !important;
    font-weight: bold !important;
}

.order-items .link-print {
    color: #1e7ec8;
    font-weight: normal;
}

.order-items .order-links {
    text-align: right;
}

.order-additional {
    margin: 15px 0;
}

/* Order Gift Message */
.gift-message dt strong {
    color: #666;
}

.gift-message dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Order Comments */
.order-about dt {
    font-weight: bold;
}

.order-about dd {
    font-size: 13px;
    margin: 0 0 7px;
}

.tracking-table {
    margin: 0 0 15px;
}

.tracking-table th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup {
    width: 100%;
}

.tracking-table-popup th {
    font-weight: bold;
    white-space: nowrap;
}

.tracking-table-popup th,
.tracking-table-popup td {
    padding: 1px 8px;
}

/* Order Print Pages */
.page-print .print-head {
    margin: 0 0 15px;
}

.page-print .print-head .logo {
    float: left;
}

.page-print .print-head address {
    float: left;
    margin-left: 15px;
}

.page-print h1,
.page-print .h1 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h2,
.page-print .h2 {
    font-size: 16px;
    font-weight: bold;
}

.page-print h3,
.page-print .h3 {
    font-size: 13px;
    font-weight: bold;
}

.page-print .order-date {
    background: url(../images/bkg_divider1.gif) 0 100% repeat-x;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.page-print .col2-set {
    margin: 0 0 10px;
}

/* Price Rewrites */
.page-print .gift-message-link {
    display: none;
}

.page-print .price-excl-tax,
.page-print .price-incl-tax {
    display: block;
    white-space: nowrap;
}

.page-print .cart-price,
.page-print .price-excl-tax .label,
.page-print .price-incl-tax .label,
.page-print .price-excl-tax .price,
.page-print .price-incl-tax .price {
    display: inline;
}

/* My Wishlist */
.my-wishlist .data-table td {
    padding: 10px;
}

.my-wishlist .product-image {
    display: block;
    width: 113px;
    height: 113px;
    margin: 0 0 5px;
}

.my-wishlist textarea {
    display: block;
    width: 97%;
    height: 109px;
}

.my-wishlist .buttons-set {
    margin-top: 2em;
}

.my-wishlist .buttons-set button.button {
    float: none;
}

.my-wishlist .buttons-set .btn-add span,
.my-wishlist .buttons-set .btn-share span {
    border-color: #406a83;
    background: #618499;
}

.empty-wishlist-message {
    text-align: center;
}

#wishlist-table .add-to-links {
    white-space: nowrap;
}

/* My Tags */
.my-tag-edit {
    float: left;
    margin: 0 0 10px;
}

.my-tag-edit .btn-remove {
    float: right;
    margin: 4px 0 0 5px;
}

#my-tags-table {
    clear: both;
}

#my-tags-table td {
    padding: 10px;
}

#my-tags-table .add-to-links {
    white-space: nowrap;
}

/* My Reviews */
#my-reviews-table td {
    padding: 10px;
}

.product-review .product-img-box {
    float: left;
    width: 140px;
}

.product-review .product-img-box .product-image {
    display: block;
    width: 125px;
    height: 125px;
}

.product-review .product-img-box .label {
    font-size: 11px;
    margin: 0 0 3px;
}

.product-review .product-img-box .ratings .rating-box {
    float: none;
    display: block;
    margin: 0 0 3px;
}

.product-review .product-details {
    margin-left: 150px;
}

.product-review .product-name {
    font-size: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

.product-review h3,
.product-review .h3 {
    font-size: 12px;
    margin: 0 0 3px;
    color: #2f2f2f;
}

.product-review .ratings-table {
    margin: 0 0 10px;
}

.product-review dt {
    font-weight: bold;
}

.product-review dd {
    font-size: 13px;
    margin: 5px 0 0;
}

/* Billing Agreements */
.billing-agreements .info-box {
    margin: 15px 0;
}

.billing-agreements .form-list li select {
    float: left;
}

.billing-agreements .form-list li button.button {
    float: left;
    margin-left: 10px;
}

.billing-agreements .table-caption {
    font-weight: bold;
    font-size: 13px;
}

/* ======================================================================================= */

/* MAP Popup============================================================================== */
.cart-msrp-totals {
    color: red;
    font-size: 12px !important;
    font-weight: bold;
    margin: 10px 10px 0;
    padding: 10px;
    text-align: right;
    text-transform: uppercase;
}

.map-cart-sidebar-total {
    color: red;
    display: block;
    font-size: 10px;
    font-weight: bold;
    text-align: left;
    padding: 2px 5px;
    text-shadow: 0 1px 0 #fff;
}

.map-popup {
    background: #fff;
    border: 1px solid #aaa;
    margin: 12px 0 0;
    position: absolute;
    -moz-box-shadow: 0 0 6px #ccc;
    -webkit-box-shadow: 0 0 6px #ccc;
    box-shadow: 0 0 6px #ccc;
    text-align: left;
    width: 300px;
    z-index: 100;
}

.map-popup-heading {
    background: #d9e5ee;
    border-bottom: 1px solid #ccc;
    padding: 5px 30px 5px 10px;
    width: 260px;
}

.map-popup-heading h2,
.map-popup-heading .h2 {
    font-size: 16px;
    margin: 0;
    text-shadow: 0 1px 0 #f6f6f6;
    overflow: hidden;
    white-space: nowrap;
    word-wrap: break-word;
    text-align: left;
    text-overflow: ellipsis;
}

.map-popup-arrow {
    background: url(../images/map_popup_arrow.gif) no-repeat;
    position: absolute;
    left: 50%;
    top: -10px;
    height: 10px;
    width: 19px;
}

.map-popup-close {
    background: url(../images/btn_window_close.gif) no-repeat;
    display: block;
    position: absolute;
    top: 8px;
    right: 10px;
    height: 15px;
    width: 15px;
    text-indent: -9999em;
    -moz-box-shadow: 0 0 3px #999;
    -webkit-box-shadow: 0 0 3px #999;
    box-shadow: 0 0 3px #999;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.map-popup-content {
    border-top: 1px solid #eee;
    padding: 10px;
    overflow: hidden;
    text-align: left;
    width: 280px;
}

.map-popup-checkout {
    display: inline;
    float: right;
    text-align: right;
}

.map-popup-checkout span {
    display: block;
    padding-right: 30px;
}

.map-popup-checkout .paypal-logo {
    margin: 0 0 5px;
}

.map-popup-price .price-box,
.map-popup-price .price-box .special-price {
    margin: 0;
    padding: 0;
}

.map-popup-price {
    margin: 5px 0 0;
}

.map-popup-text {
    clear: right;
    margin: 0 10px;
    padding: 10px 0;
    text-align: left;
    word-wrap: break-word;
}

.map-popup-only-text {
    border-top: 1px solid #ddd;
}

/* ======================================================================================= */

/* Footer ================================================================================ */
.main_footer {
    width: 100%;
}

.footer-container {
    border-top: 15px solid #b6d1e2;
}

.footer .store-switcher {
    display: inline;
    margin: 0 5px 0 0;
    color: #fff;
}

.footer .store-switcher label {
    font-weight: bold;
    vertical-align: middle;
}

.footer .store-switcher select {
    padding: 0;
    vertical-align: middle;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .bugs {
    margin: 13px 0 0;
    color: #ecf3f6;
}

.footer .bugs a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer .bugs a:hover {
    text-decoration: none;
}

.footer address {
    margin: 0 0 20px;
    color: #ecf3f6;
}

.footer address a {
    color: #ecf3f6;
    text-decoration: underline;
}

.footer address a:hover {
    text-decoration: none;
}

.footer ul {
    display: inline;
}

.footer ul.links {
    display: block;
}

.footer li {
    padding: 0 7px 0 4px;
}

.footer li.last {
    background: none !important;
    padding-right: 0 !important;
}

.footer-container .bottom-container {
    margin: 0 0 5px;
}

/* ======================================================================================= */

/* Sample Data============================================================================ */
.home-callout {
    margin-bottom: 12px;
}

.home-callout img {
    display: block
}

.home-spot {
    float: left;
    width: 470px;
    margin-left: 20px;
}

.best-selling h3,
.best-selling .h3 {
    margin: 12px 0 6px 0;
    color: #e25203;
    font-size: 1.2em;
}

.best-selling table {
    border-top: 1px solid #ccc;
}

.best-selling tr.odd {
    background: #eee url(../images/best_selling_tr_odd_bg.gif) 0 100% repeat-x;
}

.best-selling tr.even {
    background: #fff url(../images/best_selling_tr_even_bg.gif) 0 100% repeat-x;
}

.best-selling td {
    width: 50%;
    border-bottom: 1px solid #ccc;
    padding: 8px 10px 8px 8px;
    font-size: 11px;
}

.best-selling .product-img {
    float: left;
    border: 2px solid #dcdcdc;
}

.best-selling .product-description {
    margin-left: 107px;
    line-height: 1.3em;
}

.best-selling a.product-name,
.home-spot .best-selling a.product-name:hover {
    color: #203548;
}

/* ======================================================================================= */

/* Clears ================================================================================ */
#nav:after,
.main:after,
.layout:after,
.birth-row:after,
.review-block .heading:after,
.create-rating .review-holder:after,
.article-holder .article .block:after,
.orders-list .slide .holder:after,
.privileges:after,
.gallery:after,
.gallery .slider:after,
.articles:after,
.clearer:after,
.cart-content li:after,
.header-container:after,
.header-container .top-container:after,
.header .quick-access:after,
.footer-container .bottom-container:after,
.col-main:after,
.col2-set:after,
.col3-set:after,
.form-area .advantages:after,
[class*="carousel"] .slideset:after,
[class*="gallery"] .slideset:after,
.col3-layout .product-options-bottom .price-box:after,
.col4-set:after,
.form-area .form-holder:after,
.search-autocomplete li:after,
.block .block-content:after,
.block .actions:after,
.block li.item:after,
.block-poll li:after,
.block-layered-nav .currently li:after,
.page-title:after,
.products-grid:after,
.products-list li.item:after,
.box-account .box-head:after,
.dashboard .box .box-title:after,
.box-reviews li.item:after,
.box-tags li.item:after,
.complect:after,
.grid:after,
.pager:after,
.sorter:after,
.ratings:after,
.add-to-box:after,
.wide-gallery:after,
.add-to-cart:after,
.form-area .section:after,
.product-collateral:after,
.product-view .product-img-box .more-views ul:after,
.product-view .box-tags .form-add:after,
.product-view .product-shop .short-description:after,
.product-view .box-description:after,
.product-options .options-list li:after,
.product-options-bottom:after,
.product-review:after,
[class*="gallery"] .slideset:after,
.main-image:after,
.cart:after,
.cart-collaterals:after,
.cart .crosssell li.item:after,
.opc .step-title:after,
.checkout-progress:after,
.multiple-checkout .place-order:after,
.group-select li:after,
.form-list li:after,
.form-list .field:after,
.buttons-set:after,
.clearfix:after,
.page-print .print-head:after,
.advanced-search-summary:after,
.gift-messages-form .item:after,
.send-friend .form-list li p:after,
.product-grid > ul:after {
    display: table;
    width: 100%;
    content: "";
    clear: both;
}

/* ======================================================================================= */
.guest-select {
    width: 305px !important;
}

/* custom style */
.cart,
button.button,
.benefits .list a,
.right-block .tel,
[class*="btn"] {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.right-block {
    float: right;
}

.right-block .tel {
    color: #e8e8e8 !important;
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    vertical-align: middle;
    border-left: 1px solid #333;
    position: relative;
    margin: 0 -3px 0 0;
    cursor: default;
}

.right-block .tel .btn-open {
    /* width: 140px;*/
}

.right-block .tel .btn-open a {
    text-decoration: none;
    color: inherit;
    cursor: default;
}

.right-block .tel.active,
.right-block .tel:hover {
    background: #e5d6bb;
    color: #524739;
}

.right-block .tel .btn-open {
    display: inline-block;
    vertical-align: top;
    padding: 17px 16px 20px;
}

.right-block .tel .new-tel {
    color:#e8e8e8;
    text-decoration: none;
}

.right-block .tel .new-tel {
    padding: 17px 9px 20px !important;
    background-color: black;
    display: inline-block;
}

.right-block .info {
    width: 0px;
    height: 0px;
    display: inline-block;
    vertical-align: middle;
    text-indent: -9999px;
    overflow: hidden;
    margin: -3px 0 0 4px;
    position: relative;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #767676;
}

.right-block .tel:hover .info:after {
    background-position: -70px -81px;
}

.right-block .user.active .drop,
.right-block .tel.active .drop {
    left: 0;
    right: 0;
}

.right-block .drop {
    position: absolute;
    top: 100%;
    /*left:-9999px;*/
    min-width: 139px;
    background: #f4ecdd;
    padding: 3px;
    font-size: 12px;
    line-height: 16px;
    text-transform: uppercase;
}

.right-block .drop a {
    color: #a97b2a;
    display: block;
    padding: 15px 19px;
    text-decoration: none;
}

.right-block .tel .phone-number {
    font-size: 14px !important;
}

.right-block .drop a:hover {
    background: #fff;
}

.right-block .tel .drop li:first-child {
    font-weight: bold;
}

.user-block {
    display: inline-block;
    vertical-align: top;
    border-left: 1px solid #333;
    margin-right: -3px;
}

.user-block .user {
    position: relative;
    display: inline-block;
    vertical-align: top;
    max-width: 140px;
    white-space: nowrap;
    margin-right: -3px;
}

.user-block .btn-user {
    position: relative;
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 -4px 0 0;
}
.user-block .btn-user {
    margin: 0;
    width: auto;
    line-height: 60px;
    color: #fff;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 16px 0 10px;
    min-width: 60px;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.user-text-notlogged {
    margin-right: 8px;
}
.right-block .user.active .btn-user,
.user-block .user:hover .btn-user,
.user-block .btn-user:hover,
.favorite:hover,
.favorite .favorite-icon:hover {
    background: #e5d6bb;
}

.user-block .btn-user:after {
    display: none; /* nikolay */
    content: '';
    background: url('../images/sprite.png') no-repeat -175px -19px;
    width: 22px;
    height: 25px;
    position: absolute;
    left: 50%;
    margin: 0 0 0 -8px;
    top: 18px;
}
.user-block .btn-user:before {
    content: '';
    background: url(../images/sprite.png) no-repeat -174px -18px;
    width: 22px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: 9px;
    left: 0;
    margin-left: 3px;
    margin-right: 5px;
}

.user-block .online.active .btn-user:before, /* nikolay was after */
.user-block .online:hover .btn-user:before {
    background-position: -110px 0;
}

.user-block .online .btn-user:before { /* nikolay was after */
    background-position: -44px -29px;
}

.user-block .user .name {
    padding: 15px 20px;
    position: absolute;
    top: 100%;
    left: 50%;
    background: #524739;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    font-weight: 300;
    white-space: nowrap;
    display: none;
    margin-top: 15px;
    text-transform: uppercase;
}

.user-block .user .name:after {
    content: '';
    border: 10px solid rgba(0, 0, 0, 0);
    border-bottom-color: #524739;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0 -8px;
    width: 0;
    height: 0;
    position: absolute;
    text-transform: uppercase;
}

.user-block .user:hover .name {
    display: block;
}

.user-block .user.active .name {
    display: none;
}

.user-block .favorite {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-width: 44px;
    border-left: 1px solid #333;
    height: 22px;
    padding: 19px 0 19px 11px;
    cursor: pointer;
}

.user-block .favorite.inactive {
    pointer-events: none;
}

/*.user-block .favorite:before {*/
/*content:'';*/
/*background: url('../images/sprite.png') no-repeat -67px -29px;*/
/*width: 19px;*/
/*height: 17px;*/
/*display:inline-block;*/
/*vertical-align:middle;*/
/*}*/
.cart {
    display: inline-block;
    vertical-align: top;
    position: relative;
    background: #b28a5a;
}

.cart:hover {
    background: #cfaf88;
}

.cart > a,
.cart > .lazy-link,
.cart .empty {
    display: inline-block;
    vertical-align: top;
    padding: 0px 28px 0px 61px;
    line-height: 60px;
    color: #fff;
    text-decoration: none;
    position: relative;
    text-transform: uppercase;
}

.cart .empty {
    pointer-events: none;
}

.cart-block .quantity:before,
.cart > a:before,
.cart > .lazy-link:before,
.cart .empty:before {
    content: '';
    background: url('../images/sprite.png') no-repeat -88px -29px;
    width: 16px;
    height: 20px;
    position: absolute;
    top: 19px;
    left: 33px;
}

.cart-block .quantity:before {
    left: 23px;
}

.benefits {
    margin: 0 0 64px;
    position: relative;
    z-index: 0;
}

.homepage .benefits {
    margin: 0 0 40px;
}

.benefits .slogan {
    text-align: center;
    display: block;
    text-transform: uppercase;
    font: 300 11px/14px Roboto, Arial, Helvetica, sans-serif;
    color: #524739;
    margin: 0 0 26px;
}

.benefits .slogan p {
    margin: 0;
}

.benefits .list {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #f4ecdd;
    color: #a97b2a;
    text-transform: uppercase;
    height: 54px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.product-view .benefits .list {
    max-width: 1098px;
    margin: 0 auto;
    border: solid #fff;
    border-width: 0 1px;
}

.product-view .benefits {
    margin: 0;
}

.product-view .benefits:after {
    content: '';
    position: absolute;
    left: -999px;
    right: -999px;
    top: 0;
    bottom: 0;
    background: #f4ecdd;
    z-index: -1;
}

.carousel-container {
    position: relative;
    z-index: 110;
    height: 470px;
}

.benefits .list li {
    width: 25%;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-right: 2px solid #fff;
    position: relative;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0;
    height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.product-view .benefits .list li {
    width: 33.33%;
}

.benefits .list li:last-child {
    border: 0;
}

.benefits .list li > a {
    color: #a97b2a;
    text-decoration: none;
    display: block;
    height: 100%;
}

.benefits .list li > a > span {
    display: inline-block;
    vertical-align: middle;
}

.benefits .list li a:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 1px;
}

.benefits .list > .active,
.benefits .list > li:hover {
    background: #a97b2a;
}

.benefits .list > .active a,
.benefits .list > li:hover > a {
    color: #fff;
}

.benefits .list img {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

.benefits .list li:hover img {
    opacity: 0.5;
}

.main-image .left .left {
    width: 50%;
}


/* Super product */

.configurable-options {
    max-width: 1384px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 20px;
    margin-bottom: 40px;
    padding-left: 65px;
    padding-right: 65px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.configurable-options .h2 {
    text-align: left;
}

.super-product-table {
    width: 100%;
}

.super-product-tbody {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.super-product {
    padding-top: 10px;
    padding-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1.5px solid #F5F3EC;
}

.super-product > td {
    display: block; /* ie fix */
}

.super-product--out .super-product-img-box,
.super-product--out .super-product-info-box,
.super-product--out .super-product-price {
    opacity: .5;
}

.super-product:last-child {
    border-bottom: none;
}

.super-product-img-box {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.super-product-img-link {
    height: 100px;
    width: 100px;
    margin-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    cursor: pointer;
}

.super-product-img {
    max-height: 100%;
    max-width: 100%;
}

.super-product-info-box {
    font-size: 14px;
    margin-right: 20px;
    margin-top: -10px;
}

.super-product-name {
    font-size: 18px;
    color: #524739;
}

.super-product-price {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
    min-width: 100px;
}

.super-product-price .price-box ~ .price-box {
    margin-top: -10px;
}

.super-product-price .old-price .price {
    font-size: 16px;
    text-decoration: line-through;
    color: #777;
}

.super-product-price .price {
    font-size: 22px;
    font-weight: 200;
}

.super-product-price span.price > span {
    font-size: 16px;
}

.super-product-buttons {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 60px;
}

.super-product-buttons button.button {
    min-width: 125px;
}

.super-product-buttons button.btn-out {
    border-right: 2px solid #eee9df;
}

@media screen and (max-width: 1024px) {
    .configurable-options {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 991.5px) {
    .super-product {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .super-product-img-link {
        height: 80px;
        width: 80px;
    }

    .super-product-info-box {
        width: calc(100% - 95px);
        margin-right: 0;
        margin-top: 0;
    }

    .super-product-price {
        margin-left: 95px;
    }
}

@media screen and (max-width: 480px) {
    .super-product-buttons {
        margin-left: 95px;
    }
}

/* End super product */


.tooltip,
.tooltip-rewards-point,
.tooltip-personal-discount,
.tooltip-create-account {
    background: #f5f3ec;
    border: 2px solid #f4ecdd;
    padding: 15px 36px 15px 22px;
    position: absolute;
    top: -9999px;
    /*left:0;*/
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 22px;
    color: #8d877b;
    text-transform: none;
    text-align: left;
    z-index: 150;
}
.layerednavigation-brandlist-view .tooltip{
    width: 300px;
}
@media screen and (max-width: 1330px){
    .layerednavigation-brandlist-view .tooltip{
        width: 200px;
    }
}
@media screen and (max-width: 1280px){
    .layerednavigation-brandlist-view .tooltip{
        width: 150px;
    }
    #imageslider {
        width: 100%;
    }
}
.shopbybrand-index-info .tooltip,  .shopbybrand-index-articles .tooltip,  .shopbybrand-index-magazines .tooltip{
    background-color: #fff;
}
.shopbybrand-index-info .tooltip:after, .shopbybrand-index-articles .tooltip:after,  .shopbybrand-index-magazines .tooltip:after{
    border-bottom-color: #fff;
}
.tooltip:after,
.tooltip:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip:after {
    border-color: rgba(245, 243, 236, 0);
    border-top-color: #f5f3ec;
    border-width: 8px;
    margin-left: -8px;
}

.tooltip:before {
    border-color: rgba(244, 236, 221, 0);
    border-top-color: #f4ecdd;
    border-width: 11px;
    margin-left: -11px;
}

.tooltip_bottom:after,
.tooltip_bottom:before {
    top: auto;
    bottom: 100%;
    transform: rotate(180deg);
}

.tooltip-rewards-point:after,
.tooltip-rewards-point:before {
    top: 23%;
    right: -5%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tooltip-create-account:after,
.tooltip-create-account:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.tooltip-personal-discount:after,
.tooltip-personal-discount:before {
    top: 23%;
    right: -7%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.tooltip-rewards-point:after,
.tooltip-personal-discount:after {
    border-color: rgba(245, 243, 236, 0);
    border-top-color: #f5f3ec;
    border-width: 8px;
    margin-right: 3px;
    margin-top: 3px;
}

.tooltip-create-account:after {
    border-color: rgba(245, 243, 236, 0);
    border-top-color: #f5f3ec;
    border-width: 8px;
    margin-left: -8px;
}

.tooltip-rewards-point:before,
.tooltip-personal-discount:before {
    border-color: rgba(244, 236, 221, 0);
    border-top-color: #f4ecdd;
    border-width: 11px;
    margin-right: -3px;
}

.tooltip-create-account:before {
    border-color: rgba(244, 236, 221, 0);
    border-top-color: #f4ecdd;
    border-width: 11px;
    margin-left: -11px;
}

.fancybox-close,
.tooltip .btn-close,
.tooltip-rewards-point .btn-close,
.tooltip-personal-discount .btn-close,
.tooltip-create-account .btn-close {
    background: url('../images/sprite.png') no-repeat -106px -131px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
    position: absolute;
    right: 18px;
    top: 22px;
    -webkit-transition: none;
    transition: none;
    z-index: 10;
}

.tooltip .btn-close:hover {
    background-position: -92px -131px;
    background-color: transparent;
}
/*image slider*/
.main-image {
    letter-spacing: -4px;
    margin: 59px 0 50px 0;
}

.main-image.dior-slider {
    margin-top: 30px !important;
}

#slideshow-b1 {
    border-bottom: 8px solid rgb(244,236,221);
}

.main-image img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
}

.gallery-start {
    position: relative;
}

.gallery-start > li {
    position: absolute;
}

.carousel-list {
    margin: 0;
    text-align: center;
}

.carousel-list .wide-gallery {
    text-align: left;
}

.brands-list + .carousel-list {
    margin-bottom: 38px;
}

.carousel-list:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

h2, .h2 {
    line-height: 30px;
    margin: 0 0 25px;
    text-align: center;
}

.homepage .articles {
    position: relative;
    margin-top: -45px;
}

.articles h2,
.carousel-list h2,
.review h2,
.articles .h2,
.carousel-list .h2,
.review .h2 {
    text-transform: none;
    font: 200 30px/34px 'Open Sans', Arial, Helvetica, sans-serif;
}

/*#top-sales {
    margin-bottom: 10px;
}*/

#top-sales h2,
#top-sales .h2 {
    margin-bottom: 5px;
}

#carousel-list-header-new {
    margin-bottom: 5px;
}

h2#concept_store_header a,
h2#carousel-list-header-new a,
h2#carousel-list-header-top-sales a,
.h2#concept_store_header a,
.h2#carousel-list-header-new a,
.h2#carousel-list-header-top-sales a {
    color: #524739;
    text-decoration: none;
}

.carousel-list h3,
.carousel-list .h3 {
    font: 12px/15px 'Open Sans', Tahoma, Geneva, sans-serif;
    color: #a97b2a;
    margin: 0 0 5px;
}

.carousel-list p {
    margin: 0 0 4px;
}

#carousel_content_tab {
    display: inline-block;
    vertical-align: middle;
}

#carousel_content {
    margin-top: 10px;
}

.carousel-list .tabset {
    padding: 0;
    list-style: none;
    text-align: center;
    position: relative;
    z-index: 10;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    display: inline-block;
    vertical-align: top;
}

.carousel-list .tabset > li {
    float: left;
    font-size: 12px;
    line-height: 38px;
    letter-spacing: 0;
    text-transform: uppercase;
}

.carousel-list .tabset > li > a {
    display: inline-block;
    padding: 0 25px;
    text-decoration: none;
    color: #a97b2a;
}

.carousel-list .tabset > .active > a,
.carousel-list .tabset > li > a:hover {
    color: #8d877b;
    background: #f3f3f3
}

.carousel-list .tabset ~ .simple-select {
    display: inline-block;
    vertical-align: middle;
}

.carousel-list .tabset .all {
    color: #8d877b;
    border-bottom: 1px solid #e2e1cb;
    padding: 0 5px;
    margin: 0 0 0 19px;
    line-height: 24px;
}

.carousel-list .tabset .all:hover {
    background: none;
}

.carousel-list .tabset .all:after {
    content: '';
    background: url('../images/sprite.png') no-repeat -106px -55px;
    width: 11px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.carousel-list .simple-select {
    width: 105px;
}

.carousel-list .chosen-container.chosen-with-drop .chosen-drop {
    left: 50%;
    width: 200px;
    margin-left: -100px;
}

.carousel-list .drop {
    text-align: left;
    position: absolute;
    border: 1px solid #ebebeb;
    top: 100%;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .23);
    box-shadow: 0 0 2px rgba(0, 0, 0, .23);
    width: 135px;
    padding: 15px 10px 15px 20px;
    text-transform: uppercase;
    display: none;
}

.carousel-list .drop:before {
    content: '';
    background: url('../images/sprite.png') no-repeat -84px -55px;
    width: 19px;
    height: 12px;
    position: absolute;
    bottom: 100%;
    left: 50px;
}

.carousel-list .drop a {
    color: #8d877b;
    text-decoration: none;
}

.carousel-list .drop a:hover {
    text-decoration: underline;
}

.gallery {
    margin: 0 0 10px;
    position: relative;
}

[class*="carousel"] .slideset,
[class*="gallery"] .slideset {
    width: 99999px;
}

[class*="carousel"] .slide,
[class*="gallery"] .slide {
    float: left;
}

[class*="carousel"],
[class*="gallery"] {
    position: relative;
}

.slideset.hard-null-transform .slick-track {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -moz-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}

.slideset.slick-slider {
    width: auto;
}

.gallery .slick-slide {
    margin: 0 0 5px;
    width: 220px;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
}

.slick-slider .slick-prev,
.slick-slider .slick-next {
    background: #fff;
    width: 40px;
    height: 40px;
    border: 2px solid #e1d7c4;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -22px;
    border-radius: 50%;
    text-indent: -9999px;
    overflow: hidden;
    cursor: pointer;
}

/*#related-products .slick-prev,*/
/*#related-products  .slick-next ,*/
.product-viewed .slick-prev,
.product-viewed .slick-next {
    top: 50%;
}

.image-product .slick-prev,
.image-product .slick-next {
    top: 75%;
}

.wide-gallery .slick-prev {
    top: 90px;
    margin: 0 0 0 -20px;
}

.wide-gallery .slick-next {
    top: 90px;
    margin: 0 -20px 0 0;
}

.gallery .btn-next,
.slick-slider .slick-next {
    left: auto;
    right: 0;
}

.gallery .btn-prev:hover,
.gallery .btn-next:hover,
.slick-slider .slick-prev:hover,
.slick-slider .slick-next:hover {
    border-color: #cfaf88;
}

.gallery .btn-prev:active,
.gallery .btn-next:active,
.slick-slider .slick-prev:active,
.slick-slider .slick-next:active {
    border-color: #b28a5a;
}

.gallery .btn-prev:after,
.gallery .btn-next:after,
.slick-slider .slick-prev:after,
.slick-slider .slick-next:after {
    content: '';
    background: url('../images/sprite.png') no-repeat 0 -55px;
    width: 13px;
    height: 23px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -12px 0 0 -6px;
}

.gallery .btn-next:after,
.slick-slider .slick-next:after {
    background-position: -14px -55px;
}

.gallery .btn-prev:hover:after,
.slick-slider .slick-prev:hover:after {
    background-position: -28px -55px;
}

.gallery .btn-next:hover:after,
.slick-slider .slick-next:hover:after {
    background-position: -42px -55px;
}

.gallery .btn-prev:active:after,
.slick-slider .slick-prev:active:after {
    background-position: -56px -55px;
}

.gallery .btn-next:active:after,
.slick-slider .slick-next:active:after {
    background-position: -69px -55px;
}

.slick-disabled {
    pointer-events: none;
    opacity: .3;
}

.gallery img {
    margin: 0 0 15px;
}

.gallery h3,
.gallery .h3 {
    text-transform: uppercase;
}

.gallery .volume,
.gallery .price-block {
    color: #524739;
}

.gallery .price-block .price {
    font-size: 16px;
    line-height: 20px;
}

.gallery .price-block .price span {
    font-size: 10px;
}

.prolabel {
    position: absolute;
    width: 50px !important;
    height: 50px !important;
    border-radius: 50%;
    right: 0;
    top: -9px;
    text-align: center;
    z-index: 11 !important;
    color: #fff;
    font-weight: 600;
    font-size: 10px;
    line-height: 49px;
    -webkit-box-sizing: border-box;
    background-size: cover !important;
}

.prolabel span {
    cursor: default;
}

.product-view .prolabel {
    font-weight: 400;
}

.wide-gallery span[class*="ribbon"] {
    top: 0;
}

.large .prolabel,
.product-img .prolabel {
    font-size: 18px;
    line-height: 100px;
    width: 100px !important;
    height: 100px !important;
}

.product-grid .prolabel + .prolabel {
    right: 70px;
}

.product-img .prolabel + .prolabel {
    right: 150px;
}

.productlabeltext {
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.articles {
    margin: 0 -40px 20px;
}

.center {
    text-align: center;
    margin: 0 auto;
}

.grid + .center [class*="btn"] {
    margin-bottom: 30px;
}

button[class*="btn"] {
    background: none;
    border: none;
    cursor: pointer;
    font-size: 0;
}

button[class*="btn"],
.btn-light,
.btn-dark,
.btn-middle,
.btn-darkest {
    font-size: 12px;
    line-height: 50px;
    text-align: center;
    padding: 0 30px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    text-decoration: none;
}

button.btn-darkest,
.btn-darkest {
    font-size: 14px;
    font-weight: bold;
    background: #524739;
    color: #fff;
    letter-spacing: 1px;
}

button.btn-light,
.btn-light {
    color: #a97b2a;
    background: #f4ecdd;
    letter-spacing: 1px;
    position: relative;
    cursor: pointer;
}

button[disabled].btn-light:hover,
a[disabled].btn-light:hover {
    color: #a97b2a;
    background: #f4ecdd;
    cursor: default;
}

#load_more_products_btn {
    /* width: 165px;*/
}

button.btn-dark,
.btn-dark {
    background: #b28a5a;
    color: #fff;
    line-height: 44px;
    font-size: 14px;
    font-weight: bold;
}

button.btn-middle,
.btn-middle {
    background: #cfaf88;
    color: #fff;
    letter-spacing: 1px;
    font-weight: bold;
}

button.btn-darkest:hover,
.btn-darkest:hover {
    background: #cfaf88;
}

button.btn-light:hover,
.btn-light:hover {
    background: #cfaf88;
    color: #fff;
}

button.btn-dark:hover,
.btn-dark:hover {
    background: #cfaf88;
}

button.btn-middle:hover,
.btn-middle:hover {
    background: #b28a5a;
}

button.btn-darkest:active,
.btn-darkest:active {
    background: #b28a5a;
}

button.btn-light:active,
.btn-light:active {
    background: #b28a5a;
    color: #fff;
}

button.btn-dark:active,
.btn-dark:active {
    background: #524739;
}

button.btn-middle:active,
.btn-middle:active {
    background: #f4ecdd;
    color: #a97b2a;
}

.button.btn-cart,
.button.btn-notice {
    font-size: 14px;
    display: block;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    background: #524739;
    height: 50px;
    text-transform: uppercase;
    color: #f5ecdd;
    font-weight: bold;
    width: calc(100% - 50px);
    padding: 0;
}

.sidebar .button.btn-cart {
    font-size: 15px;
}

.button.btn-cart:hover,
.button.btn-notice:hover {
    background: #cfaf88;
}

.button.btn-cart:active,
.button.btn-notice:active {
    background: #f4ecdd;
    color: #b28a5a;
}

.button.btn-cart:before,
.button.btn-notice:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.button.btn-cart > span,
.button.btn-notice > span {
    display: inline-block;
    vertical-align: middle;
    line-height: 18px;
}

.button.btn-notice {
    background: #877d68;
}

.large .button.btn-cart,
.large .button.btn-notice {
    height: 106px;
    width: 374px;
}

.large .button.btn-cart > span,
.large .button.btn-notice > span {
    font-size: 30px;
    line-height: 34px;
}

.button.btn-out {
    background: #fff;
    border: 2px solid #eee9df;
    border-right: 0;
    display: block;
    height: 50px;
    line-height: 20px;
    width: calc(100% - 50px);
    padding: 0 8px;
    color: #8d877b;
    pointer-events: none;
    text-transform: uppercase;
}

.button.btn-out > span {
    font-size: 12px;
}

.button.btn-send {
    background: #cfaf88;
    height: 44px;
    width: 270px;
    color: #fff;
}

.button.btn-send:hover {
    background: #f4ecdd;
    color: #a97b2a;
}

.button.btn-send:active {
    background: #b28a5a;
    color: #fff;
}

.button.btn-save {
    background: #cfaf88;
    color: #fff;
    height: 50px;
    padding: 0 50px;
}

.button.btn-save:hover {
    background: #f4ecdd;
    color: #a97b2a;
}

.button.btn-save:active {
    background: #b28a5a;
    color: #fff;
}

/* BREADCRUMBS */
.breadcrumbs {
    padding: 3px 0 0;
    margin: 0 0 3px;
    font-size: 11px;
    line-height: 16px;
    text-transform: uppercase;
}

.breadcrumbs ul {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.breadcrumbs li {
    display: inline;
    position: relative;
    margin: 0 0 0 32px;
}

.breadcrumbs li:first-child {
    margin: 0;
}

.breadcrumbs a {
    color: #a97b2a;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.breadcrumbs .home a {
    display: inline-block;
    text-indent: -9999px;
    background: url('../images/sprite.png') no-repeat 0 -80px;
    width: 16px;
    height: 13px;
}

.breadcrumbs li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    background: url('../images/sprite.png') no-repeat -18px -80px;
    width: 6px;
    height: 11px;
    margin: -5px 0 0;
}

.breadcrumbs li.last:after {
    background: none;
}

/* SUBSCRIBE */
.block-subscribe {
    color: #a97b2a;
    border: 5px solid #f4ecdd;
    box-shadow: inset 0 0 0 2px #fff;
    background: url('../images/bg-page-light.png');
    padding: 25px 0;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    /*width: 693px;*/
    margin: 0 auto;
}

.block-subscribe.wide {
    margin: 45px auto 64px;
    width: auto;
    /*max-width: 1440px;*/
}
.catalogsearch-result-index .block-subscribe.wide {
    margin: 25px auto 0;
}

.block-subscribe .block-content {
    display: inline-block;
    text-align: left;
}

.block-subscribe label {
    font-weight: normal;
    color: #a97b2a;
}

.block-subscribe .block-content {
    padding: 0;
}

.block-subscribe .form-subscribe-header {
    display: inline-block;
    vertical-align: middle;
}

.block-subscribe .form-subscribe-header span:first-child + span {
    display: none;
}

.input-holder {
    position: relative;
    display: block;
}

.block-subscribe .input-holder {
    margin: 0 7px 0 15px;
    display: inline-block;
}

.block-subscribe.wide .input-holder {
    margin: 0 10px 0 29px;
}

.block-subscribe .actions {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.input-holder input,
.input-holder input.input-text,
.input-holder textarea {
    margin: 0;
    color: #8d877b;
    background: none;
    text-transform: none;
    padding: 4px 6px;
    border: 1px solid #e1d7c4;
    font-size: 14px;
}

input.validation-failed .validation-advice {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    line-height: 30px;
    height: 30px;
    background: #767676;
    color: #fff;
}

input.validation-failed {
    color: #c87696 !important;
    border-color: #c87696 !important;
}

.block-subscribe input[type="text"] {
    width: 180px;
    padding: 8px;
    line-height: 15px;
    font-size: 14px;
}

/*.block-subscribe :-moz-placeholder{color:#a97b2a;}*/
/*.block-subscribe ::-moz-placeholder{color:#a97b2a;}*/
/*.block-subscribe :-ms-input-placeholder{color:#a97b2a;}*/
/*.block-subscribe ::-webkit-input-placeholder{color:#a97b2a;}*/
/*.block-subscribe.wide input[type="text"] {width: 221px;}*/
/*.input-holder .chosen-container:after,*/
/*.input-holder .chosen-container:before,*/
/*.input-holder > span:after,*/
/*.input-holder > span:before {*/
/*content: "";*/
/*position: absolute;*/
/*bottom: 1px;*/
/*width: 1px;*/
/*height: 21px;*/
/*background: #e1d7c4;*/
/*left: 0;*/
/*}*/
.input-holder .chosen-container:after,
.input-holder > span:after {
    right: 0;
    left: auto;
}

.input-holder input[type="text"]:focus,
.input-holder input[type="password"]:focus,
.input-holder input[type="email"]:focus,
.input-holder textarea:focus {
    border-color: #a97b2a;
    color: #524739;
}

.input-holder input:focus + span:after,
.input-holder input:focus + span:before,
.input-holder textarea:focus + span:after,
.input-holder textarea:focus + span:before {
    background: #a97b2a;
}

.input-holder .validation-advice + span:after,
.input-holder .validation-advice + span:before {
    display: none !important;
}

.block-subscribe form {
    display: inline-block;
    vertical-align: middle;
}

.block-subscribe .actions .button {
    border: none;
    background: #fff;
    color: #a97b2a;
    line-height: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    padding: 0 49px;
    font-weight: bold;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.block-subscribe .actions .button:hover {
    color: #fff;
    background: #cfaf88;
}

.block-subscribe .actions .button:active {
    color: #fff;
    background: #b28a5a;
}

.block-subscribe .social-link {
    display: inline-block;
    line-height: 26px;
    vertical-align: middle;
    margin: 0 0 0 75px;
}

.block-subscribe .fb {
    position: relative;
    width: 27px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
    background: url('../images/sprite.png') no-repeat 0 -95px;
    text-indent: -9999px;
    margin: 0 10px;
}

.block-subscribe .after {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #524739;
}

.block-subscribe.wide .after {
    height: 55px;
    line-height: 55px;
}

.articles-page h1,
.brands-page h1,
.partners-page h1,
.listing-page h1,
.standart-page h1,
.form-area h1,
.actions-page h1,
.col2-left-layout h1,
.articles-page .h1,
.brands-page .h1,
.partners-page .h1,
.listing-page .h1,
.standart-page .h1,
.form-area .h1,
.actions-page .h1,
.col2-left-layout .h1 {
    margin: 22px 0 26px;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    color: #524739;
    font-weight: 300;
}

.articles-page h1,
.articles-page .h1 {
    margin-bottom: 60px;
}

.brands-page h1,
.brands-page .h1 {
    margin-top: 81px !important;
}

.col2-left-layout h1,
.col2-left-layout .h1 {
    text-transform: none;
}

.form-area h1,
.form-area .h1 {
    line-height: 36px;
    margin: 0 0 17px;
}

.partners-page h1,
.partners-page .h1 {
    margin: 0 0 17px;
    line-height: 43px;
}

.tabs-nav {
    margin: 0 -9999px 30px;
    padding: 0 9999px;
    border-bottom: 2px solid #f3f3f3;
    text-align: center;
    text-transform: uppercase;
}

.articles-page .tabs-nav {
    margin: 0 -9999px 55px;
}

.tabs-nav > ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    margin-bottom: 25px;
}

.tabs-nav > ul > li {
    display: inline-block;
    position: relative;
    font-size: 12px;
    line-height: 43px;
    letter-spacing: 0;
    margin: 0 2px;
    height: 43px;
    color: #524739;
}

.brand-press .tabs-nav > ul > li {
    margin: 0 15px;
}

.tabs-nav > ul > li > a {
    display: block;
    height: 42px;
    padding: 1px 18px;
    text-decoration: none;
    color: #a97b2a;
    -webkit-transition: padding .2s ease-in-out;
    transition: padding .2s ease-in-out;
}

.select-brands {
    max-width: 112px;
}

.select-brands.chosen-with-drop .chosen-drop {
    width: 150px;
    left: 50% !important;
    margin-left: -75px;
}

.tabs-nav .count {
    color: #9a9a9a;
    margin: 0 0 0 8px;
}

.articles-page h1 span.current,
.articles-page .h1 span.current {
    display: inline-block;
    color: #524739;
    background: #f3f3f3;
    padding: 14px 18px 18px 18px;
}

.articles-page h1 a,
.articles-page .h1 a {
    text-decoration: none;
    color: inherit;
    border-bottom: solid 1px rgba(82, 71, 57, 0.25);
}
.articles-page h1 a:hover,
.articles-page .h1 a:hover {
    border-color: #524739;
}
.articles-page h1 span.separator,
.articles-page .h1 span.separator {
    font-weight: 300;
    color: #e0dcd7;
}
.tabs-nav > ul > li > a:hover,
.tabs-nav > ul > .active > a {
    background: #f3f3f3;
    color: #524739;
}

.tabs-nav > ul > .active > a {
    pointer-events: none;
}

.articles-page .tabs-nav > ul > .active > a {
    pointer-events: auto;
}
.articles-page .tabs-nav > ul > .allposts > a {
    pointer-events: none;
}
.tabs-nav .all {
    color: #8d877b;
    padding: 0 5px;
    margin: 0 28px;
}

.tabs-nav .all:hover {
    background: none;
}

.tabs-nav .all:after {
    content: "";
    background: url('../images/sprite.png') no-repeat -106px -55px;
    width: 11px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.tabs-nav .drop {
    text-align: left;
    position: absolute;
    border: 1px solid #ebebeb;
    top: 100%;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .5);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    width: 135px;
    padding: 15px 10px 15px 20px;
    text-transform: uppercase;
    display: none;
    z-index: 10;
    left: -10px;
}

.tabs-nav .drop:before {
    content: "";
    background: url('../images/sprite.png') no-repeat -84px -55px;
    width: 19px;
    height: 12px;
    position: absolute;
    bottom: 100%;
    left: 50px;
}

.tabs-nav .drop a {
    color: #8d877b;
    text-decoration: none;
}

.tabs-nav .drop a:hover {
    text-decoration: underline;
}


.brands-block .alphabete-list {
    max-height: calc(100vh - 32px - 60px - 30px - 29px - 20px - 30px - 16px - 30px)
}

.top-fixed-header .brands-block .alphabete-list {
    max-height: calc(100vh - 60px - 30px - 29px - 20px - 30px - 16px - 30px)
}

.alphabete-list .alphabete-list-item {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

.brands-search-box {
    margin-bottom: 20px;
}

input.brands-search-input {
    display: block;
    box-sizing: border-box;
    width: 100%;
    max-width: 600px;
    padding-top: 5px;
    padding-bottom: 6px;
    margin-left: auto;
    margin-right: auto;
}

/* Show only popular */

.alphabete-list .alphabete-list-item.no-popular {
    display: none;
}

.alphabete-list .mCSB_container > ul li.brands-list-item ,
.alphabete-list > ul li.brands-list-item  {
    display: none;
}

.alphabete-list .mCSB_container > ul li.brand-is-popular ,
.alphabete-list > ul li.brand-popular  {
    display: inline-block;
}

/* If search is active, show all */

.brands-search-active.alphabete-list .alphabete-list-item.no-popular {
    display: inline-block;
}

.brands-search-active.alphabete-list .mCSB_container > ul li.brands-list-item ,
.brands-search-active.alphabete-list > ul li.brands-list-item  {
    display: inline-block;
}



.alphabete-list .mCSB_container > ul,
.alphabete-list > ul {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
}

.alphabete-list .col3 {
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3;
}

.alphabete-list .col2 {
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
}

.alphabete-list .col1 {
    -webkit-columns: 1;
    -moz-columns: 1;
    columns: 1;
}

.alphabete-list .title {
    width: 26px;
    float: left;
    color: #524739;
    font-size: 26px;
    line-height: 38px;
    font-weight: 300;
    margin: 0 -26px 0 0;
}

.alphabete-list .mCSB_container > ul li,
.alphabete-list > ul li {
    display: inline-block;
    width: 100%;
}

.alphabete-list a {
    color: #8d877b;
    display: block;
    line-height: 20px;
    padding: 9px 16px 10px;
    text-decoration: none;
    position: relative;
    z-index: 0;
    text-transform: uppercase;
}

.alphabete-list .mCSB_container a {
    width: 250px;
    padding: 10px 5px 9px;
}

.alphabete-list a:hover:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -3px;
    bottom: -2px;
    background: #f4ecdd;
    z-index: -1;
}

.alphabete-list a:hover {
    background: #f4ecdd;
    color: #524739;
}

.alphabete-list .mCSB_container > ul > li,
.alphabete-list > ul > li {
    position: relative;
    margin: 0 0 29px;
}

.alphabete-list .mCSB_container > ul > li {
    margin: 0;
    -webkit-transform: none;
}

.alphabete-list .mCSB_container > ul > li:after,
.alphabete-list > ul > li:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
}

.alphabete-list li ul {
    padding: 10px 50px 0 26px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    /*float: left;*/
    list-style: none;
    position: relative;
    z-index: 1;
}

.alphabete-list .mCSB_container li ul {
    padding: 0 50px 0 26px;
}

.sidebar {
    background: #f4ecdd;
    text-transform: uppercase;
    width: 245px;
    font-size: 12px;
    padding: 37px 0 0;
}

.brands-page .sidebar {
    padding: 0;
}

.col2-right-layout .sidebar {
    position: absolute;
    top: 60px;
    right: 0;
    bottom: 0;
    padding: 26px 0 0;
    background: url(../images/bg-page-light.png);
    text-align: center;
    width: 250px;
}

.sidebar a {
    color: #a97b2a;
    text-decoration: none;
}

.col2-right-layout .sidebar a:hover {
    text-decoration: none;
}

.brand-logo {
    display: block;
    text-align: center;
}

.stick-sidebar-wrapper {
    position: absolute;
    top: 37px;
    right: 0;
    left: 0;
    -webkit-transition: all .3s ease-in-out .3s;
    transition: all .3s ease-in-out .3s;
}

.col2-left-layout-sidebar-filters .stick-sidebar-wrapper {
    position: static;
}

.brands-menu-wrapper {
    position: absolute;
    left: 245px;
    top: 0;
    width: 100%;
    background: #f4ecdd;
    text-transform: uppercase;
    font-size: 12px;
}

.col2-left-layout-sidebar-filters .brands-menu-wrapper {
    left: 0;
}

.brands-menu-wrapper a.order-brochure {
    color: #a97b2a;
    text-decoration: none;
    line-height: 44px;
    position: relative;
    margin-left: 40px;
}
.order-probe{
    display: inline-block;
    position: relative;
    border-bottom: 1px solid #f4ecdd;
    color: #a97b2a;
    text-decoration: none;
    line-height: 44px;
    position: relative;
    padding-left: 30px;
}
.stick-sidebar-wrapper .order-probe{
    border-bottom: 1px solid #f4ecdd;
    color: #a97b2a;
    text-decoration: none;
    line-height: 30px;
    position: relative;
    display: block;
    text-align: left;
    padding-left: 55px;
}
.stick-sidebar-wrapper .order-probe-title {
    padding: 5px 0 5px;
}
.order-probe span:hover{
    cursor: pointer;
}
.col1-layout .tel-number{
    font-size: 18px;
    margin-bottom: 25px;
    display: inline;
}
.tel-number{
    text-decoration: none;
    font-weight: 600;
    display: inline;
    text-align: center;
    color: #8d877b;
}
.tel-number-wrap{
    text-align: center;
}
.probe-content .tel-number:hover{
    background-color: #fff;
}
.order-probe-title{
    padding: 13px 0 14px;
}
.brands-menu-wrapper a {
    color: #a97b2a;
    text-decoration: none;
}

.brands-menu .count {
    color: #8d877b;
    margin: 0 0 0 8px;
}

.brands-menu-wrapper + .breadcrumbs {
    margin-top: 8px !important;
}

.sidebar .brand-logo {
    margin: 20px 0 20px;
    position: relative;
}

/*.sidebar .filters-brand-logo {margin-top: -30px;}*/
.sidebar > a,
.stick-sidebar-wrapper > a {
    display: inline-block;
    margin: 0 0 28px 82px;
    position: relative;
    line-height: 20px;
}

.sidebar > a:hover {
    text-decoration: underline;
}

.main-container .back-link {
    margin: 0 0 0 10px;
    color: #a97b2a;
    text-decoration: none;
    text-transform: uppercase;
    position: relative;
    font-size: 11px;
    display: inline-block;
}

.main-container .back-link:hover {
    text-decoration: underline;
}

.sidebar .back-link {
    display: block;
    margin: 21px 0 42px 67px;
    font-size: 12px;
}

.fake-buy-container {
    display: none;
    height: 150px;
}

.fake-buy-container.is-show {
    display: block;
}

.buy-container {
    position: static;
    top: 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    width: 250px;
    z-index: 170;
    background: url(../images/bg-page-light.png);
    padding-top: 20px;
}

.buy-container.top-fixed {
    position: fixed;
    top: 96px;
}
.top-second-menu.is-show-top-menu {
    display: block;
}
body .header.top-fixed-header {
    position: fixed;
    top: 0;
    z-index: 199;
}

.main-container .back-link:after {
    content: "";
    position: absolute;
    left: -10px;
    top: 50%;
    width: 6px;
    height: 11px;
    margin: -5px 0 0;
    background: url('../images/sprite.png') no-repeat -26px -80px;
}

.menu li {
    margin: 0 0 4px;
}

.brands-menu-wrapper .menu li {
    float: left;
    margin: 0;
    border-bottom: 1px solid #f4ecdd;
}

.menu li a, .menu li .lazy-link {
    display: block;
    position: relative;
    padding: 0 0 0 55px;
    line-height: 44px;
}

.brands-menu-wrapper .menu li a, .brands-menu-wrapper .menu li .lazy-link {
    padding: 0 30px 0 30px;
}

.menu li a:hover,
.menu .active a {
    background: #fff;
    color: #524739;
}

.menu li a:hover:before,
.menu li a:hover:after,
.menu .active a:before,
.menu .active a:after {
    content: "";
    position: absolute;
    border-style: solid;
    z-index: 5;
    top: 0;
    right: -14px;
}

.menu li a:hover:before,
.menu .active a:before {
    border-color: transparent transparent transparent #f4ecdd;
    border-width: 25px 0 25px 18px;
    top: -3px;
    right: -18px;
}

.menu li a:hover:after,
.menu .active a:after {
    border-width: 22px 0 22px 14px;
    border-color: transparent transparent transparent #fff;
    z-index: 6;
}

.brands-menu-wrapper .menu li a:hover:before,
.brands-menu-wrapper .menu li a:hover:after,
.brands-menu-wrapper .menu .active a:before,
.brands-menu-wrapper .menu .active a:after {
    top: 100%;
    left: 50%;
}

.brands-menu-wrapper .menu li a:hover:before,
.brands-menu-wrapper .menu .active a:before {
    border-color: #f4ecdd transparent transparent transparent;
    border-width: 10px 26px 0 26px;
    left: 50%;
    margin-left: -26px;
    width: 0;
}

.brands-menu-wrapper .menu li a:hover:after,
.brands-menu-wrapper .menu .active a:after {
    border-width: 7px 20px 0 20px;
    border-color: #fff transparent transparent transparent;
    z-index: 6;
    margin-left: -20px;
    width: 0;
}

.sidebar .count {
    color: #8d877b;
    margin: 0 0 0 12px;
}

.sidebar .discount {
    line-height: 40px;
    background: #a97b2a;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    display: inline-block;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    margin: 0 0 0 3px;
}

.menu {
    margin: 0 0 39px;
}

.brands-menu-wrapper .menu {
    margin: 0;
}

.std .order-brochure {
    display: inline-block;
    margin: 1px 0 28px 24px;
    position: relative;
    line-height: 20px;
    float: left;
    text-decoration: none;
}

.brands-menu-wrapper .order-brochure:after,
.std .order-brochure:after,
.sidebar .order-brochure:after {
    content: "";
    position: absolute;
    background: url('../images/sprite.png') no-repeat -35px -80px;
    width: 18px;
    height: 14px;
    left: -27px;
    top: 50%;
    margin: -7px 0 0;
}

.std .order-brochure:after {
    left: -23px;
}

.sidebar .shops:after {
    content: "";
    position: absolute;
    background: url('../images/sprite.png') no-repeat -55px -80px;
    width: 13px;
    height: 17px;
    left: -25px;
    top: 50%;
    margin: -8px 0 0;
}

.brand-about {
    width: 703px;
    margin: 0 auto;
}

.brand-carousel {
    position: relative;
    margin: 0;
    height: 100%;
}

.brand-carousel .slick-slider {
    margin: 0 0 4px;
}

.brand-carousel > .slick-slider .slick-list {
    width: 630px;
    height: 340px;
    margin: 0 auto;
    overflow: hidden;
}

.brand-carousel > .slick-list .slide {
    width: 571px;
    height: 340px;
}

.brand-carousel > .slick-prev,
.brand-carousel > .slick-next {
    top: 148px;
}

.brand-carousel-nav {
    margin: 0 0 70px;
}

.brand-carousel-nav .slick-list {
    text-align: center;
    width: 594px;
    margin: 0 auto;
    padding: 0 !important;
}

.brand-carousel-nav .slide:hover img,
.brand-carousel-nav .active-single img,
.brand-carousel-nav .slick-center img {
    padding: 0;
    border: 2px solid #a97b2a;
}

.brand-carousel-nav img {
    max-width: 100%;
    max-height: 100%;
    padding: 1px;
    border: 1px solid #cfaf88;
    cursor: pointer;
}

.brand-carousel-nav .slick-prev,
.brand-carousel-nav .slick-next {
    top: 50%;
    margin: -15px 0 0;
    width: 30px;
    height: 30px;
}

.brand-carousel-nav .slick-prev {
    left: 20px;
}

.brand-carousel-nav .slick-next {
    right: 20px;
}

.brand-carousel-nav .slick-prev:after,
.brand-carousel-nav .slick-next:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 11px;
    margin: -6px 0 0 -3px;
    background: url('../images/sprite.png') no-repeat;
}

.brand-carousel-nav .slick-prev:hover,
.brand-carousel-nav .slick-next:hover {
    border-color: #cfaf88;
}

.brand-carousel-nav .slick-prev:active,
.brand-carousel-nav .slick-next:active {
    border-color: #b28a5a;
}

.brand-carousel-nav .slick-prev:after {
    background-position: -83px -70px;
}

.brand-carousel-nav .slick-next:after {
    background-position: -91px -70px;
}

.brand-carousel-nav .slick-prev:hover:after {
    background-position: -83px -84px;
}

.brand-carousel-nav .slick-next:hover:after {
    background-position: -91px -84px;
}

.brand-carousel-nav .slick-prev:active:after {
    background-position: -26px -80px;
}

.brand-carousel-nav .slick-next:active:after {
    background-position: -99px -70px;
}

.brand-about .description {
    font-size: 14px;
    line-height: 22px;
    overflow: hidden;
    margin: 0 0 9px;
}

.brand-about .description p {
    margin: 0 0 15px;
}

.brand-about .btn-light {
    line-height: 44px;
    margin: 0 0 70px;
}

.brand-press .tabs-nav {
    margin: 0 -9999px 43px;
}

.press-grid {
    overflow: hidden;
    margin: 0 40px 15px;
}

.press-grid > li,
.press-gallery .slick-slide {
    margin: 0 0 54px;
    padding: 0 10px;
    width: 20%;
    min-width: 240px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    text-align: center;
    overflow: hidden;
}

.press-gallery .slick-slide {
    width: auto;
    padding: 0;
}

.press-grid > li > a,
.press-gallery .slick-slide > a {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 0;
    width: 220px;
    height: 314px;
    text-decoration: none;
}

.press-grid a > img,
.press-gallery a > img {
    max-width: 100%;
    max-height: 100%;
    position: relative;
    z-index: -1;
}

.press-grid .title,
.press-gallery .title {
    position: absolute;
    background: rgba(0, 0, 0, .8);
    background: url('../images/bg-black-80.png');
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 0 -36%;
    color: #fff;
    font-weight: bold;
    font-size: 10px;
    line-height: 18px;
    text-transform: uppercase;
    padding: 12px 0;
    -webkit-transition: all .2s ease-in-out 0s;
    transition: all .2s ease-in-out 0s;
    z-index: 2;
}

.press-grid > li > a:hover .title,
.press-gallery .slick-slide > a:hover .title {
    margin: 0;
}

.press-grid .title span,
.press-gallery .title span {
    display: block;
    font-size: 12px;
    max-height: 36px;
    overflow: hidden;
    padding: 0 4px;
}

.press-grid a:after,
.press-gallery a:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    opacity: 0;
    background: rgba(244, 236, 221, .4);
    background: url('../images/bg-beige-40.png');
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s;
    z-index: 1;
}

.press-grid a:hover:after,
.press-gallery a:hover:after {
    opacity: 1;
    top: 0;
}

.brand-news {
    padding: 0 20px;
    width: 703px;
    margin: 0 auto;
}

.brand-news h1,
.brand-news .h1 {
    margin: 0 0 15px;
}

.grid {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-transform: uppercase;
}

.grid.mod1 {
    text-align: center;
    margin-bottom: 25px;
}

.articles .grid.mod1 {
    margin-bottom: 5px;
}

.grid.mod1 li {
    width: auto;
    margin: 0 20px 25px;
}

.brands-page .grid {
    margin-left: -10px;
    margin-right: -10px;
}

.articles-page .grid {
    margin-left: 40px;
    margin-right: 40px;
}

.grid li {
    text-align: center;
    width: 14.2857%;
    height: 314px;
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    font-weight: bold;
    margin: 0 0 50px;
}

.grid li .item {
    width: 220px;
    height: 314px;
    margin: 0 auto;
}

.brands-page .grid li {
    width: 33.33%;
    margin-bottom: 70px;
}

.grid a {
    color: #fff;
    display: inline-block;
    position: relative;
    text-decoration: none;
}

.grid a:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 75px;
    background: rgba(255, 255, 255, .54);
    -webkit-transition: opacity .2s ease-in-out 0s;
    transition: opacity .2s ease-in-out 0s;
}

.grid a:hover:after {
    opacity: 1;
}

.grid .frame {
    width: 220px;
    height: 314px;
    overflow: hidden;
    display: block;
}

.grid img {
    max-width: 100%;
    max-height: 100%;
}

.grid .title {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    background: #524739;
    background: rgba(0, 0, 0, .7);
    height: 75px;
    display: block;
    width: 210px;
    padding: 0 5px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.grid .title:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.grid .title span {
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: middle;
    max-height: 54px;
    overflow: hidden;
}

.brand-assortment .tabs-nav {
    margin: 0 -9999px 52px;
}

/* PRODUCT-GRID */
.col-main .product-grid {
    width: auto;
    margin: 0;
    background: none;
    border: none;
    text-align: center;
    line-height: 20px;
}

.listing-page .product-grid {
    margin: 0 -15px;
    padding: 14px 0 0;
    position: relative;
}

.col2-left-layout-sidebar-filters .listing-page .product-grid {
    margin: 25px 0 0;
    margin: 25px 0px 0 -10px;
}

.brands-page .product-grid {
    margin: 0 0 15px;
}

.product-grid > ul {
    margin: 0 auto;
    display: block;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    position: relative;
    text-align: left;

}

.product-grid > ul .no-products-item {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    letter-spacing: 0;
}

.wishlist-page .product-grid > ul,
[class^="broshures"] .product-grid > ul {
    width: 1560px;
}

body .product-grid > ul .product-item {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    height: 420px;
    /* width: 220px; */
    position: relative;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
}

.wide-gallery .slick-initialized .item {
    float: none;
    margin: 0 auto 50px;
}

.vertical .wide-gallery .item {
    border: 0;
    height: 314px;
    margin: 0 auto;
    float: none;
    width: auto;
    max-width: 220px;
}

body:not(.touch) .product-item:hover .tile,
.product-item.touched .tile {
    overflow: visible;
    position: relative;
    z-index: 120 !important;
}

.product-item .prolabel {
    top: 10px;
    right: 18px;
}

body:not(.touch) .product-item:hover div.tile:before,
.product-item.touched div.tile:before {
    display: none;
}

.product-item .tile {
    position: relative;
    z-index: 5;
    width: 240px;
    overflow: hidden;
}

.product-item .tile-big {
}

.product-item .tile:before,
.product-item:hover .tile:before {
    content: '';
    display: block;
    height: 80px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
}

.product-item .tile-box {
    margin: 0 -5px 0 -5px;
    padding: 0 15px 10px 15px;
    background-clip: padding-box;
    background: #fff;
    width: 224px;
}

body:not(.touch) .product-item:hover .tile-box,
.product-item.touched .tile-box {
    box-shadow: 0 0 15px 0 rgba(102, 85, 69, .5);
}

.product-item .tile-box::after {
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.product-item .tile-desc-box {
    width: 224px;
    padding-top: 28px;
}

.product-item .product-image {
    overflow: hidden;
    height: 222px;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
    font-size: 0;
    line-height: 0;
    z-index: 2;
    margin-bottom: 7px;
}

.product-item .product-image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.product-item .product-image img {
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 0;
}

.product-item h2 {
    font-size: 12px;
    line-height: 20px;
    color: #a97b2a;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-item div.h2 {
    font-size: 12px;
    line-height: 20px;
    color: #a97b2a;
    margin: 0 auto;
    font-weight: bold;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

body:not(.touch) .product-item:hover h2,
.product-item.touched h2 {
    overflow: visible;
    white-space: normal;
}

body:not(.touch) .product-item:hover div.h2,
.product-item.touched div.h2 {
    overflow: visible;
    white-space: normal;
}

body.touch .product-grid .product-item a {
    pointer-events: none;
}

body.touch .product-grid .product-item.touched a {
    pointer-events: auto;
}

.product-item a {
    text-decoration: none;
    text-transform: uppercase;
}

.product-item a.text-holder {
    color: white;
}

.product-grid > ul > li.large {
    font-size: 24px;
    line-height: 40px;
    height: 676px;
    width: 480px;
}

.product-item .brand-name {
    font-size: 13px;
    display: block;
    margin: 0 0 2px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #524739;
}

body:not(.touch) .product-item:hover .brand-name,
.product-item.touched .brand-name {
    overflow: visible;
}

.product-item .info {
    position: relative;
    overflow: hidden;
    background: #fff;
    z-index: 10;
    padding: 0;
}

.product-item .product-type {
    font-size: 13px;
    text-transform: lowercase;
    color: #858585;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    overflow: hidden;
}

.product-item .last-price,
.product-item .last-price span.price,
.product-item .no-price {
    font-size: 13px;
    text-transform: lowercase;
    white-space: nowrap;
    color: #524739;
}

body:not(.touch) .product-item:hover .product-type,
.product-item.touched .product-type {
    overflow: visible;
    white-space: normal;
}

.product-item .price-holder {
    display: table;
    width: 100%;
    padding: 0;
    margin: 4px 0 1px;
    padding-bottom: 8px;
}

.product-item .price-box,
.product-item .price-box + .superattributes {
    display: inline-block;
    /*height: 28px;*/
    margin: 0;
}

.product-item .price-box p {
    margin: 0;
    padding: 0;
}

.product-item .superattributes {
    color: #858585;
    margin: 0 0 0 6px;
}

.product-item .special-price .price {
    color: #524739;
    font: 400 16px/20px 'Open Sans', Arial, Helvetica, sans-serif;
    text-transform: lowercase;
}

.product-item .special-price .label {
    color: #858585;
}

.product-item .old-price {
    color: #91785c;
    margin-right: 6px;
}

.product-item .old-price span:first-child {
    font-size: 13px;
    text-decoration: line-through;
}

.product-item .value {
    color: #858585;
}

.product-item .superattributes .attribute {
    margin-bottom: 15px;
}

.product-item .actions {
    position: relative;
    height: 56px;
    display: none;
}

body:not(.touch) .product-item:hover .actions,
.product-item.touched .actions {
    display: block;
}

.broshures-gallery .product-image {
    height: 220px;
}

.product-grid .large .product-image {
    height: 490px;
}

.product-grid .product-image:before,
.wide-gallery .product-image:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.product-grid .out-of-stock .product-image {
    opacity: .5;
}

.product-grid .large h2,
.product-grid .large .h2 {
    font-size: 24px;
    line-height: 40px;
}

.broshures-grid h2,
.broshures-grid .h2 {
    line-height: 0;
}

.broshures-grid .product-name {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 20px;
    width: 100%;
    height: 20px;
    -webkit-transition: height .2s ease-in-out;
    transition: height .2s ease-in-out;
}

.broshures-grid > ul > li:hover .product-name {
    white-space: normal;
    height: auto;
}

.single-carousel .product-name {
    color: #fff;
}

.product-grid .out-of-stock h2 a,
.product-grid .out-of-stock .h2 a {
    color: #8d877b;
}

.product-grid .large .product-name {
    margin: 0 0 5px;
}

.product-grid .out-of-stock .price {
    color: #8d877b;
}

.product-grid.edit .info {
    background: none;
}

.product-grid .large .info {
    top: 516px;
}

.cswatch-attribute {
    text-align: left;
    padding: 0 25px;
}

.cswatch-attribute li {
    display: inline-block;
    margin-left: 9px;
    vertical-align: middle;
    margin-bottom: 9px;
    position: relative;
    cursor: pointer;
}

.cswatch-attribute li.active:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 11px;
    background: url(../images/selected.png);
    width: 15px;
    height: 14px;
    z-index: 10
}

.color-list li.active:before {
    content: '';
    position: absolute;
    top: 10px;
    left: 11px;
    background: url(../images/selected.png);
    width: 15px;
    height: 14px;
    z-index: 10
}

.cswatch-attribute li.show_all {
    cursor: pointer
}

.cswatch-attribute li span.color-item {
    display: block;
    position: relative
}

.cswatch-attribute li span.color-item span {
    position: absolute;
    bottom: 48px;
    width: 90px;
    background: #fff;
    padding: 29px 5px 5px;
    height: 65px;
    color: #524739;
    left: -19px;
    text-align: center
}

.cswatch-attribute li span.color-item span:before {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 31px;
    height: 13px;
    background: url(../images/colors_arrow.png);
    left: 50%;
    margin-left: -28px;
}

.cswatch-attribute li:first-child, .cswatch-attribute li:nth-child(4n+1) {
    margin-left: 0px
}

.product-grid .volume,
.product-grid .price-block,
.wide-gallery .volume,
.wide-gallery .price-block {
    color: #524739;
    line-height: 20px;
}

.product-grid .out-of-stock .price-block {
    color: #8d877b;
}

.product-grid .superattributes,
.product-grid .volume,
.wide-gallery .volume {
    color: #858585;
    margin: 0 0 0 6px;
}

.product-grid .superattributes {
    margin-left: 0;
}

.product-grid .out-of-stock .old,
.product-grid .out-of-stock .old .volume {
    color: #8d877b;
}

.product-grid .old-price span:first-child,
.wide-gallery .old-price span:first-child,
.wide-gallery-top .old-price span:first-child
{
    font-size: 12px;
    color: #91785c;
    text-decoration: line-through;
}

/*.rating,*/
.ratings .rating,
.impressions .rating,
.product-grid .rating,
.product-view .rating,
.my-reviews .rating-cell .rating,
.wide-gallery .rating {
    display: inline-block;
    vertical-align: middle;
    margin: -3px 0 0;
    width: 84px;
    height: 13px;
    background: url('../images/sprite-rating.png') no-repeat -87px 0;
}

.ratings .rating {
    margin-right: 4px;
}

.large .rating,
.large .ratings .rating {
    width: 169px;
    height: 28px;
    background-position: 0 -60px;
}

.rating span {
    display: block;
    height: 100%;
    background: url('../images/sprite-rating.png') no-repeat;
}

.large .rating span,
.large .ratings .rating {
    background-position: 0 -30px;
}

.product-grid .reviews,
.wide-gallery .reviews {
    display: inline-block;
    text-transform: uppercase;
    position: absolute;
    left: -9999px;
    margin: 0 0 15px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .3s;
    transition: opacity .2s ease-in-out .3s;
}

.product-grid > ul > li:hover .reviews,
.wide-gallery .item:hover .reviews {
    left: auto;
    position: static;
    opacity: 1;
}

.product-grid .large .reviews {
    margin: 0 0 35px;
}

.product-grid .reviews-link,
.product-grid.edit .reviews-link:hover,
.wide-gallery .reviews-link {
    text-decoration: none;
    color: #a97b2a;
    margin: 0 0 0 6px;
}

.product-grid .large .volume,
.product-grid .large .old .volume,
.product-grid .large .reviews-link {
    margin: 0 0 0 16px;
}

.product-grid .reviews-link:hover,
.wide-gallery .reviews-link:hover {
    text-decoration: underline;
}

.product-grid .volumes,
.wide-gallery .volumes {
    position: absolute;
    left: -9999px;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .4s;
}

.product-grid > ul > li:hover .volumes,
.wide-gallery .item:hover .volumes {
    left: auto;
    position: static;
    opacity: 1;
}

.product-grid .volumes ul,
.wide-gallery .volumes ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    color: #a97b2a;
}

.product-grid .volumes li,
.wide-gallery .volumes li {
    display: inline;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    position: relative;
}

.product-grid .volumes li:before,
.wide-gallery .volumes li:before {
    content: ", ";
}

.product-grid .volumes .superattributes .colors-list li:before {
    display: none
}

.product-grid .volumes li:first-child:before,
.wide-gallery .volumes li:first-child:before {
    content: "";
}

.product-grid .volumes span,
.wide-gallery .volumes span {
    color: #524739;
    display: block;
    margin: 0 0 4px;
}

.product-grid .large .volumes span {
    margin: 0 0 11px;
}

.product-grid .volumes .superattributes span.colors_qty {
    display: inline;
    font-size: 12px;
    color: #8b857b
}

.product-grid .volumes .superattributes a {
    text-decoration: none
}

.product-grid .volumes .attribute .colors-list li {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle
}

.product-grid .superattributes .attribute {
    margin-bottom: 15px;
}

.product-grid .superattributes {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.product-grid .large .brand-name {
    font-size: 18px;
}

.product-grid .large .volume,
.product-grid .large .price-block {
    line-height: 38px;
}

.product-grid .large .price {
    font-size: 34px;
}

.product-grid .large .price span,
.product-grid .large .volume {
    font-size: 21px;
}

.product-grid .large .old-price span:first-child {
    font-size: 26px;
}

.product-grid .large .volumes li {
    font-size: 25px;
    line-height: 38px;
}

.link-wishlist {
    float: right;
    background: #b28a5a;
    width: 50px;
    height: 50px;
    position: relative;
    text-indent: -9999px;
    overflow: hidden;
    z-index: 1;
    cursor: pointer;
}

.large .link-wishlist {
    height: 106px;
    width: 106px;
}

.add-to-cart .link-wishlist {
    height: 60px;
    width: 60px;
}

/*.link-wishlist:after {*/
/*content: "";*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*width: 21px;*/
/*height: 19px;*/
/*!*background: url('../images/sprite.png') no-repeat 0 -123px;*!*/
/*margin: -10px 0 0 -10px;*/
/*z-index: 2;*/
/*}*/

/*.large .link-wishlist:after {*/
/*width: 45px;*/
/*height: 41px;*/
/*margin: -21px 0 0 -22px;*/
/*background-position: -128px -64px;*/
/*}*/

/*.link-wishlist:active:after,*/
/*.link-wishlist:hover:after,*/
/*.product-grid .favored .link-wishlist:after,*/
/*.wide-gallery .favored .link-wishlist:after {background-position: 0 -145px;}*/
/*.wide-gallery-top .favored .link-wishlist:after {background-position: 0 -145px;}*/
/*.large .link-wishlist:active:after,*/
/*.large .link-wishlist:hover:after,*/
/*.product-grid .large.favored .link-wishlist:after {background-position: -132px -108px;}*/

.user-block .favorite .favorite-icon {
    background: url('../images/sprite.png') no-repeat -67px -29px !important;
    width: 19px;
    height: 17px;
    display: inline-block;
    vertical-align: middle;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;

}

.user-block .favorite .favorite-icon.fill {
    background: url('../images/sprite.png') no-repeat -58px -271px;
    height: 20px;
}

.link-wishlist .wishlist-icon {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 21px;
    height: 19px;
    background: url('../images/sprite.png') no-repeat 0 -123px;
    margin: -10px 0 0 -10px;
    z-index: 100;

    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;

}

.large .link-wishlist .wishlist-icon {
    display: block;
    width: 45px;
    height: 41px;
    margin: -21px 0 0 -22px;
    background-position: -128px -64px;
}

.add-to-cart.favored .link-wishlist.fill .wishlist-icon,
.add-to-cart.favored.link-wishlist:hover .wishlist-icon,
.sidebar .favored .link-wishlist .wishlist-icon,
.product-grid .favored .link-wishlist .wishlist-icon,
.wide-gallery .favored .link-wishlist .wishlist-icon,
.wide-gallery-top .favored .link-wishlist .wishlist-icon {
    background-position: 0 -145px;
}

.large .link-wishlist:active .wishlist-icon,
.large .link-wishlist:hover .wishlist-icon,
.product-grid .large.favored .link-wishlist .wishlist-icon {
    background-position: -132px -108px;
}

@keyframes icon-push {
    50% {
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.wishlist-icon-push {
    -webkit-animation-name: icon-push;
    animation-name: icon-push;
    -webkit-animation-duration: .3s;
    animation-duration: .3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Pop */
@-webkit-keyframes icon-pop {
    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
}

@keyframes icon-pop {
    50% {
        -webkit-transform: scale(1.7);
        transform: scale(1.7);
    }
}

.wishlist-icon-pop {
    -webkit-animation-name: icon-pop;
    animation-name: icon-pop;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* Icon Float Away */
@-webkit-keyframes icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

@keyframes icon-float-away {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
        -webkit-transform: translateY(-1em);
        transform: translateY(-1em);
    }
}

/* Icon Float Away */

.favorite-icon-float-away {
    /*opacity: 0;*/
    -webkit-animation-duration: 0.8s;
    animation-duration: 0.8s;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-name: icon-float-away;
    animation-name: icon-float-away;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

.product-grid .fav-icon,
.wide-gallery .fav-icon {
    position: absolute;
    width: 21px;
    height: 19px;
    background: url('../images/sprite.png') no-repeat 0 -145px;
    bottom: 4px;
    left: -9999px;
    visibility: hidden;
    z-index: 40;
}

.product-grid > ul > li:hover .fav-icon,
.wide-gallery .item:hover .fav-icon {
    bottom: 18px;
    z-index: 1;
}

.product-grid .favored .fav-icon,
.wide-gallery .favored .fav-icon {
    right: 14px;
    left: auto;
    visibility: visible;
}

.product-grid .favored.large .fav-icon {
    width: 45px;
    height: 41px;
    background-position: -132px -108px;
    bottom: 33px;
    right: 30px;
    left: auto;
}

.product-grid .colours,
.wide-gallery .colours {
    position: absolute;
    left: -9999px;
    padding: 11px 0 3px;
    text-align: center;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out .4s;
    transition: opacity .2s ease-in-out .4s;
}

.product-grid > ul > li:hover .colours,
.wide-gallery .item:hover .colours {
    left: auto;
    position: static;
    opacity: 1;
}

.product-grid .large .colours {
    padding: 11px 0 3px;
}

.product-grid .colours.filled ul,
.wide-gallery .colours.filled ul {
    width: 175px;
}

/*обрезается при количестве цветов 4+*/
.product-grid .large .colours.filled ul {
    width: 370px;
}

.product-grid .colours ul,
.wide-gallery .colours ul {
    overflow: hidden;
    vertical-align: top;
    margin: 0 -5px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    overflow: hidden;
    height: 30px;
}

.product-grid .large .colours ul {
    height: 64px;
    margin: 0 -10px;
}

.product-grid .colours li,
.wide-gallery .colours li {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
    width: 30px;
    height: 30px;
    display: inline-block;
    margin: 0 5px;
}

.product-grid .large .colours li {
    font-size: 24px;
    line-height: 42px;
    width: 64px;
    height: 64px;
    margin: 0 10px;
}

.product-grid .colours li a,
.product-grid .colours li span,
.wide-gallery .colours li a,
.wide-gallery .colours li span {
    display: block;
    height: 30px;
    border-radius: 50%;
}

.product-grid .large .colours li a,
.product-grid .large .colours li span {
    height: 64px;
}

.product-grid .colours .colours-link,
.wide-gallery .colours .colours-link {
    text-decoration: none;
    margin: 0 2px 0 0;
    float: right;
    text-transform: uppercase;
    color: #a97b2a;
}

.product-grid .large .colours .colours-link {
    margin: 9px 16px 0 0;
}

.product-grid .colours .colours-link span,
.wide-gallery .colours .colours-link span {
    color: #8b857b;
}

.product-grid .colours .colours-link:hover,
.wide-gallery .colours .colours-link:hover {
    text-decoration: underline;
}

.product-grid .article-tile {
    border: 0;
    height: 314px;
    line-height: 18px;
}

.wide-gallery-top .tile,
.wide-gallery-top .tile .tile-box,
.wide-gallery-top .tile .tile-desc-box {
    width: 224px;
}

.wide-gallery-top {
    margin: 0 auto;
    width: 95%;
    height: 400px;
    overflow: hidden;
}

.product-viewed .wide-gallery-top {
    height: auto;
}

.product-collateral .wide-gallery-top,
.carousel-container-small .wide-gallery-top {
    height: 366px;
}

.carousel-list .slick-slider {
    overflow: visible;
}

.wide-gallery-top .slick-prev {
    z-index: 1;
    left: -40px;
}

.wide-gallery-top .slick-next {
    z-index: 1;
    right: -40px;
}

.wide-gallery-top .item-wrapper {
    padding: 20px;
    text-align: center;
    display: inline-block;
}

.carousel-list .js-tab-hidden {
    display: none;
}

.wide-gallery-top .item-wrapper-big {
    padding: 20px 20px 40px 20px;
}

.wide-gallery-top .product-item {
    display: inline-block;
    text-align: center;
    margin: 0 0px 20px;
    width: 224px;
    left: -10px;
    position: relative;
}

.wide-gallery-top .product-item .product-image {
    height: 135px;
}

.wide-gallery-top .product-item .product-image-big {
    height: 222px;
}

.wide-gallery-top .product-item .tile {
    width: 244px;
    height: 318px;
}

.wide-gallery-top .product-item .tile-big {
    height: 350px;
}

.wide-gallery-top .product-item .actions {
    height: 46px;
}

.wide-gallery-top .product-item h2 {
    line-height: 22px;
    font-size: 12px;
    overflow: visible;
    white-space: normal;
}

.wide-gallery-top .product-item div.h2 {
    line-height: 22px;
    font-size: 12px;
}

.wide-gallery-top .product-item .brand-name {
    font-size: 13px;
}

.wide-gallery-top .product-item .special-price .price .price {
    font-size: 15px;
}

.wide-gallery-top .product-item .special-price .price span {
    font-size: 13px;
}

.wide-gallery-top .product-item .special-price .old-price span:first-child {
    font-size: 12px;
}

.wide-gallery-top .button.btn-cart,
.wide-gallery-top .button.btn-out {
    width: 77%;
    height: 40px;
    line-height: 40px;
}

.wide-gallery-top .link-wishlist {
    width: 23%;
    height: 40px;
}

/* Slider */

div.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
    /* height: 430px;*/
}

.press-page div.slick-slider {
    height: auto;
}

div.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

div.slick-list:focus {
    outline: none;
}

div.slick-slider .slick-track,
div.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

div.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}

div.slick-track:before,
div.slick-track:after {
    display: table;
    content: '';
}

div.slick-track:after {
    clear: both;
}

div.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

div.slick-slide img {
    display: inline-block;
}

div.slick-initialized .slick-slide {
    display: block;
}

.product-grid .article-tile > a {
    display: block;
    text-transform: uppercase;
    color: #e5d6bb;
    text-decoration: none;
}

.product-grid .article-tile .title {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0 30px;
}

/* PARTNERS */
.partners-page {
    padding: 21px 0 0;
}

.partners-page.files-page {
    padding: 3px 0 0;
}

.partners-page .cta {
    background: url('../images/bg-page-light.png');
    margin: 0 -9999px 30px;
    padding: 0 9999px;
    height: 90px;
    position: relative;
    text-align: center;
    color: #8d877b;
    text-transform: uppercase;
}

.partners-page .cta span {
    display: inline-block;
    vertical-align: middle;
}

.partners-page .cta:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.partners-files {
    width: 700px;
    margin: 0 auto;
}

.files-table {
    border-collapse: collapse;
    width: 100%;
}

.files-table tr {
    border-top: 1px solid #f1f1f1;
}

.files-table td {
    padding: 23px 0;
    vertical-align: middle;
}

.files-table .filesize {
    width: 80px;
    padding: 0 30px 0 0;
}

.files-table .filesize span {
    font-size: 14px;
}

.files-table .link {
    padding: 23px 30px;
}

.files-table .link a {
    font-size: 16px;
    line-height: 20px;
    color: #a97b2a;
    text-decoration: none;
    position: relative;
}

.files-table .link a:hover {
    text-decoration: underline;
}

.files-table .link span {
    font-size: 12px;
    text-transform: uppercase;
}

.files-table .link a:before {
    content: "";
    position: absolute;
    left: -30px;
    background: url('../images/sprite.png') no-repeat;
    width: 15px;
    height: 17px;
    top: 50%;
    margin: -8px 0 0;
}

.files-table .link .doc:before {
    background-position: -24px -131px;
}

.files-table .link .excel:before {
    background-position: -41px -131px;
}

.files-table .link .powerpoint:before {
    background-position: -58px -131px;
}

.files-table .link .video:before {
    height: 14px;
    margin: -7px 0 0;
    background-position: -75px -131px;
}

.files-table .type {
    text-transform: uppercase;
    width: 100px;
    padding: 0 23px 0 0;
}

.files-table .download {
    padding: 0 5px 0 0;
    width: 15px;
}

.files-table .download a {
    text-indent: -9999px;
    width: 15px;
    height: 18px;
    background: url('../images/sprite.png') no-repeat -110px -105px;
    display: block;
}

/* LISTING */
.brands-page .listing-page .breadcrumbs,
.col2-left-layout-sidebar-filters .listing-page .breadcrumbs {
}

.brands-page .listing-page .search-result {
    margin: 0;
}

.search-category-found,
.search-category-result {
    display: inline-block;
    font-size: 16px;
}

.search-category-found {
    margin-right: 10px;
}
.search-probes-text,
.search-category-found .caption {
    font-weight: 300;
}
.search-probes-text{
    font-weight: 400;
    font-size: 16px;
    line-height: 36px;
    color: #8d877b;
    text-transform: none;
    text-align: center;
    margin: 0 auto;
    max-width: 1000px;
    margin-bottom: 25px;
}
.search-category-found,
.search-category-result li {
    float: left;
}

.search-category-result li a:hover {
    text-decoration: underline;
}

.listing-page .breadcrumbs {
    margin: 1px 175px 14px 0;
    position: relative;
    z-index: 1;
}

.listing-page h1,
.listing-page .h1 {
    text-align: center;
    line-height: 30px;
    margin: 20px 0;
}

.listing-page .breadcrumbs + h1,
.listing-page .breadcrumbs + .h1 {
    margin: -7px 0 18px;
    display: block;
}

.catalogsearch-result-index .breadcrumbs + h1,
.catalogsearch-result-index .breadcrumbs + .h1 {
    margin-bottom: 33px;
    margin-top: 36px;
}

.listing-page .breadcrumbs + h1 a,
.listing-page .breadcrumbs + .h1 a {
    color: #a97b2a;
    text-decoration: none;
}

.listing-page .breadcrumbs + h1 a:hover,
.listing-page .breadcrumbs + .h1 a:hover {
    text-decoration: underline;
}

.listing-page .tabs-nav {
    margin: 0 -9999px 2px;
}

.listing-page .btn-light {
    margin: 35px 0 10px;
    transition: none;
}

.listing-page .header-box {
    line-height: 30px;
    text-align: center;
    margin: 0 0 19px;
    text-transform: uppercase;
}

.listing-page .header-box h1,
.listing-page .header-box .h1 {
    text-transform: none;
    line-height: 36px;
    font-size: 30px;
}

.listing-page .search-result {
    color: #524739;
    margin: 0;
}

.listing-page .search-result span {
    font-weight: bold;
}

.filter a.clear {
    display: block;
    line-height: 14px;
    font-size: 12px;
    margin: 0 0 10px 41px;
    position: relative;
    text-decoration: none;
    color: #a97b2a;
}

.filter a.clear:hover {
    text-decoration: underline;
}

.filter a.clear:before {
    content: "";
    position: absolute;
    top: 50%;
    margin: -5px 0 0;
    width: 10px;
    height: 10px;
    background: url('../images/sprite.png') no-repeat -92px -131px;
    left: -21px;
}

.filter-fixed {
    position: relative;
    margin: -32px 0 0;
    padding: 26px 0 0;
}

.filter-fixed.active {
    left: 56px;
    right: 56px;
    top: 60px;
    position: fixed;
    z-index: 500;
    background: #fff;
}

.filter {
    text-align: center;
    position: relative;
}

.filter .holder {
    margin: 0 -9999px;
    padding: 30px 9999px;
    background: #f4ecdd url('../images/bg-page-light.png');
    font-size: 0;
    line-height: 0;
}

.sidebar .filter {
    text-align: left;
    position: relative;
}

.sidebar .filter .holder {
    margin: 0 0 0 0;
    padding: 0;
    background: none;
}

.filter .clearfilter-container {
    display: block;
    width: 100%;
    height: 30px;
    position: relative;
}

.col2-left-layout-sidebar-filters .sidebar {
    /*padding-top: 31px !important;*/
}

.filter .center-block {
    font-size: 12px;
    margin: 0 auto;
    line-height: 15px;
    display: inline-block;
    font-size: 0;
    line-height: 0;
}

.filter .column {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0;
}

.filter .column select {
    margin: 0 15px;
}

.filter .column .chosen-container {
    width: 100%;
    min-width: 100px;
    text-transform: none;
    font-size: 14px;
}

.filter .filter-item-container {
    width: 215px;
    margin: 0 15px 10px;
}

.filter .checkbox-container {
    margin: 10px 0;
    max-height: 400px;
    overflow: hidden;
    text-transform: none;
    font-size: 13px;
    display: none;
}

.filter .checkbox-container .option {
    min-height: 22px;
    margin-bottom: 5px;
    padding-right: 12px;
}

.filter .checkbox-container .mCustomScrollBox .option {
    padding-right: 25px;
}

.filter .option label .label-text::after {
    display: inline-block;
    margin-left: 4px;
    content: attr(data-count);
    color: #a6aaa4;
    font-size: 12px;
    position: absolute;
}
.filter .option label .label-text {
    color: #8d877b;
}
input[type="checkbox"] + label:hover .label-text {
    color: #524739;
}

.filter .checkbox-container input[type="checkbox"] + label {
    margin-left: 26px;
    cursor: pointer;
}

.filter .checkbox-container input[type="checkbox"] + label::before {
    width: 15px;
    height: 15px;
    left: -26px;
}

.filter .checkbox-container input[type="checkbox"] + label:hover::before {
    border-color: #ccc8c2;
}

.filter .checkbox-container input[type="checkbox"] + label::after {
    left: -23px;
}

.filter .hide {
    position: absolute;
    left: -9999px;
    top: -9999px;
}

.filter select {
    border: none;
    background: #fff;
    margin: 0;
    font-size: 15px;
    text-transform: uppercase;
    line-height: 20px;
    padding: 9px 0;
    height: 38px;
    width: 200px;
}

.filter .selected li {
    overflow: hidden;
    padding: 15px 0 0;
    text-align: left;
}

.filter ul.selected li {
    padding-top: 0;
    padding-left: 15px;
    line-height: 34px;
}

.filter .delete {
    display: inline-block;
    vertical-align: middle;
    background: url('../images/sprite.png') no-repeat -92px -131px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    margin: 0 9px 0 0;
}

.filter .selected span {
    text-transform: uppercase;
    color: #a97b2a;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter .additional {
    border-top: 2px solid #fff;
    padding-top: 10px;
}

.filter .additional .center-block {
    text-align: left;
}

.filter .additional .column {
    margin-top: 20px;
}

.filter .more {
    position: relative;
    margin: 11px 0 0 30px;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    display: inline-block;
    text-decoration: none;
    color: #a97b2a;
    min-width: 75px;
    width: 93px;
}

.filter .more:hover {
    text-decoration: underline;
}

.filter .more:before {
    content: "";
    position: absolute;
    top: 50%;
    background: url('../images/sprite.png') no-repeat -132px -45px;
    width: 12px;
    height: 11px;
    left: -22px;
    margin: -6px 0 0;
}

.sort .sort-order-label {
    color: #a6aaa4;
    margin: 0 0 2px 0;
    font-size: 14px;
    display: block;
}

.filter-fixed .sort {
    position: absolute;
    right: 0;
    bottom: 7px;
}

.filter-fixed .sort .opener {
    color: #8d877b;
    padding: 0 5px 0 3px;
    text-decoration: none;
    border-bottom: 1px solid #e2e1cb;
    display: inline-block;
    line-height: 24px;
}

.filter-fixed .sort .opener:hover {
    background: none;
}

.filter-fixed .sort .opener:after {
    content: "";
    background: url('../images/sprite.png') no-repeat -106px -55px;
    width: 11px;
    height: 6px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
}

.filter-fixed .sort .drop {
    text-align: left;
    position: absolute;
    border: 1px solid #ebebeb;
    top: 100%;
    border-radius: 2px;
    background: #fff;
    -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    width: 135px;
    padding: 15px 10px 15px 20px;
    text-transform: uppercase;
    display: none;
    z-index: 10;
    left: -10px;
}

.filter-fixed .sort .drop:before {
    content: "";
    background: url('../images/sprite.png') no-repeat -84px -55px;
    width: 19px;
    height: 12px;
    position: absolute;
    bottom: 100%;
    left: 50px;
}

.filter-fixed .sort .drop a {
    color: #8d877b;
    text-decoration: none;
}

.filter-fixed .sort .drop a:hover {
    text-decoration: underline;
}

.btn-filter {
    position: absolute;
    left: 0;
    top: 100%;
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 35px 7px 20px;
    min-width: 79px;
    background: #dec6a9;
    text-decoration: none;
    text-align: left;
}

.btn-filter:hover {
    background: #a97b2a;
}

.btn-filter:after {
    content: "";
    position: absolute;
    top: 50%;
    margin: -3px 0 0;
    right: 17px;
    background: url('../images/sprite.png') no-repeat 0 -246px;
    width: 11px;
    height: 6px;
}

.filter .chosen-container-single .chosen-single,
.popup-link {
    background: #fff;
    border: none;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 8px 26px 6px 0;
    line-height: 22px;
    height: auto;
    text-align: left;
    color: #444;
    cursor: pointer;
    position: relative;
    outline: none;
}

.filter .chosen-container-single .chosen-single {
    padding-left: 12px;
}

.filter .chosen-container-single .chosen-single span {
    margin-right: 0;
    font-size: 14px;
}

.popup-link::-moz-focus-inner {
    padding: 0 !important;
    bottom: 0 !important;
}

.popup-link > span {
    display: block;
    margin: 0 0 0 12px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.filter .chosen-container-single .chosen-single div b {
    margin-left: -12px;
}

.popup-link:after {
    content: "";
    position: absolute;
    top: 50%;
    margin: -1px 0 0;
    right: 15px;
    width: 11px;
    height: 6px;
    background: url('../images/sprite.png') no-repeat -106px -55px;
}

.lightbox {
    top: 160px;
    z-index: 100;
    left: -9999px;
    right: 9999px;
    -webkit-box-shadow: 0 0 20px #000;
    box-shadow: 0 0 20px #000;
    position: absolute;
    background: #fff;
    text-align: center;
    padding: 24px 0 40px;
}

.lightbox h3,
.lightbox .h3 {
    text-transform: uppercase;
    color: #524739;
    font-size: 26px;
    line-height: 48px;
    font-weight: 300;
}

.lightbox .action {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.lightbox .action button {
    font-size: 14px;
    letter-spacing: 0;
    vertical-align: middle;
}

.lightbox.active {
    right: -9999px;
}

.lightbox .btn-save {
    margin: 0 30px 0 0;
}

.type-popup h3,
.type-popup .h3 {
    margin: 0 0 10px;
}

.color-popup h3,
.color-popup .h3 {
    margin: 0 0 16px;
}

.checkbox-list {
    text-align: left;
    display: inline-block;
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    margin: 0 0 20px;
    max-width: 920px;
}

.checkbox-list li {
    width: 210px;
    padding: 0 20px 0 0;
    margin: 0 0 16px;
}

input[type="radio"],
input[type="checkbox"] {
    position: absolute;
    left: -9999px;
}

input[type="radio"] + label,
input[type="checkbox"] + label {
    position: relative;
    margin: 0 0 0 25px;
    line-height: 20px;
    display: block;
}

.color-list input[type="checkbox"] + label {
    margin: 0;
}

input[type="checkbox"] + label:hover {
    color: #524739;
}

.checkout-onepage-index input[type="checkbox"] + label:hover,
.checkout-onepage-index input[type="checkbox"] + label {
    color: #8d877b !important;
    font-size: 14px;
}

#id_create_account + label {
    margin-top: 15px;
}

div.pricealert-check-box a {
    position: relative;
}

div.pricealert-check-box a:before,
input[type="checkbox"] + label:before {
    content: "";
    position: absolute;
    border: 2px solid #e0dcd5;
    width: 11px;
    height: 11px;
    background: #fff;
    top: 3px;
    left: -25px;
    cursor: pointer;
}

.cart-checkout-item::before, .cart-checkout-item::after {
    position: absolute;
    top: -9999px !important;
}

input[type="radio"] + label::before {
    content: "";
    position: absolute;
    border: 2px solid #e0dcd5;
    width: 13px;
    height: 13px;
    background: #fff;
    top: 1px;
    left: -26px;
    cursor: pointer;
    border-radius: 50%;
}

.opcheckout-giftwrap label {
    text-align: left;
    text-transform: none;
    margin-left: 32px !important;
}

.opcheckout-notcall label {
    color: #8d877b !important;
}

div.pricealert-check-box a:before {
    top: 16px;
    left: 39px;
    background: none;
}

div.pricealert-check-box a.pricealert-active:after {
    content: "";
    position: absolute;
    top: 14px;
    left: 41px;
    background: url('../images/sprite.png') no-repeat -175px 0;
    width: 15px;
    height: 14px;
    cursor: pointer;
}

input[type="checkbox"]:hover + label:before,
input[type="radio"]:hover + label:before {
    border-color: #e5d6bb;
}

input[type="checkbox"]:checked:hover + label:before,
input[type="radio"]:checked:hover + label:before {
    border-color: #e0dcd5;
}

.color-list input[type="checkbox"] + label:after,
.color-list input[type="checkbox"] + label:before {
    display: none;
}

input[type="checkbox"]:checked + label,
input[type="radio"]:checked + label {
    color: #524739;
}

input[type="checkbox"]:checked + label:after {
    content: "";
    position: absolute;
    top: 2px;
    left: -24px;
    background: url('../images/sprite.png') no-repeat -175px 0;
    width: 15px;
    height: 14px;
    cursor: pointer;
}

input[type="radio"]:checked + label::after {
    content: "";
    position: absolute;
    top: 5px;
    left: -22px;
    background: #A97B2A;
    width: 9px;
    height: 9px;
    cursor: pointer;
    border-radius: 50%;
}

.opcheckout-giftwrap input[type="checkbox"]:checked + label:after {
    /*left: -13px;*/
}

.btn-clear {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-transform: uppercase;
    color: #a97b2a;
    text-decoration: none;
    margin: 0 0 0 17px;
    letter-spacing: 1px;
}

.btn-clear:hover {
    text-decoration: underline;
}

.btn-clear:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -17px;
    margin: -5px 0 0;
    width: 10px;
    height: 10px;
    background: url('../images/sprite.png') no-repeat -106px -131px;
}

.type-popup .btn-clear,
.color-popup .btn-clear {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 1px;
}

.color-list {
    max-width: 927px;
    display: inline-block;
    margin: 0 auto;
    font-size: 0;
    line-height: 0;
    text-align: left;
}

.color-list li {
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 0 35px;
    padding: 0 2px;
    width: 99px;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0;
    text-align: center;
}

.color-list .frame {
    position: relative;
    width: 99px;
    height: 99px;
    margin: 0 0 14px;
    display: block;
}

.color-list.small label > .frame {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin: 0;
}

.color-list input[type="checkbox"] + label {
    text-transform: uppercase;
}

.color-list input[type="checkbox"] + label:hover,
.color-list input[type="checkbox"]:checked + label {
    color: #524739;
}

.color-list input[type="checkbox"]:checked + label .frame:after {
    content: "";
    position: absolute;
    width: 30px;
    height: 28px;
    background: url('../images/sprite.png') no-repeat 0 -215px;
    top: 50%;
    left: 50%;
    margin: -14px 0 0 -15px;
}

.small input[type="checkbox"]:checked + label > .frame:after {
    background-position: 0 0;
    width: 15px;
    height: 14px;
    margin: -7px 0 0 -8px;
}

.color-list .color-tip {
    position: absolute;
    padding: 5px;
    background: #fff;
    font-size: 12px;
    line-height: 20px;
    color: #524739;
    text-transform: uppercase;
    width: 200px;
    z-index: 2;
    left: -9999px;
    bottom: 100%;
    margin: 0 0 15px -110px;
    text-align: left;
}

.color-list li:hover .color-tip {
    left: 50%;
}

.color-list .color-tip i {
    text-align: center;
    font-style: normal;
    width: 100px;
}

.color-list .color-tip * {
    vertical-align: middle;
    display: inline-block;
}

.color-list .color-tip:after {
    content: '';
    border: 12px solid transparent;
    border-top-color: #fff;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -6px;
}

.color-list.small {
    vertical-align: middle;
    margin-right: 4px;
}

.color-list.small li {
    width: auto;
    vertical-align: middle;
    margin: 0 2px;
}

.color-picker .more {
    display: inline-block;
    vertical-align: middle;
}

.color-picker .more span {
    color: #8d877b;
}

.color-list .color-tip .frame {
    margin: 0 5px 0 0;
    width: 90px;
    height: 90px;
}

.color-picker .popup {
    position: absolute;
    right: 0;
    top: -9px;
    width: 408px;
    padding: 40px;
    background: #fff;
    border: 2px solid #f4ecdd;
    z-index: 3;
    display: none;
}

.popup .color-list {
    margin: 0 -3px -40px;
}

.color-picker .popup .btn-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: url('../images/sprite.png') no-repeat -106px -131px;
    width: 10px;
    height: 10px;
    text-indent: -9999px;
    overflow: hidden;
}

/* listing search no result*/
.no-result {
    text-align: center;
    font-size: 14px;
    line-height: 30px;
    color: #524739;
    margin: -5px 0 47px;
}

.no-result h1,
.no-result .h1 {
    letter-spacing: 1px;
    margin: 35px 0 12px;
}

.no-result h1 span,
.no-result .h1 span {
    font-weight: 400;
}

.no-result p {
    margin: 0;
}

.no-result ul {
    padding: 6px 0 0;
    display: inline-block;
    min-width: 230px;
    font-size: 12px;
    line-height: 36px;
    margin: 0 auto;
    text-transform: uppercase;
    -webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
}

.no-result ul a {
    text-transform: uppercase;
    color: #a97b2a;
    text-decoration: none;
}

.no-result ul a:hover {
    text-decoration: underline;
}

/* STANDART PAGES */
.standart-page {
    font-size: 14px;
    line-height: 22px;
}

[class*="shipping"] .standart-page,
[class^="broshures"] .col2-left-layout,
.aboutus .standart-page,
.aboutus .standart-page,
[class*="faq"] .standart-page {
    padding-left: 245px;
}

.standart-page h2,
.standart-page .h2 {
    /*font-size: 22px;*/
    line-height: 48px;
    font-weight: 300;
    text-align: center;
    /*text-transform: uppercase;*/
    color: #524739;
}

/* about company */
.aboutus .col-main strong {
    font-weight: 600;
    font-style: italic;
    font-size: 16px;
}

.aboutus .col-main p {
    margin: 0 0 13px;
}

.aboutus .col-main > img {
    margin: 16px 0 30px;
}

.aboutus .brands-list h2,
.aboutus .brands-list .h2 {
    color: #524739;
    text-transform: none;
    font-size: 20px;
    margin: 0 0 20px;
    font-weight: 400;
}

.aboutus .brands-list {
    padding: 35px 0 0;
}

.aboutus .brands-list ul {
    margin: 0 -9999px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
}

.aboutus .brands-list ul + .center {
    margin: -7px 0 0;
}

.aboutus .brands-list .btn-light {
    min-width: 121px;
}

.aboutus .brands-list ul:after {
    border: 0;
}

.aboutus .brands-list li {
    width: 172px;
    margin: 0 0 40px;
    letter-spacing: 0;
}

[class*="shipping"] .block {
    border: 0;
    margin: 0 0 49px;
}

[class*="shipping"] .col-main a {
    color: #a97b2a;
    text-decoration: none;
}

[class*="shipping"] .col-main a:hover {
    text-decoration: underline;
}

[class*="shipping"] .col-main,
[class^="broshures"] .col-main,
.aboutus .col-main,
[class*="faq"] .col-main {
    width: 700px;
    margin: 0 auto;
    float: none;
    padding: 39px 0 64px;
}

[class^="broshures"] .col-main {
    width: auto;
}

[class*="faq"] .col-main {
    line-height: 20px;
}

[class*="faq"] .tabs-nav {
    margin: 0 -9999px 22px;
}

[class*="faq"] .opener {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    text-decoration: none;
    color: #a97b2a;
    padding: 0 160px 0 0;
    margin: 0 0 9px;
}

[class*="faq"] .opener:hover,
[class*="faq"] .active .opener {
    color: #524739;
}

[class*="faq"] .opener:after {
    content: "";
    position: absolute;
    background: url('../images/sprite.png') no-repeat -119px -55px;
    width: 11px;
    height: 6px;
    top: 12px;
    right: 29px;
}

[class*="faq"] .active .opener:after {
    background-position: -106px -55px;
}

.faq-list {
    margin: 0 0 9px;
    overflow: hidden;
}

.faq-list li {
    border-bottom: 1px solid #f1f1f1;
    padding: 0 0 15px;
    margin: 0 0 21px;
}

.faq-list .slide {
    font-style: italic;
    font-weight: 300;
}

.faq-list .slide .holder {
    padding: 8px 76px 0 31px;
}

[class*="faq"] .btn-light {
    margin: 0 0 70px;
    min-width: 220px;
    padding: 0;
}

.add-question {
    display: block;
    background: #f4ecdd;
    padding: 22px 0 40px;
}

.add-question h2,
.add-question .h2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: none;
}

.add-question .holder {
    width: 270px;
    margin: 0 auto;
}

.add-question .input-holder {
    margin: 0 0 23px;
}

.add-question input[type="text"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 4px 9px;
    /*font-size: 12px;*/
    color: #c6beaf;
}

.add-question input[type="text"]:focus {
    color: #524739;
}

.add-question .btn-middle {
    margin: 40px 0 0;
    display: block;
    width: 100%;
    font-size: 14px;
    padding: 0;
}

[class*="press"] .tabs-nav .all {
    margin: 0 10px;
}

[class*="press"] h1,
[class*="press"] .h1 {
    margin: 0 0 17px;
}

[class*="press"] h1 span,
[class*="press"] .h1 span {
    color: #8d877b;
}

div.h1-wrapper {
    text-align: center;
}

div.h1-wrapper h1,
div.h1-wrapper .h1,
div.h1-wrapper span.h1-span {
    line-height: 30px;
    margin: 0 0 17px;
    font-size: 26px;
    display: inline-block;
}

div.h1-wrapper span.h1-span {
    color: #8d877b;
    font-weight: 300;
}

[class*="press"] h2,
[class*="press"] .h2 {
    font-size: 26px;
    margin: 0 0 16px;
}

.press-carousel {
    position: relative;
    width: 497px;
    margin: 0 auto;
}

.press-carousel.slick-slider {
    margin-bottom: 54px;
}

.press-carousel .slick-list {
    height: 650px;
}

.press-carousel > .mask {
    width: 497px;
    height: 650px;
    margin: 0 auto;
    overflow: hidden;
}

.press-carousel > .mask > ul {
    overflow: hidden;
    width: 9999px;
}

.press-carousel > .mask > ul li {
    width: 497px;
    height: 650px;
    float: left;
}

.press-carousel .slick-prev,
.press-carousel .slick-next {
    top: 54%;
    margin: -16px 0 0;
}

.press-carousel .slick-prev {
    left: -64px;
}

.press-carousel .slick-next {
    right: -64px;
}

.press-gallery {
    padding: 0 3%;
    overflow: hidden;
}

.press-gallery.slick-slider {
    margin: 0 0 34px;
}

.press-gallery .slick-prev,
.press-gallery .slick-next {
    top: 45%;
}

.press-gallery .slick-prev {
    left: 1%;
}

.press-gallery .slick-next {
    right: 1%;
}

.press-gallery .slick-slide {
    margin: 0;
}

[class*="noroute"] .main-container {
    vertical-align: middle;
}

[class*="allbrandsview"] #main,
[class*="noroute"] #main {
    height: 100%;
}

[class*="noroute"] .col-main {
    display: inline-block;
    text-align: center;
    width: 100%;
}

[class*="noroute"] .block {
    margin: 0;
    border: 0;
}

[class*="noroute"] .col-main h1,
[class*="noroute"] .col-main .h1 {
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    font-size: 34px;
    line-height: 40px;
    text-align: right;
    text-transform: uppercase;
    position: relative;
    margin: 0 265px 0 0;
}

[class*="noroute"] .col-main h1:after,
[class*="noroute"] .col-main .h1:after {
    content: "";
    position: absolute;
    background: url('../images/bg-error.png') no-repeat;
    width: 205px;
    height: 140px;
    top: 50%;
    right: -235px;
    margin: -67px 0 0;
    z-index: 0;
}

[class*="noroute"] .col-main h1 span:first-child,
[class*="noroute"] .col-main .h1 span:first-child {
    font-size: 137px;
    line-height: 123px;
    font-weight: 600;
    display: block;
}

[class*="noroute"] .col-main h1 span:first-child + span,
[class*="noroute"] .col-main .h1 span:first-child + span {
    margin: 0 18px 0 0;
}

[class*="noroute"] .block {
    display: inline-block;
    vertical-align: middle;
    width: 340px;
    font-size: 14px;
    line-height: 30px;
    color: #524739;
}

[class*="noroute"] h2,
[class*="noroute"] .h2 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    margin: 0 0 20px;
    padding: 0 20px;
}

[class*="noroute"] p {
    margin: 0;
}

[class*="noroute"] .block ul {
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-transform: uppercase;
    padding: 24px 45px 0;
    margin-bottom: -9px;
}

[class*="noroute"] .block li {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 18px;
    letter-spacing: 0;
    width: 50%;
    display: inline-block;
    vertical-align: top;
}

[class*="noroute"] .block a {
    text-decoration: none;
}

[class*="noroute"] .block a:hover {
    text-decoration: underline;
}

.article-holder {
    display: table;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
    margin: 0 0 65px;
}

.articles-page .aside {
    display: table-cell;
    vertical-align: top;
    width: 220px;
    padding: 16px 0 0;
}

.aside .categories {
    width: 205px;
    margin: 0 auto;
    font-size: 12px;
    line-height: 44px;
    text-align: center;
    text-transform: uppercase;
}

.aside .categories a {
    display: block;
    color: #a97b2a;
    height: 100%;
    text-decoration: none;
}

.aside .categories a:hover,
.aside .categories .active a {
    color: #524739;
    background: #f3f3f3;
}

.aside .categories a span {
    color: #9a9a9a;
    margin: 0 0 0 8px;
}

.aside .categories li {
    margin: 0 0 4px;
}

.aside h3,
.aside .h3 {
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 0;
    color: #524739;
    margin: 0 0 27px;
    font-weight: 300;
    text-align: center;
    text-transform: uppercase;
}

.articles-page .aside .grid + h3,
.articles-page .aside .grid + .h3 {
    margin: 0 0 21px;
}

.articles-page .aside .grid {
    margin: 0 0 66px;
}

.articles-page .aside .grid li {
    display: block;
    width: auto;
    margin: 0 0 40px;
}

.article-holder .article {
    display: table-cell;
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    padding: 0 20px 0 0;
}

.article-holder .article .holder {
    max-width: 700px;
    margin: 0 auto;
}

.article-holder .article .block {
    border: 0;
}

.article-holder .article .meta {
    font-size: 12px;
    margin: 0 0 8px;
}

.article-holder .article a {
    text-decoration: none;
}

.article-holder .article .block a:hover {
    text-decoration: underline;
}

.article-holder .article .meta a {
    text-transform: uppercase;
    margin: 0 0 0 8px;
}

.article-holder .article .meta a:hover {
    text-decoration: underline;
}

.article-holder .article h1,
.article-holder .article .h1 {
    text-align: left;
    letter-spacing: 0;
}

.article-holder .article p {
    margin: 0 0 20px;
}

.single-carousel {
    position: relative;
    width: 573px;
    margin: 20px auto 20px auto;
}

.single-carousel.slick-slider {
    margin-bottom: 24px;
}

.single-carousel > .mask {
    width: 573px;
    height: 289px;
    margin: 0 auto;
    overflow: hidden;
}

.single-carousel > .mask > ul {
    overflow: hidden;
    width: 9999px;
}

.single-carousel > .mask > ul li {
    width: 573px;
    height: 289px;
    float: left;
}

.single-carousel .slick-prev,
.single-carousel .slick-next {
    top: 50%;
    margin: -20px 0 0;
}

.single-carousel .slick-prev {
    left: -64px;
}

.single-carousel .slick-next {
    right: -64px;
}

.article-holder .repost {
    margin: 0 0 47px;
    padding: 6px 0 0;
}

.article-holder .repost span {
    display: inline-block;
    vertical-align: middle;
}

.article-holder .socials {
    display: inline-block;
    margin: 0 0 0 9px;
    vertical-align: middle;
}

.article-holder .socials li {
    margin: 0 6px 0 0;
}

.article-holder .btn-light {
    padding: 0 63px;
    line-height: 44px;
}

[class*="storelocator"] .tabs-nav {
    border: 0;
    margin: 0 -9999px 8px;
}

.map-holder {
    position: relative;
    margin: 0 0 -64px;
}

.map-holder:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

.map-holder.map-error .no-brand {
    top: 0;
}

.map-holder .no-brand {
    position: absolute;
    top: 100%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

.map-holder .no-brand .block {
    border: 0;
    width: 330px;
    margin: 212px auto 33px;
    color: #fff;
    text-transform: uppercase;
    line-height: 24px;
    font-size: 12px;
}

.map-holder .no-brand .btn-light {
    line-height: 44px;
    padding: 0 16px;
}

[class^="broshures"] .tabs-nav {
    margin: 0 -9999px 56px;
}

.account-block {
    width: 703px;
    margin: 0 auto;
}

.my-account > .layout {
    margin: 0 3% 70px;
    font-size: 0;
    line-height: 0;
    letter-spacing: -4px;
    text-align: center;
    display: inline-block;
    float: left;
    width: 44%;
}

.my-account > .layout .specials .data-info dt {
    width: auto;
    margin-right: 15px;
}

.my-account > .layout .specials .actions {
    margin: 0;
}

.my-account > .layout .specials .strong {
    font-weight: bold;
}

.my-account > .layout .specials .h2 {
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    color: #524739;
}

.my-account .account-info {
    display: inline-block;
    vertical-align: top;
    /*width: 350px;*/
    width: 100%;
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
}

.birthday-box {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    width: 272px;
    background: #f9f8f0;
    border: 2px solid #d9d7b7;
    padding: 15px 19px 21px;
    margin: 0 0 0 36px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0;
}

.birthday-box .title {
    font-size: 16px;
    display: block;
    line-height: 20px;
    text-transform: uppercase;
    color: #a9a22a;
    margin: 0 0 12px 30px;
    position: relative;
}

.birthday-box .title:before {
    content: "";
    position: absolute;
    left: -31px;
    top: 50%;
    width: 18px;
    height: 17px;
    background: url('../images/sprite.png') no-repeat -136px -156px;
    margin: -9px 0 0;
}

/*.twitter-typeahead{display: block !important;}*/
[class*="storelocator"] .tabs-nav .chosen-drop,
.filter .chosen-container .chosen-drop {
    width: 210px;
    margin-left: -105px;
}

[class*="storelocator"] .tabs-nav .chosen-with-drop .chosen-drop,
.filter .chosen-container.chosen-with-drop .chosen-drop {
    left: 50%;
}

.thanks {
    margin-top: -20px;
    margin-bottom: 30px;
    width: 1120px;
}

.thanks .page-title {
    text-align: center;
    padding: 24px 9999px;
    margin: 0 -9999px 49px;
    border: none;
    background: url(../images/bg-page-light.png);
}

.thanks .page-title h1,
.thanks .page-title .h1 {
    font-size: 26px;
    line-height: 30px;
    font-weight: 300;
    /*color: #524739;*/
    color: #000;
    margin: 0 0 10px;
}

.thanks .page-title p {
    margin: 0;
    font-size: 16px;
}

.thanks .page-title .congrats {
    border-top: 2px solid #fff;
    padding-top: 16px;
    margin-left: -900px;
    margin-right: -900px;
    padding-left: 900px;
    padding-right: 900px;
}

.order-processing-date {
    font-weight: 600;
}

.col-info {
    float: left;
    width: 550px;
    margin: 0 44px 0 0;
}

.col-info h2,
.col-info .h2 {
    text-align: left;
    font-size: 12px;
    line-height: 16px;
    color: #8d877b;
    margin: 0 0 4px;
}

.col-info .row {
    text-transform: uppercase;
    margin: 0 0 28px;
    line-height: 24px;
}

.no-transform p {
    text-transform: none;
    font-size: 14px;
}

.col-info .row p {
    margin: 0;
}

.order-area {
    float: right;
    width: 520px;
}

.order-area .link-holder {
    margin: 0 0 26px;
}

.order-area .btn-light {
    margin: 0 15px 0 0;
    vertical-align: middle;
}

.order-area .link {
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 -40px 0 0;
}

.order-area .link:hover {
    text-decoration: underline;
}

.order-area h2,
.order-area .h2 {
    font-size: 20px;
    text-transform: none;
    line-height: 24px;
    text-align: left;
    margin: 0;
}

.general-form .tt-dropdown-menu {
    border: 1px solid #e1d7c4;
    color: #8d877b;
    right: 0 !important;
    text-transform: uppercase;
    font-size: 11px;
    margin-top: -1px;
    z-index: 1000;
}

.general-form .tt-suggestion {
    padding: 8px;
}

.general-form .tt-cursor {
    background: #b28a5a;
}

.buttons-set:empty {
    display: none;
}

.popup-holder {
    /*overflow: hidden;
	height: 0;*/
}

.image-product {
    width: 800px;
    height: 600px;
    padding: 30px 43px 85px;
    box-shadow: 0 0 13px rgba(0, 0, 0, .72);
    background: #fff;
}

.image-product .brand-carousel-nav {
    margin: 0;
    padding: 0 54px;
}

.image-product .brand-carousel-nav .slick-slider {
    margin-bottom: 0;
}

.image-product .brand-carousel-nav .slick-list {
    width: 480px;
}

.image-product .brand-carousel > .slick-slider .slick-list {
    height: auto;
    text-align: center;
}

.not-enough-thumbs .slick-track {
    transform: translate3d(0px, 0px, 0px) !important;
    -webkit-transform: translate3d(0px, 0px, 0px) !important;
}

.birthday-box .btn-save {
    background: #a9a22a;
    display: block;
    letter-spacing: 1px;
    line-height: 44px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    color: #fff;
}

.birthday-box .btn-save:hover {
    background: #b9b12b;
}

.birthday-box .btn-save:active {
    background: #948e2a;
}

.birthday-box .chosen-container-single .chosen-single {
    background: none;
}

.birth-row .simple-select {
    min-width: 73px;
    float: left;
}

.birth-row .simple-select:first-child,
.birth-row .simple-select:first-child + .simple-select {
    margin: 0 15px 0 0;
}

.birth-row .year {
    float: right;
    margin: 0;
}

.birthday-box .birth-row {
    padding: 3px 0 0;
    margin: 0 0 31px;
}

.my-account .data-info {
    overflow: hidden;
    margin: 0 0 6px;
    font-size: 15px;
    line-height: 20px;
    padding: 0 30px 0 0;
}

.my-account .account-info .data-info {
    padding: 0;
}

.my-account .data-info dt {
    width: 140px;
    float: left;
}

.my-account .account-info .data-info dt {
    float: none;
    display: inline-block;
    margin: 0 0 28px 0;
    width: 200px;
}

.my-account .account-info .data-info dt {
    margin: initial;
    float: left;
    display: block;
}

.my-account .account-info .data-info dt.bold,
.my-account .account-info .data-info dd.bold {
    font-weight: bold;
}

.my-account .data-info dd {
    color: #524739;
    /*overflow: hidden;*/
    margin: 0 0 28px;
}

.my-account .account-info .data-info dd {
    display: block;
    margin: 0 0 28px 0;
}

.my-account .account-info .data-info dd:after {
    clear: both;
    content: "";
    display: block;
}

.my-account .account-info .actions {
    width: 350px;
    margin: 0 auto;
}

.my-account .my-name {
    font-size: 14px;
}

.privileges {
    margin: 0 -50px 42px 0;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 16px;
}

.my-discount {
    float: left;
    text-transform: uppercase;
    border-radius: 50%;
    background: #a97b2a;
    color: #fff;
    font-size: 10px;
    line-height: 14px;
    text-align: center;
    width: 73px;
    height: 63px;
    margin: 0 20px 0 0;
    padding: 10px 0 0;
}

.my-discount span {
    line-height: 20px;
    font-size: 20px;
}

.my-discount span span {
    font-size: 16px;
}

.invitation {
    text-transform: uppercase;
    float: left;
    padding: 13px 0 0;
}

.invitation .title {
    color: #524739;
    display: block;
    margin: 0 0 16px;
}

.invitation .post {
    position: absolute;
    left: -9999px;
}

.invitation .post .title {
    margin: 0 0 6px;
}

.invitation a {
    text-decoration: none;
    margin: 0 6px 0 0;
}

.invitation a:hover {
    text-decoration: underline;
}

.invitation .input-holder {
    position: relative;
    border-bottom: 1px solid #e4e4e4;
    padding: 6px 15px;
    width: 240px;
    font-size: 0;
    line-height: 0;
}

.invitation .input-holder:before,
.invitation .input-holder:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 1px;
    background: #e4e4e4;
    bottom: 0;
}

.invitation .input-holder:before {
    left: 0;
}

.invitation .input-holder:after {
    right: 0;
}

.invitation input[type="text"] {
    background: none;
    border: 0;
    margin: 0;
    padding: 0;
    color: #a97b2a;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.invitation input[type="text"]::selection {
    background: #a97b2a;
    color: #fff;
}

.invitation input[type="text"]::-moz-selection {
    background: #a97b2a;
    color: #fff;
}

.invitation .btn-info {
    margin: 0 0 0 5px;
}

.my-account .actions .btn-light {
    vertical-align: middle;
}

.my-account .password-edit {
    display: inline-block;
    text-transform: uppercase;
    text-decoration: none;
    vertical-align: middle;
    margin: 0 0 0 26px;
}

.my-account .password-edit:hover {
    text-decoration: underline;
}

.subscribe-page {
    width: 700px;
    margin: 0 auto;
}

.subscribe-page h1,
.subscribe-page .h1 {
    margin: 0 0 17px;
}

.subscribe-page .cta {
    letter-spacing: 1px;
    background: #f4ecdd url('../images/bg-page-light.png');
    text-transform: uppercase;
    text-align: center;
    line-height: 24px;
    height: 94px;
    position: relative;
    margin: 0 0 63px;
}

.subscribe-page .cta:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.subscribe-page .holder {
    display: inline-block;
    vertical-align: middle;
}

.subscribe-page p {
    margin: 0;
}

.subscribe-page a {
    text-decoration: none;
}

.subscribe-page a:hover {
    text-decoration: underline;
}

.subscribe-list {
    font-size: 14px;
    line-height: 22px;
}

.subscribe-list h2,
.subscribe-list .h2 {
    text-align: left;
    margin: 0 0 17px;
    text-transform: none;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
}

.subscribe-item {
    padding: 0 0 0 85px;
    margin: 0 0 58px;
    position: relative;
}

.subscribe-list p {
    margin: 0;
}

.subscribe_image {
    left: 0;
    position: absolute;
    top: 7px;
}

.subscribe-list .link {
    text-transform: uppercase;
    font-size: 12px;
    padding: 17px 0 0;
    letter-spacing: 1px;
}

.subscribe-list .link a {
    margin: 0 18px 0 0;
}

.subscribe-item:before {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    background: url('../images/sprite.png') no-repeat;
}

.subscribe-incoming:before {
    background-position: -35px -214px;
    width: 52px;
    height: 53px;
}

.subscribe-news:before {
    background-position: -90px -219px;
    width: 53px;
    height: 48px;
}

.subscribe-actions:before {
    background-position: -145px -220px;
    width: 53px;
    height: 47px;
}

.edit-account {
    padding: 0 0 120px;
}

.edit-account .account-form {
    width: 270px;
    margin: 0 auto;
    display: block;
}

.edit-account h1,
.edit-account .h1 {
    margin: 0 0 32px;
}

.edit-account .input-holder {
    margin: 0 0 27px;
    display: block;
}

.edit-account input[type="text"],
.edit-account input[type="email"],
.edit-account textarea {
    /*padding: 0 7px 4px;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    resize: none;
    /*font-size: 12px;*/
}

.edit-account textarea {
    height: 49px;
    line-height: 22px;
}

.edit-account h2,
.edit-account .h2 {
    font-size: 14px;
    text-align: left;
    padding: 15px 0 0;
    margin: 0 0 18px;
    font-weight: 400;
}

.edit-account .birth-row {
    margin: -11px 0 27px;
}

.edit-account .btn-dark {
    line-height: 60px;
    padding: 0 43px;
    margin: 0 23px 0 0;
    vertical-align: middle;
}

.edit-account .cancel {
    text-transform: uppercase;
    text-decoration: none;
}

.edit-account .cancel:hover {
    text-decoration: underline;
}

.orders-page {
    width: 620px;
    padding: 0 40px;
    margin: 0 auto;
    position: relative;
}

.orders-page .select-box {
    position: absolute;
    top: 5px;
    right: 40px;
    border-bottom: 1px solid #e2e1cb;
}

.orders-page h1,
.orders-page .h1 {
    padding: 0 31px 0 0;
    margin: 0 0 26px;
}

.orders-page .no-orders {
    font: 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}

.orders-list {
    margin: 0 -40px;
}

.orders-list .opener {
    display: block;
    text-decoration: none;
    overflow: hidden;
    line-height: 24px;
    position: relative;
    padding: 26px 40px;
}

.orders-list .opener:before {
    content: "";
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    border-top: 1px solid #f1f1f1;
}

.orders-list .opener > span {
    display: inline-block;
}

.orders-list .opener .order-status {
    float: right;
    font-size: 14px;
    text-transform: uppercase;
    margin: 2px 0 0;
}

.orders-list .new .order-status {
    color: #c7511e;
}

.orders-list .complete .order-status {
    color: #3f9216;
}

.btn-dark.platon-btn {
    margin-top: 30px;
}

.orders-list .order-date {
    margin: 0 64px 0 0;
    font-size: 14px;
    color: #8d877b;
}

.orders-list .order-number {
    font-size: 18px;
    margin: 0 89px 0 0;
    position: relative;
}

.orders-list .order-number:after {
    content: "";
    position: absolute;
    width: 11px;
    height: 6px;
    background: url('../images/sprite.png') no-repeat -106px -55px;
    top: 10px;
    right: -26px;
}

.orders-list .active .order-number:after {
    background-position: -119px -55px;
}

.order-consist {
    color: #8d877b;
    text-transform: uppercase;
}

.order-consist span {
    font-size: 14px;
}

.order-consist .price span {
    font-size: 10px;
}

.orders-list > li {
    background: #fff;
    -webkit-transition: background .1s ease-in-out;
    transition: background .1s ease-in-out;
}

.orders-list > li:hover {
    background: rgba(244, 236, 221, .3);
}

.orders-list .active,
.orders-list .active:hover {
    background: #f4ecdd;
}

.orders-list .left {
    width: 269px;
}

.orders-list .right {
    width: 310px;
    padding: 3px 0 0;
}

.orders-list .holder {
    padding: 14px 40px 49px;
}

.orders-list dl {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 24px;
    overflow: hidden;
    margin: 0 0 8px;
}

.orders-list dd.no-transform {
    text-transform: none;
    font-size: 14px;
}

.orders-list dd {
    color: #524739;
    margin: 0 0 24px;
}

.orders-list .btn-dark {
    display: block;
    font-size: 14px;
    line-height: 44px;
    padding: 0;
}

.orders-list .slide li {
    overflow: hidden;
    margin: 0 0 24px;
}

.orders-list .frame {
    float: left;
    width: 108px;
    text-align: center;
    height: 120px;
    overflow: hidden;
    margin: 5px 23px 0 0;
}

.orders-list .frame img {
    max-width: 100%;
    max-height: 100%;
}

.orders-list .block {
    border: 0;
    margin: 0;
    overflow: hidden;
    line-height: 20px;
}

.orders-list .brand-name {
    display: block;
    font-size: 10px;
    margin: 0 0 19px;
}

.orders-list .block .title,
.complect-items a {
    text-transform: uppercase;
    text-decoration: none;
}

.orders-list .frame:hover + .block .title,
.orders-list .block .title:hover,
.complect-items a:hover {
    text-decoration: underline;
}

.orders-list .block .volume {
    margin: 0 0 0 7px;
}

.orders-list .price-holder {
    float: right;
    text-transform: uppercase;
    font-size: 10px;
    margin: -2px 0 0;
    position: relative;
    color: #524739;
}

.orders-list .price-holder:before {
    content: "";
    position: absolute;
    top: 8px;
    left: -14px;
    width: 6px;
    height: 6px;
    background: url('../images/sprite.png') no-repeat -146px -45px;
}

.orders-list .price-holder .price {
    font-size: 16px;
    line-height: 20px;
}

.orders-list .price-holder .price span {
    font-size: 10px;
}

.orders-list .price-holder .price-box {
    margin: 0;
}

.orders-list .total {
    border-top: 2px solid #fff;
    padding: 4px 0 0;
    text-transform: uppercase;
    line-height: 34px;
}

.orders-list .total .row {
    overflow: hidden;
    margin: 0 0 2px;
}

.orders-list .total .title {
    color: #a7a6a5;
}

.orders-list .total .summ .title {
    float: left;
    margin: 7px 0 0;
}

.orders-list .total .title + span {
    float: right;
}

.orders-list .summ .price {
    font: 300 30px/34px Roboto, Arial, Helvetica, sans-serif;
    color: #524739;
}

.orders-list .summ .price span {
    font-size: 18px;
}

.password-message {
    border: 2px solid #f0f0f0;
    text-transform: uppercase;
    text-align: center;
    margin: -17px 0 25px;
    padding: 14px 0 16px;
}

.password-message span {
    position: relative;
}

.password-message span:before {
    content: "";
    position: absolute;
    left: -23px;
    top: -1px;
    background: url('../images/sprite.png') no-repeat -175px 0;
    width: 15px;
    height: 14px;
}

.wishlist-page h1,
.wishlist-page .h1 {
    overflow: hidden;
}

.wishlist-page .product-item h2 {
    line-height: 20px;
}

.wishlist-page .product-item .product-image {
    width: 100%;
}

.tac {
    text-align: center;
    margin: 0 auto;
}

.wishlist-shared-index .sidebarArrow {
    display: none;
}

.wishlist-shared-index .col2-left-layout .col-left {
    display: none;
}

.wishlist-shared-index .col-main {
    padding: 21px 56px 64px 56px;
}

@media screen and (max-width: 1024px) {

}

.cart-content .edit-link,
.wishlist-page .edit-link {
    text-align: left;
    position: absolute;
    right: 0;
    top: 10px;
    text-decoration: none;
    text-transform: uppercase;
}

.cart-content .edit-link {
    text-indent: -9999em;
    overflow: hidden;
    width: 18px;
    height: 17px;
    top: 2px;
}

.cart-content .edit-link:hover,
.wishlist-page .edit-link:hover {
    text-decoration: underline;
}

.cart-content .edit-link:before,
.wishlist-page .edit-link:before {
    content: "";
    position: absolute;
    text-align: left;
    text-indent: 0;
    left: -26px;
    top: 0;
    background: url('../images/sprite.png') no-repeat -135px -176px;
    width: 18px;
    height: 17px;
}

.cart-content .edit-link:before {
    left: 0;
    background: url('../images/sprite.png') no-repeat -210px -205px;
    width: 12px;
    height: 11px;
}

.wishlist-page .header-box {
    border-bottom: 2px solid #eee9df;
    margin: 0 55px 52px;
    padding: 0 0 20px;
    position: relative;
    text-align: center;
    font-size: 12px;
    line-height: 24px;
    text-transform: uppercase;
}

.wishlist-page .header-box > span {
    letter-spacing: 1px;
}

.header-box .share-wishlist {
    margin-top: 14px;
}

.header-box .share-wishlist .icon-share {
    margin-top: 1px;
    background-image: url('../images/share-icon2.svg');
}

.wishlist-page .arrival-count {
    color: #a94e2a;
    margin: 0 0 0 7px;
}

.product-grid .delete-link,
.product-grid .relocate-link {
    position: absolute;
    top: 5px;
    left: 0;
    background-color: #f5f3ec;
    width: 44px;
    height: 44px;
    z-index: 11;
    text-indent: -9999px;
    cursor: pointer;
    display: none;
}

.wishlist-page .product-grid .relocate-link {
    position: absolute;
    left: 49px;
}

.wishlist-page .product-grid .delete-link {
    position: absolute;
    top: 5px;
    right: 0;
}

.wishlist-page .button.btn-out {
    width: 100%;
    border-right: 2px solid #eee9df;
}

.product-grid .delete-link:hover,
.product-grid .relocate-link:hover {
    background-color: #f4ecdd;
}

.product-grid .delete-link:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url('../images/sprite.png') no-repeat -106px -131px;
}

.product-grid .relocate-link:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -14px 0 0 -11px;
    width: 24px;
    height: 27px;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    background-position: 0px -269px;
    transform: scale(.5);
    opacity: .7;
}

.wishlist-page .product-item:hover .delete-link,
.waiting-page .product-item:hover .delete-link,
.wishlist-page .product-item:hover .relocate-link {
    display: block;
}

.product-grid.edit .delete-link {
    top: 0;
    left: 0;
    background: #f5f3ec;
    width: 44px;
    height: 44px;
    z-index: 11;
    text-indent: -9999px;
    cursor: pointer;

}

.product-grid.edit .delete-link:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    background: url('../images/sprite.png') no-repeat -106px -131px;
}

.product-grid.edit .delete-link:hover:after {
    background-position: -92px -131px;
}

.wishlist-page .header-box .actions {
    position: absolute;
    top: 0;
    right: 0;
}

.wishlist-page .btn-dark {
    font-size: 14px;
    line-height: 44px;
    vertical-align: middle;
}

.wishlist-page .actions a {
    vertical-align: middle;
}

.wishlist-page .btn-cancel {
    display: inline-block;
    line-height: 24px;
    vertical-align: middle;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 0 0 23px;
}

.wishlist-page .btn-cancel:hover {
    text-decoration: underline;
}

.waiting-page h1,
.waiting-page .h1 {
    margin: 0 0 4px;
}

.my-reviews .header-box,
.waiting-page .header-box {
    padding: 0 0 13px;
    min-height: 49px;
}

.my-reviews {
    width: 700px;
    margin: 0 auto;
}

.my-reviews .review-items > li {
    border: solid #F0F0F0;
    border-width: 1px 0;
    padding: 35px 0 34px;
}

.my-reviews .review-items > li + li {
    border-top: 0;
}

.my-reviews .review-block .link {
    font-size: 12px;
    color: #8d877b;
    margin: 0 5px 0 0;
}

.my-reviews h1,
.my-reviews .h1 {
    margin: 0 0 3px;
}

.my-reviews .review-block .heading {
    margin: 0 0 6px;
}

.my-reviews .review-block .name {
    margin: 0 9px 0 0;
}

.my-reviews .review-items > li {
    line-height: 22px;
}

.my-reviews .answers-link {
    font: 12px/16px 'Open Sans', Arial, Helvetica, sans-serif;
    text-decoration: none;
    margin: 10px 0 0;
    display: inline-block;
}

.my-reviews .review-block .name a {
    text-decoration: none;
}

.my-reviews .answers-link span {
    color: #8d877b;
}

.my-reviews .review-block .meta {
    margin: 0 0 15px;
}

.my-reviews .review-block .rating-cell {
    margin: 0 28px 0 0;
}

.my-reviews .review-block .no-reviews {
    font: 14px/1.5 'Open Sans', Arial, Helvetica, sans-serif;
}

.slide-popup {
    position: fixed;
    z-index: 1000;
    top: 0;
    right: 0;
    margin-right: -1350px;
    bottom: 0;
    width: 350px;
    background: #fff;
    overflow: hidden;
    opacity: .9;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.slide-popup.fancybox-margin {
    margin-right: -1350px;
}

.wishlist-scroll-block,
.cart-scroll-block,
.checkout-scroll-block,
.scroll-block {
    overflow: auto;
    max-height: 100%;
    position: relative;
}

.checkout-scroll-block {
    /*height: auto !important;*/
}

.opcheckout-item-remove {
    cursor: pointer;
}

.cart-scroll-block {
    /*max-height: 50%;*/
    /*height: 400px;*/
}

.cart-checkout-container {
    /*position: absolute;*/
    bottom: 0;
    left: 20px;
    right: 20px;
}

.wishlist-scroll-block {
    max-height: 90%;
}

.cart-block .scroll-block.mCustomScrollbar {
    margin-right: -20px;
    padding-right: 20px;
}

.slide-popup.wide {
    width: 400px;
    margin-right: -1400px;
}

#added-popup {
    background: #f4ecdd;
}

#added-popup .cart-block {
    background: #fff;
}

.popup-active.slide-popup {
    margin-right: 0;
    opacity: 1;
    overflow: visible;
    -webkit-box-shadow: 0 0 15px #000;
    box-shadow: 0 0 15px #000;
}

.slide-popup .cancel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    left: -9999px;
    background: rgba(0, 0, 0, .7);
    z-index: 1000;
    text-align: right;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    padding: 0 30px 0 0;
    text-decoration: none;
    cursor: pointer;
}

.ie8 .slide-popup .cancel {
    background: url('../images/bg-transparent-77.png');
}

.slide-popup .cancel:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.slide-popup .cancel span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 30px 0 0;
    position: relative;
}

.slide-popup .cancel span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -15px;
    width: 7px;
    height: 13px;
    background: url('../images/sprite.png') no-repeat -155px -45px;
    margin: -6px 0 0;
}

.slide-popup .title-box {
    position: relative;
    height: 20px;
    background: #000;
    padding: 20px 39px;
    font-size: 14px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
}

#login-holder .title-box {
    padding: 20px 72px;
}

.slide-popup .close {
    position: absolute;
    text-indent: -9999px;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
}

.slide-popup .close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 10px;
    height: 10px;
    background: url('../images/sprite.png') no-repeat -119px -131px;
    margin: -5px 0 0 -5px;
}

.slide-popup .share-wishlist {
    position: absolute;
    top: 20px;
    right: 46px;
}

.share-wishlist {
    display: flex;
    opacity: .5;
    transition: opacity .3s;
    cursor: pointer;
    font-size: 14px;
    text-transform: none;
    letter-spacing: normal;
    user-select: none;
}

.share-wishlist:hover {
    opacity: 1;
}

.share-wishlist .icon-share {
    display: block;
    margin-top: -1px;
    margin-left: 4px;
    width: 22px;
    height: 22px;
    background-image: url('../images/share-icon.svg');
    background-repeat: no-repeat;
    background-size: 16px;
    background-position: 50%;
}

.share-wishlist-tooltip {
    z-index: 2000;
    padding-top: 24px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
    text-align: center;
}

.share-wishlist-tooltip::before,
.share-wishlist-tooltip::after {
    top: auto;
    bottom: 100%;
    transform: rotate(180deg);
}

.share-wishlist-tooltip_right::before,
.share-wishlist-tooltip_right::after {
    right: 25px;
    left: auto;
}

.share-wishlist-tooltip_right::after {
    margin-right: 4px;
}

.share-wishlist-tooltip .btn-close {
    top: 7px;
    right: 11px;
}

.share-wishlist-tooltip .share-wishlist-input {
    width: 100%;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: 10px;
}

.share-wishlist-tooltip .share-wishlist-link {
    color: #a97b2a;
    cursor: pointer;
    user-select: none;
}

.share-wishlist-tooltip .share-wishlist-link:hover {
    text-decoration: underline;
}





#login-holder .title-box span {
    position: relative;
}

#login-holder .title-box span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -32px;
    width: 16px;
    height: 20px;
    margin: -10px 0 0;
    background: url('../images/sprite.png') no-repeat -175px -44px;
}

.login-form,
.popup-form {
    padding: 24px 40px 0;
    display: block;
}

#restore-holder .login-form {
    padding: 32px 40px 0;
}

.login-form .input-holder,
.popup-form .input-holder {
    margin: 0 0 23px;
}

.login-form input[type="text"],
.login-form input[type="password"],
.login-form input[type="email"],
.popup-form input[type="text"] {
    padding: 6px 6px 5px;
    margin: 0;
    color: #bbb8b3;
    text-transform: none;
    font-size: 14px;
    line-height: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
}

.login-form .input-holder .password {
    padding: 6px 32px 5px 6px;
}

.password-show,
.password-show-2 {
    text-indent: -9999px;
    position: absolute;
    bottom: 4px;
    right: 4px;
    background: url('../images/sprite.png') no-repeat -176px -65px;
    width: 21px;
    height: 21px;
}

input:focus + .validation-advice + span + .password-show,
input:focus + span + .password-show,
input:focus + span + .password-show-2 {
    background-position: -183px -137px;
}

.input-holder .password-show:hover,
.input-holder .password-show-2:hover {
    background-position: -156px -152px;
}

input[type="text"] + span + .password-show,
input[type="text"] + span + .password-show-2 {
    background-position: -183px -112px;
}

input[type="text"] + span + .password-show:hover,
input[type="text"] + span + .password-show-2:hover {
    background-position: -183px -160px;
}

input[type="text"] + span + .password-show:active,
input[type="text"] + span + .password-show-2:active {
    background-position: -156px -175px;
}

.login-form .btn-dark,
.popup-form .btn-dark {
    display: block;
    padding: 0;
    width: 100%;
    line-height: 60px;
    margin: 0 0 26px;
    letter-spacing: 1px;
}

#restore-holder .btn-dark {
    margin: 0 0 16px;
}

#password-holder .input-holder + .input-holder {
    margin: 0 0 40px;
}

.login-form .input-holder + .center {
    margin: -8px 0 45px;
}

.login-form .center a {
    text-transform: uppercase;
    text-decoration: none;
}

.login-form-2 .center-2 a {
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.login-form .center a:hover,
.login-form-2 .center-2 a:hover {
    text-decoration: underline;
}

.login-form .social-login {
    text-transform: uppercase;
    text-align: center;
}

.login-form .social-login .title {
    font-size: 10px;
    line-height: 14px;
    color: #8d877b;
    display: block;
    margin: 0 0 14px;
}

.login-form .social-login a {
    text-decoration: none;
}

.login-form .social-login a:hover {
    text-decoration: underline;
}

.login-form .socials {
    margin: 0 0 15px;
}

.login-form .socials li {
    margin: 0 7px;
}

.login-form .login-buttons.center a,
.login-form-2 .login-buttons.center a {
    text-transform: none;
    width: 115px;
    display: inline-block;
    line-height: 45px;
    font-size: 14px;
    border: 1px solid transparent;
}

.login-form .login-buttons.center {
    margin-bottom: 25px;
}

.login-form-2 .login-buttons.center a {
    text-decoration: none;
}

.login-form .login-buttons.center a.email,
.login-form-2 .login-buttons.center a.email {
    margin-left: 5px;
}

.login-form .login-buttons.center a.phone,
.login-form-2 .login-buttons.center a.phone {
    margin-right: 5px;
}

.login-form .login-buttons.center a.active,
.login-form-2 .login-buttons.center a.active {
    background-color: #F3F3F3;
    color: #7A7267;
}

.login-form .login-buttons.center a:not(.active):hover,
.login-form-2 .login-buttons.center a:not(.active):hover {
    border: 1px solid antiquewhite;
}

.login-form .login-buttons.center a:hover,
.login-form-2 .login-buttons.center a:hover {
    text-decoration: none;
}

.login-form-2 .login-buttons.center {
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-form .input-holder .by_phone,
.login-form .get_sms_button,
.login-form .sms-pass-block {
	display: none;
}

.login-form .sms-pass-block .sms-sent {
    font-size: 12px;
    text-transform: uppercase;
}

.login-form .sms-pass-block input[type="password"].sms-pass {
    margin: 10px 0;
    position: relative;
}

.login-form .sms-pass-block input[type="text"].sms-pass {
    margin: 10px 0;
}

.login-form .sms-pass-block input[type="checkbox"].show_sms_code {
    -webkit-appearance: none;
    position: absolute;
    top: 31px;
    right: 4px;
    width: 21px;
    height: 21px;
    border: none;
    background: url('../images/sprite.png') no-repeat -176px -65px;
    cursor: pointer;
}

.login-form .sms-pass-block input[type="checkbox"].show_sms_code:hover {
    background-position: -156px -152px;
}

.login-form .sms-pass-block input[type="text"].sms-pass + .show_sms_code {
    background-position: -183px -112px;
}

.login-form .sms-pass-block input[type="text"].sms-pass + .show_sms_code:hover {
    background-position: -183px -160px;
}

.ajaxlogin-overlay{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255,255,255,.7) url(data:image/gif;base64,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) 50% 50% no-repeat;
    z-index: 1;
}
/*////////////////////////////////////////////////////////////////////////////////*/

.slide-popup .message {
    font-size: 14px;
    line-height: 22px;
    margin: 0 0 25px;
}

#restore-holder .input-holder + .center {
    margin: -8px 0 35px;
}

#password-holder .title-box {
    background: #ececec;
    color: #524739;
}

#password-holder .close:after,
.product-popup .close:after {
    background-position: -106px -131px;
}

#password-holder .close:hover:after,
.product-popup .close:hover:after {
    background-position: -92px -131px;
}

.product-popup .title-box {
    background: #f4ecdd;
    color: #524739;
}

.product-popup .message {
    margin-right: -5px;
    padding: 3px 0 0;
}

.product-popup .color-list.small label > .frame {
    border: none;
}

.product-popup .color-list.small {
    margin: 0;
}

.product-popup .color-list.small li {
    margin: 0 3px 12px;
}

.product-popup .color-list li:nth-child(6n+1):hover .color-tip {
    left: 170%;
}

.product-popup .color-list li:nth-child(6n+6):hover .color-tip {
    left: -50%;
}

.product-popup .message .icon {
    float: left;
    margin: 7px 12px 0 0;
}

.product-popup .message .container {
    overflow: hidden;
}

.product-popup .volume {
    font-size: 12px;
}

.product-popup .message .row {
    padding: 15px 0 0;
}

.product-popup .message .price-holder {
    display: inline-block;
    margin: 0 0 0 16px;
}

.product-popup .message .price {
    font-size: 16px;
}

.product-popup .message .price span {
    font-size: 12px;
}

.product-popup .message .price-box {
    margin: 0;
}

#volume-request .input-holder {
    margin: 0 0 15px;
}

#volume-request .input-holder + .input-holder {
    margin: 0 0 40px;
}

.favs-popup .cart-content {
    padding: 0;
    margin: 0;
}

.favs-popup .title-box {
    padding-left: 52px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}

.favs-popup .count {
    margin: 0 0 0 4px;
}

.favs-popup .title-box:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    background: url('../images/sprite.png') no-repeat -67px -29px;
    width: 19px;
    height: 17px;
    margin: -10px 0 0;
}

.favs-popup .popup-form {
    padding: 18px 10px 0 22px;
}

.favs-popup .cart-content .special-price .price {
    display: block;
    margin: 18px 0 0;
    font-size: 15px;
}

.favs-popup .cart-content p {
    margin: 0 25px 5px 0;
}

.alerts {
    position: absolute;
    left: 0;
    right: 0;
    top: -79px;
    height: 79px;
}

.alerts > .alert {
    position: absolute;
    height: 100%;
    text-align: center;
    z-index: 9999;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: top .3s ease-in-out;
    transition: top .3s ease-in-out;
    font-weight: 400;
}

.alerts > .alert:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.alerts > .alert span {
    display: inline-block;
    vertical-align: middle;
}

.alerts .notice {
    background: #a98d2a;
}

.alerts .error {
    background: #aa2a2b;
}

.alerts .success {
    background: #a8a22a;
}

.alerts > .alert.active {
    top: 100%;
}

.form-area {
    padding: 0 0 50px;
}

.form-area.checkout-page {
    max-width: 600px;
    margin: 0 auto;
    padding-right: 10px;
}

.form-area .tabs-nav {
    border: 0;
}

.form-area .tabs-nav > ul > li {
    line-height: 38px;
    margin: 0 5px;
}

.form-area .tabs-nav > ul > li > a {
    height: 37px;
    padding: 1px 22px;
    letter-spacing: 1px;
}

.form-area .cta, .cta-phones {
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    display: inline-block;
    vertical-align: top;
    border: 2px solid #f2ebdf;
    width: 250px;
    /*padding: 15px 10px 17px;*/
    padding: 20px 10px;
    color: #6a645d;
    margin: 1px 0 0 36px;
    text-align: left;
}

.form-area .cta .title,
.cta-phones .title {
    color: #524739;
    /*text-transform: uppercase;*/
    font-size: 14px;
    line-height: 18px;
    display: block;
    text-align: center;
    margin: 5px 0 22px;
}

.thanks .cta-phones {
    max-width: 328px;
    width: 100%;
    margin-bottom: 25px;
}

.form-area .advantages {
    font-size: 13px;
    padding: 0 0 0 43px;
}

.checkout-page .advantages {
    padding: 0 0 10px 33px;
}

.form-area .advantages li {
    position: relative;
    margin: 23px 0 0;
    padding: 5px 0;
}

.form-area .advantages li:first-child {
    margin: 0;
}

.form-area .advantages li:before {
    content: "";
    position: absolute;
    top: 50%;
    background: url('../images/sprite.png') no-repeat;
    left: -35px;
}

.form-area .advantages .adv1:before {
    width: 21px;
    height: 17px;
    background-position: -197px 0;
    margin: -8px 0 0;
}

.form-area .advantages .adv6:before,
.form-area .advantages .adv2:before,
.form-area .advantages .adv4:before {
    width: 22px;
    height: 22px;
    background-position: -197px -19px;
    margin: -11px 0 0;
}

.form-area .advantages .adv3:before {
    width: 21px;
    height: 28px;
    background-position: -200px -43px;
    margin: -14px 0 0;
}

.form-area .advantages .adv4:before {
    background-position: -180px -88px;
}

.form-area .advantages .adv5:before {
    background-position: -42px 0;
    width: 16px;
    height: 20px;
    margin: -10px 0 0 3px;
}

.form-area .advantages .adv6:before {
    background-position: -17px 0;
}

.form-area .advantages .adv7:before {
    background: url('../images/sprite.png') no-repeat -180px -179px;
    margin: -10px 0 0 2px;
    width: 20px;
    height: 20px;
}

.form-area .form-holder {
    text-align: center;
    font-size: 12px;
    line-height: 16px;
    padding-top: 10px;
}

.form-area .general-form {
    text-align: left;
    display: inline-block;
    /*width: 274px;*/
}

.form-area .general-form .nospam {
    display: none;
}

.form-area .input-holder {
    margin: 0 0 10px;
}

.form-area .input-holder textarea,
.cart-content .input-holder input,
.slide-popup .input-holder input,
.form-area .input-holder input {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.delivery-info input.required-entry {
    width: 48%;
    position: relative;
    display: block;
}

.form-area .input-holder textarea {
    height: 60px;
    max-height: 500px;
}

.form-area .input-holder .password {
    padding: 0 32px 4px 8px;
}

.form-area h2,
.form-area .h2 {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    letter-spacing: 0;
    margin: 0 0 22px;
    text-transform: none;
}

.form-area .tabs-nav {
    margin-bottom: 24px;
}

.form-area .section {
    margin: 0 0 21px;
}

.form-area .check-box label {
    font-size: 14px;
    /* line-height: 27px; */
    padding-bottom: 8px;
    color: #a97b2a;
}

.form-area .input-holder label {
    font-size: 14px;
}

.form-area .check-box label:before {
    top: 3px;
}

.form-area .check-box label:after {
    top: 0;
}

.form-area .check-box .btn-info {
    margin: -2px 0 0 5px;
}

.form-area .check-box {
    margin: -15px 0 16px;
}

.form-area .btn-darkest {
    display: block;
    padding: 0;
    width: 100%;
    margin: 0 0 19px;
}

.payment-method-radio-label,
.shipping-method-radio-label {
    margin-bottom: 10px !important;
}

.shipping-method-radio-label {
    position: relative;
}

.shipping_info_container {
    width: 274px;
    float: right;
    box-sizing: border-box;
    margin-top: 0;
}

select[name="shipping_pickupstore[address]"],
select[name="shipping_newpost[address]"],
select[name="shipping_poshtomat[address]"] {
    width: 274px;
}

div[id^="shipping_form_"] {
    padding-top: 10px;
}

.checkout-default-value-text,
.checkout-page #co-shipping-method-form .input-holder {
    font-size: 14px;
    padding: 10px 0;
}

.form-area .social-reg {
    color: #8d877b;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

.form-area .social-reg .title {
    display: block;
    margin: 0 -5px 13px;
}

.form-area .socials li {
    margin: 0 6px;
}

.header .telephone {
    position: absolute;
    left: 200px;
    right: 200px;
    top: 0;
    bottom: 0;
    text-align: center;
    color: #a3a3a3;
    font-size: 18px;
}

.header .telephone:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%;
}

.header .telephone {
    display: inline-block;
    vertical-align: middle;
}

.actions-page {
    padding: 19px 0 0;
}

.action-page {
    padding: 0;
}

.actions-page h1,
.actions-page .h1 {
    margin: 0 0 16px;
}

.actions-page .main-image {
    margin: 0 0 52px;
}

.actions-page .tabs-nav {
    margin: 0 -9999px 55px;
}

.actions-page .grid {
    margin: 0;
}

.actions-page .btn-light {
    min-width: 220px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 0 70px;
}

.actions-page .action-block {
    position: relative;
    margin: 0 0 64px;
}

.actions-page .action-block img {
    max-width: 100%;
    min-height: 100%;
}

.actions-page .action-block .info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1b080c;
    background: rgba(0, 0, 0, .75);
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding: 22px 10px;
}

.actions-page .action-block .info p {
    margin: 0;
}

.action-page .tabs-nav {
    border: 0;
    margin: 0 -9999px 30px;
}

.action-page .action-block + h2,
.action-page .action-block + .h2 {
    margin: 0 0 19px;
}

.action-page .brands-actions li {
    width: 300px;
    position: relative;
    margin: 0 4px 88px;
}

.action-page .brands-actions span[class^="ribbon"] {
    right: 0;
    top: 50%;
    margin: -25px 0 0;
}

.actions-page .descr {
    color: #8d877b;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 53px;
}

.action-page .brands-actions a:hover {
    opacity: .8;
}

.action-page .brands-actions ul {
    margin: 0 -9999px;
}

.action-page .brands-actions {
    margin: 0 5px;
}

.heading-gift {
    margin: 0 17px 23px 0;
    padding: 0 7px 0 13px;
    overflow: hidden;
    position: relative;
}

.heading-gift img {
    float: left;
    margin: 3px 20px 0 0;
}

.heading-gift .text-holder {
    overflow: hidden;
    font-size: 10px;
    line-height: 13px;
    color: #8d877b;
    text-transform: uppercase;
}

.heading-gift .title {
    font-size: 14px;
    line-height: 18px;
    font-weight: normal;
    display: block;
    margin: 0 0 3px;
    color: #6c5f44;
}

.heading-gift .text {
    display: inline-block;
    vertical-align: middle;
}

.heading-gift .text:after {
    content: '';
    background: url('../images/sprite.png') no-repeat -175px -201px;
    width: 25px;
    height: 11px;
    display: inline-block;
    vertical-align: middle;
    margin: -8px 0 0 10px;
}

div.category-rating {
    margin-top: 20px;
    /*text-transform: ;*/
    color: #8D877B;
    text-align: left;
    margin-bottom: 25px;
}

.homepage .col1-layout {
    padding-top: 0;
}

.homepage #main-slideshow-b1 {
    overflow: hidden;
    position: relative;
    border-bottom: 8px solid rgb(244, 236, 221);
    width: 100%;
}

.main-image {
    position: relative;
}

.main-image .slide {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
}

.main-image .slide.active {
    z-index: 2;
}

.main-image .switcher {
    text-align: center;
    position: relative;
    z-index: 100;
}

.main-image .switcher ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: 15px;
}

.main-image .switcher a {
    display: block;
    height: 100%;
    text-indent: -9999px;
    overflow: hidden;
}

.main-image .switcher li:hover,
.main-image .switcher .active {
    background: #9ea0a1;
}

.main-image .switcher li {
    float: left;
    margin: 0 0 0 9px;
    width: 19px;
    height: 19px;
    background: #d3d4d6;
    border-radius: 50%;
}

/*Price slider styles*/

#price-slider {

}

.price-slider-wrapper .ui-slider {
    position: relative;
}

.price-slider-wrapper .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 9px;
    height: 9px;
    background: #fff;
    border: 2px solid #E1D7C4;
    cursor: pointer
}

.price-slider-wrapper .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    overflow: hidden;
}

.price-slider-wrapper .ui-slider-horizontal {
    height: 3px;
}

.price-slider-wrapper .ui-slider-horizontal .ui-slider-handle {
    top: -5px;
    margin-left: -6px;
}

.price-slider-wrapper .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.price-slider-wrapper .ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}

.price-slider-wrapper .ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}

.price-slider-wrapper .ui-widget-content {
    border: 1px solid #D4D4D4;
    background: #fff;
}

.price-slider-wrapper .ui-widget-header {
    border: 1px solid #D4D4D4;
    background: #b28a5a;
}

.price-slider-wrapper .ui-corner-all {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

.price-slider-container input {
    width: 58px;
    font-size: 14px;
    border-color: #E1D7C4;
    background: #fff;
    margin-left: 2px;
    padding-bottom: 2px;
}

.price-slider-container label {
    vertical-align: text-bottom;
}

.price-slider-container input:first-of-type {
    margin-right: 11px;
}

.price-slider-container .labels-wrapper {
    margin: 0 0 15px 0;
    color: #444;
}

.price-slider-container .price-slider-wrapper {
    width: 178px;
    height: 24px;
    margin: 0 auto;
}

.price-slider-wrapper .noUi-connect {
    background: #EDDFC4;
    box-shadow: inset 0 0 3px rgba(51, 51, 51, .15);
}

/* Footer */
.footer {
    display: table-footer-group;
}

.footer-holder {
    background: #000000 none repeat scroll 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    overflow: auto;
    padding: 5px 6px 5px 15px;
    position: relative;
    z-index: 100;
    height: 100%;
    min-height: 130px;
}

.footer_links {
    width: 502px;
    text-align: center;
}

.footer_other_links ul li{
    display: inline-block;
}

.footer_ul_other_links li {
    display: inline-block;
    text-align: left;
}
.footer_contact a, .links-holder a {
    color: #F4ECDD;
}
.footer_ul_other_links a, .links-holder a {
    padding: 0 3px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.footer_ul_other_links a:hover, .links-holder a:hover {
    color: #CFAF88;
    text-decoration: none;
}

.footer-categories {
    background: #524739 url('../images/bg-page.png');
    padding: 38px 0 0 0;
    max-width: 100%;
    z-index: 120;
    position: relative;
    bottom: 0;
    text-transform: uppercase;
    height: 100%;
    overflow: hidden;
}

.footer_contact  {
    text-transform: uppercase;
}

.footer_categories_parent {
    height: 100%;
    width: 100%;
}
.footer_categories_parent .footer_categories_links {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    height: 100%;
    width: 100%;
}
.footer_categories_fadeout {
    display: block;
    background-image: linear-gradient(rgba(255, 255, 255, 0) 0%, rgb(0, 0, 0) 100%);
    bottom: 18px;
    cursor: pointer;
    height: 30px;
    position: absolute;
    width: 100%;
}

.hide-categories {
    top: -35px;
}

.footer_categories_links a,
.footer_categories_links h3,
.footer_categories_links .h3 {
    color: #C5C5C5;
}

.footer_categories_links a:hover,
.footer_categories_links h3:hover,
.footer_categories_links .h3:hover{
    color: #cfaf88;
}

.footer_categories_links div ul {
    font-size: 10px;
    text-transform: none;
}

.footer_categories_links div h3,
.footer_categories_links div .h3 {
    font-size: 11px;
    text-transform: uppercase;
}

.footer-categories span {
    font-size: 14px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.footer-categories li > a {
    font-size: 12px;
    text-transform: initial;
    text-decoration: none;
}
.footer-categories h3,
.footer-categories .h3 {
    font-size: 12px;
    text-decoration: underline;
    text-transform: uppercase;
}

.footer_categories_links div div.h3 {
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #C5C5C5;
    margin: 0 0 5px;
    line-height: 1.35;
    font-weight: bold;
    padding: 0;
}

.footer_categories_links div {
    padding-top: 6px;
    padding-bottom: 6px;
}
.social-links {
    display: flex;
    justify-content: flex-end;
}

.footer_ul_other_links {
    padding-bottom: 10px;
}
.foter_nav_links .social-links li {
    margin: 0 9px 0 10px;
}


.catalogsearch-result-index .footer, .catalogsearch-result-index .footer-holder{
    overflow: hidden;
}
.footer .logo-holder,
.footer .links-holder {
    float: left;
    width: 19.5%;
}

.footer .logo-holder {
    padding: 5px 0 0;
}

.footer .logo {
    float: none;
    display: inline-block;
    margin: 0 0 79px;
}

.footer .logo a {
    display: block;
}

.footer address {
    color: #8d877b;
    text-transform: uppercase;
}

.footer li {
    padding: 0;
}

.footer ul {
    display: block;
}

.footer .links-holder {
    text-transform: uppercase;
}

.footer a {
    color: #f4ecdd;
}

.footer a:hover {
    color: #dfcdab;
    text-decoration: none;
}

.footer .links li {
    margin: 0 0 30px;
}

.footer .contacts {
    width: 20%;
    float: right;
}

.footer .tel-list {
    font-size: 18px;
    margin: -7px 0 9px;
    color: #fff;
}

.footer .social-links {
    overflow: hidden;
    margin: 0 0 61px;
}

.socials li,
.social-links li {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0;
    width: 26px;
    height: 25px;
}

.socials li > a,
.social-links li > a {
    display: block;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}

.social-links li:hover > a {
    opacity: .8;
}

.socials li > a > * {
    position: relative;
    opacity: 0;
    z-index: 1;
}

.socials li:first-child > a > div {
    margin: 0 0 0 -6px !important;
}

.socials li > a:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .6;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    background-size: 100% auto !important;
}

.socials li > a:hover:after {
    opacity: .8;
}

.socials li > a:active:after {
    opacity: 1;
}

.socials a.addthis_button_facebook:after {
    background: url('../images/ico-facebook2.png') no-repeat;
}

.socials a.addthis_button_vk:after {
    background: url('../images/ico-vk.png') no-repeat;
}

.socials a.addthis_button_twitter:after {
    background: url('../images/ico-twitter.png') no-repeat;
}

.socials a.addthis_button_google_plusone:after {
    background: url('../images/ico-g+.png') no-repeat;
}

.login-form .socials li {
    width: 35px;
    height: 34px;
}

.footer a[href^="mailto"] {
    text-transform: uppercase;
    display: block;
    margin: 0 0 7px;
}

.footer .copyright {
    color: #f4ecdd;
    font-size: 9px;
    line-height: 24px;
    text-transform: uppercase;
}

.wrapper > .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 100;
}

/*.pager .pages .pagination li {*/
/*font: 400 16px/20px 'Open Sans', Arial, Helvetica, sans-serif;*/
/*display: inline-block;*/
/*width: 36px;*/
/*height: 36px;*/
/*margin-right: 8px;*/
/*color: #a97b2a;*/
/*background: #f4ecdd;*/
/*letter-spacing: 1px;*/
/*box-sizing: border-box;*/
/*padding: 8px;*/
/*cursor: pointer;*/
/*transition: all .4s ease;*/
/*}*/

/*.pager .pages .pagination li:hover {*/
/*background: #cfaf88;*/
/*color: #fff;*/
/*}*/

/*.pager .pages .pagination li.active {*/
/*background: #cfaf88;*/
/*color: #fff;*/
/*}*/

.gm-style .gm-style-iw {
    width: 278px;
    padding: 23px 20px;
}

.gm-style-iw p:empty {
    display: none;
}

.gm-style-iw h3,
.gm-style-iw .h3 {
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    color: #524739;
    margin: -5px 0 5px;
}

.map-tooltip img {
    float: left;
    margin: 0 18px 0 0;
}

.map-tooltip .text-holder {
    overflow: hidden;
    text-transform: uppercase;
    padding: 0 34px 0 0;
}

.map-tooltip p {
    margin: 0 0 3px;
}

.map-tooltip .tel {
    font-weight: bold;
}

.gm-style-iw + div {
    right: 30px !important;
    top: 30px !important;
}

.gm-style-iw + div > img {
    max-width: none;
}

/* vvvvvvvvvvvvvvv PARTNER BTNs vvvvvvvvvvvvvvv */
.partners-index-index .user-block,
.partners-index-view .user-block {
    border: 0;
}

.header .btn-user-exit,
.header .btn-download-pricelist {
    display: inline-block;
    position: relative;
    padding-left: 24px;
    margin: 26px 28px 0 0;
    color: #c5a681;
    text-decoration: none;
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
}

.header .btn-user-exit:hover,
.header .btn-download-pricelist:hover {
    text-decoration: underline;
}

.header .btn-user-exit:before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0;
    width: 13px;
    height: 13px;
    background: url(../images/sprite.png) -27px -269px no-repeat;
}

.header .btn-download-pricelist:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    background: url(../images/sprite.png) -41px -272px no-repeat;
}

/* ^^^^^^^^^^^^^^^ PARTNER BTNs ^^^^^^^^^^^^^^^ */

/* vvvvvvvvvvvvvvv BLOG REVIEWS vvvvvvvvvvvvvvv */
.blog-review .buttons-set .btn-dark {
    float: none;
}

.blog-review .wide textarea {
    padding: 5px 8px;
}

/* ^^^^^^^^^^^^^^^ BLOG REVIEWS ^^^^^^^^^^^^^^^ */

/* vvvvvvvvvvvvvvv BLOG REVIEWS vvvvvvvvvvvvvvv */
.webforms-learnbuying,
.webforms-callback {
    display: block;
    padding: 20px 20px 0;
}

.webforms-learnbuying .learnbuying-welcome-message,
.webforms-learnbuying .learnbuying_message,
.webforms-callback .callbacks-welcome-message {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
}

.webforms-learnbuying .input-holder,
.webforms-callback .input-holder {
    margin: 0 0 20px 0;
}

.webforms-learnbuying .buttons-set,
.webforms-callback .buttons-set {
    text-align: center;
}

.webforms-learnbuying button.button,
.webforms-callback button.button {
    float: none;
}

.webforms-learnbuying .input-holder input.input-text,
.webforms-callback .input-holder textarea,
.webforms-callback .input-holder input.input-text {
    width: 100%;
    padding: 4px 8px 4px;
    border-width: 1px;
    border-style: solid;
    border-color: #E1D7C4;
    font-size: 14px;
}

.webforms-callback .input-holder textarea {
    box-sizing: border-box;
}

.webforms-learnbuying .input-holder input.input-text:focus,
.webforms-callback .input-holder input.input-text:focus {
    border: 1px solid #a97b2a;
}

.seo_block {
    position: relative;
    margin-top: 70px;
    margin-bottom: 30px;
}
/* ^^^^^^^^^^^^^^^ BLOG REVIEWS ^^^^^^^^^^^^^^^ */

@media screen and (max-width: 1902px) {
    .articles li:nth-child(6n) ~ li {
        display: none;
    }

    .grid li {
        width: 16.6666%;
    }

    .articles-page .grid {
        margin: 0 0 50px;
    }

    /*.product-grid > ul {width: 1300px;}*/
}

@media screen and (max-width: 1880px) {
    .gallery {
        margin: 0 0 10px;
    }

    .press-grid > li {
        width: 25%;
    }

    .product-grid > ul,
    .wishlist-page .product-grid > ul {
        width: 1300px;
    }
}

/*@media screen and (max-width: 1674px) {*/
/*.brands-page .product-grid > ul,*/
/*.wishlist-page .product-grid > ul {width: 1040px;}*/
/*}*/
/*@media screen and (max-width: 1640px) {
	.listing-page .product-grid > ul > li {
		margin-left: 6px;
		margin-right: 6px;
	}
}*/
@media screen and (max-width: 1574px) {
    .block-subscribe .form-subscribe-header span {
        display: inline !important;
    }

    .block-subscribe .form-subscribe-header span:first-child {
        display: none !important;
    }

    .grid li {
        width: 20%;
    }
}

/*@media screen and (max-width: 1510px) {
	.product-grid > ul {width: 1040px;}
	.listing-page .product-grid > ul > li {
		margin-left: 15px;
		margin-right: 15px;
	}
}*/
@media screen and (min-width: 1342px) and (max-width: 1574px) {
    html:lang(ru) #nav > .menu-item-category-node-13 > span:after,
    html:lang(uk) #nav > .menu-item-category-node-13 > span:after {
        content: "Косметика";
    }
    html:lang(ru) #nav > .menu-item-category-node-13 > span > span,
    html:lang(ru) #nav > .menu-item-category-node-13 > span > a,
    html:lang(uk) #nav > .menu-item-category-node-13 > span > span,
    html:lang(uk) #nav > .menu-item-category-node-13 > span > a
    {
        display: none;
    }
}

@media screen and (max-width: 1442px) {
    /*.product-grid > ul > li {margin: 0 10px 50px;}
	.product-grid > ul > li {margin: 0 10px 0px;}*/
    .product-grid > ul > li.large {
        width: 460px;
    }

    .header .logo {
        margin-right: 8px;
    }

    .header .logo {
        margin: 7px 42px 2px 40px;
    }
}

@media screen and (max-width: 1390px) {

}

@media screen and (min-width: 1342px) and (max-width: 1422px) {
    .header .logo {
        margin: 7px 15px 2px 15px;
    }

    .cart > a, .cart > .lazy-link, .cart .empty {
        padding: 0px 15px 0px 35px;
    }

    .cart-block .quantity:before, .cart > a:before, .cart > .lazy-link:before, .cart .empty:before {
        left: 10px;
    }
}

@media screen and (min-width: 1342px) and (max-width: 1580px) {
    .header .form-search {
        width: 132px;
      }
}

@media screen and (min-width: 1342px) {
    .nav-container .all-links {
        display: none !important;
    }

    .nav-container .popup {
        display: inline-block !important;
    }
}

@media screen and (max-width: 1440px) {
    .press-grid {
        margin: 0;
    }

    .press-grid > li {
        width: 33%;
        min-width: 0;
    }

    .grid li {
        width: 25%;
    }

    /*.brands-page .product-grid > ul,*/
    .wishlist-page .product-grid > ul {
        width: 1030px;
    }
}

@media screen and (max-width: 1341px) {
    /*.product-grid > ul {width: 950px;}*/
    /*.listing-page .product-grid > ul > li {
		margin-left: 4px;
		margin-right: 4px;
	}*/
    #nav {
        background: #f4ecdd;
        font-size: 13px;
        line-height: 20px;
        padding: 0;
        height: 60px;
    }

    #nav > li {
        letter-spacing: 1px;
        margin: 0;
        padding: 0;
    }

    #nav > li:hover,
    #nav > li.active,
    .nav-container
    .actions:hover {
        padding-top: 0px;
    }

    #nav > li:hover,
    #nav > li.active {
        border: 0;
    }

    #nav > li > a {
        color: #a97b2a;
        padding: 20px 34px;
    }
    #nav > li > span > a
    {
        color: #a97b2a !important;
    }

    #nav li.popup-active > a,
    #nav > li.active > a,
    #nav > li:hover > a,
    #nav > li > a:hover {
        background: #fff;
        color: #524739;
        padding: 20px 34px;
    }

    #nav > li > span {
        color: #a97b2a;
        padding: 20px 34px;
    }

    #nav li.popup-active > span,
    #nav > li.active > span,
    #nav > li:hover > span,
    #nav > li > span:hover {
        background: #fff;
        color: #524739;
        padding: 20px 34px;
    }

    #nav > li > div {
        padding: 32px 34px 5px;
    }

    .nav-container .actions {
        display: none;
    }

    .nav-container .popup {
        position: absolute;
        left: 0;
        top: 100%;
        right: 0;
        background: #fff;
        display: none;
    }

    .nav-container .all-links {
        display: inline-block;
        position: relative;
    }

    .nav-container.popup-active .all-links {
        color: #968e85;
    }

    .nav-container.popup-active .all-links:after {
        content: '';
        position: absolute;
        height: 2px;
        left: 0;
        top: 0;
        right: 0;
        background: #968e85;
    }

    .product-back-button {
        width: 35px;
        height: 50px;

    }

    .product-back-button a span {
        width: 30px;
        height: 50px;
        background-position: 3px 12px;
        background-size: 26px 26px;
    }

    .product-back-button:hover a span {
        background-position: 3px 12px;
        background-size: 26px 26px;
    }
}

@media screen and (min-width: 1065px) and (max-width: 1075px) {
    .right-block .tel .btn-open {
        padding: 17px 10px 20px;
    }
}

@media screen and (min-width: 240px) and (max-width: 1002px) {
    .footer_contact {
        margin-left: 10px;
    }
}

/* Desktops and laptops ----------- */
@media only screen
and (min-width : 1025px) {

    div.footer-holder {
        height: 131px;
    }
}

/* Large screens ----------- */
@media only screen
and (min-width : 1824px) {

    div.footer-holder {
        height: 131px;
    }
}


@media only screen and (max-device-width: 1280px) and (min-device-width: 800px) and (orientation: landscape) {

    .brandslandingpage .left-side {top: 222px !important;}

    div.footer-holder {
        height: 131px;
    }
    .col1-layout .col-main .listing-page {
        min-height: 1110px;
    }
    .catalogsearch-result-index .block-subscribe.wide {
        /*position: absolute;*/
        width: 88%;
        /*top: 1050px;*/
    }

    .main-image .switcher {
        height: 19px;
    }

}


@media only screen and (width: 1280px) and (height: 800px) and (orientation:landscape) {

    div.footer-holder {
        height: 131px;
    }
    .col1-layout .col-main .listing-page {
        min-height: 1110px;
    }
    .catalogsearch-result-index .block-subscribe.wide {
        /*position: absolute;*/
        width: 90%;
        /*top: 1050px;*/
    }

    #imageslider {
        width: 100%;
    }
}

/* *************************************************************** */
@media screen and (min-width: 1024px) and (max-width: 1065px) {
    .header .logo {
        margin: 7px 10px 2px 10px;
    }


    .brandslandingpage .left-side {
        width: 346px;
        top: 210px;
    }
}

@media screen and (max-width: 1279px) {
    .grid.mod1 li {
        margin: 0 7px 20px;
    }

    .articles li + li + li + li + li {
        display: none;
    }

    .block-subscribe.wide input[type="text"] {
        width: 166px;
    }

    .hidden-tablet,
    .block-subscribe .social-link span {
        display: none !important;
    }

    .carousel-list {
        padding: 0;
    }

    .grid li {
        width: 33.33%;
    }

    .articles-page .grid {
        margin: 0 50px 50px;
    }

    .wide-gallery .slick-prev {
        margin: 0 0 0 -25px;
    }

    .wide-gallery .slick-next {
        margin: 0 -25px 0 0;
    }

    #nav .drop ul a {
        width: 240px;
    }

    #nav .drop h3 a,
    #nav .drop .h3 a {
        width: 240px;
    }

}

/*@media screen and (max-width: 1250px) {
	.listing-page .product-grid > ul {width: 902px;}
	.listing-page .product-grid > ul > li {
		margin-left: 20px;
		margin-right: 20px;
	}
}*/
@media screen and (max-width: 1200px) {


    .benefits .list li {
        width: 33.33%;
    }

    .benefits .list li:last-child {
        display: none;
    }

    .benefits .list li:nth-last-child(2) {
        border-right: 0;
    }

    .product-view .benefits .list li:nth-last-child(2) {
        border-right: 2px solid #fff;
    }

    .product-view .benefits .list li:last-child {
        display: inline-block;
    }

    .tabs-nav > ul > li > a {
        padding: 1px 10px;
    }

    .listing-page .product-grid > ul {
        width: 780px;
    }

    .listing-page .product-grid > ul > li.large {
        width: 448px;
    }

}

@media screen and (max-width: 1260px) {
    .brands-menu-wrapper .menu li a{
        padding: 0 25px 0 25px;
    }
    .brands-menu-wrapper .order-probe{
        padding: 0 0 0 25px;
    }
    .brands-menu .count {
        color: #8d877b;
        margin: 0 0 0 1px;
    }

}
@media screen and (max-width: 1180px) {
    .brands-menu-wrapper .menu li a{
        padding: 0 15px 0 15px;
    }
    .brands-menu-wrapper .order-probe{
        padding: 0 0 0 15px;
    }
}
@media screen and (max-width: 1090px) {
    .brands-menu-wrapper .menu li a{
        padding: 0 10px 0 10px;
    }
    .brands-menu-wrapper .order-probe{
        padding: 0 0 0 10px;
    }
}
@media screen and (max-width: 1085px) {
    .brands-menu-wrapper .menu li a, .brands-menu-wrapper .order-probe{
        padding: 0 9px 0 9px;
        font-size: 12px;
    }

}
@media screen and (max-width: 1024px) {

    .my-account > .layout {
        display: block;
        float: none;
        width: auto;
    }

    .probe-content {
        min-width: 145px;
        margin-left: -14px;
    }
    .tooltip {
        max-width: 200px;
    }

    .share-wishlist-tooltip {
        max-width: none;
    }

    .share-wishlist-tooltip_center {
        margin-left: -22px;
    }


    .share-wishlist-tooltip-centred {

    }

    .carousel-list {
        padding: 0;
    }

    .footer .contacts,
    .footer .logo-holder + .links-holder,
    .footer .logo-holder {
        width: 18%;
    }

    .footer .links-holder {
        width: 21%;
    }

    .brands-page .product-grid > ul,
    .wishlist-page .product-grid > ul {
        width: 702px;
    }

    .wishlist-shared-index  .product-grid > ul {
        width: 725px;
    }

    .wishlist-shared-index .buttons-set {
        margin-top: 0px;
        margin-bottom: 60px;
    }

    .col2-right-layout .sidebar {
        bottom: 0;
    }

    .viewed:before {
        margin-right: -22px;
    }

    #nav .drop ul a {
        width: 210px;
    }

    #nav .drop h3 a,
    #nav .drop .h3 a {
        width: 210px;
    }

    .breadcrumbs {margin: 0px 0 3px;}

}

@media screen and (max-width: 480px) {
    .share-wishlist-tooltip_center {
        margin-left: auto;
    }

    .layerednavigation-brandlist-view .order-probe-tooltip {
        margin-left: 120px;
        width: auto;
    }
}

.fancybox-inner .brand-carousel-nav {
    position: absolute;
    bottom: 25px;
    height: 25px;
}

.fancybox-wrap {
    max-width: 885px;
}

.info .clickable-product-link {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.td-left {
    text-align: start;
}

.sidebar .old-price .price span, .sidebar .old-price .price {
    text-decoration: line-through;
}

.carousel-container {
    height: auto;
    padding-bottom: 20px;
}

.bold {
    font-weight: bold;
}

.register-tabs {
    display: none;
}

/**/
.wishlist-page .favored .actions .link-wishlist {
    display: none;
}

.wishlist-page .favored .actions .btn-cart {
    width: 100%;
}

body:not(.touch) .wishlist-page .product-item:hover .delete-link,
.wishlist-page .product-item.touched .delete-link {
    overflow: visible;
    transition: 0.1s;
}

body:not(.touch) .wishlist-page .product-item:hover .delete-link {
    overflow: hidden;
}

/*add from \app\design\frontend\default\default\template\brander\shopbybrand\brand\info.phtml*/
.brand-about .brand-description-long p {
    display: none;
}

.concept-store-slider>div{
    height: 157px;
    overflow: hidden;
}
.concept-store-slider > h2 a,
.carousel-list > h2 a,
.news-digest h2 a,
.concept-store-slider > .h2 a,
.carousel-list > .h2 a,
.news-digest .h2 a {
    border-bottom: solid 1px rgba(82, 71, 57, 0.25);
    text-decoration: none;
    color: #524739;
    font-size: 30px;
}

.homepage h2 a:hover,
.homepage .h2 a:hover {
    border-color: #524739;
}

/*new look of NEWS and Articles on page shop*/

.news-container {
    font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
    color: #8d877b;
    margin: 56px;
    width: 100%;
    position: relative;
    margin: 30px auto 45px;
    max-width: 1440px;
    z-index: 10;
    top: 0;
    display: table;
    overflow: hidden;
}
.concept-store-slider > h2 a,
.news-container h2,
.concept-store-slider > .h2 a,
.news-container .h2 {
    font-size: 30px;
    font-weight: 200;
    text-align: left;
    text-transform: none;
}

.news-container .news-digest:nth-child(1n) {
    padding-right: 28px;
}

.news-container .news-digest:nth-child(2n) {
    padding-left: 28px;
}

.news-digest {
    min-width: 480px;
    overflow: hidden;
    width: 50%;

    display: table-cell;
}

.articles-page .news-digest {
    display: block;
    float: left;
    box-sizing: border-box;
}
@media screen and (max-width: 1116px) {
    .news-container {
        display: block;
    }

    .news-digest {
        display: block;
        width: 100%;
        max-width: 692px;
        margin: 0 auto;
    }

    .news-container .news-digest {
        padding: 0 !important;
    }

    .blog-index-list .news-digest .item,
    .blog-postcategory-view .news-digest .item{
        float: none;
        padding-left: 0 !important;
        max-width: 100%;
    }
}

.news-digest h2,
.news-digest .h2 {
    /*margin: 0 0 0.8em;*/
    margin: 0 0 1em;
}

.news-digest .item {
    margin-bottom: 2.5em;
    position: relative;
    overflow: hidden;
    max-height: 118px;
    max-width: 800px;
}

.news-digest .item img {
    float: left;
    margin-right: 1em;
}

.news-digest h3,
.news-digest .h3 {
    font-size: 16px;
    position: relative;
    margin-top: -2px;
    margin-bottom: 0;
}

.news-digest h3 a,
.news-digest .h3 a {
    font-weight: 400;
    text-decoration: none;
    color: #a97b2a;
    border-bottom: solid 1px rgba(169, 123, 42, 0.3);
    line-height: 23px;
}

.news-digest h3 a:hover,
.news-digest .h3 a:hover {
    color: #524739;
    border-color: #524739;;
}

.news-digest .text {
    line-height: 21px;
    margin: 12px 28px 0 0;
}

.news-digest time {
    font-weight: 200;
    color: #a8a299;
}

.line-arrow {
    overflow: hidden;
    position: absolute;
    display: inline-block;
    width: 4em;
    height: 4em;
    transition: border-color 0.4s ease-out;
}

.line-arrow.right {
    border-top: 1px solid #dfdbd4;
    border-right: 1px solid #dfdbd4;
    transform: rotate(54deg) skew(20deg);
    -webkit-transform: rotate(54deg) skew(20deg);
    -ms-transform: rotate(54deg) skew(20deg);
    right: 6px;
}

.article-page .line-arrow.right {
    right: 28px;
}

.news-digest .line-arrow {
    font-size: 10px;
    bottom: 13px;
}

.line-arrow:hover {
    border-color: #a97b2a;
}

.line-arrow:active {
    border-width: 2px;
}

@media screen and (min-width: 1117px) and (max-width: 1442px) {
    .news-digest h3,
    .news-digest .h3 {
        font-size: 15px;
    }
}
.checkout-onepage-index span.bottom:nth-last-of-type(2) {
    /*top: 300px !important;*/
}

/*tooltip bottom*/
@media screen and (min-width: 600px) and (max-width: 913px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(2) {
        left: 6% !important;
    }
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        width: 300px !important;
    }

}
@media screen and (min-width: 913px) and (max-width: 1038px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        left: 61% !important;
    }

}

@media screen and (min-width: 1038px) and (max-width: 1210px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        left: 64% !important;
    }

}
@media screen and (min-width: 1210px) and (max-width: 1375px) {

    .catalog-product-view .tooltip {
        left: 67.5% !important;
        width: 27% !important;
        margin-left: 4px !important;
    }
}

@media screen and (min-width: 1375px) and (max-width: 1442px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(2) {
        left: 26% !important;
    }
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        left: 72% !important;
    }
}

@media screen and (max-width: 1654px) and (min-width: 1443px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        left: 75% !important;
    }

}

@media screen and (max-width: 1700px) and (min-width: 1654px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        left: 76% !important;
    }
}

@media screen and (max-width: 1770px) and (min-width: 1700px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        left: 77% !important;
    }
}

@media screen and (max-width: 1920px) and (min-width: 1770px) {
    .checkout-onepage-index span.bottom:nth-last-of-type(1) {
        left: 79% !important;
    }
}

/*concept-store-page*/

.conceptstorepage .cont {
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-height: 900px;
}
.cont-left-box {
    align-self: flex-start;
    margin-bottom: 200px;
}
.cont-right-box {
    align-self: flex-start;
    position: relative;
    margin-right: 41px;
    margin-left: auto;
    margin-top: 0;
    margin-bottom: 41px;
    opacity: 0;
}
.look {
    width: 100%;
}

.conceptstorepage .parallax-bg3 {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-position: center bottom;
    /*background-size: auto 100%;*/
    background-size: cover;
}

.conceptstorepage .city {
    overflow: visible!important;
}

.conceptstorepage .combobox {
    position: relative;
    width: 100%!important;
    left: 0;
    margin-bottom: 1px;
    /*padding: 8px 41px;*/
    background-color: rgba(255,255,255,.9);
    border: none;
    box-sizing: border-box;
    text-transform: none;
    z-index: 4;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    color: #000;
}
.conceptstorepage .chosen-container .chosen-results {
    padding: 0;
    max-height: none;
}
.conceptstorepage .chosen-container .chosen-results li.active-result {
    padding: 12px 14px 14px 41px;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    line-height: 1.2;
    color: #000;
    position: relative;
    transition: background-color .25s ease;
}
.conceptstorepage .chosen-container .chosen-results li.active-result.highlighted {
    background-color: transparent;
}
.conceptstorepage .chosen-container .chosen-results li.active-result:hover {
    background-color: #fff;
}
.conceptstorepage .chosen-container-single .chosen-single div b {
    top: 18px;
    right: 6px;
    font-size: 2px;
    border-top: 1px solid #a59e93;
    border-right: 1px solid #a59e93;
    transform: rotate(144deg) skew(20deg);
    -webkit-transform: rotate(144deg) skew(20deg);
    -ms-transform: rotate(144deg) skew(20deg);
    overflow: hidden;
    position: absolute;
    display: inline-block;
    width: 4em;
    height: 4em;
    transition: border-color 0.4s ease-out;
    background: none;
    left: initial;
    margin: initial;
}
.conceptstorepage .chosen-container .chosen-drop li.active-result::after {
    content: "";
    top: 20px;
    right: 20px;
    font-size: 2px;
    border-top: 1px solid #a59e93;
    border-right: 1px solid #a59e93;
    transform: rotate(54deg) skew(20deg);
    -webkit-transform: rotate(54deg) skew(20deg);
    -ms-transform: rotate(54deg) skew(20deg);
    overflow: hidden;
    position: absolute;
    display: inline-block;
    width: 4em;
    height: 4em;
    transition: border-color 0.4s ease-out;
}
.conceptstorepage .chosen-container .chosen-drop li.result-selected {
    background-color: transparent;
    cursor: pointer;
    /*font-weight: 600;*/
    /*display: none;*/
}
.conceptstorepage .chosen-container-single .chosen-single {
    padding: 12px 41px;
}
.conceptstorepage .chosen-container-single.chosen-with-drop .chosen-single {
    visibility: hidden;
}
.conceptstorepage .chosen-container-single.chosen-with-drop {
    background-color: transparent;
}
.conceptstorepage .chosen-container-single a.chosen-single > div {
    right: 20px;
}
.conceptstorepage .chosen-container-single .chosen-drop {
    margin-top: 0;
    top: 0;
    width: 100%;
    background-color: rgba(255,255,255,0.9);
    box-shadow: none;
}
.conceptstorepage .chosen-container-single .chosen-drop:after {
    height: 8px;
    opacity: .9;
    display: none;
}
.conceptstorepage .chosen-container-single .chosen-single span {
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    /*font-weight: 600;*/
    color: #000;
}

.conceptstorepage .chosen-with-drop ~ div {
    opacity: 0;
    transition: opacity .25s ease, visibility .1s ease .25s;
    visibility: hidden;
}

.conceptstorepage .store-slider .slider {
    width: 100%;
    height: 792px;
}

.conceptstorepage .store-slider {
    margin-bottom: 56px;
}
.brandslandingpage .cont,
.conceptstorepage .cont {
    max-width: 1520px;
    margin: 0 auto;
    position: relative;
    padding-top: 250px;
    /*display: block;*/
}
.conceptstorepage .link-3d{
    /*height: 100%;*/
}
.brandslandingpage .article,
.conceptstorepage .article {
    color: #000;
    line-height: 26px;
    font-size: 16px;
    text-align: left;
}
.brandslandingpage h1,
.conceptstorepage h1,
.brandslandingpage .h1,
.conceptstorepage .h1 {
    color: #fff;
    font-size: 48px;
    z-index: 4;
    position: relative;
    text-align: left;
    font-weight: 600;
}
.brandslandingpage .left-side,
.brandslandingpage .city,
.conceptstorepage .left-side,
.conceptstorepage .city {
    display: block;
    padding: 37px 41px;
    max-width: 500px;
    box-sizing: border-box;
    z-index: 4;
    background-color: rgba(255, 255, 255, 0.9);
    position: relative;
    transition: .25s ease;
    overflow: hidden;
}

.brandslandingpage .content-heading,
.conceptstorepage .content-heading {
    position: absolute;
    top: 150px;
    left: 41px;
    /*margin: 41px;*/
    /*margin-top: 0;*/
}

/*left context long*/

.brandslandingpage .left-side,
.conceptstorepage .left-side {
    /*float: left;*/
    float: none;
    margin: 0 41px;
    /*top: 256px;*/
    top: initial;
}

.conceptstorepage .city {
    /*top: 256px;*/
    top: initial;
}
.brandslandingpage .city {
    top: 120px;
}

.brandslandingpage .city,
.conceptstorepage .city {
    right: 0;
    font-size: 15px;
    line-height: 25px;
    color: #000;
    /*float: right;*/
    float: none;
    /*margin: 0 41px 0;*/
    overflow: hidden;
    /*margin-bottom: 405px;*/
    /*margin: 0 41px;*/
    margin-bottom: 0!important;
}
.brandslandingpage .city > div,
.conceptstorepage .city > div {
    margin-bottom: 32px;
    /*width: 380px;*/
}
.brandslandingpage .city > div:last-child,
.conceptstorepage .city > div:last-child {
    margin-bottom: 0;
}

.conceptstorepage .left-side a {
    float: right;
    margin-top: 12px;
    border-bottom: solid 1px rgba(169,123,42, 0.3);
    text-decoration: none;
    font: 15px/18px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 400;
    overflow: hidden;
    clear: both;
    margin-bottom: -4px;
}

.conceptstorepage .left-side a:hover {
    color: #524739;
    border-color: #524739;
}

.conceptstorepage .city-name, .brandslandingpage .city-name {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
}

.conceptstorepage .phone, .brandslandingpage .phone {
    margin-bottom: 4px;
}

.conceptstorepage .address, .conceptstorepage .schedule, .brandslandingpage .address, .brandslandingpage .schedule {
    margin-bottom: 3px;
}

.conceptstorepage .schedule, .brandslandingpage .schedule {
    color: #6c6c6b;
    font-style: italic;
}

.conceptstorepage .link-map, .brandslandingpage .link-map {
    background: url('../images/sprite.png') no-repeat -204px -179px;
    width: 18px;
    height: 24px;
    display: inline-block;
    text-indent: -9999px;
    overflow: hidden;
    vertical-align: middle;
    margin: 0px;
    top: -3px;
    left: 4px;
    position: relative;
}
.brandslandingpag .main-container,
.conceptstorepage .main-container {
    position: relative;

}

.conceptstorepage h2 a,
.conceptstorepage .h2 a {
    border-bottom: solid 1px rgba(82, 71, 57, 0.25);
    text-decoration: none;
    color: #524739;
    font: 30px/30px 'Open Sans', Arial, Helvetica, sans-serif;
    font-weight: 200;
    margin-bottom: 18px;
    text-transform: initial;
}

.conceptstorepage h2 a:hover,
.conceptstorepage .h2 a:hover {
    border-color: #524739;
}

.conceptstorepage .press-gallery .slick-prev, .conceptstorepage .press-gallery .slick-next {
    top: 37%;
}

.conceptstorepage .panorama-3d {
    color: #fff;
    position: absolute;
    bottom: 30px;
    left: 41px;
    font-size: 20px;
    font-weight: 200;
    z-index: 10;
    text-decoration: none;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    letter-spacing: normal;
}

.conceptstorepage .panorama-3d:hover {
    border-color: #fff;
}

.conceptstorepage .press-gallery .slick-slider {
    margin: 27px 0 0px;
    height: 409px;
}
.brandslandingpage .block-subscribe.wide,
.conceptstorepage .block-subscribe.wide {
    top: -20px;
    width: auto;
    max-width: none;
    margin: 0 15px 30px;
    position: relative;
}
.brandslandingpage .col1-layout,
.conceptstorepage .col1-layout {
    padding: 0 41px;
}

.conceptstorepage .landing-slider {
    overflow: hidden;
    /*margin-bottom: 30px;*/
    position: relative;
    max-height: 930px;
}

/*brands info*/

.brandslandingpage .brands-info {
    display: table;
    width: 100%;
    text-align: center;
    margin: 0px 0 80px 0;
}
.brandslandingpage .brands-info .table-cell{
    display: table-cell;
}
.brandslandingpage .brands-info .brand-item {
    display: inline-block;
    width: 70%;
    vertical-align: text-top;
    max-width: 500px;
}

.brandslandingpage .brands-info .description {
    text-align: left;
    color: #524739;
    margin-top: 5px;
    margin-bottom: 10px;
    font: 14px/1.55 'Open Sans', Arial, Helvetica, sans-serif;
}
.brandslandingpage .brands-info .more {
    text-align: right;
}
.brandslandingpage .brands-info .more a {
    color: #524739;
    text-decoration: none;
    border-bottom: solid 1px rgba(82, 71, 57, 0.25);
    font: 14px/1.55 'Open Sans', Arial, Helvetica, sans-serif;
}
.brandslandingpage .carousel-list h2 a:hover,
.brandslandingpage .carousel-list .h2 a:hover,
.brandslandingpage .brands-info .more a:hover{
    border-color: #524739;
}

/*new*/
.conceptstorepage .slick-slider {
    height: 0;
    display: none;
}

.conceptstorepage .press-gallery {
    height: 409px;
    display: block;
}
.conceptstorepage .main-image {
    position: absolute;
    top: 0;
    width: 100%;
    margin-top: 24px;
}
.brandslandingpage .main-image .switcher,
.conceptstorepage .main-image .switcher {
    display: none;
}

.conceptstorepage .gallery-js-ready {
    overflow: hidden;
    height: 792px;
}

/*housing slider content*/
.brandslandingpage .gallery-js-ready {
    margin-bottom: 30px;
    height: 719px;
}

.header .autocomplete-suggestions {
    top: 53px;
    width: 436px !important;
    right: 21px;
}

@media screen and (min-width: 1021px) {
    .conceptstorepage .benefits {
        display: none;
    }
}



@media screen and (max-width: 1188px) {
    .brandslandingpage .left-side, .brandslandingpage .city {
        float: none;
        margin: 0 auto;
        max-width: none;
        width: 624px;
        margin-bottom: 40px;
    }

    .brandslandingpage .city {
        margin: 80px 215px;
    }

    .brandslandingpage .main-container {
        overflow: hidden;
    }

    .brandslandingpage .left-side a {
        margin: 0;
    }

    .brandslandingpage h1,
    .brandslandingpage .h1 {
        text-align: left;
        width: 692px;
        margin: 0 225px;
    }

    .brandslandingpage .city div {
        margin: 0 0 15px;
        width: 290px;
        float: left;
    }
    .brandslandingpage .city div:nth-child(even) {
        padding: 0 0 0 20px;
    }
    .brandslandingpage .city div:nth-child(odd) {
        padding: 0 20px 0 0;
    }

}

@media screen and (max-width: 1150px) {
    .brandslandingpage .left-side, .brandslandingpage .city {
        float: none;
        margin: 0 auto;
        max-width: none;
        width: 624px;
        margin-bottom: 40px;
    }

    .brandslandingpage .city {
        margin: 80px 215px;
    }

    .brandslandingpage .main-container {
        overflow: hidden;
    }

    .brandslandingpage .left-side a {
        margin: 0;
    }

    .brandslandingpage h1,
    .brandslandingpage .h1 {
        text-align: left;
        width: 692px;
        margin: 0 185px;
    }

    .brandslandingpage .city div {
        margin: 0 0 15px;
        width: 290px;
        float: left;
    }
    .brandslandingpage .city div:nth-child(even) {
        padding: 0 0 0 20px;
    }
    .brandslandingpage .city div:nth-child(odd) {
        padding: 0 20px 0 0;
    }

}

@media screen and (max-width: 1103px) {
    .brandslandingpage .left-side, .brandslandingpage .city {
        float: none;
        margin: 0 auto;
        max-width: none;
        width: 624px;
        margin-bottom: 40px;
    }

    .brandslandingpage .city {
        margin: 80px 215px;
    }

    .brandslandingpage .main-container {
        overflow: hidden;
    }

    .brandslandingpage .left-side a {
        margin: 0;
    }

    .brandslandingpage h1,
    .brandslandingpage .h1 {
        text-align: left;
        width: 692px;
        margin: 0 154px;
    }

    .brandslandingpage .city div {
        margin: 0 0 15px;
        width: 290px;
        float: left;
    }
    .brandslandingpage .city div:nth-child(even) {
        padding: 0 0 0 20px;
    }
    .brandslandingpage .city div:nth-child(odd) {
        padding: 0 20px 0 0;
    }

}
@media screen and (max-width: 1080px) {
    .brandslandingpage .left-side, .brandslandingpage .city {
        float: none;
        margin: 0 auto;
        max-width: none;
        width: 624px;
        margin-bottom: 40px;
    }

    .brandslandingpage .city {
        margin: 80px 202px;
    }

    .brandslandingpage .main-container {
        overflow: hidden;
    }

    .brandslandingpage .left-side a {
        margin: 0;
    }

    .brandslandingpage h1,
    .brandslandingpage .h1 {
        text-align: left;
        width: 692px;
        margin: 0 133px;
    }

    .brandslandingpage .city div {
        margin: 0 0 15px;
        width: 290px;
        float: left;
    }
    .brandslandingpage .city div:nth-child(even) {
        padding: 0 0 0 20px;
    }
    .brandslandingpage .city div:nth-child(odd) {
        padding: 0 20px 0 0;
    }

}
@media screen and (max-width: 1050px) {
    .brandslandingpage .left-side, .brandslandingpage .city {
        float: none;
        margin: 0 auto;
        max-width: none;
        width: 624px;
        margin-bottom: 40px;
    }

    .brandslandingpage .city {
        margin: 80px 169px;
    }

    .brandslandingpage .main-container {
        overflow: hidden;
    }

    .brandslandingpage .left-side a {
        margin: 0;
    }

    .brandslandingpage h1,
    .brandslandingpage .h1 {
        text-align: left;
        width: 692px;
        margin: 0 133px;
    }

    .brandslandingpage .city div {
        margin: 0 0 15px;
        width: 290px;
        float: left;
    }
    .brandslandingpage .city div:nth-child(even) {
        padding: 0 0 0 20px;
    }
    .brandslandingpage .city div:nth-child(odd) {
        padding: 0 20px 0 0;
    }

}


/**/

@media screen and (min-width: 2391px) {
    .listing-page .product-grid > ul{
        width: 2080px;
    }

}
@media screen and (max-width: 2390px) {
    .listing-page .product-grid > ul{
        width: 1825px;
    }
}
@media screen and (max-width: 2120px) {
    .listing-page .product-grid > ul{
        width: 1590px;
    }
}
@media screen and (max-width: 1880px) {
    .listing-page .product-grid > ul{
        width: 1300px;
    }
}
@media screen and (max-width: 1654px) {
    .listing-page .product-grid > ul{
        width: 1035px
    }

}

@media screen and (max-width: 1365px) {
    .listing-page .product-grid > ul{
        width: 780px;
    }
}
@media screen and (min-width: 1080px) {
    .product-grid > ul .product-item {
        padding: 0 7px;
    }
}
@media screen and (max-width: 1080px) {
    .col2-left-layout-sidebar-filters .listing-page .product-grid {
        margin: 25px 0 0 0;
    }
    .listing-page .product-grid > ul{
        width: 740px;
    }
}
@media only screen and (min-device-width: 961px) and (max-device-width: 1020px) {

    .main-image .switcher {
        height: 19px;
    }

    .brandslandingpage .left-side {
        width: 346px;
        top: 210px;
    }
}

@media screen and (max-width: 1100px) and (min-width: 999px) {
    .wide-gallery-top {
        width: 100%;
    }
}

/* (1366x768) WXGA Display */
@media  screen and (max-width: 1367px) and (min-width: 1020px) {

    .main-image .switcher {
        height: 19px;
    }

}
@media screen and (max-width: 1920px) {
    .brandslandingpage .parallax-bg3 {
        z-index: 3;
        width: 100%;
        margin-top: -286px;
        height: 1000px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }
}
/* (1920x1080) Full HD Display */
@media screen and (max-width: 1920px) and (min-width: 1368px) {

    #imageslider {
        width: 100%;
        max-width: 1920px;
    }

    .main-image .switcher {
        height: 19px;
    }

    .brandslandingpage .parallax-bg3 {
        z-index: 3;
        width: 100%;
        margin-top: -286px;
        height: 1000px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

}
/* (2048x1536) iPad 3 */
@media only screen and (min-device-width: 2048px) {
    #imageslider {
        width: 100%;
    }

    .main-image .switcher {
        height: 19px;
    }

    .brandslandingpage .parallax-bg3 {
        z-index: 3;
        width: 100%;
        margin-top: -286px;
        height: 1000px !important;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
    }

    .brandslandingpage .city {
        position: absolute !important;
        top: 133px !important;
    }

}

/*search header*/

@media screen and (max-width: 1754px) and (min-width: 1615px) {
    .header .form-search {
        width: 190px;
    }
    .header .form-holder {
        min-width: 132px;
    }
    .header .form-search_focused {
        width: 230.5%;
    }
}
@media screen and (max-width: 1615px) and (min-width: 1600px) {
    .header .form-search {
        width: 177px;
    }
    .header .form-holder {
        min-width: 148px;
    }
    .header .form-search_focused {
        width: 247.5%;
    }
}
@media screen and (max-width: 1600px) and (min-width: 1574px) {
    .header .form-search {
        width: 148px;
    }
    .header .form-holder {
        min-width: 120px;
    }
    .header .form-search_focused {
        width: 295.5%;
    }
}
@media screen and (max-width: 1492px) and (min-width: 1204px) {
    .header .form-search {
        width: 132px;
    }
    .header .form-holder {
        min-width: 132px;
    }
    .header .form-search_focused {
        width: 230.5%;
    }
}
@media screen and (max-width: 1203px) and (min-width: 1196px) {
    .header .form-search {
        width: 132px;
    }
    .header .form-holder {
        min-width: 132px;
    }
    .header .form-search_focused {
        width: 247.5%;
    }
}

@media screen and (max-width: 1196px) and (min-width: 1132px) {
    .header .form-search {
        width: 117px;
    }
    .header .form-holder {
        min-width: 100px;
    }
    .header .form-search_focused {
        width: 257.5%;
    }
    .header .autocomplete-suggestions {
        width: 331px !important;
        right: 9px;
    }
}

@media screen and (max-width: 1132px) and (min-width: 1100px) {
    .header .autocomplete-suggestions {
        width: 317px !important;
        right: 20px;
    }
    .header .form-search {
        padding: 0;
        width: 128px;
    }
    .header .form-holder {
        min-width: 100px;
    }
    .header .form-search_focused {
        width: 247.5%;
    }
}

@media screen and (max-width: 1100px) and (min-width: 500px) {

    .header .form-search {
        padding: 0;
        width: 100px;
    }
    .header .form-holder {
        min-width: 100px;
    }
    .header .form-search_focused {
        width: 330.5%;
    }
    .header .autocomplete-suggestions {
        width: 345px !important;
        right: -8px;
    }
}

.blog-post-view .col1-layout .breadcrumbs {
    margin: 0 auto;
}

#co-shipping-method-form {
    float: left;
    margin: 0;
}

/*.checkout-onepage-index #co-shipping-method-form #checkout-shipping-method-load > p {
    display: none;
}*/

.cms-index-noroute.cms-no-route .col1-layout {
    padding: 326px 56px 20px;
}

.shopbybrand-index-allbrandsview .col1-layout {
    padding: 20px 56px 20px;
}


@media screen and (max-width: 1366px) {
    .cms-index-noroute.cms-no-route .col1-layout {
        padding: 170px 56px 20px;
    }
}

#brands-block-head, #mobile-top-menu {
    display: none;
}

#user ul.drop {
    min-width: 185px;
}

.brands-menu-wrapper .close {
    position: absolute;
    text-indent: -9999px;
    top: 20px;
    right: 20px;
    width: 22px;
    height: 22px;
}

.brand-banner {
    margin: 6px 0 41px 0;
    display: block;
}

.brand-banner img {
    width: 100%;
}

.checkout-onepage-index .tooltip.tel:before {
    border-bottom-color: #f4ecdd !important;
}

.checkout-onepage-index .tooltip.tel:after, .checkout-onepage-index .tooltip.tel:before {
    bottom: 100% !important;
}

.checkout-onepage-index .tooltip.tel:after {
    border-bottom-color: #f5f3ec !important;
}



.brand-categories {
    position: relative;
    margin: 20px 15px 15px 19px;
    font-size: 15px;
}

.brand-categories ul {
    text-transform: none;
}

.brand-categories ul:first-child > .brand-name {
    margin: 0 0 4px;
}

.brand-categories ul:last-child > .brand-name {
    margin: 0 0 4px;
}

.brand-categories .brand-name {
    position: relative;
    padding: 0 0 0 19px;
    cursor: pointer;
    display: block;
    margin: 4px 0;
}

.brand-categories .brand-name-arrow {
    display: block;
    position: absolute;
    left: -5px;
    top: 50%;
    background-image: url(../images/gold-arrow-down.png);
    background-repeat: no-repeat;
    background-position-x: 5px;
    background-position-y: 50%;
    width: 24px;
    height: 24px;
    transform: translate(0, -50%);
    transition: all .3s;
}

.brand-categories .brand-name.active, 
.brand-categories .brand-info-link.active {
    font-weight: bold;
}

.brand-categories .brand-name.shown .brand-name-arrow {
    /*background-image: url('../images/gold-arrow-right.png');*/
    transform: rotate(90deg) translate(-50%, 0);
    background-position-x: 50%;
    background-position-y: calc(100% - 2.5px);
}

.brand-categories .sub-cat.shown {
    display: block;
}

.brand-categories .sub-cat {
    padding-left: 19px;
    margin-bottom: 15px;
    display: none;
}




.block-gift {
    color: #a97b2a;
    border: 5px solid #f4ecdd;
    box-shadow: inset 0 0 0 2px #fff;
    background: url('../images/bg-page-light.png');
    padding: 25px 0;
    font-size: 15px;
    line-height: 24px;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto;
}

.block-gift.wide {
    margin: 45px auto 64px;
    width: auto;
}

.block-gift .block-content {
    display: inline-block;
    text-align: left;
}

.block-gift label {
    font-weight: normal;
    color: #a97b2a;
}

.block-gift .block-content {
    padding: 0;
}

.block-gift .block-gift-header {
    display: inline-block;
    vertical-align: middle;
}

.block-gift .actions {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.block-gift .actions .button {
    border: none;
    background: #fff;
    color: #a97b2a;
    line-height: 50px;
    height: 50px;
    display: block;
    cursor: pointer;
    padding: 0 24px;
    font-weight: bold;
    outline: none;
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
    text-transform: none;
    text-decoration: none;
    margin: 0 30px;
}

.block-gift .actions .button:hover {
    color: #fff;
    background: #cfaf88;
}

.block-gift .actions .button.activated:hover {
    color: #a97b2a;
    background: #fff;
    cursor: auto;
}

.block-gift .actions .button:active {
    color: #fff;
    background: #b28a5a;
}

.block-gift .after {
    display: inline-block;
    height: 50px;
    line-height: 50px;
    color: #524739;
}

.block-gift.wide .after {
    height: 55px;
    line-height: 55px;
}

.block-gift .gift-icon {
    display: inline-block;
    width: 22px;
    height: 22px;
    background: url(https://aromateque.com.ua/skin/frontend/default/aromateque/images/sprite.png) no-repeat -47px -152px;
    margin: -4px 10px;
}

.cart-content .checkout-item-left .gift-image {
    display: inline-block;
    width: 53px;
    height: 53px;
    background: url(https://aromateque.com.ua/skin/frontend/default/aromateque/images/sprite.png) no-repeat -35px -214px;
    margin: -4px 10px;
}

.gift-image-wrapper {
    text-align: center;
}

.data-info .rewards_point {
    position: relative;
}

/**********************Reward Points Form*********************/

#coupon-discount .input-box-wrap {
    margin-left: 26px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

#coupon-discount .input-box-wrap label {
    line-height: 25px;
    font-size: 14px;
}

#coupon-discount .input-box-wrap > div {
    margin-right: 3px;
}

#coupon-discount .discount-form {
    margin-bottom: 20px;
}

#coupon-discount .points_all {
    height: 28px;
}

#coupon-discount .points_all label {
    font-size: 14px;
    margin-left: 25px;
}

#coupon-discount .buttons-set button {
    border: none;
    background: none;
    text-transform: uppercase;
    color: #a97b2a;
    font-size: 12px;
    line-height: 20px;
}


/* ----- Notification line ----- */
div#jivo-iframe-container { /* Jivosite */
    z-index: 200000!important;
}
#jivo-iframe-container.jivo-iframe-container-bottom {
    z-index:200000 !important;
}
._show_1e.wrap_mW, .label_39 {
    z-index: 200000!important;
}

.notification-line {
    position: fixed;
    bottom: 0;
    z-index: 300000;
    width: 100%;
    color: #a97b2a;
    /*background: url(/skin/frontend/default/aromateque/images/bg-page-light.png);*/
    background-color: #F4ECDD;
    font-size: 18px;
    border-top: 1px solid #fff;
    box-sizing: border-box;
}

.notification-box {
    max-width: 1200px;
    position: relative;
    margin: auto;
    padding: 10px 20px;
    padding-right: 40px;
    text-align: center;
}

.notification-box .btn-remove {
    position: absolute;
    right: 15px;
    top: 50%;
    width: 15px;
    height: 15px;
    z-index: 300001!important;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQBAMAAADt3eJSAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAJFBMVEUAAACofCuqfCmoeympeyqoeympfCuqeyuofCqpeyqqfCkAAAAno1T1AAAAC3RSTlMAimlw/mprbG1ub1jvmJQAAAABYktHRACIBR1IAAAACXBIWXMAAA3XAAAN1wFCKJt4AAAAB3RJTUUH4QwVECEpYfAG1AAAAExJREFUCNdjEGIAA0UGkwAQzerMwOwGYqQYMDCYFDAwsDsDOcweDAwtBiBhkwmczmANzF5LDCBaTSACCAZcCqYYrh1mINwKuKUwZwAAneYM4xfWu9gAAAAldEVYdGRhdGU6Y3JlYXRlADIwMTctMTItMjFUMTY6MzM6NDErMDE6MDChmdzsAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDE3LTEyLTIxVDE2OjMzOjQxKzAxOjAw0MRkUAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAAASUVORK5CYII=);
    background-size: 15px 15px;
    background-position: center;
    -webkit-transform: translateY(-50%); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
    -ms-transform: translateY(-50%); /* IE 9 */
    transform: translateY(-50%); /* IE 10, Fx 16+, Op 12.1+ */
    cursor: pointer;
}

@media screen and (max-width: 1024px) {
    .notification-box {
        padding-left: 40px;
        padding-right: 60px;
    }

    .notification-box .btn-remove {
        right: auto;
        left: 15px;
    }
}

@media screen and (min-width: 1200px) {
    .notification-line {
        border-top: none;
        border-bottom: 1px solid #fff;
        bottom: initial;
        bottom: auto;
        top: 92px;
        z-index: 170;
    }
    .notification-line-underheader {
        top: 60px;
    }
    .banner-exists{
        top: 167px !important; 
    }
    .new-top-header{
        top: 107px;
    }
    .notification-scrolled{
        top: 60px;
    }
}

#banner-line {
    position: static;
    width: 100%;
    color: #a97b2a;
    background-color: #F4ECDD;
    font-size: 16px;
    box-sizing: border-box;
}
#banner-link {
    text-decoration: none;
}
#banner-line .banner-title{
    font-size: 18px;
}



.first-cancel-bonuses {
    display: none;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 13px;
    line-height: 15px;
    color: #8d877b;
}

.msg-for-coupone,
.msg-for-points,
.msg-small-amount {
    display: none;
    background: #f3f3f3;
    padding: 10px 15px;
    font-size: 14px;
    line-height: 17px;
    color: #8d877b;
    margin-top: -8px;
    margin-bottom: 5px;
}

.hidden-class,
.wrap-checkout-sections,
.wrap-checkout-billing-info {
    display: none;
}

.general-form .section.delivery-info {
    opacity: 0;
}

.buy-container .wrap-personal-discount-btn {
    position: relative;
}

.buy-container .personal_discount_btn {
    display: inline-block;
    border: 1px solid #B28A5A;
    margin-bottom: 20px;
    padding: 7px;
    color: #B28A5A;
    transition: all .1s ease-in-out;
}
.buy-container .personal_discount_btn:hover {
    border-color: #524739;
    color: #524739;
}

.login-form-2 .enter_button_2,
.login-form-2 .get_sms_button_2 {
    width: 100%;
    line-height: 60px;
    margin-top: 24px;
}

.login-sms-pass-wrapp {
    display: none;
}

.sms-sent-2 {
    margin: 7px 0 7px 0;
}

#specify_convenient {
    text-align: center;
    margin-top: 20px;
    font-size: 13px;
}

.accept_sms {
    text-align: center;
    margin-bottom: 7px;
}

.sms-pass-block-2 .sms-sent {
    font-size: 14px;
}
body.homepage h1 {
    text-align: center;
    margin-bottom: 0.85em;
}
.checkout-page .check-box {
    clear: both;
}
#checkout-agreements {
    display: block;
    overflow: hidden;
    margin-top: 15px;
}
#checkout-agreements + .opcheckout-subscribe {
    margin-top: -15px;
}
.total_num {
    font-weight:bold;
}
.shield__footers_module_block__wrapper__mb-3 {
    margin-bottom: 0;
}
.shield__footers_module_block__wrapper button.shield__footers_module_block__wrapper__btn-success {
    border: solid 1px rgba(255,255,255, 0.5);
}

.sisley-sisleya .col-wrapper {
    width: auto;
    float: none;
}

.sisley-sisleya .col-wrapper .col-main {
    width: auto;
    max-width: 1200px;
    margin: 20px auto 0;
    float: none;
}

.sisley-sisleya .col-wrapper h2 {
    display: none;
}
@media screen and (min-width: 768px) {
    .sisley-sisleya .col3-layout {
        padding-top: 80px;
    }
    .sisley-sisleya .breadcrumbs {
        width: auto;
        max-width: 1200px;
        margin: 20px auto 0;
        float: none;
    }

}
.sisley-wrap__banner-fw {
    height: auto !important;
}
.header-box .h2 {
    text-transform: none;
    margin-top: 20px;
}
.header-box .wide-gallery-top .slick-prev {
    z-index: 1;
    left: 0;
}

.header-box .wide-gallery-top .slick-next {
    z-index: 1;
    right: 0;
}
.catalog-product-view .seo-article {
    margin-top: -20px;
    margin-bottom: 50px;
}
.read-more-link {
    font-size: 14px;
    text-align: right;
    max-width: 80em;
    margin: 0 auto;
}
@media screen and (max-width: 1024px){
    .read-more-link {
        margin-top: -40px;
        margin-bottom: 20px;
    }
}
.catalog-product-view .seo-article + .read-more-link {
    margin-top: -50px;
    margin-bottom: 20px;
}

.-connector-redirectfrommail ul.messages {
    margin-top: 100px;
}

.-connector-redirectfrommail .main_footer {
    margin-top: 200px;
}