/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media (max-width: 991px) {
  .navigation {
    padding: 0 !important;
  }
  .navigation ul {
    padding: 0px 0px!important;
  }
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e621';
  }
  .nav-sections {
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
  }
  .nav-sections .switcher {
    border-top: 1px solid #e1e1e1;
    font-size: 1.6rem;
    font-weight: 700;
    margin: 0;
    padding: .8rem 3.5rem .8rem 2rem;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 5px;
  }
  .nav-sections .switcher:last-child {
    border-bottom: 1px solid #e1e1e1;
  }
  .nav-sections .switcher-trigger strong {
    position: relative;
    display: block;
    text-decoration: none;
  }
  .nav-sections .switcher-trigger strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .nav-sections .switcher-trigger strong:after {
    position: absolute;
    right: -40px;
    top: -16px;
  }
  .nav-sections .switcher-trigger.active strong:after {
    content: '\e621';
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 10px 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    border-bottom: 1px solid #e1e1e1;
  }
  .nav-sections .header.links li {
    font-size: 1.6rem;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    border-top: 1px solid #e1e1e1;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links li > a {
    border-top: 1px solid #e1e1e1;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #575757;
    text-decoration: none;
    display: block;
    font-weight: 700;
    padding: 0.8rem 20px;
  }
  .nav-sections .header.links .header.links {
    border: 0;
  }
  .nav-before-open {
    height: 100%;
    overflow-x: hidden;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.5);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  .nav-sections-items:before,
  .nav-sections-items:after {
    content: '';
    display: table;
  }
  .nav-sections-items:after {
    clear: both;
  }
  .nav-sections-item-title {
    background: #8a6a59;
    border: solid #d8d8d8;
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
    text-transform: uppercase;
    font-weight: 600;
  }
  .nav-sections-item-title a {
    color: #333333;
  }
  .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  .nav-sections-item-title.active a {
    color: #997663;
  }
  .nav-sections-item-title .nav-sections-item-switch:hover {
    text-decoration: none;
  }
  .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
    padding: 25px 0;
  }
  .nav-sections-item-content:before,
  .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  .nav-sections-item-content:after {
    clear: both;
  }
  .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: #997663;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #575757;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #d1d1d1;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 40px 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #d1d1d1;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #575757;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
}
@media (min-width: 992px) {
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    font-size: 15px;
    font-weight: 600;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
    letter-spacing: 0.5px;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
    border-right: solid 1px #ccc;
  }
  .navigation .level0 {
    margin: 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: 0;
  }
  .navigation .level0 > .level-top {
    color: #ffffff;
    line-height: 36px;
    padding: 0px 16px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    padding: 0;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #d1d1d1;
    color: #d1d1d1;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu li {
    margin-bottom: 0;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
  }
}
/*.switcher-dropdown:aria-hidden["false"] {
    color:red;
}*/
@media (max-width: 991px) {
  .switcher-options .dropdown {
    display: none;
  }
  .switcher-options.active .dropdown {
    display: block;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon payment variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_BetterPopup
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
#mageplaza-betterpopup-block {
  position: relative;
}
.mp-better-popup-click-trigger {
  position: fixed;
  bottom: 0;
  z-index: 999;
}
.click-trigger {
  background-color: #31B0D5;
  color: white;
  padding: 10px 25px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  border-color: #46b8da;
}
.click-trigger:hover {
  background-color: #31B0D5;
  color: white;
  border: 1px solid #31B0D5;
}
div#bio_ep_close {
  position: absolute;
  right: 8px;
  top: 0px;
  z-index: 99;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}
#bio_ep {
  text-align: center;
  box-shadow: none !important;
}
.child-label {
  display: block;
  font-size: 25px;
  margin: 20px;
}
#bio_ep_content {
  position: relative;
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}
.better-popup-input-email {
  width: 70% !important;
  height: 35px !important;
}
input.better-popup-input-email::placeholder {
  opacity: 0.5;
}
.better-popup-btn-submit {
  width: 70%;
  margin: 10px 0 0 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  height: 35px;
}
.mageplaza-betterpopup-content {
  width: 100%;
  height: 100%;
  display: table;
}
.success-title {
  font-size: 22px;
}
.mp-popup-coupon-code {
  width: 70%;
  margin: 0 auto;
}
#mp-coupon-code {
  text-align: center;
  max-width: 100%;
  border: 1px dashed #c1bebe;
  background: 0 0;
  font-size: 25px;
  color: #FFF;
  margin-top: 15px;
  height: 50px;
}
button.btn-copy.primary {
  width: 100%;
  margin: 5px 0 15px 0;
  color: #fff;
  background-color: #006bb4;
  border: none;
  height: 35px;
}
button.btn-copy.primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
#status {
  color: #e02b27;
  visibility: visible;
  font-size: 13px !important;
}
span.success-lable {
  border: none !important;
  font-size: 16px !important;
}
#mp-powered {
  margin: 10px;
}
span.lable-powered {
  color: #fff;
  font-size: 11px;
  background-color: rgba(0, 0, 0, 0.3);
  padding: 10px;
  border-radius: 20px;
}
canvas {
  position: fixed;
  z-index: 10002;
  opacity: 0.5;
  display: none;
  top: 0px;
  left: 0px;
}
.popup-loader {
  display: none;
  position: absolute;
  width: 100%;
  padding-top: 15px;
}
img.loader {
  width: 3%;
}
#mp-popup-default-template {
  margin-bottom: 20px;
}
.mp-popup-title-df {
  width: 100%;
  display: block;
  font-size: 4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
.mp-popup-text-content-df {
  width: 80%;
  margin: 0 auto;
  font-size: 2rem;
}
.mp-newsletter-validate-detail-df {
  margin-top: 20px;
}
p.spam-note-df {
  font-size: 1.1rem;
  position: absolute;
  width: 100%;
  bottom: 5px;
}
#mp-popup-template1 {
  width: 100%;
  height: 100%;
}
.mp-popup-title-tmp1 {
  background: #3b3b3c;
  color: #FFF;
  width: 100%;
  display: block;
  font-size: 3rem;
  margin-top: 60px;
}
.mp-popup-text-content-tmp1 {
  margin-top: 10px;
  font-size: 2rem;
}
.mp-popup-title-tmp1 span {
  margin-left: 200px;
}
.mp-newsletter-validate-detail-template1 {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 30%;
  background: #3b3b3c;
}
span.enter-label {
  color: #fff;
  font-size: 1.4rem;
  float: left;
  padding: 10px 0px 5px 55px;
}
p.spam-note-tmp1 {
  font-size: 1rem;
  position: absolute;
  bottom: -10px;
  width: 100%;
  color: #FFF;
}
img.mail-icon {
  width: 150px;
  transform: rotate(-30deg);
  float: left;
  margin: -25px 50px 0px 50px;
}
.mp-newsletter-template1 {
  width: 70% !important;
  height: 25px !important;
}
.btn-subscribe-template1 {
  margin-bottom: 3px;
  line-height: 5px;
  background: #88c753;
  border: none;
  height: 25px;
}
.btn-subscribe-template1:hover {
  background: #88c753;
  border: none;
}
.popup-loader.loader-template1 {
  margin-top: -10px;
}
div#mp-newsletter-error {
  position: absolute;
  width: 100%;
}
#mp-popup-template2 {
  width: 100%;
  height: 100%;
}
span.mp-popup-title-tmp2 {
  display: block;
  font-size: 3.5rem;
  font-weight: 600;
  color: #43265e;
  height: 20%;
  padding-top: 35px;
}
.mp-newsletter-validate-detail-template2 {
  height: 30%;
}
span.mp-popup-text-content-tmp2 {
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  color: #43265e;
  height: 30%;
}
.mp-newsletter-template2 {
  width: 70% !important;
  height: 40px !important;
  display: block;
  margin: 0 auto;
}
.popup-btn-subscribe-template2 {
  padding-top: 25px;
}
.btn-subscribe-template2 {
  background: #5ecbac;
  border: none;
  width: 50%;
  height: 40px;
}
.btn-subscribe-template2:hover {
  background: #5ecbac;
  border: none;
}
p.spam-note-tmp2 {
  font-size: 1.2rem;
  position: absolute;
  bottom: 0;
  width: 100%;
}
.rewardssocial-buttons {
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #googleplus-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 61px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-googleplus-one:hover #googleplus-message {
  display: block;
  margin-top: -50px;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewardssocial-buttons .buttons-googleplus-one > div {
  float: left !important;
  margin-right: 10px !important;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-googleplus-one,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like,
div.rewardssocial-buttons div.buttons-googleplus-one {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img,
div.rewardssocial-buttons div.buttons-googleplus-one img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ECFDFF;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: '(';
}
.link.rewards .counter:after {
  content: ')';
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button {
  width: 49% !important;
}
.hdmx__contact-popup {
  z-index: 1000000;
}
.hdmx__contact-popup .hdmx__wrapper {
  padding-left: 15px;
  padding-right: 15px;
  background-color: white;
  position: relative;
}
.hdmx__contact-popup .hdmx__wrapper:before,
.hdmx__contact-popup .hdmx__wrapper:after {
  content: '';
  display: table;
}
.hdmx__contact-popup .hdmx__wrapper:after {
  clear: both;
}
.hdmx__contact-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100000px;
  height: 10000000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 900001;
}
.hdmx__contact-form {
  margin-bottom: 1.5rem;
}
.hdmx__contact-form:before,
.hdmx__contact-form:after {
  content: '';
  display: table;
}
.hdmx__contact-form:after {
  clear: both;
}
.hdmx__contact-form .action.close {
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  position: absolute;
  background-image: none;
  background: none;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
}
.hdmx__contact-form .action.close:focus,
.hdmx__contact-form .action.close:active {
  background: none;
  border: none;
}
.hdmx__contact-form .action.close:hover {
  background: none;
  border: none;
}
.hdmx__contact-form .action.close.disabled,
.hdmx__contact-form .action.close[disabled],
fieldset[disabled] .hdmx__contact-form .action.close {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.5;
}
.hdmx__contact-form .action.close > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.hdmx__contact-form .action.close:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 16px;
  line-height: 16px;
  color: #8f8f8f;
  content: '\e616';
  font-family: 'icons-blank-theme';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.hdmx__contact-form .action.close:hover:before {
  color: inherit;
}
.hdmx__contact-form .action.close:active:before {
  color: inherit;
}
.hdmx__contact-form .fieldset {
  margin-bottom: 0;
}
.hdmx__contact-form .fieldset .legend {
  font-size: 1.8rem;
  line-height: 2.3rem;
  font-weight: 600;
  margin-top: 1rem;
  border-bottom: none;
  padding-right: 2rem;
}
.hdmx__contact-form .fieldset .group-2 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.hdmx__contact-form .fieldset .group-2:before,
.hdmx__contact-form .fieldset .group-2:after {
  content: '';
  display: table;
}
.hdmx__contact-form .fieldset .group-2:after {
  clear: both;
}
.hdmx__contact-form .fieldset .group-2 .field {
  float: left;
  width: 50%;
  box-sizing: border-box;
  padding-left: 1rem;
  padding-right: 1rem;
}
.hdmx__contact-form .actions-toolbar .action.primary {
  float: right;
  padding: 1rem 2rem;
  height: auto;
}
.hdmx__contact-form.success .message-success {
  text-align: center;
  font-size: 17px;
  font-weight: 300;
  margin-top: 5rem;
}
.helpdesk-contact-form.page-layout-empty .column.main {
  padding-bottom: 0;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -6.5rem;
  width: 15rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.search__result-tabs {
  list-style: none;
  border-bottom: 1px solid #cccccc;
  padding: 0;
}
.search__result-tabs:before,
.search__result-tabs:after {
  content: '';
  display: table;
}
.search__result-tabs:after {
  clear: both;
}
.search__result-tabs li {
  margin: 0 5px -1px 0;
  padding: 0;
  float: left;
}
.search__result-tabs li a {
  display: block;
  padding: 10px 35px;
  text-decoration: none;
  color: #7d7d7d;
  background: #f6f6f6;
  border: 1px solid #cccccc;
  border-radius: 1px 1px 0 0;
}
.search__result-tabs li a.active,
.search__result-tabs li a:hover,
.search__result-tabs li a:focus {
  color: #333;
  background: #fff;
}
.search__result-tabs li a.active {
  border-bottom: 1px solid #fff;
}
.search__result-tabs li:only-child {
  display: none;
}
.search__result-index ul {
  list-style: none;
  margin-bottom: 10px;
  padding-left: 0;
}
.search__result-index ul li {
  margin: 3rem 0;
}
.search__result-index ul li .title {
  font-size: 1.8rem;
  font-weight: 300;
}
.search__index-magento-catalog-category ul li {
  margin: 1.5rem 0;
}
.search__index-magento-catalog-category ul li .title {
  font-size: 1.6rem;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child) {
  display: inline-block;
  text-decoration: none;
}
.search__index-magento-catalog-category ul li .title a:not(:last-child):after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  line-height: 1rem;
  color: #a3a3a3;
  content: '\e608';
  font-family: 'icons-blank-theme';
  margin: 0px 5px 0px 10px;
  vertical-align: 'middle';
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.search-result-highlight {
  background: #ff0;
}
#search_autocomplete {
  display: none !important;
  height: 0 !important;
  overflow: hidden !important;
}
.block-search {
  z-index: 10000;
}
.multi-checkout-fields label {
  display: block;
  margin-bottom: 7px;
}
.multi-checkout-fields .field {
  margin: 1.5em 0;
}
.multi-checkout-fields .field.checkbox label {
  display: inline-block;
  margin: 0 0 0 12px;
}
.collection-point-country,
.collection-point-postalcode,
.collection-point-button {
  display: inline-block;
  padding: 20px 10px 0 0;
}
.collection-point-list {
  border: 1px solid #c2c2c2;
  max-height: 200px;
  overflow: auto;
}
.collection-point-postalcode {
  max-width: 9em;
  vertical-align: top;
}
.field-error {
  color: #e02b27;
  font-size: 1.2rem;
  margin-top: 7px;
}
table.collection-point-opening-hours > tbody > tr > td {
  padding-bottom: 2px;
}
.collection-point-message {
  padding-top: 10px;
}
.box-order-shipping-address .box-subtitle {
  font-weight: 600;
}
.box-order-shipping-address .order-shipping-secondary-address {
  margin-top: 1rem;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.product-items .action.towishlist:before,
.products.list.items .action.towishlist:before,
.table-comparison .action.towishlist:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f08a";
  overflow: inherit;
}
.page-products .product-item-name a {
  color: #333333;
  text-decoration: none;
  display: block;
  padding: 0px 10px;
}
.page-products .product-item-name a:hover {
  color: #997663;
}
.products-list .product-items {
  margin-left: 0 !important;
}
.products-list .product-items .product-item {
  padding-left: 0 !important;
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.products-list .product-items .product-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.products-list .product-item-actions .actions-primary {
  display: table-cell;
  vertical-align: middle;
}
.products-list .product-item-actions .tocart {
  margin-bottom: 0;
}
.products-list .product-item-actions .actions-secondary {
  display: table-cell;
  padding-left: 10px;
  vertical-align: middle;
}
.products-list .product-item-actions .actions-secondary .action {
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: inline-block;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  text-align: center;
}
.products-list .product-item-actions .actions-secondary .action:before {
  font-size: 18px;
}
.products-list .product-item-actions .actions-secondary .action:hover {
  background: #997663;
  color: #ffffff !important;
}
.products-list .product-item-actions .actions-secondary .action:hover:before {
  color: #ffffff;
}
.products-list .product-item-actions .actions-secondary .action.towishlist {
  margin-right: 10px;
}
.products-list .product-item-actions .actions-secondary .action.towishlist:hover:before {
  color: #ffffff;
}
.products-list .product-item-actions .actions-secondary .action.tocompare:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f079";
  font-size: 22px;
}
.products-list .action.more {
  font-weight: 700;
  color: #997663;
  text-decoration: none;
}
.products-list .action.more:hover {
  color: #706251;
}
.product-info-main .product-info-price .product-info-stock-sku {
  float: right;
  text-align: right;
}
.product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku > .value {
  height: 34px;
  min-width: 100px;
  background-color: #997663;
  color: #ffffff;
  text-align: center;
  padding: 5px 10px;
  line-height: 24px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  font-weight: 600;
  vertical-align: middle;
}
.product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .type {
  vertical-align: middle;
  font-size: 15px;
  color: #222222;
  font-weight: 500;
}
.product-info-main .product-info-price .product-reviews-summary {
  float: left;
  margin: 0;
  padding: 3px 0px;
  line-height: 28px;
}
.product-info-main .product-info-price .price-box {
  clear: both;
  overflow: hidden;
  width: 100%;
  margin: 0px;
  padding-top: 10px;
}
.product-info-main .product.attribute.overview {
  border-bottom: solid 1px #e1e1e1;
  margin: 0px;
  padding: 15px 0px;
}
.product-info-main .product.attribute.overview .value {
  font-weight: 500;
  color: #4b4b4b;
  line-height: 23px;
}
.product-info-main .product.attribute.overview .value p {
  margin: 0;
  padding: 0;
}
.product-info-main .brand-data {
  padding: 15px 0px;
  text-align: right;
}
.product-info-main .brand-data .brand-label {
  font-weight: 500;
  font-size: 14px;
  color: #222222;
}
.product-info-main .brand-data .brand-image a {
  color: #997663;
  text-decoration: none;
}
.product-info-main .brand-data .brand-image a:hover {
  color: #706251;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt {
  margin: 0px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute {
  padding-bottom: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-label {
  font-weight: 500;
  font-size: 15px;
  color: #222222;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute .swatch-attribute-selected-option {
  font-weight: 600;
  font-size: 15px;
  color: #222222;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .swatch-opt .swatch-attribute select {
  height: 38px;
  border-color: #e1e1e1;
  font-size: 12px;
  color: #767676;
}
.product-info-main .price-label {
  display: none;
}
.product-info-main .price-box .old-price {
  color: #767676;
  margin-left: 15px;
}
.product-info-main .price-box .old-price .price-wrapper .price {
  color: #767676;
  font-size: 18px;
}
.fotorama__thumb-border {
  display: none;
}
.fotorama__nav__frame .fotorama__thumb {
  border: solid 1px transparent;
}
.fotorama__nav__frame.fotorama__active .fotorama__thumb {
  border: solid 1px #997663;
}
.fotorama__arr,
.fotorama__thumb__arr {
  background: none !important;
}
.product-social-links {
  clear: both;
  text-align: center;
  border-top: solid 1px #e1e1e1;
  padding: 20px 0;
}
.product-social-links .addthis_toolbox a {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0px 5px;
  text-decoration: none;
  font-size: 15px;
  color: #333333;
}
.product-social-links .addthis_toolbox a:hover {
  color: #997663;
}
.size-chart-seciton a.size-chart-button {
  color: #997663;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 500;
}
.size-chart-seciton a.size-chart-button:hover {
  color: #706251;
}
@media (max-width: 991px) {
  .block-search .block-content {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .block-search {
    margin-top: 10px;
  }
}
@media (min-width: 992px) {
  .block-search {
    float: left;
    padding-left: 0px;
    position: relative;
    width: 607px;
    z-index: 4;
    margin-top: 39px;
    margin-left: 82px;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 0px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 45px;
    position: static;
    background: #ffffff;
    border: solid 1px #9a7763;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    height: 42px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    padding: 5px 0;
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 1;
    background: #997663;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
}
.cart.table-wrapper table thead th.col {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 13px;
}
.cart.table-wrapper table thead th.col:first-child {
  padding-left: 0;
}
.cart.table-wrapper table thead th.col:last-child {
  padding-right: 0;
}
.cart.table-wrapper table .item-actions td .actions-toolbar .action {
  font-size: 18px;
  padding: 5px;
  width: 30px;
  height: 30px;
  text-align: center;
}
.cart.table-wrapper table .item-actions td .actions-toolbar .action span {
  display: none;
}
.cart.table-wrapper table .item-actions td .actions-toolbar .action:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
}
.cart.table-wrapper table .item-actions td .actions-toolbar .action.action-edit:before {
  content: "\f044";
}
.cart.table-wrapper table .item-actions td .actions-toolbar .action.action-delete:before {
  content: "\f014";
}
.grand.totals strong {
  font-weight: 700;
}
.minicart-wrapper .action.showcart:before {
  content: "";
  background: url(../images/cart.png) no-repeat;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0px 24px 0px 0px;
}
.minicart-wrapper .action.showcart.active:before {
  content: "";
  background: url(../images/cart.png) no-repeat;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0px 24px 0px 0px;
}
.block.newsletter h4 {
  margin: 0px;
  font-size: 25px;
  line-height: 1;
  color: #000000;
}
.block.newsletter p {
  font-size: 16px;
  line-height: 1;
  padding: 10px 0px 0;
}
.footer-logo {
  text-align: center;
  margin-bottom: 20px;
  display: inline-block;
  width: 28.3%;
  text-align: left;
  vertical-align: top;
}
.footer.content h3 {
  font-size: 25px;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  margin: 0px 0px 30px;
  padding: 12px 0px 0px;
}
.footer.content h3:after {
  height: 2px;
  background: #000000;
  width: 52px;
  content: "";
  display: block;
  margin-top: 13px;
}
.footer.content .social-media-footer {
  display: inline-block;
  vertical-align: top;
  width: 28.3%;
  border-right: solid 1px #e1e1e1;
  padding-left: 50px;
  min-height: 150px;
}
.footer.content .social-media-footer ul {
  font-size: 0;
}
.footer.content .social-media-footer ul li {
  display: inline-block;
  padding: 0;
  width: 32px;
  height: 32px;
  border: solid 2px #9d9d9d;
  color: #9d9d9d;
  text-align: center;
  line-height: 28px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  font-size: 14px;
  margin-right: 10px;
}
.footer.content .social-media-footer ul li:last-child {
  margin: 0;
}
.footer.content .social-media-footer ul li a {
  color: #9d9d9d;
  display: block;
}
.footer.content .social-media-footer ul li:hover {
  border-color: #706251;
}
.footer.content .social-media-footer ul li:hover a {
  color: #706251;
}
.footer.content .footer-address {
  display: inline-block;
  vertical-align: top;
  width: 41.3%;
  text-align: center;
  padding: 0px 20px;
  border-right: solid 1px #e1e1e1;
  min-height: 150px;
}
.footer.content .footer-address p {
  line-height: 20px;
  font-size: 15px;
  padding: 10px 0px 10px;
  margin: 0;
}
.footer.content .footer-address p a {
  text-decoration: none;
  color: #333333;
}
.footer.content .footer-address p a:hover {
  color: #706251;
}
.footer.content .footer-payment {
  display: inline-block;
  vertical-align: top;
  width: 30.4%;
  padding-left: 100px;
  min-height: 150px;
}
.page-bottom {
  width: 100% !important;
}
.page-bottom .customer-services {
  overflow: hidden;
  padding: 85px 0px 66px;
}
.page-bottom .customer-services .col-customer-sevices {
  float: left;
  width: 33.33%;
  padding: 0px 20px 0px 0px;
}
.page-bottom .customer-services .col-customer-sevices .customer-icon {
  float: left;
  width: 104px;
  height: 104px;
  line-height: 0;
  border: solid 1px #e3e3e3;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  overflow: hidden;
  background: #ffffff;
  margin-right: 20px;
}
.page-bottom .customer-services .col-customer-sevices h3 {
  font-size: 21px;
  line-height: 1;
  font-weight: 800;
  color: #000000;
  margin: 0px 0px 0px;
  padding: 13px 0px 7px;
}
.page-bottom .customer-services .col-customer-sevices p {
  color: #8a8a8a;
  font-size: 16px;
  line-height: 24px;
  margin: 0;
}
.page-header .header.panel .top-links-header {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  font-size: 0;
  display: inline-block;
  vertical-align: top;
}
.page-header .header.panel .top-links-header li {
  display: inline-block;
  font-size: 13px;
  line-height: 1;
  font-weight: 700;
  /*text-transform: uppercase;*/
  border-right: 1px solid #ccc;
  margin: 0;
}
.page-header .header.panel .top-links-header li a {
  text-decoration: none;
  color: #000000;
  padding: 0px 5px;
  display: block;
}
.page-header .header.panel .top-links-header li a:hover {
  color: #cdbf9e;
}
.page-header .header.panel .top-links-header li:last-child {
  border: none;
}
.custom-links {
  list-style: none;
  float: left;
  padding: 0px 0px 0px 34px;
  margin: 39px 0px 0px 34px;
  border-left: solid 1px #e1e1e1;
}
.custom-links li {
  margin: 0;
  font-size: 13px;
  line-height: 1;
  color: #6c6c6c;
  font-weight: 500;
  padding-top: 3px;
  padding-bottom: 5px;
  /*&.compare{
            a{
                background:  url(../images/compare.png) no-repeat;
                padding-left: 26px;

                &:hover{
                    background: url(../images/compare-hover.png) no-repeat;
                }

            }
        }*/
}
.custom-links li a {
  text-decoration: none;
  color: #6c6c6c;
  display: block;
}
.custom-links li a .fa {
  margin-right: 10px;
}
.custom-links li a:hover {
  color: #997663;
}
.page-header .switcher .options .action.toggle:after,
.page-footer .switcher .options .action.toggle:after,
.page-header .switcher .options .action.toggle.active:after,
.page-footer .switcher .options .action.toggle.active:after {
  font-family: FontAwesome;
}
.page-header .switcher .options .action.toggle,
.page-footer .switcher .options .action.toggle {
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
}
.page-header .switcher .options .action.toggle:hover,
.page-footer .switcher .options .action.toggle:hover {
  color: #997663;
}
@media (max-width: 991px) {
  .header.content {
    padding: 10px 15px 0!important;
  }
  .logo {
    float: left;
    margin: 0 0 10px 40px !important;
    max-width: 50%;
    position: relative;
    z-index: 5;
  }
  .logo img {
    display: block;
  }
  .page-print .logo {
    float: none;
  }
}
.account.page-layout-2columns-left .sidebar-main {
  width: 22.1%;
}
.account.page-layout-2columns-left .column.main {
  width: 75.6% !important;
}
.account-nav .content {
  background: #f1f1f1;
  padding: 0;
}
.account-nav .content ul li.nav.item {
  position: relative;
  text-transform: uppercase;
  color: #222222;
  line-height: 1;
  font-size: 13px;
  font-weight: 500;
}
.account-nav .content ul li.nav.item a {
  text-decoration: none;
  color: #222222;
  display: block;
  padding: 15px;
}
.account-nav .content ul li.nav.item a:hover {
  color: #fba51a;
}
.account-nav .content ul li.nav.item.current strong {
  color: #fba51a;
  border-color: #fba51a;
}
.wishlist-index-index .products-grid.wishlist .product-item {
  margin-left: calc(4.25%);
  padding: 0;
  width: 30.5%;
}
.wishlist-index-index .products-grid.wishlist .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner {
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 15px;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .field.qty .control {
  width: auto;
  display: inline-block;
  float: none;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .field.qty .label {
  display: inline-block;
  float: none;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .tocart {
  margin-bottom: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .product-item-actions a.action.edit {
  color: #fba51a;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .product-item-actions a.action.delete {
  color: #ff0000;
}
.wishlist-index-index .actions-toolbar {
  margin-top: 40px;
}
.catalog-product-compare-index .table-comparison .cell.product.info {
  text-align: center;
}
.catalog-product-compare-index .table-comparison .cell.attribute {
  text-align: center;
}
.catalog-product-compare-index .table-comparison .cell.remove a.action.delete {
  width: 30px;
  height: 30px;
  line-height: 28px;
  background: #fba51a;
  border-radius: 50%;
}
.catalog-product-compare-index .table-comparison .cell.remove a.action.delete:before {
  color: #fff;
}
body.blog-post-view .page-title {
  margin-bottom: 2rem;
}
.blog__post-view:before,
.blog__post-view:after {
  content: '';
  display: table;
}
.blog__post-view:after {
  clear: both;
}
.blog__post-view .blog__post-featured-image {
  float: left;
  padding: 0 2rem 2rem 0;
}
.blog__post-view-related-posts {
  margin: 2rem 0;
}
.blog__post-view-related-posts:before,
.blog__post-view-related-posts:after {
  content: '';
  display: table;
}
.blog__post-view-related-posts:after {
  clear: both;
}
.blog__post-view-related-posts .block-title {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.blog__post-view-related-posts ol {
  margin: 0 -1.5rem;
  list-style: none;
  padding: 0;
}
.blog__post-view-related-posts ol li {
  float: left;
  width: 50%;
  padding-left: 1.5rem;
  box-sizing: border-box;
  margin-bottom: 2rem;
  color: #999;
  font-size: 1.2rem;
}
.blog__post-view-related-posts ol li img {
  max-width: 7rem;
  margin: 0 1rem 1rem 0;
  float: left;
  border-radius: 2px;
}
.blog__post-view-related-posts ol li a.post-name {
  display: block;
  margin-top: -5px;
  font-weight: 500;
  color: #333;
  font-size: 1.4rem;
}
.blog__post-view-related-products {
  margin: 2rem 0;
}
.blog__post-view-related-products:before,
.blog__post-view-related-products:after {
  content: '';
  display: table;
}
.blog__post-view-related-products:after {
  clear: both;
}
.blog__post-view-related-products .block-title {
  font-size: 1.8rem;
}
.blog__post-view-related-products ol {
  margin: 0;
  list-style: none;
  padding: 0;
}
.addthis_bar_fixed {
  display: none !important;
}
.blog__post-list-wrapper .blog__post-list {
  list-style: none;
  padding: 0;
}
.blog__post-list-wrapper .blog__post-list > li {
  margin-bottom: 3rem;
  border-bottom: 1px dotted #ddd;
}
.blog__post-list-wrapper .toolbar {
  position: relative;
}
.blog__post-item:before,
.blog__post-item:after {
  content: '';
  display: table;
}
.blog__post-item:after {
  clear: both;
}
.blog__post-item .blog__post-header .blog__post-title {
  margin-bottom: 1.5rem;
  margin-top: 0;
}
.blog__post-item .blog__post-header .blog__post-title a {
  color: #333;
  font-size: 3.5rem;
}
.blog__post-item .blog__post-header .blog__post-title a:hover {
  text-decoration: none;
  color: #000;
}
.blog__post-item .blog__post-excerpt:before,
.blog__post-item .blog__post-excerpt:after {
  content: '';
  display: table;
}
.blog__post-item .blog__post-excerpt:after {
  clear: both;
}
.blog__post-item .blog__post-excerpt > img,
.blog__post-item .blog__post-excerpt > a > img {
  float: left;
  padding: 0 2rem 2rem 0;
  max-width: 30%;
}
.blog__post-item .blog__post-excerpt .read-more {
  display: block;
  text-align: right;
  margin-top: 1rem;
}
.blog__post-meta {
  color: #a3a3a3;
  margin-bottom: 2rem;
}
.blog__post-meta:before,
.blog__post-meta:after {
  content: '';
  display: table;
}
.blog__post-meta:after {
  clear: both;
}
.blog__post-meta .blog__post-meta-time,
.blog__post-meta .blog__post-meta-author,
.blog__post-meta .blog__post-meta-comments,
.blog__post-meta .blog__post-meta-sharing {
  margin-right: 2rem;
}
.blog__post-meta .blog__post-meta-sharing {
  display: inline-block;
  margin-left: 2rem;
}
.blog__post-footer {
  margin-bottom: 2rem;
  color: #a3a3a3;
}
.blog__post-footer:before,
.blog__post-footer:after {
  content: '';
  display: table;
}
.blog__post-footer:after {
  clear: both;
}
.blog__post-footer .blog__post-footer-categories,
.blog__post-footer .blog__post-footer-tags {
  display: block;
  float: right;
  margin-left: 2rem;
}
.blog__post-footer .blog__post-footer-categories a,
.blog__post-footer .blog__post-footer-tags a {
  color: #a3a3a3;
}
.blog__post-footer .blog__post-footer-categories a::after,
.blog__post-footer .blog__post-footer-tags a::after {
  content: ',';
}
.blog__post-footer .blog__post-footer-categories a:last-child::after,
.blog__post-footer .blog__post-footer-tags a:last-child::after {
  content: '';
}
.blog__post-pinned {
  margin-bottom: 3rem;
  position: relative;
}
.blog__post-pinned:before,
.blog__post-pinned:after {
  content: '';
  display: table;
}
.blog__post-pinned:after {
  clear: both;
}
.blog__post-pinned .block-title {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.5rem 1rem;
  background: rgba(255, 255, 255, 0.6);
  color: #333333;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 1.8rem;
  width: 100%;
}
.blog__post-pinned .items .item {
  float: left;
  width: 32%;
  margin-right: 2%;
}
.blog__post-pinned .items .item img {
  width: 100%;
  margin-bottom: 1rem;
}
.blog__post-pinned .items .item:last-child {
  margin-right: 0;
}
.blog__post-pinned .items .item h2 {
  display: block;
  margin-top: 0;
  font-weight: 500;
}
.blog__post-pinned .items .item h2 a.title {
  color: #333;
  font-size: 1.8rem;
}
.blog__sidebar-main > .block {
  margin-bottom: 2rem !important;
}
.blog__sidebar-main > .block .block-title {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 0.5rem;
}
.blog__sidebar-main > .block .block-title strong {
  font-weight: 300;
}
.blog__sidebar-search {
  margin-bottom: 2rem;
}
.blog__sidebar-search form {
  position: relative;
}
.blog__sidebar-search form input {
  font-size: 1.3rem;
  border-radius: 3px;
}
.blog__sidebar-search form button {
  right: 0;
  top: 0;
  position: absolute;
  border-radius: 0 3px 3px 0;
}
.blog__sidebar-recent .item:before,
.blog__sidebar-recent .item:after {
  content: '';
  display: table;
}
.blog__sidebar-recent .item:after {
  clear: both;
}
.blog__sidebar-recent .item img {
  padding: 0 1rem 1rem 0;
  float: left;
  max-width: 10rem;
  border-radius: 2px;
}
.blog__sidebar-recent .item a {
  color: #333;
  font-size: 1.2rem;
  display: block;
  text-decoration: none;
}
.blog__sidebar-category-tree li.item.level-2 a {
  padding-left: 4rem;
}
.blog__sidebar-category-tree li.item.level-3 a {
  padding-left: 7rem;
}
.blog__sidebar-category-tree li.item.level-4 a {
  padding-left: 9rem;
}
.blog__sidebar-category-tree li.item.level-5 a {
  padding-left: 12rem;
}
.blog__sidebar-tag-cloud a {
  color: #666;
}
.blog__sidebar-rss-link {
  text-align: center;
}
.blog__sidebar-rss-link a {
  color: #999;
  font-size: 1.5rem;
}
.blog__sidebar-rss-link a:hover {
  text-decoration: none;
}
.blog__post-catalog-related-posts ol {
  list-style: none;
  padding: 0;
}
.blog__post-catalog-related-posts ol li {
  margin-bottom: 3rem;
}
.blog__post-catalog-related-posts ol li:before,
.blog__post-catalog-related-posts ol li:after {
  content: '';
  display: table;
}
.blog__post-catalog-related-posts ol li:after {
  clear: both;
}
.blog__post-catalog-related-posts ol li .post-image {
  width: 30%;
  max-width: 10rem;
  float: left;
  padding: 0 1rem 1rem 0;
  border-radius: 3px;
}
.blog__post-catalog-related-posts ol li .post-name {
  display: block;
  font-weight: 500;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .amazon-addresses .amazon-address:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .amazon-addresses .amazon-address:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .amazon-addresses:before,
  .amazon-addresses:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .login-container:before,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .amazon-addresses:after,
  .block-cart-failed .block-content:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .cart-container:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .cart-gift-item .actions,
  .cart-container .form-cart .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .cart-gift-item .action.continue,
  .cart-container .form-cart .action.continue {
    float: left;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1290px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #7d7d7d;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #7d7d7d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #fcfcfc;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 6px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #d1d1d1;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .hdmx__contact-popup {
    position: fixed;
    top: 7rem;
    left: 50%;
  }
  .hdmx__contact-popup .hdmx__wrapper {
    width: 650px;
    left: -50%;
  }
  body.searchautocomplete__active .block-search {
    width: 500px;
  }
  .searchautocomplete__autocomplete {
    width: 100%;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: '';
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products .products-grid .product-item {
    width: 33.33333333%;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: right;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .modes-label {
    float: left;
    font-size: 13px;
    font-weight: 400;
    line-height: 30px;
    margin-right: 10px;
  }
  .modes-mode {
    color: #7d7d7d;
    border: 1px solid #d1d1d1;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px;
    text-align: center;
    margin: 0 3px;
  }
  .modes-mode:not(.active):hover {
    color: #997663;
    border-color: #997663;
  }
  .modes-mode.active {
    color: #997663;
    border-color: #997663;
  }
  .modes-mode:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f009";
  }
  .modes-mode span {
    display: none;
  }
  .mode-list:before {
    content: "\f0ca";
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: inline-block;
    vertical-align: top;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 0;
    text-align: center;
    vertical-align: top;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: 0px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 64px;
  }
  .page-layout-1column .product-info-main {
    width: 41%;
  }
  .page-layout-1column .product.media {
    width: 56.4%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
    padding-right: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: right;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
    text-transform: uppercase;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
    margin-top: 39px;
  }
  .minicart-wrapper .block-minicart {
    right: 0px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 10px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .block.newsletter {
    width: 100%;
    text-align: center;
    float: none !important;
    margin: 0 auto;
    max-width: 100%;
    padding-bottom: 20px;
    vertical-align: middle;
    display: inline-block;
  }
  .block.newsletter .content {
    width: 50%;
    margin: 0 auto;
  }
  .block.newsletter .field {
    margin-right: 0px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 0px;
  }
  html,
  body {
    height: 100%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .navigation ul {
    padding: 0 0;
  }
  .header.panel {
    text-align: center;
  }
  .header.panel > .header.links {
    float: none;
    display: inline;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 13px;
    margin: 0 0 0 0px;
    line-height: 1;
    font-weight: 700;
    border-right: 1px solid #ccc;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1;
    color: #000000;
    display: block;
    padding: 0 5px;
  }
  .header.panel > .header.links > li.welcome:hover,
  .header.panel > .header.links > li a:hover {
    color: #706251;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 0 20px 14px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: right;
  }
  .page-header .switcher {
    display: inline-block;
    float: left;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0px auto 0px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: block;
    margin-bottom: 9px;
    border-top: solid 1px #e1e1e1;
    padding: 38px 0px 0 0;
    text-align: center;
    clear: both;
    margin-top: 50px;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer .copyright {
    text-align: center;
    font-size: 14px;
    color: #000000;
    margin-bottom: 39px;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 0 0;
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
    padding-right: 2px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 100%;
  }
  .navigation .blog-mx.level0:last-child {
    float: right;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: calc((100% - 3 * 30.5%) / 2);
    padding: 0;
    width: 30.5%;
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n + 1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 23.233%) / 3);
    padding: 0;
    width: 23.233%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.static-banner-home {
  line-height: 0;
  width: 100%;
}
.static-banner-home img {
  width: 100%;
  height: auto;
}
.page-wrapper > .widget.home-imageslider {
  max-width: 100%;
  margin: 0;
  width: 100%;
  padding: 0;
}
.page-wrapper > .widget.home-imageslider ul {
  list-style: none;
  margin-bottom: 0;
}
.page-wrapper > .widget.home-imageslider .owl-carousel .owl-nav {
  margin: 0;
}
.page-wrapper > .widget.home-imageslider .owl-carousel .owl-nav .owl-prev,
.page-wrapper > .widget.home-imageslider .owl-carousel .owl-nav .owl-next {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 32px;
  padding: 10px;
  font-size: 15px;
  line-height: 22px;
  color: #4c4b4b;
  word-wrap: break-word;
  text-transform: uppercase;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  background: none;
}
.page-wrapper > .widget.home-imageslider .owl-carousel .owl-nav .owl-prev:hover,
.page-wrapper > .widget.home-imageslider .owl-carousel .owl-nav .owl-next:hover {
  color: #706251;
}
.page-wrapper > .widget.home-imageslider .owl-carousel .owl-nav .owl-prev {
  left: 0;
}
.page-wrapper > .widget.home-imageslider .owl-carousel .owl-nav .owl-next {
  right: 0;
}
.block-search .action.search:hover {
  background: #706251;
  color: #ffffff;
}
.block-search .action.search:before {
  color: #ffffff;
  font-size: 20px;
  line-height: 1;
}
.block.brand-widget {
  margin: 0px;
  margin-top: 50px;
  position: relative;
}
.block.brand-widget .brandowl-play {
  position: relative;
}
.block.brand-widget .brandowl-play .owl-carousel {
  padding-left: 0;
  padding-right: 0;
  margin: 0px 30px;
}
.block.brand-widget .brandowl-play .owl-carousel .owl-item {
  border: solid 1px #ebebeb;
  padding: 20px;
}
.block.brand-widget .brandowl-play .owl-carousel .owl-item .brand-item {
  position: relative;
}
.block.brand-widget .owl-left,
.block.brand-widget .owl-right {
  position: absolute;
  z-index: 1;
  top: 0%;
  bottom: 0%;
  width: 30px;
  text-align: center;
  padding: 0px;
  font-size: 21px;
  color: #4c4b4b;
  word-wrap: break-word;
  text-transform: uppercase;
  border: solid #ebebeb 1px;
}
.block.brand-widget .owl-left .fa,
.block.brand-widget .owl-right .fa {
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  color: #a4a4a4;
  left: 0;
  right: 0;
}
.block.brand-widget .owl-left:hover,
.block.brand-widget .owl-right:hover {
  color: #706251;
  background: #997663;
}
.block.brand-widget .owl-left:hover .fa,
.block.brand-widget .owl-right:hover .fa {
  color: #ffffff;
}
.block.brand-widget .owl-left {
  left: 0;
}
.block.brand-widget .owl-right {
  right: 0;
}
.owl-nav.disabled + .owl-dots,
.owl-dots {
  display: none;
}
.breadcrumbs {
  margin-bottom: 30px;
}
.breadcrumbs ul.items {
  border-bottom: solid 1px #e1e1e1;
  line-height: 1;
  padding-top: 20px;
  padding-bottom: 20px;
}
.breadcrumbs ul.items li.item {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1;
  color: #222222;
}
.breadcrumbs ul.items li.item a {
  color: #222222;
  text-decoration: none;
}
.breadcrumbs ul.items li.item a:hover {
  color: #997663;
}
.breadcrumbs ul.items li.item strong {
  color: #997663;
}
.breadcrumbs ul.items li.item:not(:last-child):after {
  content: "/";
  font-family: 'Raleway', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 12px;
  line-height: 1;
  margin: 0px 5px;
}
.get-in-touch {
  float: left;
  width: 35.8%;
  position: relative;
}
.get-in-touch h3 {
  margin: 0px;
  padding: 0;
  line-height: 1;
  font-size: 23px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 31px;
}
.get-in-touch ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  font-size: 0;
}
.get-in-touch ul li {
  margin: 0px;
  line-height: 24px;
  font-size: 15px;
  color: #7d7d7d;
  font-weight: 500;
  border-bottom: solid 1px #ebebeb;
  padding: 18px 0px 30px 0px;
}
.get-in-touch ul li strong {
  font-weight: 500;
  color: #222222;
  display: inline-block;
  width: 25.7%;
  vertical-align: top;
  padding-right: 5px;
}
.get-in-touch ul li a {
  text-decoration: none;
  color: #7d7d7d;
}
.get-in-touch ul li a:hover {
  color: #997663;
}
.get-in-touch ul li span {
  display: inline-block;
  width: 74.3%;
  vertical-align: top;
}
.get-in-touch ul li.follow-us span a {
  margin-right: 10px;
}
.get-in-touch ul li:last-child {
  border: none;
  padding-bottom: 0;
}
.form.contact {
  float: right;
  position: relative;
  width: 59.3%;
}
.form.contact .fieldset {
  margin-bottom: 0px;
}
.form.contact .fieldset .legend {
  margin: 0px;
  padding: 0;
  line-height: 1;
  font-size: 23px;
  color: #222222;
  font-weight: 700;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 55px;
}
.form.contact .fieldset .field {
  width: 31.4%;
  float: left;
  margin-bottom: 20px;
}
.form.contact .fieldset .field .input-text {
  border-color: #e1e1e1;
  height: 48px;
  font-size: 13px;
  color: #898989;
  font-weight: 300;
}
.form.contact .fieldset .field.email {
  width: 37.2%;
  padding-right: 2.8%;
  padding-left: 2.8%;
}
.form.contact .fieldset .field.comment {
  width: 100%;
}
.form.contact .fieldset .field.comment .input-text {
  height: 148px;
}
.form.contact .fieldset .field .control {
  width: 100%;
}
.form.contact .actions-toolbar {
  margin: 0px !important;
}
.form.contact .actions-toolbar .primary .action {
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  font-size: 17px;
  font-weight: 400;
  background: #997663;
  border-color: #997663;
  line-height: 18px;
  padding: 14px 43px;
}
.form.contact .actions-toolbar .primary .action:hover {
  border-color: #706251;
  background: #706251;
}
.form.contact .actions-toolbar .primary .action .fa {
  margin-right: 5px;
}
.home-products-section .tabs-section {
  text-align: center;
  margin-bottom: 60px;
  padding-top: 60px;
}
.home-products-section .tabs-section .tablinks {
  width: 92px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  color: #8a8a8a;
  border: solid 1px #e1e1e1;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 12px 5px;
  margin: 0px 8px;
}
.home-products-section .tabs-section .tablinks.active,
.home-products-section .tabs-section .tablinks:hover {
  background: #997663;
  color: #ffffff;
}
.home-products-section .tabs-section h3 {
  font-size: 22px;
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
  color: #222222;
  margin: 0px 0px 67px;
}
.home-products-section .tabs-section h3 span {
  font-size: 16px;
  display: block;
  color: #a4a4a4;
  font-weight: 400;
  font-style: italic;
  font-family: 'Playfair Display', serif;
  text-transform: none;
  padding-bottom: 18px;
}
p:empty {
  display: none;
}
.cms-index-index .page-main {
  max-width: 100%;
  padding: 0;
  background: #efefef;
}
.cms-index-index .page-main .columns {
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  max-width: 1290px;
  padding-left: 20px;
  padding-right: 20px;
  width: auto;
}
.products-grid .product-item .product-item-info {
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  background: #ffffff;
  text-align: center;
  position: relative;
}
.products-grid .product-item .actions-secondary {
  display: none;
  padding-left: 0;
}
.products-grid .product-item:hover .actions-secondary {
  display: block;
  position: absolute;
  left: 15px;
  width: auto;
  top: 50%;
  transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  z-index: 1;
}
.products-grid .product-item:hover .actions-secondary .action {
  width: 40px;
  height: 40px;
  background: #fff;
  line-height: 40px;
  border: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  display: block;
  box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 3px rgba(0, 0, 0, 0.2);
}
.products-grid .product-item:hover .actions-secondary .action:before {
  font-size: 18px;
}
.products-grid .product-item:hover .actions-secondary .action:hover {
  background: #997663;
  color: #ffffff;
}
.products-grid .product-item:hover .actions-secondary .action:hover:before {
  color: #ffffff;
}
.products-grid .product-item:hover .actions-secondary .action.towishlist {
  margin-bottom: 10px;
}
.products-grid .product-item:hover .actions-secondary .action.tocompare:before {
  display: inline-block;
  font-family: FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f079";
  font-size: 22px;
}
.page-header .switcher strong {
  text-align: left;
}
.page-header .switcher strong.view-eng {
  background: url(../images/flags/flag_eng.jpg) no-repeat;
  padding-left: 30px;
}
.page-header .switcher strong.view-fr {
  background: url(../images/flags/flag_fr.jpg) no-repeat;
  padding-left: 30px;
}
.page-header .switcher .options ul.dropdown li {
  text-align: left;
}
.page-header .switcher .options ul.dropdown li.view-fr a {
  background: url(../images/flags/flag_fr.jpg) no-repeat;
}
.page-header .switcher .options ul.dropdown li.view-eng a {
  background: url(../images/flags/flag_fr.jpg) no-repeat;
}
.page-header .switcher .options ul.dropdown li a {
  padding-left: 40px;
  background-position: 10px 7px!important;
}
.page-header .switcher.currency .options ul.dropdown li a {
  padding-left: 8px !important;
}
.page-layout-2columns-left .sidebar-main {
  width: 22.1%;
  padding-right: 0;
}
.page-layout-2columns-left .sidebar-additional {
  width: 22.1%;
  padding-right: 0;
}
.page-layout-2columns-left .column.main {
  width: 75.6%;
}
.page-layout-2columns-right .sidebar-main {
  width: 22.1%;
  padding-left: 0;
  float: right;
}
.page-layout-2columns-right .sidebar-additional {
  width: 22.1%;
  padding-left: 0;
  float: right;
}
.page-layout-2columns-right .column.main {
  width: 75.6%;
}
.sidebar-additional .block {
  border-bottom: solid 1px #e1e1e1;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.sidebar-additional .block .block-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  color: #222222;
  line-height: 1.5;
}
.sidebar-additional .block .block-title strong {
  font-weight: 500;
  color: #222222;
}
.navigation .level0.active > .level-top,
.navigation .level0.has-active > .level-top {
  border: none;
  background: #997663;
  color: #ffffff;
}
.navigation .level0 > .level-top {
  display: block;
}
.navigation .level0 > .level-top:hover {
  background: #706251;
  color: #ffffff;
}
.login-container .block-customer-login {
  padding: 20px;
  border: #e1e1e1 solid 1px;
}
.login-container .block-customer-login .block-title {
  text-transform: uppercase;
  border-color: #e1e1e1;
}
.login-container .block-customer-login .block-title strong {
  font-weight: 700;
}
.login-container .block-new-customer {
  padding: 20px;
  border: #e1e1e1 solid 1px;
  min-height: 395px;
}
.login-container .block-new-customer .block-title {
  text-transform: uppercase;
  border-color: #e1e1e1;
}
.login-container .block-new-customer .block-title strong {
  font-weight: 700;
}
.login-container .actions-toolbar {
  margin-left: 0 !important;
}
.login-container .actions-toolbar .secondary a.action {
  padding: 14px 20px;
  margin: 0;
  font-size: 16px;
  color: #997663;
  line-height: 1;
  text-decoration: none;
}
.login-container .actions-toolbar .secondary a.action:hover {
  color: #706251;
}
.login-container .actions-toolbar .primary .action {
  line-height: 1;
  text-transform: uppercase;
}
.login-container .fieldset .field {
  margin-bottom: 16px;
}
.login-container .fieldset .field .label {
  width: 100%;
  text-align: left;
}
.login-container .fieldset .field .control {
  width: 100%;
}
.login-container .fieldset .field .control .input-text {
  padding: 10px 20px;
  line-height: 24px;
  margin: 0px;
  border-color: #e1e1e1;
  font-size: 16px;
  height: 42px;
}
.login-container .fieldset:after {
  margin-left: 0;
}
.form.create.account.form-create-account {
  width: 100%;
}
.form.create.account.form-create-account .fieldset.create.info {
  padding: 20px;
  border: #e1e1e1 solid 1px;
  float: left;
  width: 48.8%;
  min-height: 380px;
}
.form.create.account.form-create-account .fieldset.create.account {
  padding: 20px;
  border: #e1e1e1 solid 1px;
  min-height: 380px;
  float: right;
  width: 48.8%;
}
.form.create.account.form-create-account .actions-toolbar {
  margin-left: 0 !important;
  overflow: hidden;
  clear: both;
}
.form.create.account.form-create-account .actions-toolbar .secondary a.action {
  padding: 14px 20px;
  margin: 0;
  font-size: 16px;
  color: #997663;
  line-height: 1;
  text-decoration: none;
}
.form.create.account.form-create-account .actions-toolbar .secondary a.action:hover {
  color: #706251;
}
.form.create.account.form-create-account .actions-toolbar .primary .action {
  line-height: 1;
  text-transform: uppercase;
}
.form.create.account.form-create-account .fieldset .legend {
  margin-left: 0;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 1.8rem;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 15px;
  padding-bottom: 12px;
  width: 100%;
}
.form.create.account.form-create-account .fieldset .field {
  margin-bottom: 16px;
}
.form.create.account.form-create-account .fieldset .field .label {
  width: 100%;
  text-align: left;
}
.form.create.account.form-create-account .fieldset .field .control {
  width: 100%;
}
.form.create.account.form-create-account .fieldset .field .control .input-text {
  padding: 10px 20px;
  line-height: 24px;
  margin: 0px;
  border-color: #e1e1e1;
  font-size: 16px;
  height: 42px;
}
.form.create.account.form-create-account .fieldset .field.choice:before {
  display: none;
}
.form.create.account.form-create-account .password-strength-meter {
  margin-top: 5px;
}
.form.password.forget {
  margin: 0 auto;
  padding: 20px;
  border: #e1e1e1 solid 1px;
}
.form.password.forget .actions-toolbar {
  margin-left: 0 !important;
}
.form.password.forget .actions-toolbar .secondary a.action {
  padding: 14px 20px;
  margin: 0;
  font-size: 16px;
  color: #997663;
  line-height: 1;
  text-decoration: none;
}
.form.password.forget .actions-toolbar .secondary a.action:hover {
  color: #706251;
}
.form.password.forget .actions-toolbar .primary .action {
  line-height: 1;
  text-transform: uppercase;
}
.form.password.forget .fieldset .field {
  margin-bottom: 16px;
}
.form.password.forget .fieldset .field .label {
  width: 100%;
  text-align: left;
}
.form.password.forget .fieldset .field .control {
  width: 100%;
}
.form.password.forget .fieldset .field .control .input-text {
  padding: 10px 20px;
  line-height: 24px;
  margin: 0px;
  border-color: #e1e1e1;
  font-size: 16px;
  height: 42px;
}
.form.password.forget .fieldset:after {
  margin-left: 0;
}
.customer-account-login .page-title-wrapper,
.wishlist-index-index .page-title-wrapper,
body.account .page-title-wrapper,
.catalog-product-compare-index .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper,
.checkout-cart-index .page-title-wrapper,
.customer-account-create .page-title-wrapper {
  padding: 30px 0;
}
.customer-account-login .page-title-wrapper .page-title,
.wishlist-index-index .page-title-wrapper .page-title,
body.account .page-title-wrapper .page-title,
.catalog-product-compare-index .page-title-wrapper .page-title,
.customer-account-forgotpassword .page-title-wrapper .page-title,
.checkout-cart-index .page-title-wrapper .page-title,
.customer-account-create .page-title-wrapper .page-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
  padding: 0;
}
.block.filter {
  background: #f1f1f1;
}
.block.filter .filter-title {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  padding: 0px 20px 0;
  margin-bottom: 0;
}
.block.filter .block-subtitle {
  padding: 0px 20px 0;
  color: #997663;
  display: block;
  padding-bottom: 24px;
}
.block.filter .filter-options .filter-options-title {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  border-bottom: solid 1px #e1e1e1;
  padding: 0px 20px 17px;
}
.block.filter .filter-options .filter-options-content {
  padding: 6px 20px 16px;
  margin: 0px;
}
.block.filter .filter-options .filter-options-content .item {
  position: relative;
  text-transform: uppercase;
  color: #222222;
  line-height: 1;
  font-size: 13px;
  padding: 12px 0px 12px 20px;
  font-weight: 500;
}
.block.filter .filter-options .filter-options-content .item:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 12px;
}
.block.filter .filter-options .filter-options-content .item a {
  text-decoration: none;
  color: #222222;
  display: block;
}
.block.filter .filter-options .filter-options-content .item:hover {
  color: #997663;
}
.block.filter .filter-options .filter-options-content .item:hover a {
  color: #997663;
}
.block.filter .filter-current + .filter-actions {
  padding: 0px 20px 0;
}
.block.filter .filter-current + .filter-actions a {
  text-decoration: none;
  color: #997663;
  font-weight: 600;
}
.block.filter .filter-current + .filter-actions a:hover {
  color: #706251;
}
.block.filter .filter-current .filter-label {
  display: inline;
}
.block.filter .filter-current .items {
  padding: 0 20px 0;
  margin: 0px;
}
.block.filter .filter-current .items .item {
  position: relative;
  padding: 5px 0px 5px 15px;
}
.block.filter .filter-current .items .item .action.remove {
  left: -2px;
  position: absolute;
  top: 5px;
}
.block.filter .filter-current .items .item .action.remove span {
  display: none;
}
.block.filter .filter-current .items .item .action.remove:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f00d";
  color: #997663;
}
.layered-extra {
  background: #f1f1f1;
}
.layered-extra h3 {
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #222222;
  border-bottom: solid 1px #e1e1e1;
  padding: 22px 20px 17px;
  margin: 0;
}
.layered-extra ul {
  list-style: none;
  margin: 0px;
  padding: 13px 20px 16px;
  border-bottom: solid 1px #e1e1e1;
  margin-bottom: 30px;
}
.layered-extra ul li {
  position: relative;
  text-transform: uppercase;
  color: #222222;
  line-height: 1;
  font-size: 13px;
  padding: 9px 0px 9px 20px;
  font-weight: 500;
}
.layered-extra ul li:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f105";
  position: absolute;
  left: 0;
  top: 9px;
}
.layered-extra ul li a {
  text-decoration: none;
  color: #222222;
  display: block;
}
.layered-extra ul li:hover {
  color: #997663;
}
.layered-extra ul li:hover a {
  color: #997663;
}
.special-today-off {
  line-height: 0;
  margin-bottom: 46px;
}
.special-today-off a {
  display: block;
}
.product.info.detailed {
  border-top: solid 1px #e1e1e1;
  border-bottom: solid 1px #e1e1e1;
  display: table;
  width: 100%;
}
.product.info.detailed .product.data.items {
  margin-bottom: 0;
  display: table-row;
}
.product.info.detailed .product.data.items .all-custom-tabs {
  display: table-cell;
  width: 18.4%;
  vertical-align: top;
  border-right: solid 1px #e1e1e1;
  padding: 14px 0;
}
.product.info.detailed .product.data.items .all-custom-tabs .data.item.title {
  padding: 18px 0;
}
.product.info.detailed .product.data.items .all-custom-tabs .data.item.title a {
  text-decoration: none;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
}
.product.info.detailed .product.data.items .all-custom-tabs .data.item.title a:hover {
  font-weight: 600;
}
.product.info.detailed .product.data.items .all-custom-tabs .data.item.title.active a {
  font-weight: 600;
}
.product.info.detailed .product.data.items .data.item.content {
  display: table-cell;
  width: 81.6%;
  vertical-align: top;
  border-top: none;
  border-left: solid 1px #e1e1e1;
  float: none;
  margin: 0;
  padding: 36px 46px 30px;
}
.product.info.detailed .product.data.items .data.item.content .description {
  font-size: 15px;
  line-height: 30px;
  color: #4b4b4b;
  font-weight: 500;
}
.product.info.detailed .product.data.items .data.item.content h3 {
  margin: 0px;
  padding: 0;
  text-transform: uppercase;
  color: #333333;
  line-height: 1;
  font-weight: 600;
  padding-bottom: 24px;
}
.rating-summary .rating-result > span:before {
  color: #997663;
}
.review-list .block-title {
  text-align: center;
}
.review-list .block-title strong {
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}
.review-list .review-title {
  font-weight: bold;
}
.review-list .review-ratings {
  max-width: 100%;
  float: none;
  width: 100%;
}
.review-list .review-ratings .rating-summary {
  display: inline-block;
  margin-right: 20px;
}
.review-list .review-ratings .rating-summary .rating-label {
  font-weight: 700;
  text-transform: uppercase;
}
.review-list .review-content,
.review-list .review-details {
  margin: 0px;
  width: 100%;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 25px;
}
.review-list .review-details {
  padding-top: 10px;
}
.review-list .review-details .review-author {
  display: inline-block;
  vertical-align: middle;
  margin: 0px;
  margin-right: 20px;
}
.review-list .review-details .review-date {
  display: inline-block;
  vertical-align: middle;
}
.review-list .review-details .review-date .review-details-value {
  font-weight: bold;
}
.review-list .review-item {
  border-color: #eaeaea;
}
.review-form {
  max-width: 100%;
  width: 100%;
}
.review-form .fieldset {
  margin: 0px;
}
.review-form .fieldset .review-legend.legend {
  float: none;
  width: 100%;
}
.review-form .fieldset .review-legend.legend span {
  margin: 0;
  display: inline;
  margin-right: 22px;
}
.review-form .fieldset .review-legend.legend strong {
  display: inline;
}
.review-form .fieldset .field {
  margin-bottom: 16px;
}
.review-form .fieldset .field .label {
  display: block;
  float: none;
  text-align: left;
  padding: 0;
  width: 100%;
  max-width: 100%;
}
.review-form .fieldset .field .control {
  width: 100%;
}
.review-form .fieldset .field .control .input-text {
  padding: 10px 20px;
  line-height: 24px;
  margin: 0px;
  border-color: #e1e1e1;
  font-size: 16px;
  height: 42px;
}
.review-form .fieldset .field .control textarea {
  border-color: #e1e1e1;
  padding: 15px 20px;
  line-height: 24px;
  margin: 0px;
  font-size: 16px;
  height: 190px;
}
.review-form .fieldset .field.review-field-nickname {
  width: 48.8%;
  float: left;
}
.review-form .fieldset .field.review-field-summary {
  width: 48.8%;
  float: right;
}
.review-form .fieldset .field.review-field-ratings .control .field {
  display: inline-block;
  margin-right: 20px;
  vertical-align: middle;
  margin-bottom: 0;
}
.review-form .fieldset .field.review-field-ratings .control .field .label {
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
  vertical-align: middle;
  width: auto;
  line-height: 28px;
}
.review-form .fieldset .field.review-field-ratings .control .field .control {
  display: inline-block;
  width: auto;
  vertical-align: middle;
  margin: 0;
  padding: 0;
  height: 28px;
  width: 110px;
}
.review-form .fieldset .field.review-field-ratings .control .nested {
  display: block;
}
.review-control-vote label:before {
  color: #997663;
}
.review-form-actions {
  margin-left: 0 !important;
}
.product-reviews-summary .reviews-actions a {
  color: #997663;
  text-decoration: none;
}
.product-reviews-summary .reviews-actions a:hover {
  color: #706251;
}
.block.related .block-title,
.block.upsell .block-title {
  text-align: center;
  padding: 0;
  margin: 0px;
  text-transform: uppercase;
  color: #222222;
  font-size: 22px;
  font-weight: 500;
}
.block.related .block-title strong,
.block.upsell .block-title strong {
  font-weight: 500;
}
.block.related .products,
.block.upsell .products {
  margin-left: 0;
}
.block.related .products .product-item,
.block.upsell .products .product-item {
  margin-left: calc((100% - 4 * 23.233%) / 3);
  padding: 0;
  width: 23.233%;
  margin-bottom: 0;
}
.block.related .products .product-item:nth-child(4n + 1),
.block.upsell .products .product-item:nth-child(4n + 1) {
  margin-left: 0;
}
.block.related .products .product-item-name .product-item-link,
.block.upsell .products .product-item-name .product-item-link {
  color: #333333;
  text-decoration: none;
}
.block.related .products .product-item-name .product-item-link:hover,
.block.upsell .products .product-item-name .product-item-link:hover {
  color: #997663;
}
.sales-guest-form .page-title-wrapper,
body.blog .page-title-wrapper,
body.ves-brandlist .page-title-wrapper,
body.vesbrand-brand-view .page-title-wrapper,
.catalogsearch-advanced-index .page-title-wrapper {
  padding: 0 0 30px;
}
.sales-guest-form .page-title-wrapper .page-title,
body.blog .page-title-wrapper .page-title,
body.ves-brandlist .page-title-wrapper .page-title,
body.vesbrand-brand-view .page-title-wrapper .page-title,
.catalogsearch-advanced-index .page-title-wrapper .page-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0px;
  padding: 0;
}
.form-orders-search .fieldset,
.form.search.advanced .fieldset {
  margin: 0px -10px;
}
.form-orders-search .fieldset legend,
.form.search.advanced .fieldset legend {
  display: block;
  padding: 0px 10px;
  margin-left: 0 !important;
}
.form-orders-search .fieldset .field,
.form.search.advanced .fieldset .field {
  width: 50%;
  float: left;
  padding: 0px 10px ;
  margin-bottom: 20px;
}
.form-orders-search .fieldset .field .label,
.form.search.advanced .fieldset .field .label {
  display: block;
  width: 100%;
  padding: 0;
  text-align: left;
  padding-bottom: 10px;
}
.form-orders-search .fieldset .field .control,
.form.search.advanced .fieldset .field .control {
  width: 100%;
}
.form-orders-search .fieldset .field .control .input-text,
.form.search.advanced .fieldset .field .control .input-text,
.form-orders-search .fieldset .field .control .select,
.form.search.advanced .fieldset .field .control .select,
.form-orders-search .fieldset .field .control select,
.form.search.advanced .fieldset .field .control select {
  border-color: #e1e1e1;
  height: 48px;
  font-size: 13px;
  color: #898989;
  font-weight: 300;
}
.form-orders-search .fieldset .field.price,
.form.search.advanced .fieldset .field.price {
  width: 100%;
}
.form-orders-search .fieldset .field.color,
.form.search.advanced .fieldset .field.color {
  width: 100%;
}
.form-orders-search .fieldset .field.color select,
.form.search.advanced .fieldset .field.color select {
  height: 100px;
  line-height: 24px;
}
.form-orders-search .actions-toolbar,
.form.search.advanced .actions-toolbar {
  margin-left: 0 !important;
}
.sidebar .product-items .product-item-details {
  padding-top: 0;
}
.sidebar .product-items .product-item .tocart {
  margin: 0;
}
.table-comparison .cell.remove {
  text-align: center;
  padding-bottom: 5px;
}
body.account .account-nav .content {
  padding: 20px 0px;
}
body.account .block .block-title {
  border-bottom: solid 1px #dedede;
  padding-bottom: 10px;
}
body.account .block .block-title strong {
  font-size: 18px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
body.account .block .box-title span {
  font-size: 14px !important;
  text-transform: uppercase;
  font-weight: 700 !important;
}
body.account .block .action {
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 600;
  color: #997663;
}
body.account .block .action:hover {
  color: #706251;
}
body.account .actions-toolbar {
  margin-left: 0 !important;
}
body.account .actions-toolbar .secondary a.action {
  padding: 14px 20px;
  margin: 0;
  font-size: 16px;
  color: #997663;
  line-height: 1;
  text-decoration: none;
}
body.account .actions-toolbar .secondary a.action:hover {
  color: #706251;
}
body.account .actions-toolbar .primary .action {
  line-height: 1;
}
body.account .fieldset .legend {
  margin: 0px;
  display: block;
}
body.account .fieldset .legend span {
  display: block;
  position: relative;
  color: #333333;
  text-transform: uppercase;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 22px;
  padding-bottom: 22px;
}
body.account .fieldset .legend span:after {
  content: "";
  height: 1px;
  width: 36px;
  background: #333333;
  position: absolute;
  bottom: 0;
  left: 0;
}
body.account .fieldset .field {
  margin-bottom: 16px;
  float: left;
  width: 48.8%;
  padding: 0px 1.2%;
}
body.account .fieldset .field .label {
  width: 100%;
  text-align: left;
}
body.account .fieldset .field .control {
  width: 100%;
}
body.account .fieldset .field .control .input-text,
body.account .fieldset .field .control select {
  border-color: #e1e1e1;
  height: 48px;
  font-size: 13px;
  color: #898989;
  font-weight: 300;
}
body.account .fieldset .field.choice:before {
  display: none !important;
}
body.account .fieldset .field.street,
body.account .fieldset .field.additional {
  width: 100%;
}
body.account .fieldset .field.additional {
  padding: 0;
}
body.account .fieldset .field .password-strength-meter {
  margin-top: 2px;
}
body.account .fieldset:after {
  margin-left: 0;
}
body.account .message.info {
  clear: both;
}
.prices-tier {
  background: none;
}
.prices-tier td {
  border: solid 1px #e1e1e1;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #000000;
  font-weight: 500;
  padding: 20px 5px;
}
.blog .blog__post-list-wrapper .blog__post-header .blog__post-title {
  font-size: 18px;
  color: #2b2a2a;
  font-weight: 600;
  text-transform: uppercase;
  margin-top: 22px;
}
.blog .blog__post-list-wrapper .blog__post-header .blog__post-title a {
  font-size: 18px;
  color: #2b2a2a;
  font-weight: 600;
}
.blog__post_content-cls p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 23px;
}
.blog__post-item .blog__post-excerpt .read-more {
  float: left;
  font-size: 15px;
  font-weight: 600;
  color: #997663;
  margin-bottom: 15px;
}
.blog__sidebar-main .blog__sidebar-search form input {
  font-size: 14px;
  border-radius: 0;
  height: 37px;
  color: #949494;
  padding-right: 50px;
}
.blog__sidebar-main .blog__sidebar-search .action.primary {
  background: #997663;
  border: 1px solid #997663;
  color: #ffffff;
  height: 37px;
}
.blog__sidebar-main .blog__sidebar-search .action.primary:focus,
.blog__sidebar-main .blog__sidebar-search .action.primary:active {
  background: #997663;
  border: 1px solid #997663;
  color: #ffffff;
}
.blog__sidebar-main .blog__sidebar-search .blog__sidebar-main .blog__sidebar-search .action.primary:hover {
  background: #997663;
  border: 1px solid #997663;
  color: #ffffff;
}
.blog__sidebar-main .block .title strong {
  font-size: 20px;
  color: #2b2a2a;
  font-weight: 700;
  text-transform: uppercase;
  margin: 56px 0px 22px 0px;
  display: block;
}
.blog__post-list .blog__post-meta .blog__post-meta-time,
.blog__post-list .blog__post-meta .blog__post-meta-author,
.blog__post-list .blog__post-meta .blog__post-meta-comments,
.blog__post-list .blog__post-meta .blog__post-meta-sharing {
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
  text-transform: capitalize;
}
.blog__post-list .blog__post-meta .blog__post-meta-author a {
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
}
.blog__post-list .blog__post-meta .blog__post-meta-author a:hover {
  color: #997663;
  text-decoration: none;
}
.blog__post-header .blog__post-meta {
  border-bottom: 1px solid #efefef;
  padding-bottom: 23px;
}
li.blog__post-item .blog__post_img-cls a > img {
  width: 100%;
}
#block-collapsible-nav-blog li {
  border-bottom: 1px solid #e6e6e6;
}
#block-collapsible-nav-blog li a {
  font-size: 15px;
  color: #5e5e5e;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: 400;
  padding: 13.4px 0px;
  display: block;
  position: relative;
}
#block-collapsible-nav-blog li a:before {
  content: "-";
  margin-right: 13px;
}
#block-collapsible-nav-blog li a:hover {
  color: #997663;
  text-decoration: none;
}
.blog .blog__sidebar-main > .block .block-title strong {
  font-weight: 700;
  color: #2b2a2a;
  font-size: 20px;
  text-transform: uppercase;
  margin: 40px 0px 22px 0px;
  display: block;
}
.blog .blog__sidebar-recent .item a {
  color: #2b2a2a;
  font-size: 1.5rem;
  display: block;
  font-weight: 400;
  text-decoration: none;
}
.blog .blog__sidebar-recent .item img {
  border-radius: 0;
}
.blog .blog__sidebar-main .block.blog__sidebar-tag-cloud .block-content a {
  font-size: 15px !important;
  color: #646464;
  line-height: 18px;
  padding: 5px 15px;
  margin-right: 10px;
  border: 1px solid #d6d6d6;
  display: inline-block;
  margin: 5px 0px;
}
.blog .toolbar-amount {
  display: none;
}
.blog .limiter {
  display: none;
}
.blog .blog__post-list-wrapper .toolbar .pages {
  text-align: center;
}
.blog .blog__post-list-wrapper .pages .item.current {
  background: #997663;
}
.blog .blog__post-list-wrapper .toolbar .pages .item {
  width: 32px;
  height: 30px;
  margin: 0 10px 0 0;
  line-height: 30px;
}
.blog .blog__post-list-wrapper .toolbar .pages .item.current strong.page {
  font-size: 15px;
  line-height: 30px;
  color: #fff;
  font-weight: 400;
}
.blog .blog__post-list-wrapper .toolbar .pages a.page {
  color: #202020;
  font-size: 15px;
  font-weight: 400;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1px solid #d4d4d4;
}
.blog .blog__post-list-wrapper .toolbar .pages .action.next {
  margin-left: 0;
  width: 100%;
  border: none;
}
.blog .blog__sidebar-main .block.blog__sidebar-tag-cloud .block-content a {
  text-decoration: none;
}
.blog .blog__sidebar-main .block.blog__sidebar-tag-cloud .block-content a:hover {
  background: #997663;
  color: #ffffff;
  border-color: #997663;
}
.blog .blog__sidebar-recent .item a:hover {
  color: #997663;
}
.blog__sidebar-recent ol li {
  padding-bottom: 10px;
}
.blog__post-view .blog__post-header {
  padding-top: 30px;
}
.blog__post-view > p {
  color: #6b6b6b;
  font-size: 14px;
  line-height: 23px;
}
.blog__post-view .blog__post-meta .blog__post-meta-author a {
  font-size: 13px;
  font-weight: 400;
  color: #6b6b6b;
}
.blog__post-view .blog__post-meta .blog__post-meta-author a:hover {
  color: #997663;
}
.blog__sidebar-main .blog__sidebar-search .action.primary {
  padding: 0px 7px;
}
.blog__sidebar-main .blog__sidebar-search .action.primary:hover {
  background: #706251;
  border-color: #706251;
}
.blog__post-footer {
  margin-top: 20px;
}
.blog-view-content,
.blog__post_content-cls {
  font-size: 14px;
  line-height: 1.8;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .footer-content {
    display: block !important;
  }
  .footer-address .footer-title {
    display: none;
  }
  .header.panel > .header.links > li.wishlist {
    display: none;
  }
}
@media (max-width: 991px) {
  .page-header .header.panel {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-header .header.panel .top-links-header {
    clear: both;
    width: 100%;
    padding-top: 0px !important;
    border-top: 0 !important;
    margin-top: 0px !important;
  }
  .minicart-wrapper {
    margin-top: 18px;
  }
  .minicart-wrapper .action.showcart:before {
    margin-right: 14px;
  }
  .minicart-wrapper .action.showcart.active:before {
    margin-right: 14px;
  }
  .minicart-wrapper .action.showcart .text {
    display: none;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background: #997663;
    padding: 10px 20px;
    text-align: center;
  }
  .custom-links {
    display: none;
  }
  .logo {
    max-width: 150px;
  }
  .nav-toggle {
    top: 36px;
    list-style: 1;
  }
  .nav-toggle:before {
    content: "\f0c9";
    font-size: 28px;
    font-family: FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search {
    margin-top: 0;
  }
  .block-search .label {
    margin-top: 24px;
    margin-right: 5px;
    display: inline-block;
    float: right;
  }
  .block-search .label.active + .control input {
    border-color: #e1e1e1;
    height: 48px;
    font-size: 13px;
    color: #898989;
    font-weight: 300;
  }
  html.nav-open .nav-toggle {
    top: 36px;
    list-style: 1;
  }
  html.nav-open .nav-toggle:before {
    content: "\f00d";
  }
  .navigation .level0 {
    padding: 10px;
  }
}
@media (max-width: 1289px) and (min-width: 768px) {
  .page-header .header.panel .top-links-header {
    clear: both;
    width: 100%;
    padding-top: 10px;
    border-top: solid 1px #ccc;
    margin-top: 10px;
  }
}
@media (max-width: 1289px) and (min-width: 1024px) {
  .minicart-wrapper .action.showcart:before {
    margin-right: 14px;
  }
  .minicart-wrapper .action.showcart.active:before {
    margin-right: 14px;
  }
  .custom-links {
    padding: 0px 0px 0px 1%;
    margin: 39px 0px 0px 1%;
  }
  .block-search {
    margin-left: 3%;
    /*width: 100%;*/
    max-width: 56%;
  }
  .page-bottom .customer-services .col-customer-sevices .customer-icon {
    width: 84px;
    height: 84px;
    margin-right: 15px;
  }
  .page-bottom .customer-services .col-customer-sevices h3 {
    font-size: 18px;
  }
  .page-bottom .customer-services .col-customer-sevices p {
    font-size: 13px;
  }
}
@media (max-width: 1190px) and (min-width: 1024px) {
  .block-search {
    margin-left: 3%;
    width: 100%;
    max-width: 48%;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .minicart-wrapper .action.showcart:before {
    margin-right: 14px;
  }
  .minicart-wrapper .action.showcart.active:before {
    margin-right: 14px;
  }
  .custom-links {
    padding: 0px 0px 0px 1%;
    margin: 39px 0px 0px 1%;
  }
  .block-search {
    margin-left: 3%;
    width: 100%;
    max-width: 46%;
  }
  .page-bottom .customer-services .col-customer-sevices {
    text-align: center;
  }
  .page-bottom .customer-services .col-customer-sevices .customer-icon {
    width: 84px;
    height: 84px;
    margin-right: 15px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .page-bottom .customer-services .col-customer-sevices h3 {
    font-size: 18px;
  }
  .page-bottom .customer-services .col-customer-sevices p {
    font-size: 13px;
  }
  .footer.content h3 {
    font-size: 22px;
  }
  .footer.content .social-media-footer {
    padding-left: 0;
  }
  .footer.content .footer-payment {
    padding-left: 15px;
  }
}
@media (max-width: 1112px) and (min-width: 992px) {
  .cart-container .checkout-methods-items .action.primary {
    font-size: 16px;
    padding: 10px;
  }
  .cart.table-wrapper .product-item-details {
    vertical-align: middle;
  }
  .column.main .product-items {
    margin-left: 0;
  }
}
@media (max-width: 960px) and (min-width: 768px) {
  .product-item-name {
    font-size: 14px;
  }
  .cart.table-wrapper .product-item-details {
    vertical-align: middle;
  }
  .column.main .product-items {
    margin-left: 0;
  }
}
/*@media (max-width: 860px) and (min-width: 768px){
	.block-search{
		margin-left: 3%;
		width: 100%;
		max-width: 33%;
	}
}*/
@media (max-width: 767px) {
  .page-bottom .customer-services {
    padding: 30px 0;
  }
  .page-bottom .customer-services .col-customer-sevices {
    text-align: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 15px;
  }
  .page-bottom .customer-services .col-customer-sevices .customer-icon {
    width: 84px;
    height: 84px;
    margin-right: 15px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .page-bottom .customer-services .col-customer-sevices h3 {
    font-size: 18px;
  }
  .page-bottom .customer-services .col-customer-sevices p {
    font-size: 13px;
  }
  .footer.content {
    overflow: hidden;
    padding-top: 15px;
  }
  .footer.content .footer-logo {
    text-align: center;
    width: 100%;
  }
  .footer.content h3,
  .footer.content .block.newsletter h4 {
    font-size: 22px;
  }
  .footer.content .social-media-footer {
    padding-left: 0;
  }
  .footer.content .footer-payment {
    padding-left: 15px;
  }
  .footer.content .links {
    display: block;
    margin-bottom: 9px !important;
    border-top: solid 1px #e1e1e1;
    padding: 15px 0px 0 0!important;
    text-align: center;
    clear: both;
    margin-top: 15px !important;
  }
  .footer.content .links > li {
    font-size: 12px;
  }
  .footer.content .footer-address p {
    font-size: 13px;
  }
  .footer.content .social-media-footer,
  .footer.content .footer-address,
  .footer.content .footer-payment {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    min-height: inherit;
    text-align: left;
    border: none;
  }
  .footer.content .social-media-footer .footer-title h3,
  .footer.content .footer-address .footer-title h3,
  .footer.content .footer-payment .footer-title h3 {
    position: relative;
    margin: 0;
    padding: 15px 0px;
    border-bottom: solid 1px #e1e1e1;
    font-size: 18px;
  }
  .footer.content .social-media-footer .footer-title h3:after,
  .footer.content .footer-address .footer-title h3:after,
  .footer.content .footer-payment .footer-title h3:after {
    content: "\f078";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    font-size: 16px;
    width: inherit;
    height: inherit;
    background: none;
    right: 0;
    top: 10px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #997663;
    color: #ffffff;
    margin: 0;
  }
  .footer.content .social-media-footer .footer-title.togle-sidenav-footer.sign h3:after,
  .footer.content .footer-address .footer-title.togle-sidenav-footer.sign h3:after,
  .footer.content .footer-payment .footer-title.togle-sidenav-footer.sign h3:after {
    content: "\f077";
  }
  .footer.content .social-media-footer .footer-content,
  .footer.content .footer-address .footer-content,
  .footer.content .footer-payment .footer-content {
    padding-top: 15px;
  }
  .footer.content .footer-payment .footer-title h3 {
    border: none;
  }
  .footer .copyright {
    text-align: center;
    font-size: 12px;
    color: #000000;
    margin-bottom: 15px !important;
  }
  .block.newsletter {
    margin-bottom: 15px;
  }
  .home-products-section .tabs-section {
    padding-top: 30px;
    margin-bottom: 30px;
  }
  .home-products-section .tabs-section h3 {
    margin-bottom: 30px;
  }
  .column.main .product-item {
    margin-bottom: 15px;
  }
  .column.main .product-item .product-item-info {
    padding: 10px 0;
  }
  .special-today-off {
    text-align: center;
  }
  .cart.table-wrapper .product-item-details {
    text-align: center;
  }
  body.account .page-title-wrapper {
    padding: 0;
  }
  body.account .block .block-title strong {
    font-size: 16px !important;
  }
  body.account.wishlist-index-index .actions-toolbar .secondary a.action {
    padding: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item:nth-child(3n + 1) {
    margin-left: 1%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item:nth-child(odd) {
    margin-right: 1%;
    margin-left: 0;
  }
  .wishlist-index-index .column.main .product-items {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item {
    width: 49%;
    margin-left: 1%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-photo {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item strong.product-item-name {
    margin-left: 0;
    font-size: 14px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .box-tocart {
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item:first-child {
    border-top: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
}
@media (max-width: 767px) and (min-width: 660px) {
  .wishlist-index-index .products-grid.wishlist .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
  .wishlist-index-index .column.main .product-items {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item {
    width: 32%;
    margin-left: 1%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .product-item-photo {
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item strong.product-item-name {
    margin-left: 0;
    font-size: 14px;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .price-box {
    margin-left: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-item .box-tocart {
    width: 100%;
  }
  .wishlist-index-index .products-grid.wishlist .product-item:first-child {
    border-top: 0;
  }
  .wishlist-index-index .products-grid.wishlist .product-image-container {
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .logo {
    max-width: 140px;
  }
  .product-item-name {
    font-size: 14px;
  }
  .product-item .price-box .price {
    font-size: 14px;
  }
  .columns .column.main {
    padding-bottom: 0;
  }
  .account .page-main {
    padding-top: 20px;
  }
  .wishlist-index-index .page-title-wrapper .page-title {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .form-orders-search .fieldset,
  .form.search.advanced .fieldset {
    margin: 0px 0px;
  }
  .form-orders-search .fieldset legend,
  .form.search.advanced .fieldset legend {
    display: block;
    padding: 0px 0px;
    margin-left: 0 !important;
  }
  .form-orders-search .fieldset .field,
  .form.search.advanced .fieldset .field {
    width: 100%;
    float: left;
    padding: 0px 0px ;
    margin-bottom: 20px;
  }
  .form-orders-search .fieldset .field .control,
  .form.search.advanced .fieldset .field .control {
    width: 100%;
  }
  .form-orders-search .fieldset .field .control .input-text,
  .form.search.advanced .fieldset .field .control .input-text,
  .form-orders-search .fieldset .field .control .select,
  .form.search.advanced .fieldset .field .control .select,
  .form-orders-search .fieldset .field .control select,
  .form.search.advanced .fieldset .field .control select {
    width: 100%;
  }
  .sales-guest-form .page-title-wrapper,
  body.blog .page-title-wrapper,
  .catalogsearch-advanced-index .page-title-wrapper {
    padding: 0 0 30px;
  }
  .sales-guest-form .page-title-wrapper .page-title,
  body.blog .page-title-wrapper .page-title,
  .catalogsearch-advanced-index .page-title-wrapper .page-title {
    font-size: 28px;
    font-weight: 700;
    margin: 0px;
    padding: 0;
  }
  .breadcrumbs .items > li.item {
    display: inline;
    line-height: 1.4 !important;
  }
  .aw-sbb-list-brand .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .aw-sbb-list-brand .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 480px) {
  .sales-guest-form .page-title-wrapper,
  body.blog .page-title-wrapper,
  .catalogsearch-advanced-index .page-title-wrapper {
    padding: 0 0 30px;
  }
  .sales-guest-form .page-title-wrapper .page-title,
  body.blog .page-title-wrapper .page-title,
  .catalogsearch-advanced-index .page-title-wrapper .page-title {
    font-size: 24px;
    font-weight: 700;
    margin: 0px;
    padding: 0;
  }
  .product-info-main .page-title-wrapper .page-title {
    font-size: 18px;
  }
  .product-reviews-summary .reviews-actions a {
    font-size: 9px;
  }
  .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku > .value {
    font-size: 12px;
    min-width: 80px;
  }
  .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .type {
    font-size: 13px;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    overflow: hidden;
    margin: 20px 0 0;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    float: left;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    float: left;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    padding: 14px 24px;
  }
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    float: left;
    margin: 0;
    margin-bottom: 20px;
  }
  .product.info.detailed .product.data.items .data.item.content {
    border-right: 0;
  }
  .block.upsell .products .product-item {
    width: 48%;
  }
  .block.upsell .products .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .prices-tier td {
    font-size: 12px;
    padding: 15px 5px;
  }
  .customer-account-create h1.page-title {
    text-align: center;
  }
  .customer-account-create h1.page-title span {
    font-size: 18px !important;
  }
  .form.create.account.form-create-account .fieldset.create.info {
    width: 100%;
  }
  .form.create.account.form-create-account .fieldset.create.account {
    width: 100%;
  }
}
@media (min-width: 481px) and (max-width: 767px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: inline-block;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: inline-block;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: inline-block;
  }
  .product.info.detailed .product.data.items .all-custom-tabs {
    width: 35%;
  }
  .product.info.detailed .product.data.items .data.item.content {
    padding: 36px 35px 30px;
  }
}
@media (min-width: 481px) and (max-width: 659px) {
  .block.upsell .products .product-item {
    width: 48%;
  }
  .block.upsell .products .product-item:nth-child(2n + 1) {
    margin-left: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .product-reviews-summary .reviews-actions a {
    font-size: 10px;
  }
  .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku > .value {
    font-size: 12px;
    min-width: 80px;
  }
  .product-info-main .product-info-price .product-info-stock-sku .product.attribute.sku .type {
    font-size: 13px;
  }
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    margin-left: 0;
    margin-top: 0;
  }
  .product.info.detailed .product.data.items .all-custom-tabs {
    width: 30%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: inline-block;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    padding-right: 8px;
  }
  .product-info-main .box-tocart .action.tocart,
  .product-options-bottom .box-tocart .action.tocart {
    padding: 14px 16px;
  }
  .product-info-main .product-addto-links,
  .product-options-bottom .product-addto-links {
    margin-left: 10px;
  }
}
@media (max-width: 1260px) {
  .navigation .level0 > .level-top {
    padding: 0px 10px!important;
    font-size: 12px;
  }
}
@media (max-width: 1350px) and (min-width: 1000px) {
  .aw-sbb-list-brand .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .aw-sbb-list-brand .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
}
@media (max-width: 1023px) and (min-width: 992px) {
  .navigation .level0 > .level-top {
    padding: 0px 6px!important;
  }
}
@media (max-width: 1199px) and (min-width: 1024px) {
  .navigation .level0 > .level-top {
    padding: 0px 6px!important;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .page-bottom .customer-services .col-customer-sevices {
    text-align: center;
  }
  .page-bottom .customer-services .col-customer-sevices .customer-icon {
    width: 84px;
    height: 84px;
    margin-right: 15px;
    display: block;
    float: none;
    margin: 0 auto;
  }
  .page-bottom .customer-services .col-customer-sevices h3 {
    font-size: 18px;
  }
  .page-bottom .customer-services .col-customer-sevices p {
    font-size: 13px;
  }
  .footer.content h3 {
    font-size: 22px;
  }
  .footer.content .social-media-footer {
    padding-left: 0;
  }
  .footer.content .footer-payment {
    padding-left: 15px;
  }
}
@media (max-width: 1023px) and (min-width: 768px) {
  .get-in-touch ul li {
    font-size: 13px;
    border-bottom: solid 1px #ebebeb;
    padding: 18px 0px 30px 0px;
  }
  .get-in-touch ul li strong {
    width: 26.7%;
  }
  .get-in-touch ul li span {
    width: 73.3%;
  }
}
@media (max-width: 767px) {
  .get-in-touch {
    width: 100%;
  }
  .get-in-touch h3 {
    margin-bottom: 0;
  }
  .get-in-touch ul li {
    font-size: 13px;
    border-bottom: solid 1px #ebebeb;
    padding: 18px 0px 30px 0px;
  }
  .get-in-touch ul li strong {
    width: 26.7%;
  }
  .get-in-touch ul li span {
    width: 73.3%;
  }
  .form.contact {
    width: 100%;
    padding-top: 30px;
  }
  .form.contact .fieldset {
    margin-bottom: 0px;
  }
  .form.contact .fieldset .legend {
    margin-bottom: 30px;
  }
  .form.contact .fieldset .field {
    width: 100% !important;
    padding: 0 !important;
    float: left;
    margin-bottom: 20px;
  }
  .form.contact .fieldset .field .input-text {
    border-color: #e1e1e1;
    height: 48px;
    font-size: 13px;
    color: #898989;
    font-weight: 300;
  }
  .form.contact .fieldset .field.comment .input-text {
    height: 148px;
  }
  .form.contact .fieldset .field .control {
    width: 100%;
  }
  .cart.table-wrapper .product-item-photo {
    width: 25%;
    float: left;
  }
  .cart.table-wrapper .product-item-details {
    width: 70%;
    float: right;
    text-align: left;
  }
  .cart.table-wrapper .item .col.item {
    min-height: 125px;
  }
  .block.filter {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .layered-extra > h3:after,
  .layered-extra .filter-title:after {
    content: '\f067';
    font-family: fontAwesome;
    font-size: 18px;
    color: #333;
    float: right;
    vertical-align: middle;
  }
  .layered-extra > h3.active:after,
  .layered-extra .filter-title.active:after {
    content: '\f068';
  }
  .onestepcheckout-index-index .authentication-wrapper {
    max-width: 100%;
  }
  .onestepcheckout-index-index h1.page-title {
    margin: 20px auto 0;
  }
  .onestepcheckout-index-index .opc-estimated-wrapper {
    padding: 18px 0;
    width: 100%;
    float: left;
  }
  .onestepcheckout-index-index .opc-estimated-wrapper .estimated-block {
    display: inline-block;
  }
  .onestepcheckout-index-index .opc-estimated-wrapper .estimated-block .estimated-label {
    display: inline-block;
  }
}
.ves-brandlist .brandlist .brand-item {
  border: solid 1px #e1e1e1;
  padding: 15px;
  text-align: center;
  height: auto !important;
  margin-bottom: 15px;
  background: #ffffff;
  -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.05);
}
.ves-brandlist .brandlist .brand-item .brand-name {
  padding: 10px;
}
.ves-brandlist .brandlist .brand-item .brand-name a {
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  font-weight: 500;
}
.ves-brandlist .brandlist .brand-item .brand-name a:hover {
  color: #997663;
}
.brand-view {
  overflow: hidden;
  width: 100%;
  padding-bottom: 20px;
  font-size: 0;
}
.brand-view .brand-image {
  width: 26%;
  padding-right: 24px;
  display: inline-block;
  vertical-align: middle;
}
.brand-view .brand-description {
  margin: 0px;
  padding: 0;
  font-size: 14px;
  line-height: 1.8;
  color: #222222;
  font-weight: 500;
  width: 74%;
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .ves-brandlist .brandlist .brand-item {
    padding: 8px;
  }
  .ves-brandlist .brandlist .brand-item .brand-name a {
    font-size: 13px;
  }
}
.map {
  clear: both;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .map {
    clear: both;
    padding-top: 30px;
  }
  .map iframe {
    max-height: 300px;
  }
}
@media (max-width: 480px) {
  .map {
    clear: both;
    padding-top: 30px;
  }
  .map iframe {
    max-height: 200px;
  }
  #newsletter_pop_up .content #newsletter-validate-details #newsletters {
    width: auto !important;
  }
  #newsletter_pop_up {
    min-width: 100% !important;
    position: initial !important;
  }
}
.recent_sales_notificationtext {
  padding: 0;
  position: fixed;
  z-index: 99999;
  width: 405px;
  background-size: 100% 103% !important;
  bottom: 10px;
  top: initial !important;
  right: 0 !important;
  left: initial !important;
  background-color: #0b70b8 !important;
  color: #fff;
}
#newsletter_pop_up {
  max-width: 100%;
  top: 50%!Important;
  left: 50%!Important;
  transform: translate(-50%, 0%);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
.onestepcheckout-index-index .minicart-wrapper {
  display: block;
}
.opc-shipping-new-address-form .field._required label.label span {
  font: 400 16px 'Open Sans' !important;
}
.opc-shipping-new-address-form .field label.label span {
  font: 400 16px 'Open Sans' !important;
}
.opc-wrapper .fieldset > .field.required > label,
.opc-wrapper .fieldset > .field._required > label {
  float: left;
  padding: 0;
  width: 100%;
  text-align: left;
}
.opc-wrapper .fieldset > .field:not(.choice) > .control {
  width: 100%;
}
.opc-wrapper .fieldset > .field:not(.choice) > .label {
  text-align: left;
  width: 100%;
  margin: 8px auto;
}
.opc-checkout-step-shipping form.form.form-login {
  margin-top: 8px !important;
}
.opc-wrapper .fieldset > .field {
  margin: 0;
}
.field .control._with-tooltip input input.text {
  margin-bottom: 20px;
}
.opc-onepage-checkout-container .opc-wrapper .opc-checkout-shipping-address {
  padding-bottom: 15px;
}
button.action.subscribe.primary span {
  color: #fff;
}
._keyfocus *:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  outline: none !important;
}
.block-search .action.search {
  opacity: 1 !important;
}
.actions-toolbar a.action.compare.primary span {
  color: #fff;
}
.actions-primary button.action.tocart.primary:hover {
  color: #fff;
}
button#top-cart-btn-checkout {
  color: #fff;
}
.pt_newsletterpopup {
  width: 600px !important;
}
.home-imageslider .owl-carousel .owl-item img {
  width: 100%;
}
.product-addto-links .action.mailto.friend {
  margin-left: 0;
  vertical-align: middle;
}
.product-addto-links a.action.towishlist {
  margin-right: 7px;
}
body.searchautocomplete__active .block-search {
  width: 607px;
}
.field.captcha.required {
  width: 100% !important;
}
.field.captcha.required label.label {
  text-align: left !important;
  margin-bottom: 15px;
  width: 100%;
}
#newsletter_pop_up .title {
  margin-top: 26px !important;
}
.contact-index-index .footer-address .footer-content {
  cursor: pointer;
  pointer-events: none;
}
.addthis-smartlayers {
  display: none;
}
.navigation .level0 > .level-top {
  padding: 0px 7px;
  font-size: 14px;
}
/****************1-AUGUST-2018-WORK**************/
.discount-table {
  float: left;
  width: 100%;
  text-align: center;
  border-top: solid 1px #e1e1e1;
}
.discount-table h3.discount-table-heading {
  float: left;
  width: 100%;
  text-align: center;
  color: #1474ae;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 22px;
  word-spacing: 4px;
}
.discount-table h3.discount-table-heading span {
  color: #ffa72f;
}
.discount-table table {
  width: 44%;
  margin: 0 auto;
  display: inline-block;
  float: none;
}
.discount-table table tr th {
  text-align: center;
  color: #1474ae;
  font-weight: 700;
  padding: 0px 20px;
}
.discount-table table tr td {
  text-align: center;
  color: #ffa72f;
  padding: 8px 20px;
}
.lowerprice-form fieldset.fieldset .field.note.no-label:before {
  width: 100%;
}
.lowerprice-form fieldset.fieldset .field.note.no-label:nth-of-type(2) {
  font-weight: 700;
}
@media (max-width: 991px) {
  .nav-open .nav-sections,
  .navigation {
    background: #ffffff;
  }
}
.after-nav-content {
  margin-bottom: 0 !important;
}
.header-bottom .container {
  font-size: 0;
}
.header-bottom .container .custom-col-4 {
  font-size: 15px;
  line-height: 1.5;
  display: inline-block;
  width: 25%;
  padding: 5px;
}
.header-bottom .container .custom-col-4 .fa {
  font-size: 30px;
  line-height: 1;
  width: 30px;
  margin-right: 10px;
  float: left;
  margin-top: 7px;
  margin-bottom: 7px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  color: #997663;
}
.header-bottom .container .custom-col-4 p strong {
  display: block;
}
.header-bottom .container .custom-col-4:hover .fa {
  -moz-transform: rotateX(360deg);
  -webkit-transform: rotateX(360deg);
  -o-transform: rotateX(360deg);
  transform: rotateX(360deg);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
  filter: alpha(opacity=20);
  color: #706251;
}
