/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 1024px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 1024px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'amcform';
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq');
  src: url('../Amasty_Customform/fonts/amcform.eot?hcflpq#iefix') format('embedded-opentype'), url('../Amasty_Customform/fonts/amcform.ttf?hcflpq') format('truetype'), url('../Amasty_Customform/fonts/amcform.woff?hcflpq') format('woff'), url('../Amasty_Customform/fonts/amcform.svg?hcflpq#amcform') format('svg');
  font-display: block;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 1024px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.am-text-clamp {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  max-height: 39px;
  min-height: 39px;
  overflow: hidden;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * Copyright © 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;
  }
  .amazon-button-container.amazon-button-product-page {
    justify-content: center;
    margin-bottom: 2em;
  }
}
div#qty-error {
  width: 100%;
  float: left;
  font-size: 15px;
  position: absolute;
}
.btndec {
  clear: both;
}
.product.pricing {
  margin-top: 20px;
  float: left;
}
span.free-shipping-label {
  top: 20px;
  /* float: left; */
  position: relative;
  width: 100%;
}
.field.qty .label span {
  display: none;
}
button.decreqtybtn {
  float: left;
  position: absolute;
  margin-left: -25px;
  margin-top: -12px;
}
button.increqtybtn {
  clear: both;
  margin-top: 27px;
  position: absolute;
  margin-left: 2px;
}
@media screen and (max-width: 767px) {
  .product-info-main .qty .control #qty {
    width: 100px !important;
  }
  .product-info-main .qty .label span {
    display: none !important;
  }
  .cart.table-wrapper .item .col.price {
    clear: both;
    top: 10px;
  }
  .cart.table-wrapper .item .col.qty {
    top: 70px;
    clear: both;
  }
  .cart.table-wrapper .item .col.subtotal {
    top: 140px;
    clear: both;
  }
  .cart.table-wrapper .item .col.qty .field .qty {
    width: 85px;
  }
  button.decreqtybtn {
    width: 30px;
    vertical-align: middle;
    padding: 0px;
    margin-left: -38px;
    margin-top: 10px;
  }
  button.increqtybtn {
    padding: 0px;
    width: 30px;
    margin-left: 90px;
    margin-top: 10px;
  }
  .control.qty {
    margin-right: 20px;
    float: left;
  }
  .cart.table-wrapper .items tbody.item {
    min-height: 350px;
  }
}
.fotorama__caption {
  visibility: hidden !important;
}
@media (min-width: 768px) {
  .cart.table-wrapper .col.qty button {
    padding: 0 8px;
    float: right;
    clear: right;
    height: initial;
    transform: translateY(100%);
  }
  .cart.table-wrapper .col.qty button:last-of-type {
    transform: translateY(-100%);
  }
}
.bss-tab-hidden {
  display: none !important;
}
.bss-hidden {
  position: absolute;
  height: 0;
  overflow: hidden;
  left: -1000px;
}
.bss-disabled {
  pointer-events: none;
  opacity: 0.5;
}
.action.view {
  cursor: pointer;
}
.action.add {
  cursor: pointer;
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  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;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    display: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .page-main .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
/**
 * Taxjar_SalesTax
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Open Software License (OSL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://opensource.org/licenses/osl-3.0.php
 *
 * @category   Taxjar
 * @package    Taxjar_SalesTax
 * @copyright  Copyright (c) 2017 TaxJar. TaxJar is a trademark of TPS Unlimited, Inc. (http://www.taxjar.com)
 * @license    http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
 */
#address-validation {
  padding-bottom: 33px;
}
.checkout-suggested-addresses > p {
  margin-top: 1rem;
}
.checkout-suggested-addresses .suggested-address {
  padding: 10px;
  line-height: 30px;
  border: 1px solid transparent;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address label {
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address.selected-address {
  background: #f5f5f5;
  border: 1px solid #ccc;
}
.checkout-suggested-addresses .suggested-address .suggested-address-details {
  padding: 0 0 0 22px;
  cursor: pointer;
}
.checkout-suggested-addresses .suggested-address .suggested-address-diff {
  background-color: yellow;
}
body[class*="page-layout-admin"] .page-create-order button[data-index="validateAddressButton"] {
  margin-top: 1.5rem;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset {
  border: 0;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend {
  padding: 0 0 10px;
  border-bottom: 1px solid #c6c6c6;
  width: 100%;
  box-sizing: border-box;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .fieldset > .legend span {
  font-size: 2.2rem;
  font-weight: 300;
}
body[class*="page-layout-admin"] #tj-suggested-addresses .checkout-suggested-addresses .suggested-address input[type="radio"] {
  margin-right: 5px;
  vertical-align: 1px;
}
.am-checkout #address-validation {
  padding-bottom: 0;
}
.aw-onestep #address-validation {
  margin: 5px;
  padding-bottom: 0;
}
.aw-onestep #address-validation .step-title {
  display: none;
}
.aw-onestep .checkout-suggested-addresses label:before {
  margin-top: 0 !important;
  margin-left: 14px !important;
}
.aw-onestep .checkout-suggested-addresses .suggested-address-details {
  padding-left: 14px;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.block-compare .block-title,
.block-giftregistry-results .block-title,
.block-reorder .block-title,
.block-wishlist .block-title,
.block-wishlist-search-results .block-title,
.block.filter .block-title,
.widget .block-title {
  margin-bottom: 5px;
}
.block-compare .block-title strong,
.block-giftregistry-results .block-title strong,
.block-reorder .block-title strong,
.block-wishlist .block-title strong,
.block-wishlist-search-results .block-title strong,
.block.filter .block-title strong,
.widget .block-title strong {
  color: #c2a987;
  font-size: 18px;
  text-transform: uppercase;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .block-compare .block-title strong,
  .block-giftregistry-results .block-title strong,
  .block-reorder .block-title strong,
  .block-wishlist .block-title strong,
  .block-wishlist-search-results .block-title strong,
  .block.filter .block-title strong,
  .widget .block-title strong {
    font-size: 40px;
    margin-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .block-compare .block-title,
  .block-giftregistry-results .block-title,
  .block-reorder .block-title,
  .block-wishlist .block-title,
  .block-wishlist-search-results .block-title,
  .block.filter .block-title,
  .widget .block-title {
    margin-bottom: 30px;
  }
}
.block-compare .empty,
.block-giftregistry-results .empty,
.block-reorder .empty,
.block-wishlist .empty,
.block-wishlist-search-results .empty,
.block.filter .empty,
.widget .empty {
  color: #afafaf;
  font-size: 14px;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .block-compare .empty,
  .block-giftregistry-results .empty,
  .block-reorder .empty,
  .block-wishlist .empty,
  .block-wishlist-search-results .empty,
  .block.filter .empty,
  .widget .empty {
    font-size: 31px;
    line-height: 34px;
  }
}
.block-compare .counter,
.block-giftregistry-results .counter,
.block-reorder .counter,
.block-wishlist .counter,
.block-wishlist-search-results .counter,
.block.filter .counter,
.widget .counter {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .block-compare .counter,
  .block-giftregistry-results .counter,
  .block-reorder .counter,
  .block-wishlist .counter,
  .block-wishlist-search-results .counter,
  .block.filter .counter,
  .widget .counter {
    font-size: 30px;
  }
}
.block-compare .product-item-name,
.block-giftregistry-results .product-item-name,
.block-reorder .product-item-name,
.block-wishlist .product-item-name,
.block-wishlist-search-results .product-item-name,
.block.filter .product-item-name,
.widget .product-item-name {
  margin-right: 0;
}
.block-compare .product-item-name .price-box .price,
.block-giftregistry-results .product-item-name .price-box .price,
.block-reorder .product-item-name .price-box .price,
.block-wishlist .product-item-name .price-box .price,
.block-wishlist-search-results .product-item-name .price-box .price,
.block.filter .product-item-name .price-box .price,
.widget .product-item-name .price-box .price {
  color: #b09877;
}
.review-form .fieldset .review-legend.legend {
  margin-bottom: 15px;
}
.review-form .action.submit.primary {
  background-color: #b09877;
  border: none;
  color: #fff;
}
.review-form .action.submit.primary:active,
.review-form .action.submit.primary:focus,
.review-form .action.submit.primary:hover {
  border: none;
  background-color: #887255;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .review-form .review-field-ratings .review-field-rating .control {
    padding-top: 9px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  .block-wishlist .actions-toolbar {
    font-size: 18px;
  }
}
.block.filter {
  margin-bottom: 40px;
}
.block.filter .filter-options-content .item {
  padding: 5px 20px;
  margin-bottom: 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .block.filter .filter-options-content .item {
    font-size: 20px;
  }
}
.block.filter .block-title {
  margin-bottom: 5px;
}
.block.filter .filter-options-title {
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .block.filter .filter-options-title {
    font-size: 21px;
  }
}
.block.filter .filter-options {
  margin: 10px 0;
}
.block,
.block-banners,
.block-banners-inline,
.sidebar .widget.block:not(:last-child),
.sidebar .widget:not(:last-child) {
  margin-bottom: 52px;
}
.product.info.detailed {
  padding-top: 40px;
  margin-bottom: 80px;
}
.sidebar .product-items .product-item {
  padding-left: 0;
  border-top: 1px solid #ebebeb;
}
.sidebar .product-items .product-item-info .product-item-photo {
  float: none;
}
@media (min-width: 1440px) {
  .sidebar .product-items .product-item-info .product-item-photo {
    position: static;
  }
}
@media (min-width: 1440px) {
  .sidebar .product-items .product-item-details {
    margin-left: 0;
  }
}
@media screen and (max-width: 767px) {
  .sidebar .product-items .product-item-details {
    padding: 10px 25px 10px 20px;
  }
  .sidebar .product-items .product-item-details .product-item-name {
    font-size: 20px;
  }
}
.sidebar .options dt {
  font-size: 1.6rem;
  font-family: 'Tahoma';
  margin-bottom: 18px;
}
@media screen and (max-width: 767px) {
  .sidebar .options dt {
    font-size: 21px;
  }
}
.sidebar .options ol li {
  padding: 5px 20px 5px 0;
  margin-bottom: 0;
  border-top: 1px solid #ebebeb;
}
@media screen and (max-width: 767px) {
  .sidebar .options ol li {
    font-size: 20px;
  }
}
.block-compare .product-item:hover a {
  text-decoration: underline;
}
.block-compare .product-item .product-item-name {
  padding: 5px 0;
}
@media screen and (max-width: 767px) {
  .block-compare .product-item .product-item-name {
    font-size: 20px;
    margin-left: 25px;
  }
}
.block-compare .action.delete {
  top: 5px;
}
@media screen and (max-width: 767px) {
  .block-compare .action.delete {
    top: 9px;
  }
}
.block-compare .actions-toolbar .secondary {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .block-compare .actions-toolbar .secondary {
    font-size: 18px;
  }
}
.product-info-main .page-title-wrapper .page-title {
  font-weight: 400;
  text-transform: uppercase;
  color: #81705a;
  font-size: 30px;
  line-height: 1.2em;
  margin-top: 0;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .product-info-main .page-title-wrapper .page-title {
    font-size: 37px;
  }
}
.product-info-main .product-info-stock-sku {
  margin: 10px 0;
}
.product-info-main .product-info-stock-sku .stock {
  padding: 4px 10px;
  color: #fff;
  background: #b6b6b6;
}
.product-info-main .product-info-stock-sku .stock.available {
  background: #b09877;
  color: #fff;
}
.product-info-main .free-shipping-label {
  color: #c6242f;
  font-family: Tahoma;
  font-size: 16px;
  font-weight: 700;
  margin: 3px 0 15px;
  display: block;
}
@media screen and (max-width: 767px) {
  .product-info-main .free-shipping-label {
    font-size: 24px;
    margin-top: 6px;
  }
}
.product-info-main .data-feedname-label {
  color: #3a3a3a;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Tahoma;
  line-height: 1.4em;
}
@media screen and (max-width: 767px) {
  .product-info-main .data-feedname-label {
    font-size: 22px;
  }
}
.product-info-main .product-add-form {
  margin-top: 38px;
}
@media screen and (min-width: 768px) {
  .product-info-main .product-add-form {
    margin-top: 49px;
  }
}
.product-info-main .product-social-links {
  margin: 20px 0;
}
.product-info-main .product-social-links .product-addto-links {
  line-height: 1em;
  margin: 0;
}
.product-info-main .product-social-links .product-addto-links .action {
  display: inline-block;
  margin-right: 15px;
  vertical-align: top;
}
.product-info-main .product-social-links .product-addto-links .action.tocompare,
.product-info-main .product-social-links .product-addto-links .action.towishlist {
  font-size: 14px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .product-info-main .product-social-links .product-addto-links .action.tocompare,
  .product-info-main .product-social-links .product-addto-links .action.towishlist {
    font-size: 24px;
  }
}
@media screen and (max-width: 767px) {
  .product-info-main .product-social-links .action.mailto.friend {
    margin-top: 23px;
    display: block;
    font-size: 24px;
  }
  .product-info-main .product-social-links .action.mailto.friend:before {
    font-size: 40px;
  }
}
.product-info-main .special-price-add-message {
  font-family: Tahoma;
  font-size: 14px;
  color: #c2a987;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .product-info-main .special-price-add-message {
    font-size: 21px;
  }
}
.product-info-main .prices-tier {
  padding: 10px 15px;
}
@media screen and (max-width: 767px) {
  .product-info-main .prices-tier {
    padding: 12px 20px;
  }
}
.product-info-main .prices-tier .item {
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .product-info-main .prices-tier .item {
    font-size: 22px;
    line-height: 34px;
  }
}
.product-info-main .prices-tier .item .benefit,
.product-info-main .prices-tier .item .price-container {
  color: #c6242f;
}
@media screen and (max-width: 767px) {
  .product-info-main .prices-tier .item .benefit .price,
  .product-info-main .prices-tier .item .price-container .price {
    font-size: 22px;
  }
}
.product-info-main .price-box > .price-final_price {
  color: #b09877;
}
.product-info-main .price-box > .price-final_price .price {
  font-size: 33px;
  font-weight: bold;
  font-family: 'Tahoma';
}
@media screen and (max-width: 767px) {
  .product-info-main .price-box > .price-final_price .price {
    font-size: 38px;
    display: block;
    margin: 53px 0 35px;
  }
}
.product-info-main .price-box .special-price {
  font-family: 'Tahoma';
  margin: 35px 0 25px;
}
@media screen and (max-width: 767px) {
  .product-info-main .price-box .special-price {
    margin: 53px 0 35px;
  }
}
.product-info-main .price-box .special-price .price-label {
  display: none;
}
.product-info-main .price-box .special-price span.price {
  color: #c6242f;
  font-size: 33px;
}
@media screen and (max-width: 767px) {
  .product-info-main .price-box .special-price span.price {
    font-size: 42px;
  }
}
.product-info-main .price-box .old-price {
  text-decoration: none;
  font-family: 'Tahoma';
}
.product-info-main .price-box .old-price .price-label {
  font-size: 14px;
  color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  .product-info-main .price-box .old-price .price-label {
    font-size: 21px;
  }
}
.product-info-main .price-box .old-price span.price {
  color: #b09877;
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  .product-info-main .price-box .old-price span.price {
    font-size: 21px;
  }
}
.product-info-main .product-reviews-summary {
  display: block;
  margin: 10px 0 30px;
}
.product-info-main .product-reviews-summary .reviews-actions {
  display: block;
}
.product-info-main .product-reviews-summary .reviews-actions a {
  color: #39b5dd;
}
.product-info-main .product-reviews-summary .reviews-actions a.add {
  font-size: 14px;
  font-family: 'Tahoma';
}
@media screen and (max-width: 767px) {
  .product-info-main .product-reviews-summary .reviews-actions a.add {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .product-info-main .product-reviews-summary .reviews-actions a.view {
    font-size: 16px;
  }
}
.product-info-main .product-reviews-summary .rating-summary {
  display: block;
}
.product-info-main .box-tocart {
  width: 315px;
}
@media screen and (max-width: 767px) {
  .product-info-main .box-tocart {
    width: 100%;
    display: table;
  }
}
.product-info-main .box-tocart .actions {
  padding-top: 0;
  vertical-align: top;
  text-align: left;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  .product-info-main .box-tocart .actions {
    text-align: right;
  }
}
.product-info-main .box-tocart .actions .tocart {
  font-size: 18px;
  margin: 0;
  font-family: 'Tahoma';
  padding-right: 9px;
  padding-left: 9px;
  background: #b09877;
  color: #fff;
}
.product-info-main .box-tocart .actions .tocart:hover {
  background: #887255;
}
.product-info-main .box-tocart .actions .tocart:before {
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .product-info-main .box-tocart .actions .tocart {
    font-size: 33px;
    font-weight: normal;
    padding: 23px;
  }
  .product-info-main .box-tocart .actions .tocart:before {
    display: inline-block;
    font-size: 30px;
    font-weight: normal;
  }
}
.product-info-main .qty {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .product-info-main .qty {
    display: table-cell;
    width: 42%;
  }
}
.product-info-main .qty .label span {
  color: #b3b3b3;
  font-family: Tahoma;
  font-size: 18px;
  font-weight: 400;
  margin-right: 10px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product-info-main .qty .label span {
    font-size: 33px;
  }
}
.product-info-main .qty .control {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .product-info-main .qty .control {
    float: right;
  }
}
.product-info-main .qty .control #qty {
  width: 80px;
  height: 35px;
  border: 1px solid #c3c3c3;
}
@media screen and (max-width: 767px) {
  .product-info-main .qty .control #qty {
    box-sizing: border-box;
    width: 146px;
    height: 64px;
  }
}
.product-info-main .product-options-wrapper .fieldset {
  border: 1px solid #F5F5F5;
}
.product-info-main .product-options-wrapper .fieldset > .field:nth-child(2n) {
  background-color: #F5F5F5;
}
.product-info-main .product-options-wrapper .fieldset > .field {
  padding: 15px;
  width: 100%;
  box-sizing: border-box;
  max-width: none;
}
.product-info-main .product-options-wrapper .fieldset > .field .note {
  color: #b09877;
}
@media screen and (max-width: 640px) {
  .product-info-main .product-options-wrapper .fieldset > .field .note {
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .page-layout-1column .product-info-main {
    margin-top: 75px;
  }
}
@media (min-width: 1280px) {
  .page-layout-1column .product.media {
    width: 52%;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
}
@media (min-width: 768px) {
  .page-layout-1column .product-info-main {
    width: 44%;
  }
  .page-layout-1column .product.media {
    width: 49%;
  }
}
.column.main .block.related .product-item-info,
.column.main .block.crosssell .product-item-info,
.column.main .block.upsell .product-item-info {
  border: 0;
}
.column.main .block.related .block-title strong,
.column.main .block.crosssell .block-title strong,
.column.main .block.upsell .block-title strong {
  font-family: "Trebuchet MS";
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  color: #000;
}
@media screen and (max-width: 640px) {
  .column.main .block.related .block-title strong,
  .column.main .block.crosssell .block-title strong,
  .column.main .block.upsell .block-title strong {
    font-size: 40px;
    display: block;
    text-align: center;
    line-height: 1.4em;
  }
}
.column.main .block.related .products-grid,
.column.main .block.crosssell .products-grid,
.column.main .block.upsell .products-grid {
  margin-top: 55px;
}
@media screen and (max-width: 640px) {
  .column.main .block.related .products-grid,
  .column.main .block.crosssell .products-grid,
  .column.main .block.upsell .products-grid {
    margin-top: 40px;
  }
}
.column.main .block.related .product-item-name,
.column.main .block.crosssell .product-item-name,
.column.main .block.upsell .product-item-name {
  margin: 15px 10px 2.5px;
}
@media screen and (max-width: 640px) {
  .column.main .block.related .product-item-name,
  .column.main .block.crosssell .product-item-name,
  .column.main .block.upsell .product-item-name {
    margin-top: 30px;
  }
}
.column.main .block.related .product-item-name a,
.column.main .block.crosssell .product-item-name a,
.column.main .block.upsell .product-item-name a {
  color: #838383;
  font-family: "Trebuchet MS";
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .column.main .block.related .product-item-name a,
  .column.main .block.crosssell .product-item-name a,
  .column.main .block.upsell .product-item-name a {
    color: #838383;
    font-family: "Trebuchet MS";
    font-size: 27px;
  }
}
.column.main .block.related .product-image-container,
.column.main .block.crosssell .product-image-container,
.column.main .block.upsell .product-image-container {
  transition: all 0.3s ease;
  padding: 5px;
}
.column.main .block.related .product-image-container .product-image-photo,
.column.main .block.crosssell .product-image-container .product-image-photo,
.column.main .block.upsell .product-image-container .product-image-photo {
  max-width: 240px;
  width: 100%;
}
.column.main .block.related .product-image-container:hover,
.column.main .block.crosssell .product-image-container:hover,
.column.main .block.upsell .product-image-container:hover {
  box-shadow: 0 0 8px #b09877;
}
.page-layout-1column .block.related .products-grid .product-item,
.page-layout-1column .block.upsell .products-grid .product-item {
  width: 23%;
  margin-right: 0;
}
.page-layout-1column .block.related .products-grid .product-item .product-item-info,
.page-layout-1column .block.upsell .products-grid .product-item .product-item-info {
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .page-layout-1column .block.related .products-grid .product-item,
  .page-layout-1column .block.upsell .products-grid .product-item {
    width: 50%;
    min-height: 215px;
  }
}
@media screen and (max-width: 640px) {
  .page-layout-1column .block.related .products-grid .product-item,
  .page-layout-1column .block.upsell .products-grid .product-item {
    width: 100%;
    padding: 0;
    margin-bottom: 65px;
  }
  .page-layout-1column .block.related .products-grid .product-item .product-item-info,
  .page-layout-1column .block.upsell .products-grid .product-item .product-item-info {
    width: 100%;
    text-align: center;
  }
}
.page-layout-1column .block.related .products-grid .product-item:nth-child(4n) {
  margin-left: 2%;
}
.fotorama__nav__frame {
  margin-right: 25px !important;
  margin-top: 25px !important;
}
@media screen and (max-width: 767px) {
  .fotorama__nav--dots {
    height: 50px !important;
  }
  .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame {
    border: 0;
    margin-right: 10px;
  }
  .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
    border: 0;
  }
  .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active .fotorama__dot {
    background-color: #b09877;
    border-color: #b09877;
  }
  .fotorama__nav--dots .fotorama__nav__shaft .fotorama__nav__frame .fotorama__dot {
    width: 11px;
    height: 11px;
    border-radius: 6px;
    background-color: #fff;
    border-color: #a7a7a7;
  }
}
@media screen and (max-width: 767px) {
  .product.media .fotorama__nav__shaft .fotorama__nav__frame.fotorama__active {
    border: 0;
  }
}
@media screen and (max-width: 767px) {
  .fotorama__stage {
    height: 490px !important;
  }
}
.login-container .block .block-title {
  color: #b09877;
}
@media screen and (max-width: 767px) {
  .login-container .block .block-title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .login-container .block .actions-toolbar {
    margin-left: 0 !important;
  }
}
.actions-toolbar .secondary {
  margin: 15px 0;
}
@media screen and (max-width: 767px) {
  .actions-toolbar .secondary .action {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .actions-toolbar {
    margin: 25px 0;
  }
}
.abs-margin-for-forms-desktop,
.fieldset .legend,
.login-container .fieldset:after {
  margin-left: 0 !important;
}
@media screen and (max-width: 767px) {
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .login-container .fieldset:after {
    text-align: left;
    font-size: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .block-collapsible-nav {
    top: 0;
  }
  .block-collapsible-nav .title {
    padding: 15px 40px;
  }
  .block-collapsible-nav .title:after {
    right: 10px;
    font-size: 55px;
    top: -5px;
  }
  .block-collapsible-nav .title strong {
    font-size: 28px;
  }
  .block-collapsible-nav .item {
    font-size: 22px;
  }
  .block-collapsible-nav .item strong {
    padding: 10px 15px;
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  .block-dashboard-orders .block-title {
    font-size: 22px;
    padding-bottom: 20px;
  }
  .block-dashboard-orders .block-title strong {
    font-size: 22px !important;
  }
}
.account .column.main .block-dashboard-info .block-title,
.account .column.main .block-dashboard-addresses .block-title,
.account .column.main .block-reviews-dashboard .block-title,
.account .column.main .block-addresses-default .block-title,
.account .column.main .block-addresses-list .block-title,
.account .column.main .block-order-details-view .block-title {
  font-size: 18px;
  color: #b09877;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .account .column.main .block-dashboard-info .block-title,
  .account .column.main .block-dashboard-addresses .block-title,
  .account .column.main .block-reviews-dashboard .block-title,
  .account .column.main .block-addresses-default .block-title,
  .account .column.main .block-addresses-list .block-title,
  .account .column.main .block-order-details-view .block-title {
    font-size: 30px !important;
  }
  .account .column.main .block-dashboard-info .block-title strong,
  .account .column.main .block-dashboard-addresses .block-title strong,
  .account .column.main .block-reviews-dashboard .block-title strong,
  .account .column.main .block-addresses-default .block-title strong,
  .account .column.main .block-addresses-list .block-title strong,
  .account .column.main .block-order-details-view .block-title strong,
  .account .column.main .block-dashboard-info .block-title span,
  .account .column.main .block-dashboard-addresses .block-title span,
  .account .column.main .block-reviews-dashboard .block-title span,
  .account .column.main .block-addresses-default .block-title span,
  .account .column.main .block-addresses-list .block-title span,
  .account .column.main .block-order-details-view .block-title span {
    font-size: 30px !important;
  }
}
@media only screen and (max-width: 767px) {
  .account .column.main .block-dashboard-info .block-content p,
  .account .column.main .block-dashboard-addresses .block-content p,
  .account .column.main .block-reviews-dashboard .block-content p,
  .account .column.main .block-addresses-default .block-content p,
  .account .column.main .block-addresses-list .block-content p,
  .account .column.main .block-order-details-view .block-content p,
  .account .column.main .block-dashboard-info .block-content a.action,
  .account .column.main .block-dashboard-addresses .block-content a.action,
  .account .column.main .block-reviews-dashboard .block-content a.action,
  .account .column.main .block-addresses-default .block-content a.action,
  .account .column.main .block-addresses-list .block-content a.action,
  .account .column.main .block-order-details-view .block-content a.action,
  .account .column.main .block-dashboard-info .block-content address,
  .account .column.main .block-dashboard-addresses .block-content address,
  .account .column.main .block-reviews-dashboard .block-content address,
  .account .column.main .block-addresses-default .block-content address,
  .account .column.main .block-addresses-list .block-content address,
  .account .column.main .block-order-details-view .block-content address {
    font-size: 24px;
    line-height: 1.5em;
  }
}
.account .column.main .block-dashboard-info .block-content .box-title > span,
.account .column.main .block-dashboard-addresses .block-content .box-title > span,
.account .column.main .block-reviews-dashboard .block-content .box-title > span,
.account .column.main .block-addresses-default .block-content .box-title > span,
.account .column.main .block-addresses-list .block-content .box-title > span,
.account .column.main .block-order-details-view .block-content .box-title > span {
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .account .column.main .block-dashboard-info .block-content .box-title > span,
  .account .column.main .block-dashboard-addresses .block-content .box-title > span,
  .account .column.main .block-reviews-dashboard .block-content .box-title > span,
  .account .column.main .block-addresses-default .block-content .box-title > span,
  .account .column.main .block-addresses-list .block-content .box-title > span,
  .account .column.main .block-order-details-view .block-content .box-title > span {
    font-size: 24px;
    display: inline-block;
    margin-bottom: 0.8em;
  }
}
@media only screen and (max-width: 767px) {
  .account .column.main .block-dashboard-info .block-content .box-content,
  .account .column.main .block-dashboard-addresses .block-content .box-content,
  .account .column.main .block-reviews-dashboard .block-content .box-content,
  .account .column.main .block-addresses-default .block-content .box-content,
  .account .column.main .block-addresses-list .block-content .box-content,
  .account .column.main .block-order-details-view .block-content .box-content,
  .account .column.main .block-dashboard-info .block-content .box-actions,
  .account .column.main .block-dashboard-addresses .block-content .box-actions,
  .account .column.main .block-reviews-dashboard .block-content .box-actions,
  .account .column.main .block-addresses-default .block-content .box-actions,
  .account .column.main .block-addresses-list .block-content .box-actions,
  .account .column.main .block-order-details-view .block-content .box-actions {
    font-size: 24px;
  }
  .account .column.main .block-dashboard-info .block-content .box-content p,
  .account .column.main .block-dashboard-addresses .block-content .box-content p,
  .account .column.main .block-reviews-dashboard .block-content .box-content p,
  .account .column.main .block-addresses-default .block-content .box-content p,
  .account .column.main .block-addresses-list .block-content .box-content p,
  .account .column.main .block-order-details-view .block-content .box-content p,
  .account .column.main .block-dashboard-info .block-content .box-actions p,
  .account .column.main .block-dashboard-addresses .block-content .box-actions p,
  .account .column.main .block-reviews-dashboard .block-content .box-actions p,
  .account .column.main .block-addresses-default .block-content .box-actions p,
  .account .column.main .block-addresses-list .block-content .box-actions p,
  .account .column.main .block-order-details-view .block-content .box-actions p,
  .account .column.main .block-dashboard-info .block-content .box-content a.action,
  .account .column.main .block-dashboard-addresses .block-content .box-content a.action,
  .account .column.main .block-reviews-dashboard .block-content .box-content a.action,
  .account .column.main .block-addresses-default .block-content .box-content a.action,
  .account .column.main .block-addresses-list .block-content .box-content a.action,
  .account .column.main .block-order-details-view .block-content .box-content a.action,
  .account .column.main .block-dashboard-info .block-content .box-actions a.action,
  .account .column.main .block-dashboard-addresses .block-content .box-actions a.action,
  .account .column.main .block-reviews-dashboard .block-content .box-actions a.action,
  .account .column.main .block-addresses-default .block-content .box-actions a.action,
  .account .column.main .block-addresses-list .block-content .box-actions a.action,
  .account .column.main .block-order-details-view .block-content .box-actions a.action,
  .account .column.main .block-dashboard-info .block-content .box-content address,
  .account .column.main .block-dashboard-addresses .block-content .box-content address,
  .account .column.main .block-reviews-dashboard .block-content .box-content address,
  .account .column.main .block-addresses-default .block-content .box-content address,
  .account .column.main .block-addresses-list .block-content .box-content address,
  .account .column.main .block-order-details-view .block-content .box-content address,
  .account .column.main .block-dashboard-info .block-content .box-actions address,
  .account .column.main .block-dashboard-addresses .block-content .box-actions address,
  .account .column.main .block-reviews-dashboard .block-content .box-actions address,
  .account .column.main .block-addresses-default .block-content .box-actions address,
  .account .column.main .block-addresses-list .block-content .box-actions address,
  .account .column.main .block-order-details-view .block-content .box-actions address {
    font-size: 24px;
    line-height: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .account .column.main .block-dashboard-info .block-content .box-actions,
  .account .column.main .block-dashboard-addresses .block-content .box-actions,
  .account .column.main .block-reviews-dashboard .block-content .box-actions,
  .account .column.main .block-addresses-default .block-content .box-actions,
  .account .column.main .block-addresses-list .block-content .box-actions,
  .account .column.main .block-order-details-view .block-content .box-actions {
    margin-top: 20px;
  }
}
.block-reviews-dashboard .items .item {
  padding: 10px;
  min-height: 68px;
  box-sizing: border-box;
}
.block-reviews-dashboard .items .item:nth-child(2n) {
  background: #F7F7F7;
}
@media only screen and (max-width: 767px) {
  .block-reviews-dashboard .items .item {
    font-size: 24px;
    padding: 15px;
  }
}
.customer-review.view .product-media {
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .customer-review.view .product-name {
    font-size: 24px;
    text-align: left;
  }
}
@media only screen and (max-width: 767px) {
  .customer-review.view .rating-average-label {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-review .product-reviews-summary,
  .customer-review .rating-summary.item {
    margin: 15px 0;
  }
  .customer-review .product-reviews-summary .reviews-actions,
  .customer-review .rating-summary.item .reviews-actions {
    font-size: 24px;
  }
  .customer-review .product-reviews-summary .rating-result:before,
  .customer-review .rating-summary.item .rating-result:before {
    font-size: 25px;
  }
  .customer-review .product-reviews-summary .rating-result,
  .customer-review .rating-summary.item .rating-result {
    margin-bottom: 15px;
  }
  .customer-review .product-reviews-summary .rating-result span:before,
  .customer-review .rating-summary.item .rating-result span:before {
    font-size: 25px;
  }
}
.customer-review .review-details .title {
  font-size: 18px;
  color: #b09877;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .customer-review .review-details .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .customer-review .review-details .review-title {
    font-size: 22px;
  }
}
.customer-review .review-details .rating-label {
  display: none;
}
.customer-review .review-details .review-content {
  padding: 10px;
  background: #F9F9F9;
}
@media only screen and (max-width: 767px) {
  .customer-review .review-details .review-content {
    font-size: 24px;
  }
}
.customer-review .review-details .review-date {
  text-align: right;
  font-size: 14px;
  color: #b09877;
}
@media only screen and (max-width: 767px) {
  .customer-review .review-details .review-date {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .sales-order-view .order-status {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .order-details-items .order-title strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .order-links .item strong {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .page-title-wrapper .order-date span,
  .page-title-wrapper .order-date date {
    font-size: 24px;
  }
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 5px 2.5px 0;
  }
  .abs-product-options-list-desktop dt:after,
  .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 2.5px;
    word-break: break-all;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .amazon-addresses .amazon-address,
  .column .block-addbysku .block-content .box,
  .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%;
  }
  .abs-blocks-2columns:nth-child(odd),
  .amazon-addresses .amazon-address:nth-child(odd),
  .column .block-addbysku .block-content .box: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;
  }
  .abs-blocks-2columns:nth-child(even),
  .amazon-addresses .amazon-address:nth-child(even),
  .column .block-addbysku .block-content .box: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,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .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,
  .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;
  }
  .abs-add-fields-desktop .fieldset .field:not(.choice) .control,
  .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,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler,
  .block-collapsible-nav .title {
    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,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container: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,
  .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,
  .column .block-addbysku .block-content:after,
  .cart-container: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,
  .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 10px;
  }
  .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 2.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;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type,
  .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,
  .opc-estimated-wrapper,
  .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: 10px;
    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 .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .abs-shopping-cart-items-desktop .action.clear,
  .abs-shopping-cart-items-desktop .action.update,
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 5px;
  }
  .abs-shopping-cart-items-desktop .action.continue,
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .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: 1270px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .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 .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
    margin-bottom: 12.5px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f5f5f5;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 5px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #2f2f2f;
    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: #2f2f2f;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    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 .level0 .submenu {
    background: #ffffff;
    border: 1px solid #ebebeb;
    box-shadow: 0 2.5px 2.5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    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: #ebebeb;
    color: #ebebeb;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 10px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #2f2f2f;
    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: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e608';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .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;
  }
  .fieldset > .field {
    box-sizing: border-box;
    margin: 0 0 10px;
  }
  .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;
  }
  .fieldset > .field:not(.choice) > .label {
    text-align: left;
    float: none;
  }
  .fieldset > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .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 2.5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 10px;
    font-size: 1.4rem;
    color: #797979;
    text-decoration: none;
    background: #f0f0f0;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 10px;
    padding: 2.5px 10px 2.5px 10px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #797979;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #797979;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #2f2f2f;
    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: #2f2f2f;
    text-decoration: none;
  }
  .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: 3.5px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 16px;
    padding: 10px 10px 10px 10px;
    border: 0;
    border-top: 1px solid #cccccc;
  }
  .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 2.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;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    background: #fafafa;
    padding: 5px 10px;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    border: none;
    flex-basis: auto;
    margin: 0;
    padding: 0;
  }
  .amrev-toolbar-container .amrev-sorting {
    flex-basis: 250px;
    order: 2;
    padding: 0 0 0 15px;
  }
  .amrev-toolbar-container.-all .amrev-sorting {
    border-left: 1px solid #d6d6d6;
  }
  .amrev-toolbar-container .amrev-label {
    margin: 0 7.5px;
  }
  .amrev-toolbar-container .amrev-select {
    max-width: 175px;
  }
  .amreview-images.slick-slider .slick-slide {
    display: inline-block;
  }
  .amreview-images.slick-slider .slick-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat;
  }
  .amrev-comment-block {
    margin: 0;
  }
  .amrev-area-field div.mage-error {
    margin-top: 4px;
    position: absolute;
    top: 100%;
  }
  .amrev-comment-form .amrev-fieldset {
    flex-basis: 70%;
  }
  .amrev-comment-toolbar {
    flex-wrap: nowrap;
    padding: 25px 0 20px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: auto;
    order: 3;
    padding: 0 15px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus {
    margin: 0 10px 0 0;
  }
  .amrev-comment-toolbar .amrev-comment {
    border-right: 1px solid #767676;
    flex-basis: auto;
    justify-content: initial;
    margin: 0;
    order: 2;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amreview-helpful-wrap .amreview-helpful {
    font-size: 12px;
  }
  .amreview-submit-form .field.review-field-nickname.-half,
  .amreview-submit-form .field.review-field-email {
    width: 48%;
  }
  .amreview-submit-form .review-form .action.submit.primary {
    padding: 11px 22px;
  }
  .amreview-submit-form > .block-content {
    padding: 25px 0 55px;
  }
  .amreview-submit-form .review-fieldset {
    margin: 0 0 40px;
  }
  .amreview-submit-form .review-fieldset .field {
    margin: 0 0 15px 0;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info.amreview-showmore {
    display: none;
  }
  .amreview-review-list {
    margin: 0;
    padding: 50px 0 20px 0;
  }
  .amreview-review-list.-empty {
    padding: 40px;
  }
  .amrev-desc-title {
    flex-wrap: nowrap;
  }
  .amreview-author-details {
    margin: 10px 0 20px;
  }
  .amreview-percent-block {
    display: flex;
    align-items: center;
  }
  .amreview-summary-info {
    display: inline-block;
  }
  .amreview-add-new {
    margin: 40px 0 0;
  }
  .amreview-add-new .amreview-label {
    max-width: 160px;
    text-align: left;
  }
  .amreview-author-details {
    display: inline-block;
    margin: 0 auto 0 0;
    vertical-align: top;
    width: 25%;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    background: #f1f1f1;
    border-left: 2px solid #1ab900;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0;
    max-width: 78px;
    padding: 4px 4px 4px 6px;
    position: relative;
  }
  .amreview-recommended:after {
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: 0;
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    border: 0;
    float: right;
    padding: 20px 0;
  }
  .amreview-toolbar-wrap.review-toolbar .limiter {
    float: left;
    padding: 20px 0;
  }
  .amreview-review-wrapper.review-item {
    padding: 30px 0 40px 0;
  }
  .amreview-description-wrap {
    display: inline-block;
    position: relative;
    width: 75%;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-left: 35px;
    padding-right: 35px;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful {
    margin: 0;
    width: auto;
  }
  .amreview-widget-container.-summary-widget .amreview-icon {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-plus {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-minus {
    margin: 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-wrapper {
    padding: 25px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    padding: 35px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amcform-title-wrap {
    flex-grow: unset;
    max-width: initial;
    min-width: 30%;
  }
  .amcform-title-wrap .amcform-title {
    max-width: 174px;
  }
  .amcform-title-wrap:nth-child(3n + 1):before {
    content: none;
  }
  .amcform-title-wrap:nth-child(3n + 1):last-child:before {
    background: linear-gradient(270deg, #e3e3e3 4.63%, rgba(227, 227, 227, 0) 83.33%);
    content: '';
    width: 50%;
  }
  .amcform-title-wrap:nth-child(3n + 1).ui-state-active:last-child:before {
    background: linear-gradient(270deg, #92b0ff 4.63%, rgba(227, 227, 227, 0) 83.33%);
  }
  .amcform-popup-block .amcform-header {
    font-size: 22px;
  }
  .amcform-popup-block .amcform-toolbar {
    flex-direction: row;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button {
    width: auto;
  }
  .amcform-popup-block .amcform-toolbar .amcform-button:not(:first-of-type) {
    margin-top: 0;
  }
  .product.data.items {
    z-index: unset;
  }
  .circle-theme .amcform-title-wrap {
    min-width: 24%;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  .amcart-confirm-block {
    max-height: 90vh;
  }
  .amcart-confirm-block .products-grid .product-item-actions {
    margin-top: 0;
  }
  .amcart-confirm-overlay.am-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .amcart-confirm-overlay.am-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    padding-right: 230px;
  }
  .amcart-confirm-overlay.am-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding-left: 230px;
  }
  .amcart-confirm-overlay.am-top-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  .amcart-confirm-overlay.am-top-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  .amcart-confirm-overlay.am-top {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: center;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-related-splide .product-item-info {
    border: none;
    box-shadow: none;
  }
  .am-related-splide .product-item-info:hover,
  .am-related-splide .product-item-info.active {
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }
  .am-related-splide .splide__slide .product-item-info {
    box-shadow: none;
  }
  .am-related-splide .am-actions-reordered {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px;
  }
  .am-related-splide .am-actions-reordered .actions-primary {
    order: 2;
  }
  .am-related-splide .am-actions-reordered .actions-primary .action.tocart {
    width: 100%;
  }
  .am-related-splide .am-actions-reordered .am-secondary-inline {
    display: flex;
    gap: 6px;
    justify-content: center;
    order: 1;
  }
  .am-related-splide .am-actions-reordered .am-secondary-inline .action {
    align-items: center;
    border-radius: 50%;
    display: flex;
    flex: 0 0 auto;
    height: 32px;
    justify-content: center;
    min-width: 32px;
    padding: 0;
    text-align: center;
    width: 32px;
  }
  .am-related-splide .am-actions-reordered .am-secondary-inline .action span {
    display: none;
  }
  .am-related-splide .am-actions-reordered .am-secondary-inline .action:before {
    font-size: 16px;
    margin: 0;
  }
  .am-related-splide .am-actions-reordered .am-secondary-inline .action.towishlist,
  .am-related-splide .am-actions-reordered .am-secondary-inline .action.tocompare {
    background: #f5f5f5;
    border: 1px solid #dddddd;
    color: #333333;
    transition: all .3s ease;
  }
  .am-related-splide .am-actions-reordered .am-secondary-inline .action.towishlist:hover,
  .am-related-splide .am-actions-reordered .am-secondary-inline .action.tocompare:hover {
    background: #e0e0e0;
    border-color: #bbbbbb;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 20px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    height: 70px;
    margin: 0;
    max-width: 305px;
  }
  .amcart-product-notice {
    font-size: 14px;
    padding: 20px 35px;
    width: initial;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    margin: 0;
    padding: 0;
  }
  .ampage-top-info .am-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amrewards-pointsleft,
  .amrewards-info-table .amrewards-table-header .col.left {
    text-align: right;
  }
  .amrewards-qty-info {
    display: inline-flex;
  }
  .amrewards-general,
  .amrewards-description {
    margin-bottom: 0;
  }
  .amrewards-qty-info .amrewards-general {
    min-width: 460px;
    padding-bottom: 15px;
  }
  .amrewards-balance-container {
    padding: 0 5px;
  }
  .amrewards-balance-container .amrewards-amount {
    display: inherit;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 17px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  .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-validate-container .amazon-logout {
    margin-top: 1em;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content {
    right: -65px;
  }
  .checkout-shipping-address .field-tooltip .field-tooltip-content:before,
  .checkout-shipping-address .field-tooltip .field-tooltip-content:after {
    right: 64px;
  }
  .cart.table-wrapper .col.qty {
    min-width: 100px;
  }
  .cart.table-wrapper .col.qty button {
    float: right;
    padding: 0 8px;
    clear: right;
    height: initial;
    transform: translateY(100%);
  }
  .cart.table-wrapper .col.qty button:last-of-type {
    transform: translateY(-100%);
  }
  .cart.table-wrapper .col.qty .input-text {
    margin-top: 0;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper,
  .weltpixel_quickview-catalog_product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .page-products .products-list .product-item-info .product-image-list {
    position: relative;
  }
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info .product-image-list .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 {
    display: block;
    position: absolute;
    bottom: 30px;
    height: auto;
    z-index: 9;
    width: calc(100% - 30px);
    text-align: center;
    color: #eeeeee;
    background: rgba(0, 0, 0, 0.7);
    font-size: 15px;
    text-decoration: none;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v1 span:before,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v1 span:before {
    -webkit-font-smoothing: antialiased;
    font-size: 15px;
    line-height: 1;
    color: #eeeeee;
    content: '\e615';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
    position: relative;
    top: 4px;
    left: -5px;
  }
  .page-products .products-list .product-item-info.active .weltpixel-quickview.weltpixel_quickview_button_v2,
  .page-products .products-list .product-item-info:hover .weltpixel-quickview.weltpixel_quickview_button_v2 {
    display: block;
    z-index: 9;
    position: absolute;
    text-indent: -10000px;
    width: 33px;
    height: 35px;
    background-image: url('../WeltPixel_Quickview/images/quickview.png');
    background-repeat: no-repeat;
    bottom: 30px;
    right: 30px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .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: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 10px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #797979;
    border: 1px solid #ebebeb;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #797979;
    background: #dedede;
  }
  .modes-mode:last-child {
    border-right: 1px solid #ebebeb;
  }
  .modes-mode.active {
    color: #a2a2a2;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #797979;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #797979;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .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: 12.5px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 5px 5px 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: 12.5px;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .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%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 15px;
    padding: 5px 0 15px;
  }
  .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;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .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: 2.5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .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 {
    pointer-events: none;
    opacity: 0.5;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 10px;
  }
  .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 10px;
    margin: 0 0 5px;
  }
  .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 2.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 5px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 10px;
    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: left;
  }
  .cart .action {
    margin-bottom: 5px;
  }
  .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;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 12.5px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 15px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .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 5px;
  }
  .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 10px;
    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: 1.8rem;
    border-bottom: 0;
    margin-bottom: 12.5px;
  }
  .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: 5px 15px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 5px 0 0 20px;
  }
  .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 10px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .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 10px 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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 15px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .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,
  .form.search.advanced,
  .form.form-orders-search {
    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: 10px;
    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 5px 5px 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: 10px;
  }
  .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: 10px;
  }
  .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: 10px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 10px;
    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;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    text-align: left;
    float: none;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 10px 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: 10px;
    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: 10px;
  }
  .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 10px;
  }
  .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 2.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 10px;
  }
  .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: 5px;
    padding: 2.5px 5px 5px;
    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: 5px;
    padding: 2.5px 5px 5px;
  }
  .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: 12.5px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #ebebeb;
  }
  .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: 10px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 10px;
  }
  .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: -10px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 10px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    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: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 2.5px;
  }
  .header.content {
    padding: 15px 10px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #e8e8e8;
  }
  .page-header .header.panel {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 10px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 5px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 5px;
    padding-right: 5px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 10px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  #search_mini_form #algolia-searchbox .clear-query-autocomplete {
    bottom: 11px;
  }
  .product-info-main .price-box > .price-container {
    margin-top: 44px;
    display: block;
  }
  .product-info-main .box-tocart,
  .product-info-main .product-options-bottom .box-tocart {
    margin: 0;
  }
  .product-info-main .box-tocart .actions,
  .product-info-main .product-options-bottom .box-tocart .actions {
    padding-top: 0;
  }
  .page-products .columns {
    clear: both;
  }
  .product.data.items {
    text-align: left;
  }
  .product.data.items .item.content {
    direction: ltr;
  }
  .product.data.items .item.title {
    float: none;
    display: inline-block;
  }
  .catalog-product-view .product-info-main .stock.unavailable {
    font-size: 22px;
  }
  .catalog-category-view .sidebar .homepage__list-item {
    padding: 0;
  }
  .catalog-category-view .sidebar .homepage__list-item.form {
    width: 100%;
  }
  .catalog-category-view .sidebar .homepage__list-item.form .actions-toolbar {
    text-align: center;
  }
  .catalog-category-view .sidebar .homepage__list-item.form .actions-toolbar .primary {
    float: none;
  }
  .catalog-product-view .aw-ar-main .container-header {
    margin: 0;
  }
  .checkout-index-index .field-tooltip {
    right: -12px;
    top: 4px;
  }
  .checkout-index-index .field-tooltip-content {
    top: -10px;
  }
  .checkout-index-index .opc-wrapper .fieldset > .field.required > label,
  .checkout-index-index .opc-wrapper .fieldset > .field._required > label {
    padding-right: 10px;
    position: relative;
  }
  .checkout-index-index .opc-wrapper .fieldset > .field.required > label:after,
  .checkout-index-index .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 5px;
    position: absolute;
    top: 6px;
    right: 0px;
  }
  .checkout-index-index .opc-wrapper .fieldset [name='shippingAddress.street.0'] > .label {
    display: none;
  }
  .checkout-index-index .opc-block-summary .product-item > .product {
    padding-bottom: 125px;
  }
  .checkout-index-index .opc-block-summary .minicart-items .product-image-container {
    margin-left: 0;
  }
  .checkout-index-index .opc-block-summary .minicart-items .product-item-details {
    padding-left: 165px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    position: static;
  }
  .checkout-cart-index .block.discount:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
  }
  .checkout-cart-index .block.reward {
    margin-top: -25px;
  }
  .checkout-cart-index .block.reward .title strong {
    margin-bottom: 8px;
    display: inline-block;
    text-decoration: none;
  }
  .checkout-cart-index .block.reward .title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    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;
  }
  .checkout-cart-index .block.reward .title strong:after {
    position: absolute;
    right: 0;
    top: 1px;
  }
  .checkout-cart-index .block.reward.active .title strong {
    display: inline-block;
    text-decoration: none;
  }
  .checkout-cart-index .block.reward.active .title strong:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 30px;
    line-height: inherit;
    color: inherit;
    content: '\e617';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .checkout-cart-index .block.reward .content .pointsLeft,
  .checkout-cart-index .block.reward .content .pointsRate {
    font-size: 12px;
  }
  .checkout-cart-index .block.reward .content .actions-toolbar {
    margin-left: 0;
    margin-bottom: 20px;
  }
  .amasty-affiliate-collapsible {
    padding: 15px 0;
  }
  .amasty-affiliate-collapsible .title {
    padding: 0 18px;
  }
  .amasty-affiliate-collapsible .title strong {
    font-size: 17px;
  }
  .amasty-affiliate-collapsible .content li a {
    padding: 0 20px;
  }
  .block-reorder .product-items {
    font-size: 12px;
  }
  .block-order-details-gift-message {
    font-size: 12px;
  }
  .xsitemap div[class*="xsitemap"] > ul {
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
  .navigation-links {
    height: 64px;
    box-sizing: border-box;
  }
  #block-rewardpoints {
    width: 69%;
  }
  .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 {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .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: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul {
    width: 30%;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top {
    padding: 3.6px 20px;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top:hover > a {
    color: #c6242f;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top a span {
    font-weight: 900;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top .submenu a {
    padding: 0 10px;
  }
  .cms-index-index .nav-sections-item-content > .navigation > ul > .first-level > .ui-menu {
    display: block !important;
  }
  .sections .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top {
    position: relative;
  }
  .sections .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top.dropdown-bottom .submenu {
    top: 0 !important;
    bottom: auto;
  }
  #gift-options-cart .gift-item-block .title {
    font-size: 14px;
    line-height: 22px;
  }
  #gift-options-cart .gift-item-block .title:after {
    font-size: 36px;
    line-height: 22px;
  }
  .homepage-slider-container {
    font-size: 0;
  }
  .homepage-slider-container .categories {
    display: none;
  }
  .owl-slider {
    width: 70%;
  }
  .owl-slider-container {
    margin-top: -24px;
  }
  a.action.primary.create_ticket_form_link {
    margin-top: 45px;
  }
  .cms-index-index .page.messages {
    float: right;
    width: 70%;
  }
  .account .toolbar.products-reviews-toolbar .pages a span,
  .account .toolbar.products-reviews-toolbar .pages strong span {
    font-size: 12px;
  }
  .actions-toolbar .action {
    font-size: 14px;
  }
  .account-nav .item {
    font-size: 16px;
  }
  .order-links a {
    font-size: 14px;
  }
  .action-toolbar .action {
    font-size: 14px;
  }
  .order-status,
  .order-details-items a,
  .account .column.main .toolbar .limiter-options {
    font-size: 14px;
  }
  .categories__name {
    font-size: 28px;
    top: 30px;
  }
  .categories__link {
    font-size: 19px;
    top: 80px;
  }
  .categories__item {
    width: 33.33%;
    padding: 25px 15px 0 15px;
  }
  .categories__subcategories-item {
    font-size: 14px;
  }
  .homepage__list-item.bottom {
    width: 59.33%;
    margin-top: 0;
  }
  .homepage__list-item.middle-top {
    width: 59.33%;
  }
  .homepage__list-item.left-top {
    width: 40.33%;
  }
  .homepage__list-item.left-top .payment {
    position: static;
  }
  .homepage__list-item .homepage__list-item.form {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }
  .homepage__list-item.form {
    width: 59.33%;
    float: right;
  }
  .homepage__list-item.form .homepage-form__text {
    font-size: 12px;
    line-height: 1.7em;
  }
  .homepage__list-item.form .homepage-form .input-text,
  .homepage__list-item.form .homepage-form .form-control {
    font-size: 12px;
    height: 44px;
  }
  .homepage__list-item.form .homepage-form .field textarea {
    min-height: 150px;
  }
  .homepage__list-item.form .homepage-form .field.select {
    font-size: 14px;
  }
  .product.data.items .review-list .rating-result {
    margin-left: 20px;
  }
  .product.data.items .toolbar {
    min-height: 0;
  }
  .product.data.items .toolbar .limiter {
    float: none;
    padding: 20px;
  }
  .product.data.items .item.content {
    margin-top: 39px;
    padding-top: 20px;
  }
  .product.data.items .item.content .product.description p {
    color: #3a3a3a;
  }
  .product.data.items .item.content .product.description h2 {
    margin-top: 0;
  }
  .product.data.items > .item.title {
    margin: 0;
    margin-right: -26px;
    margin-left: 20px;
  }
  .product.data.items > .item.title:last-child {
    margin-left: 20px;
  }
  .product.data.items > .item.title .switch {
    color: #3a3a3a !important;
    font-family: "Trebuchet MS";
    font-weight: 400;
    font-size: 16px;
    background-color: #ebebeb;
    padding: 14px 40px;
    display: inline-block;
  }
  .product.data.items > .item.title .switch .counter {
    display: none;
  }
  .product.data.items > .item.title .switch:focus {
    padding-bottom: 15px;
  }
  .product.data.items > .item.title.active .switch {
    padding-bottom: 15px;
    background-color: #fff;
  }
  .product.data.items > .item.title.active .switch:focus,
  .product.data.items > .item.title.active .switch:hover {
    padding-bottom: 15px;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus {
    background-color: #fff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active {
    padding-bottom: 15px;
  }
  .categories-kit .subcategory-kit .kit-list {
    font-size: 0;
  }
  .categories-kit .subcategory-kit .kit-list li {
    clear: none;
    vertical-align: bottom;
    width: 50%;
    display: inline-block;
    box-sizing: border-box;
  }
  .featuredCont > li {
    width: 50%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: none;
  }
  .products .product-item-info {
    margin: 0;
  }
  .sidebar .homepage__list-item.left-top {
    width: 100%;
    margin-top: 0;
  }
  .sidebar .homepage__list-item.left-top .bottom-images {
    position: static;
    left: auto;
    top: auto;
  }
  .catalog-category-view .page-title {
    margin-bottom: 10px;
  }
  .category-form.description {
    font-size: 15px;
    line-height: 1.8em;
  }
  .category-form.description .homepage__list-item.form {
    float: none;
    width: 100%;
  }
  .category-cms .bottom-images {
    position: static;
    text-align: left;
  }
  .category-cms .bottom-images .upack,
  .category-cms .bottom-images .payment {
    width: 100%;
  }
  .category-cms .columns {
    font-size: 0;
    margin: 0 -10px;
  }
  .category-cms .columns__left,
  .category-cms .columns__right {
    font-size: 1rem;
    display: inline-block;
    padding: 0 10px;
    box-sizing: border-box;
  }
  .category-cms .columns__right.homepage__list-item.left-top {
    width: 35%;
    float: right;
  }
  .search-by-size {
    margin-bottom: 20px;
  }
  .search-by-size .field .input-box .input {
    width: 34px;
    height: 37px;
    padding: 0 5px;
  }
  .search-by-size .text {
    font-size: 16px;
  }
  .search-by-size .tip .size__item {
    font-size: 16px;
  }
  .minicart-wrapper {
    float: right;
  }
  .minicart-wrapper > .ui-dialog {
    width: 0;
  }
  .footer.wrapper > div,
  .footer.wrapper ul {
    display: table-cell;
  }
  .footer.wrapper .block.newsletter {
    width: 100%;
  }
  .footer.wrapper .block.newsletter input {
    height: 38px;
    padding-left: 10px;
  }
  .account .column.main .block:not(.widget) .block-title > .action,
  .multicheckout .block-title > .action,
  .paypal-review .block .block-title > .action,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-title > .action,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-title > .action,
  .sales-guest-view .column.main .block:not(.widget) .block-title > .action {
    font-size: 14px;
  }
  .customer-account-login .login-container .block:nth-child(2) + .block-amazon-login {
    clear: left;
  }
  .product-info-main .price-box,
  .product-info-main .product-add-form {
    float: left;
  }
  .product-info-main .price-box {
    margin-right: 20px;
  }
  .product-info-main .box-tocart {
    width: auto;
  }
  .product-info-main .free-shipping-label {
    clear: both;
  }
  .fotorama__stage__frame .fotorama__img {
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .fotorama__stage__shaft {
    float: right;
  }
  div.product.media .fotorama__nav-wrap--vertical {
    left: 0;
    right: auto;
  }
  div.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(: focus) {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  div.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(240px, 0, 0);
    -ms-transform: translate3d(240px, 0, 0);
    -o-transform: translate3d(240px, 0, 0);
    transform: translate3d(240px, 0, 0);
  }
  div.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(: focus) {
    -webkit-transform: translate3d(120px, 0, 0);
    -ms-transform: translate3d(120px 0, 0);
    -o-transform: translate3d(120px, 0, 0);
    transform: translate3d(120px, 0, 0);
  }
  div.fotorama__wrap--css3.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  div.product.media .fotorama__stage__frame .fotorama__img {
    max-width: 100%;
  }
}
@media all and (min-width: 1024px), print {
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
  }
  .amreview-summary-details {
    flex-basis: auto;
    margin-left: 20px;
    order: initial;
    padding: 0;
  }
  .amreview-summary-details .amreview-label .amreview-bar {
    width: 80px;
  }
  .amreview-summary-info {
    flex-basis: auto;
    order: initial;
  }
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-add-new {
    flex-basis: auto;
    order: initial;
  }
  .amreview-info-wrapper .amreview-summary-info,
  .amreview-info-wrapper .amreview-summary-details,
  .amreview-info-wrapper .amreview-add-new {
    vertical-align: middle;
  }
  .amreview-info-wrapper .amreview-summary-details {
    border-right: 2px solid #767676;
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
  }
  .amreview-info-wrapper .amreview-add-new {
    background: none;
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 0;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    background: #f8fcff;
    border-bottom: 0;
    width: 49%;
  }
  .amreview-widget-container.-grid .amreview-title {
    background: none;
    cursor: unset;
    padding: 10px 0;
    pointer-events: none;
  }
  .amreview-widget-container.-grid .amreview-title:after {
    display: none;
  }
  .amreview-widget-container.-grid .amreview-description-wrapper {
    min-width: 200px;
  }
  .amreview-widget-container.-grid .amreview-message {
    max-width: 290px;
  }
  .amreview-widget-container.-sidebar .amreview-rating-wrapper {
    max-width: 30%;
    min-width: 120px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .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: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 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;
  }
  .product-items .product-left-column .product.description {
    text-align: left;
  }
  .product-items .product-left-column .product.name {
    margin-bottom: 30px;
  }
  .product-items .product-left-column .product.name .product-item-link {
    text-align: left;
    padding-right: 0;
  }
  .product-items .product-left-column .product .product-item-link {
    text-align: right;
    padding-right: 35px;
  }
  .product-items .product-right-column {
    padding-left: 50px;
  }
  .product-items .product-left-column,
  .product-items .product-right-column {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    box-sizing: border-box;
  }
  .checkout-cart-index .block.discount {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .xsitemap div[class*="xsitemap"] > ul {
    -moz-column-count: 4;
    -webkit-column-count: 4;
    column-count: 4;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 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;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul {
    width: 26%;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top {
    padding: 3px 20px;
  }
  .cms-index-index .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top {
    padding: 12.8px 20px;
  }
  .checkout-cart-index .block.discount {
    position: relative;
    top: -67px;
    max-width: 600px;
    clear: both;
    margin-bottom: 0;
  }
  .checkout-cart-index .block.discount .actions-toolbar {
    margin-left: 0;
  }
  .owl-slider {
    width: 74%;
  }
  .cms-index-index .page.messages {
    width: 74%;
  }
  .categories__name {
    font-size: 35px;
    top: 70px;
  }
  .categories__link {
    font-size: 24px;
    top: auto;
    bottom: 60px;
  }
  .categories__subcategories-item {
    font-size: 18px;
  }
  .homepage__list-item.form .homepage-form .field.select {
    display: table;
    font-size: 14px;
  }
  .homepage__list-item.form .homepage-form .field.select > div {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .homepage__list-item.left-top {
    width: 28.33%;
  }
  .homepage__list-item.form {
    width: 33.33%;
  }
  .homepage__list-item > .homepage__list-item.form {
    width: 100%;
  }
  .homepage__list-item.middle-top {
    width: 38.33%;
  }
  .homepage__list-item.bottom {
    width: 71.33%;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .categories-kit .subcategory-kit .kit-list li {
    width: 33%;
  }
  .featuredCont {
    margin: 0 -25px 30px -25px;
  }
  .featuredCont > li {
    width: 33%;
    float: left;
    float: right;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    float: none;
  }
  .category-form.description .homepage__list-item.form {
    float: right;
    width: 45.33%;
  }
  .category-cms h1 {
    display: inline-block;
    vertical-align: top;
  }
  .category-cms .columns__left {
    width: 100%;
  }
  .category-cms .homepage__list-item.left-top {
    padding: 0 0 0 25px;
  }
  .search-by-size {
    width: 524px;
    margin: 0;
    margin-bottom: 20px;
    float: right;
  }
  .search-by-size .field .action button {
    font-size: 16px;
  }
  .page-layout-1column .product-reviews-summary .rating-summary,
  .page-layout-1column .product-reviews-summary .reviews-actions {
    display: table-cell;
    text-align: left;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .footer.top {
    margin: 40px 0 20px 0;
  }
  .footer.wrapper .logo {
    position: absolute;
    left: 20px;
    top: 40px;
    width: 105px;
  }
  .footer.wrapper .geotrust {
    position: absolute;
    right: 20px;
    top: 20px;
  }
  .footer.wrapper .icons {
    text-align: right;
    margin-top: 30px;
    display: block;
  }
  .footer.wrapper .block.newsletter {
    width: auto;
    min-width: 300px;
  }
}
@media all and (min-width: 1440px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .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;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top {
    padding: 0 22px;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top > a {
    font-size: 22px;
  }
  .page-layout-2columns-right.page-products .products-grid.singlerow .product-item {
    width: 25%;
  }
}
.old-ie {
  text-align: center;
  padding: 20px 0;
  background: red;
  color: #fff;
}
.old-ie:before {
  font-family: 'luma-icons';
  content: '\e602';
  display: inline-block;
  padding-right: 5px;
}
.main p,
.page-main p {
  margin-bottom: 1.4em;
}
@media screen and (max-width: 767px) {
  .main p,
  .page-main p {
    font-size: 21px;
    line-height: 1.4em;
  }
}
.main p.left-image img,
.page-main p.left-image img {
  float: left;
  margin: 10px;
}
.main p.right-image img,
.page-main p.right-image img {
  float: right;
  margin: 10px;
}
.styleguide-heading {
  border-bottom: 1px solid #b6b6b6;
  padding-bottom: 5px;
  margin: 30px 0;
}
.message.success,
.message.error,
.message.info {
  margin-bottom: 15px;
  padding-left: 45px;
}
@media screen and (max-width: 767px) {
  .message.success,
  .message.error,
  .message.info {
    font-size: 20px;
  }
  .message.success > *:first-child:before,
  .message.error > *:first-child:before,
  .message.info > *:first-child:before {
    left: 0px;
    top: 25px;
    font-size: 40px;
  }
}
.nav-sections-item-content,
.nav-sections-item-content > .navigation {
  background-color: #ebebeb;
}
.nav-sections-item-title {
  font-size: 20px;
}
.nav-sections .header.links li a {
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .nav-sections .header.links li a {
    font-size: 25px;
  }
}
.nav-sections .header.links li:hover {
  background-color: #c2a987;
}
.nav-sections .header.links li:hover a {
  font-weight: normal;
  color: #fff;
}
.nav-sections .navigation .level0.active .level-top,
.nav-sections .navigation .level0.has-active .level-top {
  border: none;
}
.nav-sections .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
.nav-sections .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: 0;
}
.nav-sections .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: 0;
}
.nav-sections .navigation .level0 .all-category .ui-state-focus {
  border-color: #c2a987;
  text-transform: uppercase;
  font-size: 25px;
}
.nav-sections .navigation .level-top {
  line-height: 41px;
  margin: 0;
}
.nav-sections .navigation .level-top:after {
  top: 0;
}
.nav-sections .navigation .level-top a {
  padding: 0 18px;
}
@media screen and (max-width: 820px) {
  .nav-sections .navigation .level-top a {
    padding: 0 14px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sections .navigation .level-top a {
    padding: 5px 10px;
  }
}
.nav-sections .navigation .level-top:hover {
  cursor: pointer;
}
.nav-sections .navigation .level-top .submenu a {
  line-height: 1em;
  padding: 12px;
}
.nav-sections .navigation .level1.last {
  margin-bottom: 0;
}
.nav-sections .navigation .submenu {
  background-color: #fff;
}
.nav-sections .navigation .submenu .level1 a {
  padding: 8px 12px;
}
@media screen and (max-width: 767px) {
  .nav-sections .navigation .submenu .level1 a {
    padding: 12px;
  }
}
.nav-sections .navigation .submenu .active > a {
  border-color: #c2a987;
}
.nav-sections .ui-menu-item a span {
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .nav-sections .ui-menu-item a span {
    font-size: 25px;
  }
}
.nav-sections .header.links li a {
  text-transform: uppercase;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .nav-sections .header.links li a {
    font-size: 25px;
  }
}
.nav-sections .header.links li:hover {
  background-color: #c2a987;
}
.nav-sections .header.links li:hover a {
  font-weight: normal;
  color: #fff;
}
.nav-toggle-wrapper {
  display: none;
  padding: 0 20px;
}
.nav-toggle-wrapper .wrapper {
  padding: 18px;
  border: 1px solid #acacac;
}
.nav-toggle-wrapper .text {
  color: #c6242f;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Trebuchet MS';
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  margin-top: 7px;
  clip: auto;
  height: auto;
  margin: 9px 0 0 15px;
  overflow: visible;
  padding: 0;
  position: static;
  width: auto;
}
@media screen and (max-width: 767px) {
  .nav-toggle-wrapper {
    display: block;
    margin-top: 20px;
  }
}
.nav-toggle {
  position: static;
  display: inline-block;
  margin-right: 13px;
}
.nav-toggle:before {
  font-size: 38px;
  color: #c6242f;
  transition: color ease 0.2s;
  font-family: 'icomoon_new';
}
.nav-toggle:hover:before {
  color: #887255;
  transition: color ease 0.2s;
}
.page-main table,
.page-main .table,
.page-main .additional-attributes {
  border-collapse: collapse;
  border-bottom: 1px solid #ebebeb;
}
.page-main table tbody th:not(.label),
.page-main .table tbody th:not(.label),
.page-main .additional-attributes tbody th:not(.label) {
  font-weight: normal;
}
.page-main table td,
.page-main .table td,
.page-main .additional-attributes td,
.page-main table th,
.page-main .table th,
.page-main .additional-attributes th {
  border-top: 1px solid #ebebeb;
}
@media only screen and (max-width: 767px) {
  .page-main table td,
  .page-main .table td,
  .page-main .additional-attributes td,
  .page-main table th,
  .page-main .table th,
  .page-main .additional-attributes th {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-main table.example-table-1,
  .page-main .table.example-table-1,
  .page-main .additional-attributes.example-table-1 {
    border: none;
    display: block;
  }
  .page-main table.example-table-1 td,
  .page-main .table.example-table-1 td,
  .page-main .additional-attributes.example-table-1 td,
  .page-main table.example-table-1 th,
  .page-main .table.example-table-1 th,
  .page-main .additional-attributes.example-table-1 th {
    font-size: 20px;
  }
  .page-main table.example-table-1 > thead > tr > th,
  .page-main .table.example-table-1 > thead > tr > th,
  .page-main .additional-attributes.example-table-1 > thead > tr > th {
    display: none;
  }
  .page-main table.example-table-1 > tbody,
  .page-main .table.example-table-1 > tbody,
  .page-main .additional-attributes.example-table-1 > tbody {
    display: block;
  }
  .page-main table.example-table-1 > tbody > tr,
  .page-main .table.example-table-1 > tbody > tr,
  .page-main .additional-attributes.example-table-1 > tbody > tr {
    display: block;
  }
  .page-main table.example-table-1 > tbody > tr td,
  .page-main .table.example-table-1 > tbody > tr td,
  .page-main .additional-attributes.example-table-1 > tbody > tr td,
  .page-main table.example-table-1 > tbody > tr th,
  .page-main .table.example-table-1 > tbody > tr th,
  .page-main .additional-attributes.example-table-1 > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 10px;
  }
  .page-main table.example-table-1 > tbody > tr td[data-th]:before,
  .page-main .table.example-table-1 > tbody > tr td[data-th]:before,
  .page-main .additional-attributes.example-table-1 > tbody > tr td[data-th]:before,
  .page-main table.example-table-1 > tbody > tr th[data-th]:before,
  .page-main .table.example-table-1 > tbody > tr th[data-th]:before,
  .page-main .additional-attributes.example-table-1 > tbody > tr th[data-th]:before {
    padding-right: 5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #0d0d0d;
    font-weight: 700;
  }
  .page-main table.example-table-1 > tbody > tr > th,
  .page-main .table.example-table-1 > tbody > tr > th,
  .page-main .additional-attributes.example-table-1 > tbody > tr > th {
    background-color: #ebebeb !important;
  }
}
.table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr:nth-child(2n) {
  background: #F7F7F7;
}
@media only screen and (max-width: 640px) {
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td {
    padding: 5px 10px;
    font-size: 22px;
  }
  .table-wrapper .table:not(.cart):not(.totals):not(.table-comparison) tbody > tr > td:before {
    font-size: 22px;
    margin-right: 10px;
  }
}
table.moving-coupons td {
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  table.moving-coupons td {
    margin-top: -2px;
  }
  table.moving-coupons td span strong,
  table.moving-coupons td strong strong,
  table.moving-coupons td span span,
  table.moving-coupons td strong span {
    font-size: 23px;
  }
  table.moving-coupons td,
  table.moving-coupons tr {
    min-width: 100%;
  }
  table.moving-coupons td img,
  table.moving-coupons tr img {
    display: block;
    margin: 0 auto;
  }
}
.table-order-items td span {
  line-height: 1.42857143;
}
.table-order-items tbody:nth-child(2n) {
  background: #F7F7F7;
}
@media screen and (max-width: 767px) {
  form .action.back {
    font-size: 24px;
    display: inline-block;
    margin: 10px 0;
  }
}
.fieldset {
  margin: 0 0 30px;
}
.fieldset .legend {
  margin: 0px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 12px;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.fieldset .legend span {
  font-size: 18px;
  color: #b09877;
}
@media screen and (max-width: 767px) {
  .fieldset .legend span {
    font-size: 26px;
  }
}
.fieldset > .field {
  max-width: 400px;
}
@media screen and (max-width: 767px) {
  .fieldset > .field {
    max-width: none;
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 767px) {
  .fieldset > .field.note {
    font-size: 22px;
  }
}
.fieldset > .field:not(.choice) input {
  vertical-align: middle;
}
.fieldset > .field:not(.choice) input[type='radio'],
.fieldset > .field:not(.choice) input[type='checkbox'] {
  margin-top: -2px;
  margin-right: 5px;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .fieldset > .field:not(.choice) input[type='radio'],
  .fieldset > .field:not(.choice) input[type='checkbox'] {
    width: 20px;
    height: 20px;
    margin-right: 14px;
    margin-top: -7px;
  }
}
.fieldset > .field:not(.choice) .label {
  display: inline-block;
  margin-bottom: 10px;
  font-weight: normal;
  width: auto;
}
@media screen and (max-width: 767px) {
  .fieldset > .field:not(.choice) .label {
    font-size: 23px;
  }
  .fieldset > .field:not(.choice) .label:after {
    font-size: 30px;
    margin-left: 10px;
  }
}
.fieldset > .field.choice:before {
  width: 0;
  padding: 0;
  display: none;
}
.fieldset > .field.choice .label {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .fieldset > .field.choice .label {
    font-size: 20px;
  }
}
.fieldset > .field.choice input[type="checkbox"],
.fieldset > .field.choice input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin-top: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .fieldset > .field.choice input[type="checkbox"],
  .fieldset > .field.choice input[type="radio"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}
.fieldset > .field.no-label:before {
  width: 0;
  padding: 0;
}
.fieldset > .field .note {
  margin-top: 15px;
}
.fieldset > .field .note:before {
  display: none;
}
select {
  background: url(../images/dropdown-icon.png) no-repeat 101% #ffffff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  padding-left: 10px;
  border: 1px solid #E4E4E4;
  text-indent: 0.01px;
  text-overflow: '';
  min-width: 110px;
  padding-right: 10px;
}
select.datetime-picker {
  width: 80px !important;
  min-width: 0;
}
@media screen and (max-width: 767px) {
  select.datetime-picker {
    width: 130px !important;
  }
}
select::-ms-expand {
  display: none;
}
@media only screen and (max-width: 767px) {
  input[type="file"] {
    vertical-align: bottom;
    height: auto !important;
    color: transparent;
  }
  input[type="file"]::-webkit-file-upload-button {
    background: #ebebeb;
    font-size: 24px;
  }
  input[type="file"]::-webkit-file-upload-text {
    color: transparent;
  }
}
.styled-checkbox {
  background: url(../images/checkbox.png) no-repeat bottom center transparent;
  width: 15px;
  height: 10px;
  margin-right: 5px;
  display: inline-block;
}
input[type="checkbox"]:checked + .styled-checkbox {
  background: url(../images/checkbox.png) no-repeat top center transparent;
}
.styled-radio {
  background: url(../images/radio.png) no-repeat bottom center transparent;
  width: 15px;
  height: 10px;
  margin-right: 5px;
}
input[type="radio"]:checked + .styled-radio {
  background: url(../images/radio.png) no-repeat top center transparent;
}
@media screen and (max-width: 767px) {
  select,
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    height: 54px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  textarea {
    min-height: 200px;
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  div.mage-error[generated] {
    font-size: 19px;
  }
}
.opc-wrapper .fieldset > .field.required > label:after {
  position: relative;
  margin-left: 0;
  top: auto;
}
@media screen and (min-width: 768px) {
  .amazon-validate-container {
    width: 100%;
    max-width: 600px;
  }
}
.cart.table-wrapper .item-options {
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .item-options {
    font-size: 24px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .table {
    border-bottom: 3px solid #ebebeb;
  }
}
.cart.table-wrapper .product-item-name {
  margin-bottom: 6px;
}
.cart.table-wrapper .product-item-photo {
  display: inline-block;
  left: 0;
  max-width: 60px;
  padding: 0;
  top: 15px;
  position: absolute;
  padding-right: 20px;
  width: auto;
  float: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .cart.table-wrapper .product-item-photo {
    float: none;
    top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .product-item-photo {
    max-width: none;
    top: 110px;
    position: static;
    padding-left: 20px;
    margin: 10px 0;
  }
}
.cart.table-wrapper .product-item-details {
  display: inline-block;
  width: auto;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .product-item-details {
    width: 100%;
    display: block;
  }
}
.cart.table-wrapper .items thead .col {
  text-align: center;
  padding-top: 10px;
}
.cart.table-wrapper .items thead .col.item {
  text-align: left;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .items thead .col.item {
    padding-left: 0;
    display: none;
  }
}
.cart.table-wrapper .items thead .col.subtotal,
.cart.table-wrapper .items thead .col.price {
  width: 120px;
}
.cart.table-wrapper .items thead .col.qty {
  width: 85px;
}
.cart.table-wrapper .items tbody.item {
  border-top: 0;
  border-bottom: 0;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .items tbody.item {
    position: relative;
    display: block;
    min-height: 465px;
    box-sizing: border-box;
    padding: 35px 0 20px 0;
    border-top: 3px solid #ebebeb;
  }
}
.cart.table-wrapper .items tbody > td {
  text-align: center;
}
.cart.table-wrapper .items tbody > td:first-child {
  text-align: left;
}
.cart.table-wrapper .items .product-image-photo {
  max-width: 60px;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .items .product-image-photo {
    max-width: none;
  }
}
.cart.table-wrapper .items .product-item-name > a {
  text-transform: uppercase;
  color: #676767;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .items .product-item-name > a {
    font-size: 33px;
  }
}
.cart.table-wrapper .item {
  position: relative;
}
.cart.table-wrapper .item .col {
  text-align: center;
  vertical-align: middle;
  padding-top: 0;
}
.cart.table-wrapper .item .col.item {
  text-align: left;
  padding-left: 85px;
  display: table-cell;
  padding: 37px 8px 41px 85px;
}
.cart.table-wrapper .item .col.item .product-item-name {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .item .col.item {
    padding-left: 0;
  }
}
.cart.table-wrapper .item-actions {
  right: 0;
}
.cart.table-wrapper .item-actions td {
  border-top: 0;
  padding: 0 10px 0 0;
}
.cart.table-wrapper .item-actions .actions-toolbar {
  text-align: right;
}
.cart.table-wrapper .item-actions .actions-toolbar .action {
  font-size: 0;
  padding: 0;
  width: 15.5px;
  height: 15.5px;
  background-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .item-actions .actions-toolbar .action {
    width: 33px;
    height: 33px;
  }
}
.cart.table-wrapper .item-actions .actions-toolbar .action:hover {
  background-position: center bottom;
}
.cart.table-wrapper .item-actions .actions-toolbar .action-edit {
  background-image: url('../images/edit-item.png');
  margin-right: 10px;
  height: 12px;
  width: 14px;
}
@media screen and (max-width: 767px) {
  .cart.table-wrapper .item-actions .actions-toolbar .action-edit {
    width: 33px;
    height: 30px;
    margin-right: 30px;
  }
}
.cart.table-wrapper .item-actions .actions-toolbar .action-delete {
  background-image: url('../images/remove-item.png');
}
.cart.table-wrapper .item-actions .actions-toolbar .action-towishlist {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .item-actions {
    position: absolute;
    display: block;
    bottom: 15px;
  }
  .cart.table-wrapper .item-actions td {
    padding-right: 0;
  }
}
.cart.table-wrapper .col.price .cart-price .price,
.cart.table-wrapper .col.subtotal .cart-price .price {
  font-size: 20px;
  color: #676767;
  font-family: 'Tahoma';
}
.cart.table-wrapper .col.qty .input-text {
  min-width: 54px;
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .item .col {
    padding-top: 20px;
    border-top: 0;
  }
  .cart.table-wrapper .item .col.price,
  .cart.table-wrapper .item .col.subtotal,
  .cart.table-wrapper .item .col.qty {
    position: absolute;
    right: 0;
    width: 365px;
    text-align: left;
  }
  .cart.table-wrapper .item .col.price:before,
  .cart.table-wrapper .item .col.subtotal:before,
  .cart.table-wrapper .item .col.qty:before {
    display: inline;
    font-size: 33px;
    content: attr(data-th);
  }
  .cart.table-wrapper .item .col.price span,
  .cart.table-wrapper .item .col.subtotal span,
  .cart.table-wrapper .item .col.qty span {
    display: inline;
  }
  .cart.table-wrapper .item .col.price span .price,
  .cart.table-wrapper .item .col.subtotal span .price,
  .cart.table-wrapper .item .col.qty span .price {
    font-size: 35px;
    float: right;
    line-height: 1.2em;
  }
  .cart.table-wrapper .item .col.price .field,
  .cart.table-wrapper .item .col.subtotal .field,
  .cart.table-wrapper .item .col.qty .field,
  .cart.table-wrapper .item .col.price .field .qty,
  .cart.table-wrapper .item .col.subtotal .field .qty,
  .cart.table-wrapper .item .col.qty .field .qty {
    display: inline;
  }
  .cart.table-wrapper .item .col.price .field .qty,
  .cart.table-wrapper .item .col.subtotal .field .qty,
  .cart.table-wrapper .item .col.qty .field .qty {
    float: right;
    width: 81px;
    height: 78px;
    box-sizing: border-box;
    font-size: 26px;
  }
  .cart.table-wrapper .item .col.price {
    bottom: 260px;
  }
  .cart.table-wrapper .item .col.subtotal {
    bottom: 65px;
  }
  .cart.table-wrapper .item .col.qty {
    bottom: 145px;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    margin: 0;
  }
}
.cart-summary {
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .cart-summary #co-shipping-method-form dd,
  .cart-summary #co-shipping-method-form dl {
    font-size: 23px;
  }
}
.cart-summary .summary.title {
  color: #b09877;
  font-family: "Trebuchet MS";
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .cart-summary .summary.title {
    font-size: 39px;
  }
}
@media screen and (max-width: 767px) {
  .cart-summary .block .fieldset .field.note {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .cart-summary .block .fieldset select {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .cart-summary .title[role='tab'] {
    padding: 15px 0;
  }
  .cart-summary .title[role='tab']:after {
    top: 2px;
    font-size: 40px;
  }
}
#block-discount .fieldset .field {
  margin-bottom: 22px;
}
@media screen and (max-width: 767px) {
  #block-discount .fieldset .field {
    margin-bottom: 35px;
  }
}
#block-discount .fieldset .field .label {
  color: #686666;
  font-family: "Trebuchet MS";
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  #block-discount .fieldset .field .label {
    font-size: 33px;
    margin-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  #block-discount .action.primary {
    font-size: 33px;
    padding: 28px 60px;
  }
}
.cart-container {
  position: relative;
}
.cart-container .checkout-methods-items {
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .cart-container .checkout-methods-items {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .cart-container .checkout-methods-items .action.checkout {
    max-width: 557px;
    font-size: 49px;
    padding: 45px 60px;
    font-weight: normal;
  }
}
.cart-container .message {
  margin: 10px 0;
}
.cart-container .message.warning {
  margin-top: 10px;
}
.cart-container .form-cart {
  width: 75%;
}
@media screen and (max-width: 960px) {
  .cart-container .form-cart {
    width: 69%;
  }
}
@media screen and (max-width: 767px) {
  .cart-container .form-cart {
    width: 100%;
  }
}
.cart-container .form-cart button.update {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .cart-container .form-cart button.update {
    font-size: 43px;
    padding: 40px;
    margin: 90px 0;
  }
}
.cart-container .cart-summary {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 960px) {
  .cart-container .cart-summary {
    width: 28%;
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .cart-container .cart-summary {
    width: 100%;
    position: relative;
    right: auto;
    top: auto !important;
  }
}
.cart-summary .block .fieldset .field input[type="radio"] {
  display: inline-block;
}
.cart-totals {
  border: 0;
  border-top: 1px solid #ebebeb;
  padding-top: 14px;
}
.cart-totals table.totals {
  border-bottom: 0;
}
.cart-totals table.totals th,
.cart-totals table.totals td {
  border: 0;
  font-family: "Trebuchet MS";
  font-size: 14px;
  color: #595959;
  padding: 3px 0;
  background: #fff;
}
.cart-totals table.totals th.mark,
.cart-totals table.totals td.mark,
.cart-totals table.totals th.amount,
.cart-totals table.totals td.amount {
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  .cart-totals table.totals th.mark,
  .cart-totals table.totals td.mark,
  .cart-totals table.totals th.amount,
  .cart-totals table.totals td.amount {
    font-size: 31px;
    padding: 6px 0;
  }
}
.cart-totals table.totals .totals.grand {
  border-top: 1px solid #ebebeb;
}
.cart-totals table.totals .totals.grand td,
.cart-totals table.totals .totals.grand th {
  padding-top: 10px;
}
.cart-totals table.totals .totals.grand td strong,
.cart-totals table.totals .totals.grand th strong {
  color: #3f3f3f;
  font-family: "Trebuchet MS";
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .cart-totals table.totals .totals.grand td strong,
  .cart-totals table.totals .totals.grand th strong {
    font-size: 39px;
  }
}
.cart-totals table.totals .totals.shipping td,
.cart-totals table.totals .totals.shipping th {
  padding-bottom: 13px;
}
.cart-totals table.totals .totals.shipping .mark {
  color: #b1b1b1;
}
.cart-totals table.totals .totals.shipping .mark,
.cart-totals table.totals .totals.shipping .amount {
  padding-bottom: 15px;
}
.column.main .cart-summary .block > .title strong {
  font-size: 16px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .column.main .cart-summary .block > .title strong {
    font-size: 24px;
  }
}
.checkout-payment-method .payment-method-title {
  border-color: #ebebeb;
}
.checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 1.4em;
}
.checkout-payment-method .payment-option-title .action-toggle {
  height: 10px;
  font-family: "Trebuchet MS";
  font-size: 14px;
  line-height: 24px;
  color: #686666;
  text-transform: uppercase;
}
.checkout-payment-method .payment-option-title .action-toggle:after {
  color: #c2a987;
}
.checkout-payment-method .payment-option-title .action-toggle:after:hover {
  color: #c2a987;
}
.checkout-payment-method .payment-option-title,
.checkout-payment-method .payment-option-content {
  padding-left: 0;
}
.checkout-payment-method .payment-option-title {
  padding: 15px 0;
}
.checkout-payment-method .payment-option-inner {
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .checkout-payment-method .payment-option-inner {
    margin: 30px 0 40px 0;
  }
}
@media (min-width: 768px), print {
  .checkout-payment-method .payment-methods .actions-toolbar {
    text-align: right;
    padding-right: 60px;
    margin-bottom: 12px;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: none;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    border-color: #ebebeb;
  }
}
@media (max-width: 767px), print {
  .checkout-payment-method .payment-option._collapsible .payment-option-title {
    padding-top: 56px;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title span {
    font-size: 37px;
  }
  .checkout-payment-method .payment-option._collapsible .payment-option-title .action-toggle:after {
    font-size: 60px;
  }
  .checkout-payment-method .payment-option._collapsible .actions-toolbar button.action {
    padding: 33px 53px;
    height: 85px;
    box-sizing: border-box;
  }
  .checkout-payment-method .payment-option._collapsible .actions-toolbar button.action span {
    font-size: 37px;
  }
  .checkout-payment-method .payment-method .payment-method-content > .actions-toolbar {
    text-align: center;
    margin: 75px 0;
  }
  .checkout-payment-method .payment-method .payment-method-content > .actions-toolbar button.action.primary {
    font-size: 45px;
    padding: 43px 53px;
  }
  .checkout-payment-method .payment-methods,
  .checkout-payment-method .payment-option {
    margin: 0;
  }
}
#gift-options-cart .gift-item-block {
  margin-bottom: 12px;
  border: 0;
}
#gift-options-cart .gift-item-block .title {
  background: #b09877;
  color: #fff;
  border-radius: 0;
  margin-top: 0;
}
#gift-options-cart .gift-item-block .gift-options-title {
  margin-top: 15px;
  font-size: 20px;
}
#gift-options-cart .gift-item-block .action {
  background: #b09877;
  color: #fff;
}
#gift-options-cart .gift-item-block .action-cancel {
  padding: 9px;
  margin-top: 15px;
}
#gift-options-cart .gift-item-block .action:hover {
  background: #998568;
}
.owl-theme .owl-controls .owl-page span {
  background: transparent !important;
  border: 3px solid #c6242f;
  width: 12px;
  height: 12px;
  margin: 5px 4px;
  opacity: 1;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
  background-color: #c6242f !important;
}
.owl-theme .owl-controls .owl-pagination {
  text-align: center;
}
.owl-slider {
  position: relative;
  display: table-cell;
  float: right;
}
.owl-slider:not(.js-owl-init) {
  display: none;
}
.owl-slider img {
  max-width: none;
  width: 100%;
}
.owl-slider .owl-item {
  overflow: hidden;
  position: relative;
}
.owl-slider .owl-item .item {
  width: 100%;
}
.owl-slider .owl-text {
  position: absolute;
  top: 10px;
  z-index: 2;
  font-size: 1rem;
  left: 20px;
  font-family: 'Trebuchet MS';
}
.owl-slider .owl-text .text {
  font-size: 35px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 490px;
  font-weight: 900;
}
.owl-slider .owl-text .price {
  color: #c6242f;
  font-size: 72px;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.75);
  font-weight: 900;
  top: 40px;
  left: -8px;
  position: absolute;
  display: inline-block;
}
.owl-slider .owl-text .gradient.link {
  background-image: linear-gradient(to top, #c6242f 0%, #870303 100%);
  border-radius: 3px;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  padding: 10px 29px;
  margin-top: 90px;
  display: inline-block;
  font-weight: 900;
  box-sizing: border-box;
}
.owl-slider .owl-text .gradient.link:hover {
  background-image: linear-gradient(to top, #c6242f 0%, #c6242f 100%);
}
.owl-slider:not(.js-owl-inited) .item {
  display: none;
}
.owl-slider:not(.js-owl-inited) .item:first-child {
  display: block;
}
.product.media .fotorama__stage {
  left: 0 !important;
}
@media screen and (max-width: 767px) {
  .product.media .fotorama__stage {
    height: 450px !important;
  }
}
@media screen and (max-width: 640px) {
  .product.media .fotorama__stage {
    height: 400px !important;
  }
}
.product.media .fotorama__stage__frame .fotorama__img {
  max-width: 70%;
}
@media screen and (max-width: 767px) {
  .product.media .fotorama__stage__frame .fotorama__img {
    max-width: 60%;
    vertical-align: top;
  }
}
.product.media .fotorama__nav-wrap--vertical {
  right: 0;
  width: 120px;
  left: auto;
}
.product.media .fotorama__nav__frame--thumb {
  border: 1px solid #ebebeb;
  box-sizing: border-box;
}
.product.media .fotorama__nav__frame {
  padding: 0 !important;
  margin-bottom: 15px;
  transition: border 0.2s ease;
}
.product.media .fotorama__nav__frame:hover {
  border: 1px solid #b09877;
}
.product.media .fotorama__nav__shaft .fotorama__active {
  border: 1px solid #b09877;
  transition: border 0.2s ease;
}
@media screen and (max-width: 767px) {
  .product.media .fotorama__nav__shaft .fotorama__active {
    border: 1px solid #b09877;
  }
}
.fotorama__thumb-border {
  display: none;
}
.fotorama__nav__frame {
  padding: 0 !important;
  margin-bottom: 15px;
  transition: border 0.2s ease;
  border: 1px solid transparent;
}
.fotorama__nav__frame:hover {
  border: 1px solid #b09877;
}
.fotorama__nav__shaft .fotorama__active {
  border: 1px solid #b09877;
  transition: border 0.2s ease;
}
.boxes-banners {
  width: 100%;
  overflow: hidden;
  margin: 15px 0 65px 0;
}
.boxes-banners ul {
  padding: 0;
}
.boxes-banners [class^="boxes-"] {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  line-height: 0;
}
.boxes-banners [class^="boxes-"] > div {
  line-height: 0;
}
.boxes-banners [class^="boxes-"] .text {
  position: absolute;
  left: 30px;
  top: 30px;
  z-index: 2;
  max-width: 80%;
  line-height: 1.3em;
}
@media screen and (max-width: 480px) {
  .boxes-banners [class^="boxes-"] .text {
    left: 10px;
    top: 10px;
  }
}
.boxes-banners [class^="boxes-"] .text p {
  font-size: 30px;
  text-transform: uppercase;
  color: #fff;
  line-height: 1em;
  margin: 0;
}
@media screen and (max-width: 480px) {
  .boxes-banners [class^="boxes-"] .text p {
    font-size: 20px;
  }
}
.boxes-banners [class^="boxes-"] .text p.small {
  font-size: 18px;
  text-transform: none;
}
@media screen and (max-width: 480px) {
  .boxes-banners [class^="boxes-"] .text p.small {
    font-size: 14px;
  }
}
.boxes-banners [class^="boxes-"].boxes-1 {
  float: left;
  width: 30%;
  margin: 0 2% 2% 0;
  max-width: 320px;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .boxes-banners [class^="boxes-"].boxes-1 {
    max-width: 290px;
    min-height: 460px;
    width: 39%;
  }
  .boxes-banners [class^="boxes-"].boxes-1 img {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .boxes-banners [class^="boxes-"].boxes-1 {
    width: 52%;
    min-height: 465px;
  }
}
.boxes-banners [class^="boxes-"].boxes-2 {
  float: right;
  width: 68%;
  margin-bottom: 2%;
}
@media screen and (max-width: 768px) {
  .boxes-banners [class^="boxes-"].boxes-2 {
    max-width: 440px;
    min-height: 220px;
    width: 59%;
  }
  .boxes-banners [class^="boxes-"].boxes-2 img {
    position: absolute;
    left: -130px;
    top: 0;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .boxes-banners [class^="boxes-"].boxes-2 {
    width: 45%;
    margin-bottom: 3%;
  }
  .boxes-banners [class^="boxes-"].boxes-2 img {
    left: -210px;
  }
}
.boxes-banners [class^="boxes-"].boxes-4 {
  width: 21%;
  max-width: 220px;
  float: left;
}
@media screen and (max-width: 768px) {
  .boxes-banners [class^="boxes-"].boxes-4 {
    display: none;
  }
}
.boxes-banners [class^="boxes-"].boxes-3 {
  max-width: 480px;
  float: right;
  width: 45%;
}
@media screen and (max-width: 768px) {
  .boxes-banners [class^="boxes-"].boxes-3 {
    max-width: 440px;
    min-height: 228px;
    width: 59%;
  }
  .boxes-banners [class^="boxes-"].boxes-3 img {
    position: absolute;
    right: 0;
    top: -61%;
    width: auto;
    max-width: none;
  }
}
@media screen and (max-width: 640px) {
  .boxes-banners [class^="boxes-"].boxes-3 {
    width: 45%;
  }
}
.boxes-banners [class^="boxes-"].boxes-3 .text p {
  font-size: 46px;
  color: #000;
}
.boxes-banners [class^="boxes-"].boxes-3 .text p.small {
  font-size: 28px;
  color: #fff;
}
.boxes-banners [class^="boxes-"].boxes-map {
  width: 52%;
  max-width: 560px;
  float: left;
}
.boxes-banners [class^="boxes-"].boxes-map img {
  width: auto;
}
@media screen and (max-width: 768px) {
  .boxes-banners [class^="boxes-"].boxes-map {
    width: 100%;
    clear: both;
    max-width: none;
  }
  .boxes-banners [class^="boxes-"].boxes-map img {
    max-width: none;
  }
}
.boxes-banners [class^="boxes-"].boxes-map .more-link {
  right: 0;
  bottom: 25px;
}
.boxes-banners [class^="boxes-"].boxes-map .more-link.brown a {
  color: #b09877;
}
@media screen and (max-width: 640px) {
  .boxes-banners [class^="boxes-"].boxes-map .more-link {
    display: none;
  }
}
.boxes-banners [class^="boxes-"] img {
  width: 100%;
}
@media screen and (max-width: 320px) {
  .boxes-banners [class^="boxes-"] {
    display: block;
    float: none !important;
    width: 100% !important;
    margin: 15px 0!important;
  }
}
.more-link:hover {
  text-decoration: underline;
}
.more-link a {
  color: #fff;
}
@media screen and (max-width: 640px) {
  .sidebar .boxes-banners {
    display: none;
  }
}
.sidebar .boxes-banners [class^="boxes-"] {
  width: 100% !important;
}
.sidebar .boxes-banners [class^="boxes-"] .text {
  left: 25px;
  top: 20px;
}
.sidebar .boxes-banners [class^="boxes-"] .text p {
  font-size: 23px;
}
.sidebar .boxes-banners [class^="boxes-"] .text p.small {
  font-size: 14px;
}
.sidebar .boxes-banners [class^="boxes-"] .more-link {
  font-size: 12px;
}
.sidebar .boxes-banners [class^="boxes-"] .more-link:after {
  background-size: cover;
  width: 12px;
  height: 10px;
  margin-left: 5px;
  background-position: 0px 1px;
}
.page-wrapper {
  min-width: 640px;
}
.content-wrapper .left-column {
  width: 70%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
@media screen and (max-width: 768px) {
  .content-wrapper .left-column {
    width: 60%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  .content-wrapper .left-column {
    width: 100%;
    clear: both;
    margin: 20px 0;
  }
}
.content-wrapper .right-column {
  width: 30%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
@media screen and (max-width: 768px) {
  .content-wrapper .right-column {
    width: 40%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}
@media screen and (max-width: 640px) {
  .content-wrapper .right-column {
    width: 100%;
    clear: both;
  }
}
#home_table td {
  border: none;
}
@media only screen and (max-width: 639px) {
  .page-with-filter .columns .sidebar-main {
    order: 1;
  }
}
.account.page-layout-2columns-left .sidebar-main,
.account.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-left .sidebar-main,
.page-layout-2columns-right .sidebar-main,
.account.page-layout-2columns-left .sidebar-additional,
.account.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-left .sidebar-additional,
.page-layout-2columns-right .sidebar-additional {
  width: 28.5%;
}
@media screen and (max-width: 768px) {
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-left .sidebar-main,
  .page-layout-2columns-right .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional,
  .account.page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-left .sidebar-additional,
  .page-layout-2columns-right .sidebar-additional {
    max-width: none;
  }
}
.account.page-layout-2columns-left .column.main,
.account.page-layout-2columns-left .column.main,
.page-layout-2columns-left .column.main,
.page-layout-2columns-right .column.main {
  width: 71%;
  order: 1;
}
.page-with-filter .columns .sidebar-main {
  order: 2;
}
@media only screen and (max-width: 767px) {
  [class*="block-compare"] {
    display: block;
  }
}
iframe[name="google_conversion_frame"] {
  position: absolute;
  width: 0;
}
@media only screen and (max-width: 768px) {
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media only screen and (max-width: 640px) {
  #styleguide .hide-on-mobile {
    display: none;
  }
}
#pack-like-the-pros {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#pack-like-the-pros iframe,
#pack-like-the-pros object,
#pack-like-the-pros embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body._has-modal {
  overflow: auto;
}
.column.main .featured-products h1 {
  text-align: center;
}
@media screen and (max-width: 640px) {
  .column.main .featured-products h1 {
    font-size: 40px;
  }
}
.column.main .featured-products ul {
  padding: 0;
  height: 840px;
  overflow: hidden;
  max-width: 320px;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .column.main .featured-products ul {
    max-width: 400px;
  }
}
.column.main .featured-products ul li {
  margin: 40px 0;
}
@media screen and (max-width: 640px) {
  .column.main .featured-products ul li {
    margin: 70px 0;
  }
}
.column.main .featured-products ul li div {
  text-align: center;
}
.column.main .featured-products ul li div a img {
  margin-bottom: 20px;
}
.column.main .featured-products ul li div a p {
  text-transform: uppercase;
  color: #838383;
  font-size: 16px;
}
@media screen and (max-width: 640px) {
  .column.main .featured-products ul li div a p {
    font-size: 27px;
  }
}
.column.main .featured-products ul li div a:hover {
  text-decoration: none;
}
.toolbar {
  position: relative;
  min-height: 37px;
  margin-top: 22px;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .toolbar {
    margin-bottom: 100px;
  }
  .toolbar .pages {
    display: inline-block;
    margin-left: 0;
    position: absolute;
    left: 0;
    top: 49px;
  }
}
.toolbar:after {
  content: '';
  display: table;
  border-bottom: 1px solid #E4E4E4;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.toolbar .toolbar-amount {
  padding-top: 5px;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .toolbar .toolbar-amount {
    display: inline-block;
    float: left;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .toolbar .toolbar-amount .toolbar-number {
    font-size: 18px;
  }
}
.toolbar .sorter-action:before {
  content: '\e907';
  font-family: 'icomoon';
  font-size: 14px;
  color: #b09877;
  margin-left: 4px;
}
.toolbar .sorter-action.sort-desc:before {
  transform: rotate(180deg);
}
.toolbar .sorter-action:hover:before {
  color: #867258;
}
@media screen and (max-width: 767px) {
  .toolbar .limiter .limiter-label,
  .toolbar .limiter .limiter-text {
    font-size: 20px;
  }
}
.toolbar-sorter select {
  line-height: 27px;
}
@media screen and (max-width: 640px) {
  .toolbar-sorter {
    font-size: 18px;
    float: right;
  }
  .toolbar-sorter select {
    height: 33px;
    font-size: 16px;
  }
}
.order-products-toolbar,
.products-reviews-toolbar {
  padding: 10px 0 20px 0;
}
.toolbar-products .pages.example {
  display: inline-block;
}
.toolbar-products .pages {
  float: left;
  border-bottom: 0;
}
.toolbar-products .limiter {
  display: inline-block;
  padding: 4px 0 0 15px;
}
.toolbar-products .limiter select {
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .toolbar-products .limiter {
    font-size: 18px;
  }
  .toolbar-products .limiter select {
    height: 33px;
    font-size: 16px;
  }
}
.pages {
  margin-left: 25px;
}
.pages .action:hover {
  background-color: #EAEAEA;
}
@media only screen and (max-width: 767px) {
  .order-actions-toolbar .actions .action {
    font-size: 24px;
    display: block;
  }
}
.pages .item {
  line-height: 35px;
}
@media screen and (max-width: 640px) {
  .pages .item a,
  .pages .item span {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .toolbar {
    margin-top: 20px;
  }
}
.page-products .products-grid .product-item {
  padding: 7px;
  width: 33.33%;
  margin-left: 0;
}
@media (max-width: 960px) {
  .page-products .products-grid .product-item {
    width: 50%;
    padding: 10px;
  }
}
@media (max-width: 640px) {
  .page-products .products-grid .product-item .minimal-price-link .price-label,
  .page-products .products-grid .product-item .minimal-price-link span {
    font-size: 18px;
  }
}
.page-products .products-grid .product-item .action.tocart {
  color: #000;
  text-transform: uppercase;
  border-radius: 3px;
  background: #b09877;
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 700;
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  line-height: 40px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .page-products .products-grid .product-item .action.tocart {
    margin: 0 auto;
    font-size: 19px;
  }
}
@media (max-width: 768px) {
  .page-products .products-grid .product-item .action.tocart {
    padding: 9px 16px;
  }
}
.page-products .products-grid .product-item .action.tocart:hover {
  background: #887255;
}
.page-products .products-grid .product-item .action.tocart:before {
  display: none;
}
.page-products .category-products .product-item:hover .product-item-info,
.page-products .products-grid .products.list .product-item:hover .product-item-info {
  outline: 1px solid #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.page-products .products-list .products.list .product-item:hover {
  outline: 1px solid #bbb;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
#categories-kit-view-form {
  padding-top: 10px;
}
.products {
  clear: both;
  margin-bottom: 0;
}
.products.items.product-items {
  margin-left: 0;
}
.products .product-item-link {
  display: block;
}
.products .products-grid-new {
  padding: 0;
  margin-bottom: 50px;
}
.products .products-grid-new .item-image-wrapper {
  text-align: center;
}
.products .products-grid-new .price-box {
  text-align: left;
  margin-bottom: 15px;
}
.products .products-grid-new .price-box > .price-container {
  position: absolute;
  bottom: 33px;
}
.products .products-grid-new .price-box .special-price {
  margin: 10px 0 4px 0;
}
.products .products-grid-new .price-box .special-price .price {
  font-size: 28px;
}
.products .products-grid-new .price-box .price {
  font-size: 28px;
}
.products .products-grid-new .no-special-price {
  position: relative;
  margin-bottom: 0px;
}
.products .products-grid-new .no-special-price .price-box {
  text-align: left;
}
.products .products-grid-new .no-special-price .price-box > .price-container {
  position: relative;
  min-height: 35px;
  bottom: auto;
}
.products .products-grid-new .no-special-price .actions {
  position: static;
}
.products .products-grid-new .no-special-price .actions button {
  right: 0;
  top: -2px;
  bottom: auto;
}
@media (max-width: 640px) {
  .products .products-grid-new .no-special-price .actions button {
    top: 25px;
  }
}
.products .products-grid-new .product-item {
  padding: 0;
  display: inline-block;
  width: 31.233%;
  box-sizing: border-box;
  position: relative;
  padding: 7px;
  margin-left: calc(1.10033333%);
  margin-bottom: 50px;
}
@media (max-width: 1024px) {
  .products .products-grid-new .product-item {
    width: 49%;
    margin-left: 0;
    margin-bottom: 30px;
    padding: 10px;
  }
}
.products .products-grid-new .product-item:first-child {
  margin-left: 0;
}
.products .products-grid-new .product-item:hover {
  box-shadow: rgba(0, 0, 0, 0.298039) 3px 3px 4px 0px;
  outline: #bbbbbb solid 1px;
}
.products .products-grid-new .product-item .product-item-description strong.title-custom {
  color: #aaa;
  font-weight: normal;
}
.products .products-grid-new .actions {
  position: relative;
}
.products .products-grid-new .actions button {
  position: absolute;
  right: 0px;
  bottom: 36px;
}
@media screen and (max-width: 900px) {
  .products .products-grid-new .actions button {
    right: 10px;
  }
}
@media (max-width: 768px) {
  .products .products-grid-new .actions button {
    bottom: 45px;
    padding: 7px 14px;
  }
}
.products .product-reviews-summary {
  width: 100%;
  display: block;
  max-width: 170px;
  margin: 0 auto;
}
.products .product-reviews-summary .reviews-actions a {
  color: #39b5dd;
  font-size: 15px;
}
.products .product-reviews-summary .reviews-actions a.add {
  display: none;
}
@media (max-width: 640px) {
  .products .product-reviews-summary {
    display: block;
    text-align: center;
  }
  .products .product-reviews-summary .rating-summary {
    display: block;
    left: auto;
    position: static;
    text-align: center;
    margin: 0 auto;
  }
  .products .product-reviews-summary .reviews-actions {
    display: block;
  }
  .products .product-reviews-summary .reviews-actions a {
    font-size: 25px;
  }
}
.products .price-box {
  margin: 5px 0 5.5px;
  display: table;
  width: 100%;
  text-align: center;
}
.products .price-box .special-price .price {
  color: #78b3ff;
  margin-top: 0;
  font-size: 42px;
}
@media (max-width: 1024px) and (min-width: 768px) {
  .products .price-box .special-price .price {
    font-size: 30px;
  }
}
.products .price-box .special-price .price-label {
  display: none;
}
@media (max-width: 640px) {
  .products .price-box .special-price {
    margin: 10px 0;
  }
}
.products .price-box .price {
  color: #b6b6b6;
  font-weight: 700;
  font-size: 42px;
  display: inline-block;
}
@media (max-width: 640px) {
  .products .price-box .price {
    font-size: 40px;
    margin-top: 40px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .products .price-box .price {
    font-size: 30px;
  }
}
.products .item .minimal-price-link {
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 640px) {
  .products .item .minimal-price-link .price-label,
  .products .item .minimal-price-link .price-wrapper {
    font-size: 20px;
  }
}
.products .item .product-item-name {
  text-align: center;
}
.products .item .product-item-name .product-item-link {
  text-transform: capitalize;
  font-size: 20px;
  font-family: 'Trebuchet MS';
  color: #8a0202;
  font-weight: 700;
  line-height: 1.2em;
}
.products .item .special-price-add-message {
  display: block;
  text-align: center;
  font-family: Tahoma;
  font-size: 14px;
  color: #7c0508;
  font-weight: bold;
}
@media (max-width: 768px) {
  .products .item .special-price-add-message {
    font-size: 20px;
  }
}
.products .item .old-price {
  text-decoration: none;
  text-align: center;
  font-family: 'Tahoma';
  display: block;
}
.products .item .old-price .price-label {
  color: #aaa;
  font-size: 15px;
}
@media (max-width: 768px) {
  .products .item .old-price .price-label {
    font-size: 20px;
  }
}
.products .item .old-price .price {
  color: #b09877;
  display: inline;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 768px) {
  .products .item .old-price .price {
    font-size: 20px;
  }
}
.products .item .product-shipping-method {
  color: #7c0508;
  min-height: 22px;
  font-family: 'Trebuchet MS';
  font-size: 19px;
  font-weight: 900;
  display: block;
  text-align: center;
}
@media (max-width: 768px) {
  .products .item .product-shipping-method {
    font-size: 27px;
    margin: 10px 0;
    min-height: 40px;
  }
}
.products .item .rating-summary {
  left: 0;
}
.products .item .rating-summary .rating-result > span:before,
.products .item .rating-summary .rating-result:before {
  content: '\e908' '\e908' '\e908' '\e908' '\e908';
  font-family: 'icomoon';
  letter-spacing: 3px;
  font-size: 16px;
}
@media (max-width: 640px) {
  .products .item .rating-summary .rating-result > span:before,
  .products .item .rating-summary .rating-result:before {
    font-size: 22px;
  }
}
.products .item .rating-summary .rating-result {
  margin-left: 0;
  width: 110px;
}
@media (max-width: 640px) {
  .products .item .rating-summary .rating-result {
    width: auto;
  }
}
.products .item .product-item-actions {
  display: block;
  margin-top: 30px;
}
.products .item .product-item-actions .stock.unavailable {
  font-size: 20px;
  font-weight: 900;
  display: block;
  margin-top: 47px;
  text-transform: uppercase;
  color: #870303;
}
.products .item .product-item-actions .actions-primary {
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .products .item .product-item-actions .actions-secondary > .action.tocompare {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .products .item .product-item-actions .actions-secondary {
    text-align: center;
    margin-top: 10px;
    display: block;
    width: 100%;
  }
  .products .item .product-item-actions .actions-secondary a:before {
    font-size: 48px !important;
  }
}
.products .item .product-item-description {
  margin-top: 20px;
  font-size: 16px;
  font-family: 'Tahoma';
  text-align: left;
  color: #060000;
  line-height: 1.5em;
  margin-bottom: 20px;
}
.products .item .product-item-description > strong {
  color: #434242;
  line-height: 1.2em;
  font-weight: bold;
  display: block;
  margin: 10px 0;
}
.products .item .product-item-description > strong.red {
  color: #CF4D55;
}
.products .item .product-item-description ul {
  padding-left: 20px;
}
.products .item .product-item-description ul li {
  color: #aaa;
  margin-bottom: 0;
}
@media screen and (max-width: 640px) {
  .products .item .product-item-description ul li:before {
    top: -2px;
  }
}
.products .item .product-item-description ul li strong {
  color: #434242;
  font-weight: bold;
}
.products.wrapper.list .products .item .product-item-details {
  position: relative;
}
.products.wrapper.list .products .item .product-item-details .product-item-name {
  min-height: 0;
}
@media (max-width: 768px) {
  .products.wrapper.list .products .item .product-item-details .product-item-name {
    font-size: 27px;
  }
}
.products.wrapper.list .products .item .product-item-details .special-price-add-message,
.products.wrapper.list .products .item .product-item-details .special-price,
.products.wrapper.list .products .item .product-item-details .product-shipping-method,
.products.wrapper.list .products .item .product-item-details .old-price,
.products.wrapper.list .products .item .product-item-details .product-item-actions .actions-primary,
.products.wrapper.list .products .item .product-item-details .price-box,
.products.wrapper.list .products .item .product-item-details .product-item-actions .actions-secondary {
  text-align: left;
}
.products.wrapper.list .products .item .product-item-description {
  min-height: 0;
}
.products.wrapper.list .product-item {
  border-bottom: 1px solid #ebebeb;
  padding: 20px 15px;
}
.sidebar .categories-menu {
  margin-bottom: 40px;
}
.sidebar .categories-menu a {
  font-size: 14px;
  font-family: 'Tahoma';
  text-transform: uppercase;
  width: 100%;
  display: block;
  padding: 8px 0;
  border-top: 1px solid #ebebeb;
  color: #474747;
}
@media (max-width: 640px) {
  .sidebar .categories-menu {
    display: none;
  }
}
.sidebar .filter .action.remove {
  font-size: 0;
  width: 16px;
  height: 16px;
  display: block;
  float: right;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center top;
  background-image: url('../images/remove-item.png');
  background-size: cover;
}
.sidebar .filter .action.remove:hover {
  background-position: center bottom;
}
@media (max-width: 767px) {
  .sidebar .filter .action.remove {
    width: 25px;
    height: 25px;
  }
}
.sidebar .filter .items {
  margin: 10px 0;
}
.sidebar .filter .items .item {
  margin: 4px 0;
}
@media (max-width: 767px) {
  .sidebar .filter .items .item {
    margin: 0;
  }
  .sidebar .filter .items .item a:not(.action.remove) {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .sidebar .filter-actions .action {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .sidebar .filter-current .block-subtitle {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .sidebar .filter-current .items .item {
    font-size: 20px;
  }
}
.column.main .product-items.example {
  margin-left: 0;
}
@media screen and (max-width: 1024px) {
  .products-list-table {
    border: none;
    display: block;
  }
  .products-list-table > thead > tr > th {
    display: none;
  }
  .products-list-table > tbody {
    display: block;
  }
  .products-list-table > tbody > tr {
    display: block;
  }
  .products-list-table > tbody > tr td,
  .products-list-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 2.5px 0;
  }
  .products-list-table > tbody > tr td[data-th]:before,
  .products-list-table > tbody > tr th[data-th]:before {
    padding-right: 5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #0d0d0d;
    font-weight: 700;
  }
}
.products-list-table th.tier_pricing {
  text-align: center;
}
.products-list-table input[type="text"] {
  max-width: 50px;
  margin-right: 12px;
  display: inline;
}
@media screen and (max-width: 1024px) {
  .products-list-table input[type="text"] {
    display: block;
    margin: 10px 0 15px 0;
  }
}
@media (max-width: 767px) {
  .products-list-table input[type="text"] {
    max-width: 75px;
    height: 56px;
  }
}
.products-list-table .add-to-cart {
  width: 120px;
}
@media screen and (max-width: 1024px) {
  .products-list-table .add-to-cart {
    width: 100%;
    text-align: left;
  }
}
.products-list-table .btn-cart {
  display: inline;
}
@media screen and (max-width: 1024px) {
  .products-list-table .btn-cart {
    display: block;
    margin: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  .products-list-table .btn-cart {
    margin: 0;
    vertical-align: top;
  }
}
.products-list-table .header-table th {
  border-top: 1px solid #C3C3C3;
  border-right: 1px solid #C3C3C3;
  vertical-align: middle;
  text-align: center;
}
.products-list-table .header-table th:last-child {
  border-right: 0;
}
.products-list-table .header-table.last .tier_pricing {
  border-top: 1px solid #C3C3C3;
  border-right: 0;
}
.products-list-table .item td {
  padding: 10px;
  vertical-align: middle;
  border-right: 1px solid #C3C3C3;
  text-align: center;
}
.products-list-table .item td.tier_pricing {
  border-right: 0;
}
.products-list-table .item td:last-child {
  border-right: 0;
}
.products-list-table .item td.add-to-cart {
  padding-left: 0;
  padding-right: 0;
}
.products-list-table .item .tier_pricing + .box_bundleqty {
  border-left: 1px solid #C3C3C3;
}
@media screen and (max-width: 1024px) {
  .products-list-table .item td {
    border-right: 0;
    text-align: left;
  }
  .products-list-table .item .tier_pricing + .box_bundleqty {
    border-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .products-list-table > tbody > tr.item td {
    font-size: 22px;
  }
}
.products-list-table > tbody > tr.item td.add-to-cart form {
  display: block;
  width: 100%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .products-list-table > tbody > tr.item td.add-to-cart form {
    text-align: left;
    margin-top: 10px;
  }
}
.products-list-table > tbody > tr.item td.add-to-cart form .button {
  background: #b09877;
  color: #fff;
}
.products-list-table > tbody > tr.item td.add-to-cart form .button:hover {
  background: #907b5e;
}
@media screen and (max-width: 768px) {
  .products-list-table {
    border: none;
    display: block;
  }
  .products-list-table > thead > tr > th {
    display: none;
  }
  .products-list-table > tbody {
    display: block;
  }
  .products-list-table > tbody > tr {
    display: block;
  }
  .products-list-table > tbody > tr td,
  .products-list-table > tbody > tr th {
    border-bottom: none;
    display: block;
    padding: 2.5px 0;
  }
  .products-list-table > tbody > tr td[data-th]:before,
  .products-list-table > tbody > tr th[data-th]:before {
    padding-right: 5px;
    content: attr(data-th) ': ';
    display: inline-block;
    color: #0d0d0d;
    font-weight: 700;
  }
  .products-list-table > tbody > tr > th {
    background-color: #ebebeb !important;
  }
}
@media screen and (max-width: 640px) {
  .products-list-table .add-to-cart {
    text-align: center;
  }
  .products-list-table button[type="submit"] {
    height: 54px;
    vertical-align: top;
  }
  .products-list-table input[type="text"] {
    max-width: 70px;
    height: 54px;
  }
  .products-list-table input[type="text"],
  .products-list-table button[type="submit"] {
    margin: 10px 0;
  }
}
.categories-kit-btn {
  padding-left: 0;
}
.categories-kit-btn h2 {
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 30px;
}
.categories-kit-btn .button {
  background: #b09877;
  color: #fff;
  font-size: 20px;
  margin-top: -10px;
}
.categories-kit-btn .button:hover {
  background: #907b5e;
}
.categories-kit {
  padding-left: 0;
}
.categories-kit h2 {
  text-align: left;
}
.categories-kit .subcategory-kit .kit-list {
  padding-left: 0;
  margin: 20px 0 30px;
  border-bottom: 1px solid #DADADA;
}
.categories-kit .subcategory-kit .kit-list li {
  clear: both;
  margin-top: 20px;
  margin-bottom: -1px;
  padding-bottom: 20px;
  overflow: hidden;
  border-bottom: 1px solid #DADADA;
  box-sizing: border-box;
}
.categories-kit .subcategory-kit .kit-list .product-name {
  text-align: left;
  margin-top: 0;
  font-size: 26px;
}
.categories-kit .subcategory-kit .kit-list .prod-left-column {
  width: 25%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}
.categories-kit .subcategory-kit .kit-list .prod-right-column {
  width: 75%;
  float: right;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  padding-right: 30px;
  box-sizing: border-box;
}
.categories-kit .subcategory-kit .kit-list .price-box {
  text-align: left;
}
.categories-kit .subcategory-kit .kit-list .price-box .price {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .categories-kit .subcategory-kit .kit-list .price-box .price {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  .categories-kit .subcategory-kit .kit-list .price-box .special-price-add-message {
    margin-bottom: 10px;
  }
}
.categories-kit .subcategory-kit .kit-list .price-box .special-price .price {
  font-weight: 900;
}
.categories-kit .subcategory-kit .kit-list .price-box .old-price .price {
  font-weight: 400;
}
.categories-kit .subcategory-kit .kit-list .price-box .special-price-add-message,
.categories-kit .subcategory-kit .kit-list .price-box .special-price,
.categories-kit .subcategory-kit .kit-list .price-box .old-price {
  text-align: left;
}
.categories-kit .subcategory-kit .kit-list .price-box .special-price-add-message .price,
.categories-kit .subcategory-kit .kit-list .price-box .special-price .price,
.categories-kit .subcategory-kit .kit-list .price-box .old-price .price {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .categories-kit .subcategory-kit .kit-list .price-box .special-price-add-message .price,
  .categories-kit .subcategory-kit .kit-list .price-box .special-price .price,
  .categories-kit .subcategory-kit .kit-list .price-box .old-price .price {
    font-size: 22px;
  }
}
.categories-kit .subcategory-kit .kit-list .price-box .special-price-add-message .price-label,
.categories-kit .subcategory-kit .kit-list .price-box .special-price .price-label,
.categories-kit .subcategory-kit .kit-list .price-box .old-price .price-label {
  font-size: 20px;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .categories-kit .subcategory-kit .kit-list .price-box .special-price-add-message .price-label,
  .categories-kit .subcategory-kit .kit-list .price-box .special-price .price-label,
  .categories-kit .subcategory-kit .kit-list .price-box .old-price .price-label {
    font-size: 18px;
  }
}
.categories-kit .subcategory-kit .kit-list .price-box .minimal-price-link {
  font-size: 22px;
  margin-top: 10px;
  display: block;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .categories-kit .subcategory-kit .kit-list .price-box .minimal-price-link {
    font-size: 16px;
  }
}
.categories-kit .subcategory-kit .kit-list .prod-img,
.categories-kit .subcategory-kit .kit-list .prod-detail,
.categories-kit .subcategory-kit .kit-list .prod-qty {
  display: inline-block;
}
.categories-kit .subcategory-kit .kit-list .prod-detail {
  padding: 0;
  width: 74%;
}
.categories-kit .subcategory-kit .kit-list .prod-qty {
  width: 25%;
  float: right;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  text-align: center;
  padding-top: 0;
}
@media screen and (max-width: 640px) {
  .categories-kit .subcategory-kit .kit-list .prod-qty {
    padding-top: 75px;
  }
}
.categories-kit .subcategory-kit .kit-list .prod-qty label,
.categories-kit .subcategory-kit .kit-list .prod-qty .qty {
  display: inline-block;
  margin: 0 7px;
  text-align: center;
}
.categories-kit .subcategory-kit .kit-list .prod-qty label {
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 10px;
}
.categories-kit .subcategory-kit .kit-list .prod-qty .qty {
  max-width: 60px;
}
.categories-kit .subcategory-kit .add-to-cart-comment,
.categories-kit .subcategory-kit .subcategory-kit-descr {
  font-size: 16px;
}
.products.grid.products-crosssell .product-item {
  width: 23%;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  .products.grid.products-crosssell .product-item {
    width: 50%;
  }
}
.products.grid.products-crosssell .product-item .product-item-name {
  min-height: 50px;
}
.products.grid.products-crosssell .product-item .secondary-addto-links {
  display: none;
}
.products.grid.products-crosssell .product-item .product-item-info {
  text-align: center;
  width: auto;
}
.products .product-item-info {
  width: 253px;
  padding-bottom: 10px;
}
.products .product-item-info .product-item-details {
  padding: 0;
}
.products .product-item-info .product-item-details .product.description {
  padding: 0 10px;
}
.products.grid.products-crosssell .product-item:nth-child(4n) {
  margin-left: 2%;
}
.column.main .block.filter {
  display: none;
}
@media screen and (max-width: 767px) and (orientation: landscape) {
  div.fotorama--fullscreen .fotorama__stage__frame .fotorama__img--full {
    bottom: auto;
    max-height: 65%;
  }
}
.modal-popup .modal-inner-wrap {
  width: 50%;
}
.modal-popup .modal-inner-wrap .action-close {
  padding: 1rem;
}
@media only screen and (max-width: 768px) {
  .modal-popup .modal-inner-wrap .modal-title {
    font-size: 24px;
  }
}
.opc-wrapper {
  padding: 0;
}
@media screen and (min-width: 1024px) {
  .opc-wrapper {
    width: 75%;
  }
}
.opc-wrapper .step-title {
  color: #c2a987;
  font-family: "Trebuchet MS";
  font-size: 18px;
  text-transform: uppercase;
  border-color: #ebebeb;
  border-width: 1px;
}
@media screen and (max-width: 767px) {
  .opc-wrapper .step-title {
    font-size: 24px;
    border-width: 2px;
  }
}
.opc-wrapper .form-login,
.opc-wrapper .form-shipping-address {
  width: 100%;
  max-width: none;
}
.opc-wrapper .form-login .fieldset > .field,
.opc-wrapper .form-shipping-address .fieldset > .field {
  width: 50%;
  display: inline-block;
}
.opc-wrapper .form-login .fieldset > .field[name="shippingAddress.telephone"] .field-tooltip,
.opc-wrapper .form-shipping-address .fieldset > .field[name="shippingAddress.telephone"] .field-tooltip {
  display: none;
}
@media screen and (max-width: 1024px) {
  .opc-wrapper .form-login .fieldset > .field,
  .opc-wrapper .form-shipping-address .fieldset > .field {
    width: 100%;
    display: block;
    max-width: none;
  }
}
.opc-wrapper .form-login .fieldset > .field input,
.opc-wrapper .form-shipping-address .fieldset > .field input,
.opc-wrapper .form-login .fieldset > .field select,
.opc-wrapper .form-shipping-address .fieldset > .field select {
  width: 95%;
}
.opc-wrapper .form-login {
  margin-top: 10px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 15px;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .opc-wrapper .form-login {
    width: 90%;
  }
}
.opc-wrapper .form-login .fieldset .note {
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .opc-wrapper .form-login .fieldset .field {
    width: 55%;
    max-width: 430px;
  }
}
.opc-wrapper .form-shipping-address {
  margin-top: 10px;
}
@media screen and (min-width: 1024px) {
  .opc-sidebar {
    width: 22.5%;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .opc-sidebar {
    margin-top: 0;
  }
}
.opc-sidebar .action-close {
  display: none;
}
.opc-sidebar .minicart-items-wrapper {
  overflow-y: hidden;
  max-height: none;
  height: auto;
  padding-top: 0;
  padding-right: 0;
  width: 100%;
}
.opc-sidebar .minicart-items-wrapper .product-image-wrapper {
  max-width: 62px;
}
@media screen and (max-width: 767px) {
  .opc-sidebar .minicart-items-wrapper .product-image-wrapper {
    max-width: none;
  }
}
.field-tooltip .field-tooltip-action {
  width: 24px;
  height: 24px;
  background-image: url('../images/tooltip.png');
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
}
.field-tooltip .field-tooltip-action:hover {
  background-position: right center;
}
.field-tooltip .field-tooltip-action:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-action {
    width: 38px;
    height: 38px;
  }
}
#opc-shipping_method {
  margin-top: 0;
}
#opc-shipping_method .form input[type="radio"] {
  display: inline;
}
#opc-shipping_method .form .table-checkout-shipping-method {
  min-width: 0;
}
#opc-shipping_method .form .table-checkout-shipping-method td {
  padding: 25px;
  width: auto;
}
#opc-shipping_method .form .table-checkout-shipping-method tr.row .col-method:first-child {
  padding: 25px 25px 25px 0;
}
@media screen and (max-width: 767px) {
  #opc-shipping_method .form .actions-toolbar {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 200px;
  }
}
#opc-shipping_method .form .actions-toolbar button.continue {
  min-width: 140px;
}
@media screen and (max-width: 767px) {
  #opc-shipping_method .form .actions-toolbar button.continue {
    font-size: 42px;
    padding: 33px 100px;
  }
}
.opc-block-summary {
  background: transparent;
  padding-top: 0px;
  padding-right: 0;
}
.opc-block-summary .items-in-cart {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .items-in-cart {
    margin-top: 60px;
  }
}
.opc-block-summary .table-totals {
  border-bottom: 0 !important;
}
.opc-block-summary .table-totals tbody th,
.opc-block-summary .table-totals tbody td {
  border-top: 0 !important;
  padding: 3px 0;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .table-totals tbody th,
  .opc-block-summary .table-totals tbody td {
    font-size: 32px;
  }
}
.opc-block-summary .table-totals tbody .grand.totals {
  color: #3f3f3f;
  font-family: "Trebuchet MS";
  font-size: 18px;
}
.opc-block-summary .table-totals tbody .grand.totals th,
.opc-block-summary .table-totals tbody .grand.totals td {
  border-top: 1px solid #ebebeb !important;
}
.opc-block-summary .table-totals tbody .totals.sub td,
.opc-block-summary .table-totals tbody .totals.sub th {
  padding-top: 15px;
}
.opc-block-summary .table-totals tbody .totals.shipping td,
.opc-block-summary .table-totals tbody .totals.shipping th {
  padding-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .table-totals tbody .totals.shipping td,
  .opc-block-summary .table-totals tbody .totals.shipping th {
    padding-bottom: 35px;
  }
}
@media screen and (max-width: 767px) {
  .opc-block-summary {
    padding: 0;
  }
}
.opc-block-summary .items-in-cart > .title {
  color: #afafaf;
  font-size: 14px;
  line-height: 24px;
  padding: 0 0 5px 0;
  text-transform: none;
}
@media screen and (min-width: 768px) {
  .opc-block-summary .items-in-cart > .title:hover {
    text-decoration: underline;
  }
}
@media screen and (max-width: 767px) {
  .opc-block-summary .items-in-cart > .title {
    padding-bottom: 20px;
  }
  .opc-block-summary .items-in-cart > .title strong span {
    font-size: 32px;
  }
}
.opc-block-summary .items-in-cart > .title:after {
  color: #cab597;
  right: -5px;
  top: 3px;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .items-in-cart > .title:after {
    font-size: 70px;
    top: 11px;
  }
}
.opc-block-summary .product-item:not(:first-child) {
  border-color: #ebebeb;
}
.opc-block-summary .product-item {
  position: relative;
}
.opc-block-summary .product-item:first-child {
  padding-top: 10px;
}
.opc-block-summary .product-item > .product {
  padding-bottom: 75px;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item > .product {
    padding-bottom: 200px;
  }
}
.opc-block-summary .product-item .product-image-container {
  position: absolute;
  bottom: 0px;
  left: 0;
}
.opc-block-summary .product-item .product-item-details {
  padding-left: 0;
}
.opc-block-summary .product-item .product-item-details .product.options:hover span {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item .product-item-details .product.options span {
    font-size: 22px;
  }
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item .product-item-details .product.options span.toggle:after {
    font-size: 45px;
  }
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item .product-item-details .product.options .item-options dt,
  .opc-block-summary .product-item .product-item-details .product.options .item-options dd {
    font-size: 20px;
  }
}
.opc-block-summary .product-item .product-item-name {
  color: #81705a;
  font-family: Tahoma;
  font-size: 14px;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item .product-item-name {
    font-size: 34px;
    top: 5px;
  }
}
.opc-block-summary .product-item .subtotal {
  position: absolute;
  bottom: 60px;
  right: 0;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item .subtotal {
    bottom: 125px;
  }
}
.opc-block-summary .product-item .subtotal .price {
  font-size: 20px;
  font-family: Tahoma;
  color: #c6242f;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item .subtotal .price {
    font-size: 48px;
  }
}
.opc-block-summary .product-item .details-qty {
  position: absolute;
  right: 0;
  bottom: 35px;
  color: #b3b3b3;
}
@media screen and (max-width: 767px) {
  .opc-block-summary .product-item .details-qty {
    bottom: 60px;
  }
  .opc-block-summary .product-item .details-qty span {
    color: #b3b3b3;
    font-family: Tahoma;
    font-size: 29px;
  }
}
.opc-block-summary .product-item:first-child .product-item-name {
  top: -8px;
}
#checkout {
  position: relative;
}
#checkout .authentication-wrapper {
  position: absolute;
  right: 30px;
  top: 50px;
}
@media screen and (max-width: 767px) {
  .opc-estimated-wrapper {
    display: none;
  }
}
.opc-wrapper .step-title,
.opc-block-shipping-information .shipping-information-title,
.opc-block-summary > .title,
.checkout-agreements-items .checkout-agreements-item-title {
  color: #c2a987;
  font-family: "Trebuchet MS";
  font-size: 18px;
  text-transform: uppercase;
  border-color: #ebebeb;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .opc-wrapper .step-title,
  .opc-block-shipping-information .shipping-information-title,
  .opc-block-summary > .title,
  .checkout-agreements-items .checkout-agreements-item-title {
    font-size: 39px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }
}
.opc-wrapper .step-title .action-edit,
.opc-block-shipping-information .shipping-information-title .action-edit,
.opc-block-summary > .title .action-edit,
.checkout-agreements-items .checkout-agreements-item-title .action-edit {
  width: 14px;
  height: 12px;
  top: 7px;
  background-image: url('../images/edit-item.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .opc-wrapper .step-title .action-edit,
  .opc-block-shipping-information .shipping-information-title .action-edit,
  .opc-block-summary > .title .action-edit,
  .checkout-agreements-items .checkout-agreements-item-title .action-edit {
    width: 35px;
    height: 32px;
  }
}
.opc-wrapper .step-title .action-edit:hover,
.opc-block-shipping-information .shipping-information-title .action-edit:hover,
.opc-block-summary > .title .action-edit:hover,
.checkout-agreements-items .checkout-agreements-item-title .action-edit:hover {
  background-position: center bottom;
  background-image: url('../images/edit-item.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.opc-wrapper .step-title .action-edit:before,
.opc-block-shipping-information .shipping-information-title .action-edit:before,
.opc-block-summary > .title .action-edit:before,
.checkout-agreements-items .checkout-agreements-item-title .action-edit:before {
  display: none;
}
.opc-block-shipping-information {
  padding-right: 0;
}
@media screen and (max-width: 767px) {
  .opc-block-shipping-information {
    padding: 0;
  }
}
.opc-block-shipping-information .shipping-information-content {
  line-height: 18px;
}
@media screen and (max-width: 767px) {
  .opc-block-shipping-information .shipping-information-content {
    font-size: 32px;
    line-height: 1.3em;
  }
}
.opc-block-shipping-information .ship-to,
.opc-block-shipping-information .ship-via {
  margin: 30px 0;
}
@media screen and (max-width: 767px) {
  .opc-block-shipping-information .ship-to,
  .opc-block-shipping-information .ship-via {
    margin: 65px 0;
  }
}
.table:not(.cart):not(.totals) {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .opc-summary-wrapper {
    margin-top: 200px;
  }
}
#shipping select {
  padding-right: 35px !important;
}
.checkbox-group input[type=checkbox] {
  display: none !important;
}
.onestepcheckout-index-index #billing-new-address-form select {
  padding-right: 35px !important;
}
.onestepcheckout-index-index .payment-method-billing-address {
  margin: 15px 0;
}
.onestepcheckout-index-index .payment-method-billing-address .fieldset {
  margin-left: 0;
}
.onestepcheckout-index-index .osc-product-image:hover img {
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  transform: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  opacity: 0.5;
  border: 0;
  cursor: pointer;
}
.checkout-index-index .modal-popup .modal-footer .action-hide-popup,
.checkout-index-index .modal-popup .modal-footer .action-save-address {
  margin: 0 10px;
}
.checkout-index-index .modal-popup legend.label {
  margin-bottom: 0 !important;
}
.checkout-index-index .modal-popup .form-shipping-address {
  max-width: none;
}
.checkout-index-index .modal-popup .form-shipping-address .field {
  display: inline-block;
  box-sizing: border-box;
  width: 49%;
  padding: 0 5px;
}
.checkout-index-index .modal-popup .form-shipping-address .field[name="shippingAddress.company"],
.checkout-index-index .modal-popup .form-shipping-address .field.choice {
  width: 100%;
  display: block;
  max-width: none;
}
.checkout-index-index .modal-popup .form-shipping-address fieldset.field,
.checkout-index-index .modal-popup .form-shipping-address fieldset .field {
  display: block;
  width: 100%;
  max-width: none;
}
.checkout-index-index .modal-popup .form-shipping-address fieldset .field {
  padding: 0;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content {
  right: auto;
  left: 38px;
  top: -10px;
  width: 150px;
}
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:before,
.checkout-index-index .modal-popup .field-tooltip .field-tooltip-content:after {
  display: none;
}
@media screen and (max-width: 767px) {
  .checkout-index-index .modal-popup .field-tooltip .field-tooltip-content {
    left: 58px;
  }
}
@media screen and (max-width: 767px) {
  .field-tooltip .field-tooltip-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .one-step-checkout .sercurity-box .input-box label,
  .one-step-checkout .gift-messages-form .input-box label,
  .one-step-checkout #onestepcheckout-login-popup label,
  .one-step-checkout .onestepcheckout-survey label,
  .one-step-checkout .onestepcheckout-discount .discount-form label,
  .one-step-checkout #shipping label,
  .one-step-checkout #billing-new-address-form label,
  .one-step-checkout .field legend.label,
  .one-step-checkout .virtualCheckout .email-field label,
  .one-step-checkout .onestepcheckout-giftmessage .control label {
    font-size: 20px;
  }
  .one-step-checkout .sercurity-box input.input-text,
  .one-step-checkout .gift-messages-form input.input-text,
  .one-step-checkout .shipping-region-input,
  .one-step-checkout .billing-region-input,
  .one-step-checkout #onestepcheckout-login-popup input.input-text,
  .one-step-checkout .onestepcheckout-discount .discount-form input.input-text,
  .one-step-checkout #shipping input.input-text,
  .one-step-checkout #billing-new-address-form input.input-text,
  .one-step-checkout .virtualCheckout .email-field input.input-text {
    font-size: 20px;
  }
  .one-step-checkout #billing-address-select,
  .one-step-checkout .onestepcheckout-survey select,
  .one-step-checkout #shipping select,
  .one-step-checkout #billing-new-address-form select {
    font-size: 20px !important;
  }
}
#styleguide .sidebar {
  border: 1px solid #b6b6b6;
  padding: 15px;
  max-width: 300px;
  float: left;
  margin: 0 15px 15px 0;
}
@media screen and (max-width: 640px) {
  #styleguide .sidebar {
    float: none;
    max-width: none;
  }
}
#styleguide #product-attribute-specs-table {
  max-width: 400px;
}
.page-header .header.livechat {
  display: table;
  color: #1c1c1c;
  float: left;
  vertical-align: top;
}
.page-header .header.livechat .header-top-text {
  color: #1c1c1c;
  display: table-cell;
  font-size: 16px;
  padding-right: 37px;
  font-family: 'Trebuchet MS';
}
@media screen and (max-width: 860px) {
  .page-header .header.livechat .header-top-text {
    display: block;
    padding-right: 0;
  }
}
.page-header .header.livechat .livechat-wrapper {
  display: table-cell;
  position: relative;
  top: 5px;
}
@media screen and (max-width: 860px) {
  .page-header .header.livechat .livechat-wrapper {
    display: block;
  }
}
.page-header .header.livechat .livechat-wrapper a {
  color: #1c1c1c;
}
.page-header .header.livechat .livechat-wrapper a:hover {
  text-decoration: none;
}
.page-header .header.livechat .iconnew-livechat {
  display: inline;
}
.page-header .header.livechat .iconnew-livechat:before {
  font-size: 24px;
  color: #c6242f;
  padding-right: 13px;
}
.page-header .header.livechat .text {
  font-family: 'Trebuchet MS';
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
}
.page-header .header.livechat .text:hover {
  color: #c6242f;
}
.page-header .header.livechat .livechat-wrapper {
  cursor: pointer;
  display: inline-block;
  margin: 0;
}
.page-header .header.livechat .livechat-wrapper .status::first-letter {
  font-size: 0;
}
.page-header .header.livechat .livechat-wrapper .text {
  padding-right: 3px;
}
.page-header .header.livechat .livechat-wrapper .status {
  display: inline-block;
}
.page-header .header.livechat .livechat-wrapper .status:after {
  content: 'Offline';
}
.page-header .header.livechat .livechat-wrapper .online .status:after {
  content: 'Online';
  color: #6ba73b;
}
.page-header .header.livechat.offline p:after,
.page-header .header.livechat.online p:after {
  display: table-cell;
  vertical-align: middle;
  padding-left: 3px;
}
.header.social,
.footer.social {
  width: 50%;
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.header.social ul,
.footer.social ul {
  margin: 0;
  padding: 0;
  text-align: center;
}
.header.social ul li,
.footer.social ul li {
  display: inline-block;
  list-style-type: none;
  margin: 0 auto;
  padding: 2px 8px 0 8px;
  font-size: 0px;
}
@media screen and (max-width: 640px) {
  .header.social ul li,
  .footer.social ul li {
    padding: 0 18px 20px;
  }
}
.header.social ul li a,
.footer.social ul li a {
  transition: color ease-in 0.2s;
  color: #b7b7b7;
}
.header.social ul li a[class^="icon-"]:before,
.footer.social ul li a[class^="icon-"]:before {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .header.social ul li a[class^="icon-"]:before,
  .footer.social ul li a[class^="icon-"]:before {
    font-size: 36px;
  }
}
.header.social ul li a:hover,
.footer.social ul li a:hover {
  transition: color ease-in 0.2s;
  color: #ffffff;
  text-decoration: none;
}
.page-header .header.panel .header.links {
  width: 25%;
  float: right;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  text-align: right;
}
.page-header .header.panel .header.links li {
  margin-left: 0;
}
.page-header .header.panel .header.links li a {
  color: #ffffff;
  font-size: 12px;
}
.page-header .header.panel .header.links li.item,
.page-header .header.panel .header.links li.authorization-link {
  margin-left: 5px;
}
.page-header .header.panel .header.links li.item:before,
.page-header .header.panel .header.links li.authorization-link:before {
  content: '|';
  padding-right: 3px;
  color: #ffffff;
}
.page-header .header.panel .header.links li:first-child.item:before,
.page-header .header.panel .header.links li:first-child.authorization-link:before {
  display: none;
}
.page-header .header.panel .header.links li.welcome {
  float: right;
  display: inline-block;
  width: 100%;
  color: #fff;
  margin-top: 2px;
}
.page-header .header.panel .header.links li strong {
  color: #fff;
}
.page-header .header-wrapper {
  width: 43%;
  float: left;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  overflow: hidden;
  margin: 20px 0 20px;
  min-width: 285px;
}
@media screen and (max-width: 1290px) {
  .page-header .header-wrapper {
    width: 370px;
  }
}
@media only screen and (max-width: 960px) {
  .page-header .header-wrapper {
    width: 60%;
    margin-top: 10px;
    min-width: 190px;
  }
}
.page-header .header-wrapper .logo {
  float: left;
  max-width: none;
  display: inline-block;
  margin: 0 20px 0 0;
  z-index: 1;
}
@media screen and (max-width: 1290px) {
  .page-header .header-wrapper .logo {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .header-wrapper .logo {
    margin-top: 10px;
  }
}
.page-header .header-wrapper .logo img {
  width: 90px;
  max-height: none;
  display: inline-block;
}
@media only screen and (max-width: 960px) {
  .page-header .header-wrapper .logo img {
    display: block;
    max-width: 60px;
  }
}
@media only screen and (max-width: 768px) {
  .page-header .header-wrapper .logo img {
    max-width: 90px;
  }
}
@media only screen and (max-width: 479px) {
  .page-header .header-wrapper {
    margin-left: 60px;
  }
}
.page-header .header-wrapper p {
  width: 70%;
  display: inline-block;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 12px;
  font-weight: normal;
  margin-top: 32px;
  padding-left: 10px;
  color: #CF6767;
  font-style: italic;
}
@media only screen and (max-width: 960px) {
  .page-header .header-wrapper p {
    margin-top: 10px;
    padding-left: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .page-header .header-wrapper p {
    font-size: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .page-header .header-wrapper p {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-header .header-logo {
    margin-left: 0px;
  }
}
.page-header .header-shipsfree {
  width: 32%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  display: inline-table;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .page-header .header-shipsfree {
    display: none;
  }
}
.page-header .header-shipsfree a {
  display: table-cell;
  vertical-align: middle;
}
.page-header .header-shipsfree a.icon-phone {
  color: #c6242f;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  text-align: right;
  padding-right: 15px;
  min-width: 190px;
  text-align: center;
}
.page-header .header-shipsfree a.icon-phone:hover .phone-nubmer {
  text-decoration: underline;
}
@media only screen and (max-width: 800px) {
  .page-header .header-shipsfree a.icon-phone {
    padding-right: 5px;
  }
}
.page-header .header-shipsfree a.icon-phone span {
  display: inline-block;
}
.page-header .header-shipsfree a.icon-phone:hover {
  text-decoration: none;
}
.page-header .header-shipsfree a.icon-phone:before {
  color: #c2a987;
  padding-right: 10px;
  font-size: 24px;
  font-weight: normal;
  vertical-align: top;
  height: 25px;
  display: inline-block;
  padding-top: 5px;
}
@media only screen and (max-width: 800px) {
  .page-header .header-shipsfree a.icon-phone:before {
    padding-right: 0px;
  }
}
.page-header .header-shipsfree img {
  min-width: 100px;
}
.checkout-index-index .header-shipsfree {
  margin-top: 45px;
}
.checkout-index-index .header-shipsfree img {
  display: none;
}
@media only screen and (max-width: 767px) {
  .checkout-index-index .page-header .header-shipsfree {
    display: inline-table;
  }
}
.page-header .block-search {
  width: 25%;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  margin-bottom: 0;
  padding-left: 0;
  margin-top: 49px;
  float: left;
  margin-left: 8px;
}
.page-header .block-search .label:before {
  content: '\e615';
  font-size: 60px;
  font-weight: bold;
  font-family: 'icons-blank-theme';
  color: #c2a987;
  transition: color ease 0.2s;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .page-header .block-search .label:before {
    overflow: visible;
    font-size: 73px;
  }
}
.page-header .block-search .label:hover:before {
  transition: color ease 0.2s;
  color: #887255;
}
@media only screen and (max-width: 1290px) {
  .page-header .block-search {
    margin-top: 20px;
    width: 35%;
    float: right;
  }
}
.page-header .block-search .control {
  padding-bottom: 0;
}
.page-header .block-search .control #search {
  border: 1px solid #acacac;
  color: #3e3e3e;
  height: 40px;
  position: static;
  left: auto;
  margin: 0;
}
@media only screen and (max-width: 960px) {
  .page-header .block-search {
    position: absolute;
    left: 118px;
    top: 20px;
    margin: 0;
    min-width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .block-search {
    width: 27%;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    position: static;
    margin-top: 24px;
  }
}
.page-header .block-search .search-autocomplete {
  margin-top: 0;
  max-height: 300px;
  overflow-y: auto;
}
@media screen and (max-width: 768px) {
  .page-header .block-search {
    width: 100%;
    margin-top: 0px;
  }
  .page-header .block-search .form {
    position: relative;
  }
}
@media screen and (max-width: 640px) {
  .page-header .block-search {
    margin-bottom: 0;
  }
}
.page-header .block-search .controls input#search {
  padding-left: 12px;
}
.page-header .block-search .actions button.search {
  font-weight: bold;
  background-color: #3e3e3e;
  box-sizing: border-box;
  right: 0;
  width: 52px;
  opacity: 1;
  cursor: pointer;
  height: 40px;
  pointer-events: all;
  margin: 0;
}
.page-header .block-search .actions button.search:hover {
  background-color: #b09877;
}
.page-header .block-search .actions button.search:before {
  color: #ffffff;
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .page-header .block-search .actions button.search {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
  }
  .page-header .block-search .actions button.search span {
    font-size: 0;
  }
  .page-header .block-search .actions button.search span:before {
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    font-size: 32px;
    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;
  }
}
.search-autocomplete {
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .search-autocomplete {
    font-size: 18px;
  }
}
.page-header .minicart-wrapper {
  margin-top: -2px;
  margin-left: 30px;
  margin-right: 13px;
  text-align: right;
}
.page-header .minicart-wrapper > .minicart-price {
  color: #c6242f;
  font-weight: 900;
  font-size: 18px;
  font-family: 'Trebuchet MS';
  position: relative;
  top: 10px;
  right: 6px;
  display: inline;
}
.page-header .minicart-wrapper .actions > .primary .action.primary {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .page-header .minicart-wrapper {
    margin-top: 0;
    margin-left: 17px;
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .page-header .minicart-wrapper {
    width: auto;
    position: absolute;
    right: 28px;
    top: 120px;
    z-index: 100;
  }
}
.page-header .minicart-wrapper .action.showcart {
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-header .minicart-wrapper .action.showcart {
    margin-right: 5px;
    float: right;
  }
  .page-header .minicart-wrapper .action.showcart > .ui-dialog {
    position: absolute;
    right: 0;
    top: 35px;
  }
}
.page-header .minicart-wrapper .action.showcart:before {
  color: #3e3e3e;
  content: '\e90b';
  font-family: 'icomoon_new';
  font-size: 27px;
  transition: color ease 0.2s;
}
@media screen and (max-width: 768px) {
  .page-header .minicart-wrapper .action.showcart:before {
    font-size: 50px;
    overflow: visible;
  }
}
.page-header .minicart-wrapper .action.showcart:hover:before {
  color: #b09877;
  transition: color ease 0.2s;
}
.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: #c6242f;
  box-sizing: border-box;
  width: 23px;
  height: 23px;
  border-radius: 12px;
  position: absolute;
  right: -12px;
  top: -10px;
}
@media screen and (max-width: 767px) {
  .page-header .minicart-wrapper .action.showcart .counter.qty {
    width: 30px;
    height: 30px;
    border-radius: 15px;
    right: -22px;
    top: -27px;
  }
}
.page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
  font-size: 12px;
  margin-top: 0px;
  display: block;
}
@media screen and (max-width: 767px) {
  .page-header .minicart-wrapper .action.showcart .counter.qty .counter-number {
    font-size: 18px;
    margin-top: 3px;
  }
}
@media screen and (max-width: 767px) {
  .minicart-wrapper .block-minicart {
    top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .minicart-wrapper .block-minicart {
    right: 0px;
    top: 45px;
  }
}
.page-header {
  border: none;
  display: block !important;
}
.page-header .panel.wrapper {
  background-color: #efefef;
  display: block !important;
}
.page-header .panel.header {
  padding: 10px 20px 15px 20px;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .page-header .panel.header {
    overflow: visible;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 767px) {
  .page-header .panel.header {
    overflow: hidden;
  }
}
.page-header .block-search .control {
  border: none;
}
.page-header .content {
  padding: 0 20px;
  position: relative;
  display: block !important;
}
.page-header .content .shipping {
  position: absolute;
  top: 58px;
  right: 20px;
  border: 1px solid #acacac;
  width: 315px;
  height: 54px;
  box-sizing: border-box;
  color: #8a8a8a;
  font-size: 15px;
  padding-left: 70px;
  padding-top: 2px;
}
@media screen and (max-width: 1290px) {
  .page-header .content .shipping {
    top: 88px;
  }
}
@media screen and (max-width: 960px) {
  .page-header .content .shipping {
    top: 56px;
  }
}
@media screen and (max-width: 830px) {
  .page-header .content .shipping {
    top: 55px;
    padding-left: 10px;
    width: 265px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .content .shipping {
    display: none;
  }
}
.page-header .content .shipping .heading {
  display: block;
  color: #c6242f;
  font-size: 18px;
  font-weight: 900;
}
.page-header .content .shipping .image {
  position: absolute;
  left: -50px;
  top: -16px;
  z-index: 10;
}
@media screen and (max-width: 830px) {
  .page-header .content .shipping .image {
    display: none;
  }
}
.page-header .header.contacts {
  display: table;
  float: right;
}
.page-header .header.contacts .header-help,
.page-header .header.contacts .header-phone {
  display: table-cell;
  vertical-align: top;
}
.page-header .header.contacts .header-help .text,
.page-header .header.contacts .header-phone .text,
.page-header .header.contacts .header-help .tel,
.page-header .header.contacts .header-phone .tel {
  color: #3e3e3e;
  font-size: 18px;
  font-weight: 600;
  font-family: 'Trebuchet MS';
  position: relative;
}
.page-header .header.contacts .header-help .text,
.page-header .header.contacts .header-phone .text {
  top: -8px;
}
.page-header .header.contacts .header-help .tel,
.page-header .header.contacts .header-phone .tel {
  top: -2px;
}
.page-header .header.contacts .header-help [class^="iconnew-"],
.page-header .header.contacts .header-phone [class^="iconnew-"] {
  margin-right: 6px;
  margin-left: 30px;
}
@media screen and (max-width: 860px) {
  .page-header .header.contacts .header-help [class^="iconnew-"],
  .page-header .header.contacts .header-phone [class^="iconnew-"] {
    margin-left: 0;
  }
}
.page-header .header.contacts .header-help .iconnew-info:before,
.page-header .header.contacts .header-phone .iconnew-info:before {
  font-size: 35px;
}
.page-header .header.contacts .header-help .iconnew-phone:before,
.page-header .header.contacts .header-phone .iconnew-phone:before {
  font-size: 25px;
}
.page-header .header.contacts .header-phone {
  padding-top: 6px;
}
@media screen and (max-width: 860px) {
  .page-header .header.contacts .header-phone {
    padding-left: 15px;
  }
}
@media only screen and (max-width: 960px) {
  .build-clearance-wrapper {
    clear: both;
  }
}
@media only screen and (max-width: 768px) {
  .build-clearance-wrapper {
    clear: none;
  }
}
.build-clearance-wrapper .link {
  border: 1px solid #acacac;
  padding: 6px 10px;
  box-sizing: border-box;
  float: left;
  margin-top: 30px;
}
.build-clearance-wrapper .link a {
  color: #3e3e3e;
  font-family: 'Trebuchet MS';
  font-size: 16px;
  font-weight: 900;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 25px;
}
.build-clearance-wrapper .link.build {
  width: 230px;
  margin-right: 15px;
}
@media screen and (max-width: 1290px) {
  .build-clearance-wrapper .link.build {
    margin-top: 0;
  }
}
@media only screen and (max-width: 960px) {
  .build-clearance-wrapper .link.build {
    margin-top: 10px;
  }
}
.build-clearance-wrapper .link.clearance {
  width: 152px;
  background-image: url(../images/clearance.png);
  background-position: 5px center;
  background-repeat: no-repeat;
  padding-left: 45px;
}
@media screen and (max-width: 1290px) {
  .build-clearance-wrapper .link.clearance {
    margin-top: 10px;
  }
}
.build-clearance-wrapper .link .iconnew-bag {
  color: #c6242f;
  font-size: 22px;
  margin-right: 4px;
}
.page-header .minicart-wrapper.active {
  z-index: 100;
}
.page-footer {
  border-top: 1px solid #acacac;
  margin-top: 25px;
  background-color: #f7f7f6;
}
.page-footer .footer.content {
  border: 0;
  padding: 0;
  width: 100%;
  max-width: none;
  margin-top: 0;
}
.page-footer .footer.top,
.page-footer .footer.bottom .content {
  padding: 10px 20px;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-width: 1270px;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.page-footer .footer.bottom {
  background-color: #3e3e3e;
  font-family: 'Trebuchet MS';
}
@media screen and (max-width: 767px) {
  .page-footer .footer.bottom .content {
    padding-top: 20px;
  }
}
.page-footer .footer.top {
  padding-top: 30px;
}
.page-footer .footer.top .footer-links {
  text-align: center;
}
.page-footer .footer.top .footer-links li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
@media screen and (max-width: 767px) {
  .page-footer .footer.top .footer-links li {
    display: block;
    padding-right: 10px;
  }
}
.page-footer .footer.top .footer-links li a {
  font-size: 18px;
  color: #3e3e3e;
  font-weight: 900;
  font-family: 'Trebuchet MS';
  text-transform: uppercase;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .page-footer .footer.top .footer-links li a {
    font-size: 24px;
  }
}
.page-footer .footer.top .footer-links li a:hover {
  color: #000;
}
.page-footer .footer.top .footer-links li a:hover:before {
  color: #3e3e3e;
}
.page-footer .footer.top .footer-links li:first-child a:before {
  display: none;
}
@media screen and (max-width: 767px) {
  .page-footer .footer.top .footer-links {
    display: inline-block;
    vertical-align: top;
    width: 48%;
    box-sizing: border-box;
    text-align: left;
  }
}
@media screen and (max-width: 480px) {
  .page-footer .footer.top .footer-links {
    display: block;
    width: 100%;
  }
}
.page-footer .credit_cards {
  text-align: center;
  margin: 30px 0 17px 0;
}
.page-footer .copyright {
  display: inline-block;
  vertical-align: top;
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  margin: 10px 25px 0 0;
  color: #ebebeb;
}
@media screen and (max-width: 767px) {
  .page-footer .copyright {
    position: relative;
    left: auto;
    font-size: 20px;
  }
}
.page-footer .social {
  width: 100%;
}
@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma.woff') format('woff'), url('../fonts/Tahoma.ttf') format('truetype'), url('../fonts/Tahoma.svg#Tahoma') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Tahoma';
  src: url('../fonts/Tahoma-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Tahoma-Bold.woff') format('woff'), url('../fonts/Tahoma-Bold.ttf') format('truetype'), url('../fonts/Tahoma-Bold.svg#Tahoma') format('svg');
  font-weight: bold;
  font-style: normal;
}
.modal-popup .modal-header,
.modal-popup .modal-content,
.modal-popup .modal-footer {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  border: 0;
  outline: 0;
}
.page-layout-1column .columns .column.main {
  display: block;
  width: 100%;
  max-width: 100%;
}
.more-link {
  position: absolute;
  right: 20px;
  bottom: 12px;
  color: #fff;
  font-size: 16px;
}
.more-link:after {
  content: '';
  display: inline-block;
  width: 13px;
  height: 10px;
  margin-left: 8px;
  background: url(../images/more-link.png) no-repeat;
}
.more-link.brown {
  color: #c2a987;
}
.more-link.brown:after {
  background: url(../images/more-link.png) bottom no-repeat;
}
.nav-sections {
  background: #fff;
  margin-bottom: -1px;
}
.nav-sections-item-title {
  display: none;
}
.nav-sections-item-title[aria-controls="store.links"] {
  display: none;
}
.nav-sections-item-content {
  background: #fff;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content {
    margin-top: 20px;
  }
  .nav-sections-item-content .header.links {
    z-index: 5;
  }
  .nav-sections-item-content .header.links li a {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-sections-item-content .header.links li a:hover {
    padding-left: 0;
    padding-right: 0;
  }
  .nav-sections-item-content .header.links li:first-child a {
    border-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-sections-item-content {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1270px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
}
.nav-sections-item-content > .header.links {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  box-sizing: border-box;
  border: none;
  text-align: right;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .header.links {
    position: static;
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-top: 0;
    padding: 0.8rem 10px;
  }
}
.nav-sections-item-content > .header.links > li {
  display: inline;
  margin: 0 15px;
}
@media screen and (max-width: 900px) {
  .nav-sections-item-content > .header.links > li {
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .header.links > li {
    margin: 0;
  }
}
.nav-sections-item-content > .header.links > li:hover {
  background: transparent;
}
.nav-sections-item-content > .header.links > li a,
.nav-sections-item-content > .header.links > li strong {
  font-size: 16px;
  color: #313131;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .nav-sections-item-content > .header.links > li a,
  .nav-sections-item-content > .header.links > li strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .header.links > li a,
  .nav-sections-item-content > .header.links > li strong {
    font-size: 16px;
  }
}
.nav-sections-item-content > .header.links > li:before,
.nav-sections-item-content > .header.links > li:after {
  display: none;
}
.nav-sections-item-content > .navigation {
  background: #fff;
  padding: 0 0px;
  position: relative;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation {
    margin-top: 0;
  }
}
@media screen and (min-width: 1290px) {
  .nav-sections-item-content > .navigation {
    margin-top: 0;
  }
}
.nav-sections-item-content > .navigation .header.links {
  position: absolute;
  right: 0;
  top: 0;
  width: 65%;
  box-sizing: border-box;
  border: none;
  text-align: right;
  padding-top: 25px;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation .header.links {
    position: static;
    width: 100%;
    padding-right: 0;
    text-align: left;
    padding-top: 0;
    padding: 0.8rem 10px;
  }
}
.nav-sections-item-content > .navigation .header.links > li {
  display: inline;
  margin: 0 15px;
}
@media screen and (max-width: 900px) {
  .nav-sections-item-content > .navigation .header.links > li {
    margin: 0 7px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation .header.links > li {
    margin: 0;
  }
}
.nav-sections-item-content > .navigation .header.links > li:hover {
  background: transparent;
}
.nav-sections-item-content > .navigation .header.links > li a,
.nav-sections-item-content > .navigation .header.links > li strong {
  font-size: 16px;
  color: #313131;
  text-transform: uppercase;
  font-weight: 400;
}
@media screen and (max-width: 900px) {
  .nav-sections-item-content > .navigation .header.links > li a,
  .nav-sections-item-content > .navigation .header.links > li strong {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation .header.links > li a,
  .nav-sections-item-content > .navigation .header.links > li strong {
    font-size: 16px;
  }
}
.nav-sections-item-content > .navigation .header.links > li:before,
.nav-sections-item-content > .navigation .header.links > li:after {
  display: none;
}
.nav-sections-item-content > .navigation > ul {
  padding: 15px 18px 10px 18px;
  border: 1px solid #acacac;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation > ul {
    padding: 0;
    border: none;
  }
}
.nav-sections-item-content > .navigation > ul .first-level {
  width: 260px;
  cursor: pointer;
  padding: 10px 0;
  margin: -10px 0;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation > ul .first-level {
    width: 100%;
    padding: 0.8rem 10px;
  }
}
.nav-sections-item-content > .navigation > ul .first-level:hover > .ui-menu {
  display: block;
}
.nav-sections-item-content > .navigation > ul .first-level > a {
  color: #c6242f;
  padding: 0.8rem 10px;
  font-size: 18px;
  font-weight: 900;
  font-family: 'Trebuchet MS';
  text-transform: uppercase;
  vertical-align: top;
  display: inline-block;
  margin-top: -4px;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation > ul .first-level > a {
    font-size: 16px;
    color: #313131;
    font-weight: 400;
    padding: 0;
    line-height: 1em;
    font-family: 'Trebuchet MS';
  }
}
@media screen and (min-width: 768px) {
  .nav-sections-item-content > .navigation > ul .first-level > ul {
    position: absolute !important;
    left: -1px !important;
    background: #fff;
    top: 62px !important;
    padding-left: 0;
    border: 1px solid #acacac;
    display: none;
    padding-right: 0;
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top {
    display: block;
    border-bottom: 1px solid #acacac;
    box-sizing: border-box;
    background: url(../images/arrow-right.png) 95% center no-repeat;
    position: static;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top.dropdown-bottom {
    position: relative;
  }
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top.dropdown-bottom > .submenu {
    bottom: 0;
    top: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top:not(.parent) {
    background: none;
  }
}
.nav-sections-item-content > .navigation > ul .first-level > ul > .level-top a {
  font-family: 'Trebuchet MS';
  padding: 0;
  line-height: 2.5em;
  display: block;
}
@media screen and (min-width: 768px) {
  .nav-sections-item-content > .navigation > ul .first-level > ul > .level-top .submenu {
    left: 100% !important;
    top: 0 !important;
  }
}
.nav-sections-item-content > .navigation > ul .first-level > ul > .level-top .level1.dropdown-bottom {
  position: relative;
}
.nav-sections-item-content > .navigation > ul .first-level > ul > .level-top .level1.dropdown-bottom > .submenu {
  bottom: 0;
  top: auto !important;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation > ul .first-level > ul {
    position: static !important;
    top: auto !important;
    border: 0;
    padding: 0 10px;
    margin-left: -10px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation > ul .first-level > ul li a span {
    font-size: 16px;
  }
}
.nav-sections-item-content > .navigation > ul .iconnew-burger:before {
  color: #c6242f;
  font-size: 33px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .nav-sections-item-content > .navigation > ul .iconnew-burger {
    display: none;
  }
}
a.revert-checkout {
  font-size: 16px;
  font-weight: bold;
  color: #c6242f;
  text-decoration: underline;
}
.corona {
  width: 1230px;
  position: relative;
  top: 15px;
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  .corona {
    width: auto;
  }
}
.cms-index-index .page.messages {
  width: 74%;
  position: relative;
  z-index: 1000;
  top: 25px;
}
.cms-index-index .message.success,
.cms-index-index .message.error,
.cms-index-index .message.info {
  margin-bottom: 0px !important;
}
#captcha_container {
  margin-top: 11px;
  margin-left: 7px;
}
@media screen and (max-width: 600px) and (min-width: 300px) {
  div#errMsg {
    margin-top: -15px;
    margin-left: 7px;
    color: #e02b27;
    font-size: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  div#errMsg {
    margin-top: 4px;
    margin-left: 7px;
    color: #e02b27;
    font-size: 12px;
  }
}
.product-reward-points-share .product-social-links {
  float: left;
}
.product-info-main .product-reward-points-earning {
  margin-top: 3rem !important;
}
.rendered-form button {
  color: #ffffff;
  line-height: 1.15;
}
.amform-form .action.primary,
.amform-parent .action.primary {
  padding: 9px 16px;
  min-width: 0;
  background: #b09877;
  color: #ffffff;
}
.amform-form .action.primary:hover,
.amform-parent .action.primary:hover,
.amform-form .action.primary:focus,
.amform-parent .action.primary:focus {
  background: #887255;
}
.amform-form .action.primary:disabled,
.amform-parent .action.primary:disabled {
  background: #c2a987;
}
.amcform-step {
  border: 1px solid #b09877;
  background-color: #b09877;
  color: #ffffff;
}
.amcform-title-wrap.ui-state-active .amcform-label {
  color: #b09877;
}
.amform-form:not(.multi-pages) {
  margin: 0 0 10px;
}
.fieldset > .fields > .field {
  max-width: 400px;
}
.fieldset > .fields > .amcform-toolbar {
  max-width: 480px;
  padding-top: 10px;
}
.multi-pages .fieldset > .fields > .field,
.multi-pages .fieldset > .fields > .amcform-toolbar {
  max-width: 100%;
  padding-top: 0;
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  margin: 0 0 10px;
}
._keyfocus:focus,
input:not([disabled]):focus,
textarea:not([disabled]):focus,
select:not([disabled]):focus {
  box-shadow: 0 0 5px rgba(198, 36, 47, 0.4);
}
.review-control-vote label {
  top: 0;
}
.nav-sections-item-content > .header.links {
  display: block !important;
  z-index: 5;
}
.nav-sections-item-content > .header.links li.greet.welcome {
  display: none;
}
.nav-sections-item-content > .header.links li a:hover {
  text-decoration: underline !important;
}
.nav-sections-item-content {
  position: relative;
}
@media (max-width: 767px) {
  .nav-sections-item-content > .header.links {
    padding: 10px 20px 0px 30px !important;
  }
  .nav-sections-item-content > .navigation {
    padding: 0 20px;
  }
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
