/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
@media all and (min-width: 768px) and (max-width: 1024px) {
  .deskMenu > ul > li > a {
    padding: 0 !important;
    font-size: 10px !important;
  }
}
/**
 * MageSpecialist
 *
 * 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
 * If you did not receive a copy of the license and are unable to
 * obtain it through the world-wide-web, please send an email
 * to info@magespecialist.it so we can send you a copy immediately.
 *
 * @category   MSP
 * @package    MSP_ReCaptcha
 * @copyright  Copyright (c) 2017 Skeeller srl (http://www.magespecialist.it)
 * @license    http://opensource.org/licenses/osl-3.0.php  Open Software License (OSL 3.0)
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha {
  margin-bottom: 10px !important;
}
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
form[id='co-shipping-method-form'] div.field.choice.item {
  padding: 8px;
}
._error .order-comment-input {
  outline: none;
  border: 2px solid #ed8380;
}
._error .order-comment-input:focus {
  outline: none;
  border: 2px solid #ed8380;
  box-shadow: 0 0 3px #ed8380;
}
.checkout-payment-method .payment-option._collapsible.comment .payment-option-content {
  display: block;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_AjaxLayer
 * @copyright   Copyright (c) Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 300%;
  left: 0;
  text-align: center;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0px;
  width: 500%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  margin-top: 300px;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigation
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.ln_overlay {
  background-color: #FFFFFF;
  height: 100%;
  left: 0;
  opacity: 0.5;
  filter: alpha(opacity=50);
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 555;
  display: none;
}
.ln_overlay img {
  top: 40%;
  left: 45%;
  display: block;
  position: fixed;
}
.ln_slider_container {
  width: calc(80%);
  margin: 0 15px 0 5px;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_LayeredNavigationPro
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
a.chosen-single.chosen-default,
.chosen-single-with-deselect {
  border-radius: 3px !important;
  min-height: 30px !important;
  line-height: 26px !important;
  background: #fff !important;
  box-shadow: none;
}
.chosen-container-single .chosen-single div {
  top: 3px;
}
.chosen-container-single .chosen-search input[type=text] {
  box-shadow: none !important;
  border-radius: 2px;
  border: 1px solid #ccc;
}
li.active-result.highlighted {
  border-radius: 2px !important;
  background-image: none !important;
  border: none !important;
}
.chosen-container-single .chosen-single abbr {
  top: 9px !important;
}
.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  margin-right: 0 !important;
}
ul.chosen-results::-webkit-scrollbar {
  width: 6px;
}
ul.chosen-results::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
ul.chosen-results::-webkit-scrollbar-thumb {
  background-color: #ccc;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}
.ln_slider_range {
  margin-top: 10px;
}
.ln_slider_range_input {
  width: 60px !important;
  height: 30px !important;
  text-align: center;
  padding: 0;
}
.filter-options-content .rating-summary {
  padding-bottom: 3px;
}
.filter-options-content .rating-summary.selected {
  background-color: #e8e8e8;
}
@media (min-width: 1200px) {
  #ln_slider_range_price .ln_slider_from {
    width: 45%;
    padding: 0;
    display: inline-block;
    text-align: center;
  }
  #ln_slider_range_price .ln_slider_to {
    width: 45%;
    float: right;
    text-align: center;
    padding: 0;
  }
  .ln_slider_container label {
    min-width: 0 !important;
  }
}
@media (max-width: 1195px) {
  .ln_slider_from {
    display: block;
    margin-bottom: 15px;
    padding-left: 15px;
  }
  .ln_slider_to {
    display: block;
    padding-left: 15px;
  }
}
@media (max-width: 820px) and (min-width: 768px) {
  .ln_slider_range_input {
    display: block;
    margin: 0 auto 10px auto;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.ln_slider_range .ln_slider_range_input_to {
  float: right;
}
.ln_slider_container label {
  min-width: 50px;
  display: inline-block;
}
.swatch-option-label-layered {
  height: 24px !important;
  display: block !important;
  margin-bottom: 5px !important;
}
.swatch-option-label-layered .swatch-option.text {
  padding-top: 1px !important;
  padding-bottom: 1px !important;
}
.swatch-text .swatch-option.color {
  height: 24px !important;
}
@media (max-width: 767px) {
  .ln_slider_range {
    text-align: center;
  }
  .ln_slider_range .ln_slider_range_input_to {
    float: none !important;
  }
}
.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;
}
.rewardssocial-buttons {
  font-size: 11px;
  display: inline-block;
  width: 100%;
  line-height: 20px;
  margin-bottom: 10px;
  z-index: 2;
  position: relative;
}
.rewardssocial-buttons > div {
  margin-bottom: 5px;
}
.rewardssocial-buttons #facebook-message,
.rewardssocial-buttons #facebook-share-message,
.rewardssocial-buttons #twitter-message,
.rewardssocial-buttons #referral-message,
.rewardssocial-buttons #googleplus-message,
.rewardssocial-buttons #pinterest-message {
  display: none;
  position: absolute;
  background: #333;
  padding: 2px 5px;
  color: #fff;
  margin-top: -25px;
}
.rewardssocial-buttons .buttons-facebook-like:hover #facebook-message {
  display: block;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span {
  width: 61px !important;
  height: 20px !important;
}
.rewardssocial-buttons .buttons-facebook-like .fb-like > span iframe {
  width: 100% !important;
  height: 100% !important;
}
.rewardssocial-buttons .buttons-googleplus-one:hover #googleplus-message {
  display: block;
  margin-top: -50px;
}
.rewardssocial-buttons .buttons-pinterest-pin:hover #pinterest-message {
  display: block;
}
.rewardssocial-buttons .buttons-twitter-like:hover #twitter-message {
  margin-top: -50px;
  display: block;
}
.rewardssocial-buttons .buttons-referral-like > a {
  text-decoration: none;
  line-height: 18px;
  border-radius: 2px;
  padding: 0px 3px;
  font-weight: bold;
  color: #333;
  font-size: 11px;
  border: 1px solid #ccc;
  background: #ffffff;
  background: -moz-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #eaeaea));
  background: -webkit-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -o-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: -ms-linear-gradient(top, #ffffff 0%, #eaeaea 100%);
  background: linear-gradient(to bottom, #ffffff 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#eaeaea', GradientType=0);
}
.rewardssocial-buttons .buttons-referral-like:hover #referral-message {
  display: block;
}
.rewardssocial-buttons .fb_iframe_widget {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .mst-rewardssocial-tweet {
  margin-right: 10px;
  display: block;
  float: left;
}
.rewardssocial-buttons .referral {
  display: block;
  float: left;
}
.rewardssocial-buttons .status-message {
  float: left;
  margin-left: 10px;
  color: #666;
}
.rewardssocial-buttons .buttons-pinterest-pin > a {
  margin-right: 10px;
  float: left;
}
.rewardssocial-buttons .buttons-googleplus-one > div {
  float: left !important;
  margin-right: 10px !important;
}
.rewards-notification-message {
  border-style: solid !important;
  border-width: 1px !important;
  min-height: 24px !important;
  padding: 8px 8px 6px 32px !important;
  color: #3d6611;
  border-color: #446423;
  background-color: #eff5ea;
  margin-bottom: 10px;
}
.rewards-notification-message li {
  margin-top: 2px;
}
.rewards-social-buttons {
  display: inline-block;
  float: left;
}
.rewards-social-buttons > .fb {
  position: relative;
  display: inline-block;
  margin-top: 0px;
}
.rewards-social-buttons > .tw {
  position: relative;
  display: inline-block;
  padding-top: 15px;
}
.rewards-social-buttons > .gp {
  position: relative;
  display: inline-block;
  margin-top: 5px;
}
.block-rewards-referral-list div.rewards-social-buttons {
  height: 20px;
}
.block-rewards-referral-list div.rewards-social-buttons div.tw {
  padding-top: 0px;
  position: relative;
  top: -2px;
}
.block-rewards-referral-list div.rewards-social-buttons div.fb {
  position: relative;
  top: -6px;
}
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-twitter-like {
  height: 20px;
}
div.rewardssocial-buttons div.buttons-facebook-like,
div.rewardssocial-buttons div.buttons-pinterest-pin,
div.rewardssocial-buttons div.buttons-googleplus-one,
div.rewardssocial-buttons div.buttons-referral-like {
  float: left;
}
div.rewardssocial-buttons div.buttons-twitter-like,
div.rewardssocial-buttons div.buttons-googleplus-one {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-twitter-like img,
div.rewardssocial-buttons div.buttons-googleplus-one img {
  width: 20px;
  height: 20px;
}
div.rewardssocial-buttons div.buttons-fb-share {
  float: left;
  margin-right: 10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share {
  border-radius: 3px;
  font-size: 11px;
  height: 20px;
  padding: 0 10px 0 10px;
  background: #4267b2;
  border: 0px solid #4267b2;
  color: #fff;
  cursor: pointer;
  font-family: Helvetica, Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  -webkit-user-select: none;
  white-space: nowrap;
  display: inline-block;
  font-weight: bold;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg {
  vertical-align: text-top;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share ._49vg img {
  margin-top: -10px;
}
div.rewardssocial-buttons div.buttons-fb-share #rewards_fb_share .title {
  vertical-align: top;
}
div.rewardssocial-buttons div.buttons-fb-share:hover #facebook-share-message {
  display: block;
  margin-top: -45px;
}
.green {
  color: #1AA941;
}
.red {
  color: #BB1212;
}
.yellow {
  color: #bbaa00;
}
.block-rewards-account-summary {
  margin-bottom: 2rem !important;
}
.block-rewards-account-summary .unsubscribe {
  font-size: 14px !important;
  padding-top: 10px;
}
.rewards-notification-block {
  list-style-type: none;
  padding: 0;
  background: #ECFDFF;
}
.rewards-notification-block > li {
  padding: 1rem;
}
.rewards-referral-link {
  font-weight: 600;
}
.link.rewards .counter {
  color: #7d7d7d;
  white-space: nowrap;
}
.link.rewards .counter:before {
  content: '(';
}
.link.rewards .counter:after {
  content: ')';
}
.form-discount .checkbox-group {
  margin-bottom: 10px;
}
.rewards-message-block {
  float: left;
  display: inline-block;
  width: 100%;
}
.rewards__checkout-cart-usepoints {
  margin-bottom: 1.5rem;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount {
  border: 0;
  border-bottom: 1px solid silver;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus {
  border-bottom: 1px solid black;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:focus + label,
.rewards__checkout-cart-usepoints.magestore-onepagecheckout #points_amount:valid + label {
  top: -12px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .button {
  background-color: black;
  color: white;
  margin: 5px;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints.magestore-onepagecheckout .input-box label {
  position: absolute;
  top: 5px;
  color: #898989;
}
.rewards__checkout-cart-usepoints .input-box {
  position: relative;
}
.rewards__checkout-cart-usepoints .input-box label {
  position: absolute;
  top: 5px;
  left: 3px;
  color: #898989;
}
.rewards__checkout-cart-usepoints #points_amount:focus + label,
.rewards__checkout-cart-usepoints #points_amount:valid + label {
  top: -18px;
  font-size: 12px;
}
.rewards__checkout-cart-usepoints .discount-form p {
  margin-bottom: 15px;
}
.rewards__checkout-cart-usepoints .discount-form .buttons-container {
  margin-top: 5px;
}
.rewards__checkout-cart-usepoints .discount-form .checkbox-group {
  clear: both;
  padding-top: 10px;
}
.rewards__checkout-cart-usepoints .amount {
  display: table;
  width: 100%;
  margin-bottom: .5rem;
}
.rewards__checkout-cart-usepoints .amount .field {
  display: table-cell;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.rewards__checkout-cart-usepoints .amount .actions-toolbar button {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.rewards__checkout-cart-usepoints label.magestore-onestepcheckout-lab-fix {
  top: -2px !important;
  left: inherit;
  font-size: 14px !important;
  color: #898989 !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix {
  padding: 0 5px;
  width: 105px;
  height: 35px;
  background-color: black !important;
}
.rewards__checkout-cart-usepoints .magestore-onestepcheckout-button-fix span {
  color: white;
}
.checkbox-group label span.checkout-rewards-all-block {
  position: inherit;
  margin-left: 25px;
}
.checkbox-group label span.checkout-rewards-all-block span {
  position: inherit;
  display: inline-block;
}
.checkbox-group label span.checkout-rewards-all-block b {
  position: inherit;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block {
  max-width: inherit !important;
}
.aw-onestep-sidebar-block .actions-toolbar.rewards-buttons-block .primary button {
  width: 49% !important;
}
.catalog-product-view .rewards__product-points {
  display: inline-block;
  font-size: 12px;
  color: #F96B25;
}
.catalog-product-view .rewards__product-points .price {
  font-size: 12px !important;
  line-height: 1em !important;
}
.product-items .product-item-info .rewards__product-points {
  font-size: 12px;
  color: #000;
  margin-top: -10px;
}
.product-items .product-item-info .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-products-list .rewards__product-points {
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.product-info-main .product-info-price {
  position: relative;
}
.product-info-main .product-info-price .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.product-info-main .product-info-price .product-info-stock-sku .stock {
  margin-top: 15px;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points,
.widget-product-grid .product-item-details .rewards__product-points {
  display: block;
  width: 100%;
  margin-top: 0px;
  font-size: 12px;
  color: #F96B25;
}
#amasty-shopby-product-list .product-item-details .rewards__product-points .price,
.widget-product-grid .product-item-details .rewards__product-points .price {
  font-size: 12px;
  color: #F96B25;
}
.block-referral {
  width: 100%;
  text-align: center;
  margin-top: 25px;
}
.block-referral li {
  list-style-position: inside;
}
.block-title.earn.subtitle {
  margin-top: 25px;
  padding-top: 10px;
}
.block-content.dashed-border {
  border: 1px dashed #ccc;
  padding: 5px;
  margin-bottom: 20px;
}
.block-rewards-account-summary .table-wrapper.orders-recent {
  border: none;
}
.rewards-account__tiers {
  margin-bottom: 3rem;
}
.rewards-account__tiers .tier-progress-bar {
  margin-top: 5rem;
  margin-bottom: 5rem;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
  height: 1.1rem;
  background: #ccc;
  border-radius: 100px;
}
.rewards-account__tiers .tier-progress-bar .points {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point {
  width: 2rem;
  height: 2rem;
  background: #ccc;
  border-radius: 100%;
  margin-top: -.5rem;
  position: relative;
  z-index: 1;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point.closed {
  background: #fe5503;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .tier-logo {
  position: absolute;
  left: 50%;
  top: -6rem;
  color: #727272;
  margin-left: -1.5rem;
  width: 3rem;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label {
  position: absolute;
  left: 0;
  top: -3rem;
  color: #727272;
  font-weight: bold;
  font-size: 1.2rem;
  margin-left: -4.5rem;
  width: 11rem;
  text-align: center;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .label[data-description]:hover {
  text-decoration: underline;
  cursor: pointer;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number {
  position: absolute;
  left: 0;
  top: 2.5rem;
  margin-left: -3rem;
  width: 8rem;
  text-align: center;
}
.rewards-account__tiers .tier-progress-bar .points .tier-point .number > span {
  display: inline-block;
  background: #fe5503;
  color: #fff;
  border-radius: 12px;
  font-size: 1.1rem;
  padding: 0.1rem .5rem;
  white-space: nowrap;
}
.rewards-account__tiers .tier-progress-bar .closers {
  width: auto;
  display: flex;
  justify-content: space-between;
}
.rewards-account__tiers .tier-progress-bar .closers .closer {
  position: absolute;
  left: 0;
  top: .3rem;
  height: .5rem;
  padding: 0 2px;
  box-sizing: border-box;
}
.rewards-account__tiers .tier-progress-bar .closers .closer .progress {
  height: .5rem;
  background: #fe5503;
}
.rewards-account__tiers .to-next {
  margin-top: .5rem;
  text-align: center;
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 0;
}
.rewards-account__tiers .to-next .open-popup {
  color: #727272;
  cursor: pointer;
}
.worn-search-holder {
  margin-bottom: 20px;
}
.worn-search-holder input {
  border: 1px solid #dadada;
  padding: 20px 10px;
  background: #fafafa;
}
/**
 * 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%;
  }
}
@media all and (max-width: 414px) {
  .product-info-main .product-info-price,
  .product-info-main .product-measure {
    width: 100% !important;
    float: none !important;
    clear: both !important;
  }
}
@media all and (min-width: 640px) and (max-width: 1023px) {
  .block.crosssell .products-grid .product-item {
    width: 31.33%;
  }
}
@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;
  }
}
@media all and (max-width: 413px) {
  .checkout-payment-method .payment-method.stripe-payments .payment-method-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .checkout-payment-method .payment-method.stripe-payments .payment-method-title label {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-payment-method .payment-method.stripe-payments .payment-method-title label span {
    order: 1;
  }
  .checkout-payment-method .payment-method.stripe-payments .payment-method-title label span.stripe-icon-container {
    order: 2;
    padding-top: 10px;
  }
}
.field._required[name="shippingAddress.postcode"]:after {
  display: block;
  content: 'Please ensure there is a space in between the postcode i.e. DE7 4RA and not DE74RA';
  margin-top: 10px;
  padding: 10px 0;
  box-sizing: border-box;
  background: white;
  color: red;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.field._required[name="shippingAddress.telephone"]:after {
  display: block;
  content: 'Please provide a telephone number, mobile preferably, so that our couriers can send your delivery update notification to you';
  margin-top: 10px;
  padding: 10px 0;
  box-sizing: border-box;
  background: white;
  color: red;
  font-size: 14px;
  letter-spacing: 0.5px;
}
.products.list.items.product-items {
  display: flex;
  flex-wrap: wrap;
}
.products.list.items.product-items .item.product.product-item {
  display: flex;
  flex-direction: column;
}
.products.list.items.product-items .item.product.product-item .product-item-info {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name {
  display: flex;
  height: auto;
  flex: 1 0 auto;
}
.products.list.items.product-items .item.product.product-item .product-item-info .product.details.product-item-details .product.name.product-item-name .product-item-link {
  width: 100%;
}
.covid-message {
  display: none !important;
  background: #1e2231;
  padding: 10px;
  box-sizing: border-box;
  width: 100%;
  text-align: center;
}
.covid-message h2 {
  color: #fff;
  font-family: 'Playfair Display';
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.covid-message h3 {
  color: #fff;
  font-family: 'Playfair Display';
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
.covid-message strong {
  color: #fff;
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 10px;
  text-align: center;
}
.covid-message p {
  color: #fff;
  font-family: 'Playfair Display';
  font-size: 16px;
  font-weight: 500;
  margin: 0 0 10px;
  text-align: center;
}
@media (max-width: 768px) {
  .covid-message {
    display: block !important;
  }
  .checkout-agreements .checkout-agreement button.action span {
    font-size: 15px !important;
  }
}
.reward-message {
  display: none !important;
}
.checkout-agreements .checkout-agreement {
  margin-top: 10px;
}
.checkout-agreements .checkout-agreement button.action {
  text-decoration: none;
  font-family: 'ITC Avant Garde Pro Bk';
}
.checkout-agreements .checkout-agreement button.action span {
  font-size: 16px;
}
@media (max-width: 380px) {
  .checkout-agreements .checkout-agreement button.action span {
    font-size: 13px !important;
    letter-spacing: -0.035em;
  }
  .checkout-index-index .payment-method label span {
    font-size: 13px;
  }
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Blog
 * @copyright   Copyright (c) 2018 Mageplaza (http://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mpblog-post-index .column.main .post-list-item {
  padding: 0 15px;
  margin-bottom: 50px;
}
.mpblog-post-index .column.main .post-list-item .post-item-wraper .post-image {
  overflow: hidden;
}
.mpblog-post-index .column.main .post-list-item .post-item-wraper .post-image a img {
  -webkit-transition: opacity 1s, -webkit-transform 1s;
  transition: opacity 1s, transform 1s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.mpblog-post-index .column.main .post-list-item .post-item-wraper .post-image a:hover img {
  opacity: 0.8;
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.mpblog-post-index .post-info-wraper {
  margin-top: 10px;
}
.mpblog-post-index .pager .toolbar-amount {
  padding: 0;
}
.mpblog-post-index .pager .pages {
  margin-top: -10px;
}
.mpblog-post-index .post-list-content {
  margin: 0 -5px;
}
/* Popup images */
.worn-by-you > .mgz-element-inner {
  margin: 0;
}
.worn-by-you .mgz-element-column > .mgz-element-inner {
  padding: 0;
  margin: 0 -15px;
  box-sizing: border-box;
}
.worn-by-you .mgz-element-column > .mgz-element-inner .mgz-element-single_image > .mgz-element-inner {
  margin-bottom: 0;
}
.mfp-blog-image img {
  height: auto;
}
.mfp-blog-image .mgz-single-image-inner {
  cursor: pointer;
}
.mfp-blog-image .image-content {
  display: none;
}
.mfp-content .mfp-blog-wrapper {
  background: #efeeeb;
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.mfp-content .mfp-blog-image {
  cursor: auto;
}
.mfp-content .mfp-blog-image,
.mfp-content .mfp-blog-content {
  width: 50%;
}
.mfp-content .mfp-blog-content {
  flex: 1;
  padding: 40px;
}
.mfp-content .mfp-blog-content .image-title {
  font-family: 'Vidaloka';
  text-transform: uppercase;
  line-height: normal;
  font-size: 26px;
  margin-bottom: 25px;
}
.mfp-content .mfp-blog-content .image-description * {
  line-height: 1.4;
}
.mfp-content .mfp-blog-content .image-description a {
  font-size: 14px;
  line-height: normal;
  margin-bottom: 1rem;
  color: #a4925b;
}
.mpblog-search {
  position: relative;
}
.mpblog-search label {
  display: none;
  font-weight: 600;
  line-height: 1.1;
  font-size: 1.8rem;
  margin-top: 2rem;
  margin-bottom: 1rem;
  margin-bottom: 15px;
  margin-top: 0;
}
.mpblog-search #mpblog-search-box {
  padding-right: 35px;
  border: 1px solid #cccccc;
}
.mpblog-search .action.search {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  background: #e1e1e1;
  padding: 7px 7px;
  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;
}
.mpblog-search .action.search .fa-search {
  display: none;
}
.mpblog-search .action.search > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.mpblog-search .action.search:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e615';
  font-family: 'luma-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.mpblog-search .action.search:hover:before {
  color: inherit;
}
.mpblog-search .action.search:active:before {
  color: inherit;
}
.mpblog-search .action.search:focus,
.mpblog-search .action.search:active {
  background: none;
  border: none;
}
.mpblog-search .action.search:hover {
  background: none;
  border: none;
}
.mpblog-search .action.search.disabled,
.mpblog-search .action.search[disabled],
fieldset[disabled] .mpblog-search .action.search {
  pointer-events: none;
  opacity: 0.5;
}
.mpblog-search .actions .action.search {
  background: #a4925b;
  opacity: 1;
  padding: 5px 7px;
}
.sidebar-widget {
  margin-bottom: 25px;
}
.sidebar-widget.box-social {
  padding-bottom: 15px;
  margin-bottom: 25px;
  border-bottom: 1px solid #cccccc;
  padding-top: 15px;
  margin-top: 30px;
  border-top: 1px solid #cccccc;
}
.sidebar-widget.box-social h3 {
  margin-top: 0;
}
.sidebar-widget.box-social ul {
  display: inline-block;
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sidebar-widget.box-social ul li {
  display: inline-block;
  margin-right: 10px;
}
.sidebar-widget.box-social ul li a {
  width: 35px;
  height: 35px;
  background: #999999;
  color: #fff;
  display: block;
  text-align: center;
  line-height: 35px;
  text-decoration: none;
}
.sidebar-widget.box-social ul li a span {
  display: none;
}
.sidebar-widget.box-social ul li a:before {
  vertical-align: top !important;
}
.sidebar-widget.box-social ul li a.facebook-icon {
  background: #3b5998;
  /*.lib-icon-font(
            @_icon-font-content: @icon-facebook,
            @_icon-font-size: 22px,
            @_icon-font-display: block,
            @_icon-font-text-hide: true
          )*/
}
.sidebar-widget.box-social ul li a.linkedin-icon {
  background: #0077B5;
  /*.lib-icon-font(
            @_icon-font-content: @icon-linkedin,
            @_icon-font-size: 22px,
            @_icon-font-display: block,
            @_icon-font-text-hide: true
          )*/
}
.sidebar-widget.box-social ul li a.youtube-icon {
  background: #c4302b;
  /*.lib-icon-font(
            @_icon-font-content: @icon-youtube,
            @_icon-font-size: 22px,
            @_icon-font-display: block,
            @_icon-font-text-hide: true
          )*/
}
.sidebar-widget.box-social ul li a.twitter-icon {
  background: #00acee;
  /*.lib-icon-font(
            @_icon-font-content: @icon-twitter,
            @_icon-font-size: 22px,
            @_icon-font-display: block,
            @_icon-font-text-hide: true
          )*/
}
.sidebar-widget.box-social ul li a.instagram-icon {
  background: #DD2A7B;
}
.autocomplete-suggestions {
  background: #fff;
}
.autocomplete-suggestions .autocomplete-no-suggestion {
  margin-top: 5px;
}
.mpblog-suggestion {
  padding-top: 10px;
  overflow: hidden;
  padding-bottom: 5px;
  border-bottom: 1px solid #c2c2c2;
  padding-left: 5px;
  padding-right: 5px;
  border-left: 1px solid #c2c2c2;
  border-right: 1px solid #c2c2c2;
  cursor: pointer;
}
.mpblog-suggestion .mpblog-suggestion-left {
  float: left;
  width: 25%;
}
.mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs:first-child {
  padding-top: 0;
}
body[class^="mpblog"] .sidebar h3 {
  margin-bottom: 15px;
}
.mgz-single-image-wrapper .mgz-image-link {
  cursor: auto;
}
.post-list-body {
  margin: 0 -10px;
  overflow: hidden;
}
.mpblog-post-index .column.main,
.mpblog-category-view .column.main,
.mpblog-post-view .column.main {
  order: 1 !important;
}
.mpblog-post-index .pager .pages,
.mpblog-category-view .pager .pages,
.mpblog-post-view .pager .pages {
  margin-bottom: 15px;
}
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  margin-bottom: 20px;
}
.post-list-item {
  margin-bottom: 30px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
/* Sliders on Blog */
.main-blog-slider  .mgz-carousel .owl-item .item-content {
  max-width: 60%;
  text-align: left;
}
.main-blog-slider  .mgz-carousel .owl-item .item-content .item-title:after {
  margin-top: 22px;
  border-bottom: 2px solid #a4925b;
  content: '';
  display: block;
  margin-top: 15px;
  width: 180px;
}
.main-blog-slider  .mgz-carousel .owl-dots {
  position: absolute;
  bottom: 15px;
}
.main-blog-slider  .mgz-carousel .owl-dots .owl-dot {
  background: none;
  border: 1px solid #ffffff;
  border-radius: 50%;
  height: 13px;
  width: 13px;
  margin: 0 6px;
}
.main-blog-slider  .mgz-carousel .owl-dots .owl-dot.active {
  background: #ffffff;
}
.main-blog-slider  .mgz-carousel .owl-dots .owl-dot span {
  display: none;
}
.bottom-blog-slider  .mgz-carousel.owl-carousel.owl-loaded .owl-dots {
  position: absolute;
}
.mpblog-post-view img[style="float: right;"] {
  margin-left: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}
.mpblog-post-view img[style="float: left;"] {
  margin-right: 20px;
  margin-bottom: 20px;
  max-width: 50%;
}
@media (min-width: 940px) {
  .forty-five {
    width: 45%;
  }
  .fifty-five {
    width: 55%;
  }
  .blog-intro .forty-five .mgz-element-inner {
    justify-content: space-between;
    flex-direction: column;
  }
  .blog-intro .forty-five .mgz-element-inner > .mgz-element:first-child {
    flex: 1;
    margin-top: -5px;
  }
  .blog-content .fifty-five > .mgz-element-inner {
    justify-content: space-between;
    flex-direction: column;
  }
  .blog-content .fifty-five > .mgz-element-inner > .mgz-element:first-child {
    flex: 1;
    margin-bottom: 15px;
  }
}
@media (max-width: 1023px) {
  .mpblog-post-view .block-blog-related .product-item {
    width: 33.33333333%;
  }
}
@media (max-width: 939px) {
  .forty-five,
  .fifty-five {
    width: 100%;
  }
  .blog-intro .fifty-five,
  .blog-content .fifty-five {
    margin-top: 15px;
  }
  .blog-content {
    margin-bottom: 10px !important;
  }
  .blog-content .forty-five {
    order: 1;
  }
  .blog-content .fifty-five {
    order: 2;
  }
  .blog-content .fifty-five .mgz-element-single_image {
    margin-bottom: 15px;
  }
  .blog-intro {
    margin-bottom: 10px !important;
  }
}
@media (max-width: 767px) {
  .mpblog-post-view .column.main .magezon-builder > .mgz-element-row:last-child {
    margin-bottom: 0;
  }
  .mpblog-post-index .post-list-content {
    margin: 0 !important;
  }
}
@media (min-width: 1081px) {
  .post-list-item:nth-child(3n+1) {
    clear: both;
  }
}
@media (max-width: 1080px) {
  .mpblog-post-view .block-blog-related {
    width: 100% !important;
  }
  .post-list-item {
    width: 50%;
    float: left;
  }
  .post-list-item:nth-child(2n+1) {
    clear: left;
  }
}
@media (max-width: 706px) {
  .mpblog-post-index .column.main .post-list-item .post-item-wraper {
    width: 100% !important;
  }
}
@media (max-width: 479px) {
  .mpblog-post-view .block-blog-related .product-item {
    width: 100%;
  }
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
@media (min-width: 768px) {
  #sharing .share-col-left {
    float: left;
    width: 50%;
  }
}
.about-admin h4.admin-title {
  width: 215px;
  float: left;
}
.block-blog-related {
  margin-top: 35px;
}
.block-blog-related .related-content-container {
  padding: 0 10px;
}
.block-blog-related .related-content-container .author-content-image {
  float: left;
  width: 135px;
}
.block-blog-related .related-content-container .author-content-information {
  float: left;
  padding-left: 20px;
  width: calc(100% - 155px);
}
.block-blog-related .related-content-container .author-content-information .author-name {
  font-size: 20px;
}
#post-reviews {
  margin-top: 50px;
}
a.mp-relate-link {
  background: #f55567;
  color: #0a0a0a;
}
a.mp-relate-link img.img-responsive {
  margin: 0 auto;
  height: 200px;
  display: block;
}
.menu-archives {
  list-style: none;
  padding-left: 8px;
}
.menu-archives a.list-archives {
  color: inherit;
}
.tab-content {
  border: 1px solid #ddd;
  border-top: none;
}
.pager {
  text-align: center;
}
.pager span.toolbar-number {
  display: none;
}
.block-title p {
  font-size: 18px;
  font-weight: 300;
}
a.label.label-default.tags-list {
  background: #fff;
  border: 1px solid #bbb;
  color: inherit;
  font-weight: normal;
  font-size: 100%;
  border-radius: 1px;
  display: inline-block;
  margin-bottom: 5px;
  padding: 10px;
  margin-right: 5px;
}
ul.menu-categories li.category-item {
  list-style: none;
}
ul.menu-categories .category-level3 {
  display: none;
  padding-left: 15px;
}
ul.menu-categories .category-level4 {
  display: none;
  padding-left: 30px;
}
ul.menu-categories a.list-categories {
  color: inherit;
  margin-left: 8px;
}
ul.menu-categories i {
  cursor: pointer;
}
h2.list-title {
  margin-bottom: 30px;
}
.list-post-tabs {
  padding: 5px 10px 5px 0;
}
.list-post-tabs .post-left {
  float: left;
  width: 25%;
}
.list-post-tabs .post-right {
  float: left;
  width: 75%;
  padding-left: 10px;
  box-sizing: border-box;
}
.list-post-tabs .post-right span {
  font-size: 14px;
  display: block;
}
.list-post-tabs .post-right span.create-at {
  font-size: 12px;
}
.tab-pane.fade {
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
}
.fa.fa-angle-right {
  font-size: larger;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
/* style comment */
textarea.default-cmt__content__cmt-block__cmt-box__cmt-input {
  overflow: hidden !important;
  resize: none;
  min-height: 80px;
  border-radius: 4px;
  margin-bottom: 15px;
}
.default-cmt__content__cmt-block__guest-box {
  margin-bottom: 20px;
}
.show-cmt__cmt-row.is-reply {
  padding-left: 50px !important;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn {
  float: right;
}
.default-cmt__content__cmt-block__cmt-box__cmt-btn .default-cmt_loading {
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  margin-right: 5px;
}
.cmt-row__reply-row {
  margin-top: 10px;
}
.default-cmt__cmt-login {
  float: right;
  margin-top: 20px;
  margin-bottom: 10px;
}
div.default-cmt__content__cmt-content {
  width: 100%;
  margin-top: 50px;
  float: left;
}
ul.default-cmt__content__cmt-content {
  list-style: none !important;
}
.cmt-row__cmt-content {
  font-size: 13px;
}
.cmt-row__cmt-interactions {
  font-size: 13px;
}
.cmt-row__cmt-content p {
  margin: 3px 0 !important;
}
.interactions__btn-actions {
  display: inline-block;
  margin-right: 10px;
}
a.interactions__btn-actions.action {
  cursor: pointer;
}
.interactions__cmt-createdat {
  display: inline-block;
  color: #999;
  font-size: 13px;
}
.cmt-row.reply-row {
  margin-bottom: 0 !important;
}
.reply-form__form-input {
  margin-bottom: 0 !important;
  position: relative;
}
.reply-form__form-input .default-cmt_loading {
  width: 20px;
  position: absolute;
  top: 5px;
  right: 5px;
}
.default-cmt__content__cmt-row.reply-row {
  margin-top: 0 !important;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row.reply-row {
  margin-top: 5px;
  padding-bottom: 0;
}
li.default-cmt__content__cmt-content__cmt-row.cmt-row {
  margin-top: 5px;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-top: 1px solid #f5f5f5;
}
.default-cmt__content__cmt-content ul:first-child {
  padding-left: 5px !important;
}
/* end style comment */
.widget-title {
  margin-bottom: 20px;
}
.author-social img.img-responsive {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  height: 25px;
  width: 25px;
}
.share-col-right {
  display: inline-block;
  width: 50%;
}
/*post view css*/
.page-layout-1column .column.main {
  width: 100% !important;
}
/* Footer Copyright */
.mp-footer {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer h3 {
  margin-top: 50px;
  font-size: 8px !important;
  display: block;
  clear: both;
  float: right;
  text-transform: inherit;
}
.mp-footer-links-light {
  color: #E8E8E8 !important;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
.mp-footer-links-light a {
  color: #E8E8E8 !important;
}
.post-image a,
.post-image img {
  display: block;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .post-item-list .post-image {
    min-width: 250px;
    display: table-cell;
  }
  .post-item-list .post-info-wraper {
    display: table-cell;
    vertical-align: top;
  }
}
.post-info-wraper {
  display: table-cell;
  vertical-align: top;
}
.post-info-wraper h2.mp-post-title {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 1.42857143;
}
.post-info-wraper h2.mp-post-title a {
  font-family: 'Vidaloka';
  color: #4d4e52;
  font-size: 20px;
  font-weight: 400;
}
.post-info-wraper .mp-read-more {
  color: #a4925b;
}
.post-list-content .limiter {
  display: none;
}
/** Yourstore theme */
.mpblog-etheme-yourstore .post-list-container,
.mpblog-etheme-yourstore .post-view,
.mpblog-etheme-yourstore .mp-blog-rss {
  width: 85%;
  margin: auto;
}
.mpblog-etheme-yourstore .block-blog-related {
  border-bottom: solid 1px #dfdfdf;
}
@media (min-width: 768px) {
  .mpblog-etheme-yourstore .page-layout-2columns-right .post-list-content {
    border-right: solid 1px #dfdfdf;
  }
  .mpblog-etheme-yourstore .page-layout-2columns-left .post-list-content {
    border-left: solid 1px #dfdfdf;
  }
  .mpblog-post-index.page-layout-2columns-right .column.main,
  .mpblog-post-view.page-layout-2columns-right .column.main {
    width: calc(100% - 230px);
  }
  .mpblog-post-index.page-layout-2columns-right .sidebar-main,
  .mpblog-post-view.page-layout-2columns-right .sidebar-main {
    width: 230px;
    padding-left: 20px;
  }
}
@media (min-width: 1024px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 400px;
    width: 24.5% !important;
  }
}
@media (min-width: 1440px) {
  .mpblog-etheme-yourstore .products-same-post li {
    height: 500px;
    width: 16.67% !important;
  }
}
@media (max-width: 530px) {
  .sidebar .list-post-tabs {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .mpblog-post-view.page-layout-2columns-right .column.main,
  .mpblog-post-view.page-layout-2columns-right .column.main {
    padding-bottom: 40px;
  }
}
@media (max-width: 480px) {
  .mpblog-post-index .column.main .post-list-item {
    width: 50%;
  }
}
@media (max-width: 380px) {
  .sidebar .list-post-tabs {
    width: 100%;
  }
}
/* mageplaza end blog style */
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .storecredit .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .form-address-edit > .fieldset,
  .form-edit-account .fieldset,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .storecredit .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .form-address-edit > .fieldset:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    clear: left;
    float: left;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .storecredit .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .form-address-edit > .fieldset:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .form-address-edit > .fieldset:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .customer-review .product-details,
  .page-main .block {
    margin-bottom: 50px;
  }
  .abs-reset-left-margin-desktop,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-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-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .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,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper: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,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:before,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .order-review-form:after,
  .block-cart-failed .block-content:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^='sales-guest-'] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block.crosssell,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart,
  .cart-container .gift-card-basket {
    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 {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    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 {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    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 {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    padding: 0;
    width: 100%;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .cart-summary .block .content {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name,
  .block-addresses-list address {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history,
  .table-wrapper.orders-recent {
    margin-top: -25px;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'luma-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-status-desktop,
  .return-status,
  .order-status {
    margin-top: 6px;
    padding: 5px 10px;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^='sales-guest-'] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -14px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results,
  .account .toolbar {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter,
  .account .toolbar .limiter {
    display: inline-block;
    float: right;
  }
  .abs-pager-toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount,
  .account .toolbar .toolbar-amount {
    line-height: 30px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages,
  .account .toolbar .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .cart-gift-item,
  .cart-container .form-cart,
  .cart-container .gift-card-basket {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    padding: 0 0 10px;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    padding: 0 0 20px;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 40px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main,
  .container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    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: 58.33333333%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 79.16666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 79.16666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 20.83333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 20.83333333%;
    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: 20.83333333%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 20.83333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
    padding-right: 2%;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #f0f0f0;
    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 10px 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: 47px;
    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: #333333;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 3px;
    color: #333333;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.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: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 15px 0;
    display: none;
    left: 0;
    margin: 0 !important;
    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: #cccccc;
    color: #cccccc;
    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 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #e8e8e8;
    color: #333333;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
    color: #333333;
  }
  .navigation .level0 .submenu .submenu {
    top: 0 !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
  }
  .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: 'luma-icons';
    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: 'luma-icons';
    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;
  }
  .navigation.mobMenu {
    display: none !important;
  }
  .deskMenu {
    display: block;
    margin: 0 auto;
    max-width: 1110px;
    position: relative;
    width: 100%;
  }
  .deskMenu > ul {
    text-align: center;
  }
  .deskMenu > ul > li {
    display: inline-block;
    position: relative;
    padding: 0 4px!important;
    text-align: left;
  }
  .deskMenu > ul > li > a {
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 46px;
    padding: 0 6px;
    position: relative;
    text-transform: uppercase;
  }
  .deskMenu > ul > li.col3menu {
    position: static;
  }
  .deskMenu > ul > li.col3menu.blog-menu {
    position: relative;
  }
  .deskMenu > ul > li.col1menu .megaMenu {
    width: 250px;
  }
  .deskMenu > ul > li:hover .megaMenu {
    display: block;
  }
  .deskMenu > ul > li:hover > a:after {
    background: #816b28;
    content: '';
    display: block;
    height: 6px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .deskMenu .megaMenu {
    background: #F2F0E9;
    display: none;
    padding: 20px 0 10px;
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 99;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  }
  .deskMenu .megaMenu ul li {
    margin: 0 0 15px;
    padding: 0 18px;
    position: relative;
  }
  .deskMenu .megaMenu ul li a {
    color: #3C3D40;
    font-size: 14px;
  }
  .deskMenu .megaMenu ul li a:hover {
    color: #2f2d27;
  }
  .deskMenu .megaMenu ul li .level3 {
    background: #fff;
    border: 2px solid #816b28;
    display: none;
    padding: 18px 15px 10px;
    position: absolute;
    top: 6px;
    left: 65px;
    max-width: 250px;
    width: 100%;
    z-index: 1;
  }
  .deskMenu .megaMenu ul li .level3 li {
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
  }
  .deskMenu .megaMenu ul li:hover .level3 {
    display: block;
  }
  .deskMenu .megaMenu.simple {
    right: 5px;
    width: 150px;
    left: auto;
  }
  .deskMenu .megaMenu.simple > ul {
    display: block !important;
  }
  .deskMenu .megaMenu.simple > ul li {
    width: 100% !important;
    text-align: right;
  }
  .deskMenu .col3menu .megaMenu ul {
    display: flex;
    flex-wrap: wrap;
  }
  .deskMenu .col3menu .megaMenu ul li {
    width: 33.33%;
  }
  .deskMenu .col3menu .megaMenu .megamenuLine1,
  .deskMenu .col3menu .megaMenu .megamenuLine2 {
    border-right: 1px solid #b4a578;
    display: none;
    height: calc(100% - 40px);
    width: 1px;
    position: absolute;
    top: 20px;
  }
  .deskMenu .col3menu .megaMenu .megamenuLine1 {
    left: 33.33%;
  }
  .deskMenu .col3menu .megaMenu .megamenuLine2 {
    left: 66.66%;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .fields {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
  }
  .fields .field {
    width: 48%;
  }
  input[type="text"],
  input[type="password"],
  input[type="url"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="datetime"],
  input[type="email"] {
    font-size: 15px;
  }
  select {
    font-size: 15px;
  }
  .fieldset > .field .label,
  .fieldset > .fields > .field .label {
    font-size: 16px;
  }
  textarea {
    font-size: 15px;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 14px !important;
  }
  .action.primary {
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    padding: 0 40px;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
  }
  .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 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 40px;
    font-size: 1.4rem;
    color: #6d6d6d;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #cccccc;
    border-bottom: none;
    height: 40px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #6d6d6d;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #333333;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #333333;
    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: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 43px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #cccccc;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title > .switch {
    background: #fdfdfc;
    border: 1px solid #8f8f8f;
    color: #888888;
    height: 52px;
    line-height: 48px;
    font-family: 'Vidaloka';
    font-size: 18px;
    font-weight: 500;
    padding: 0 40px;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus {
    background: #fdfdfc;
    border-bottom: none;
    color: #2f2d27;
    padding-bottom: 0;
  }
  .product.data.items > .item.content {
    background: #fdfdfc;
    border: 1px solid #8f8f8f;
    margin-top: 51px;
    padding: 30px 20px;
  }
  .product.data.items .product.description {
    font-size: 16px;
  }
  .product.data.items .product.description p {
    margin: 0 0 15px;
  }
  .product.data.items .product.description p:last-child {
    margin: 0;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .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 15px 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;
  }
  .breadcrumbs + .page-main {
    padding-top: 15px;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .login-register-popup .field {
    margin: 0 0 30px;
  }
  .login-register-popup input[type=text],
  .login-register-popup input[type=password],
  .login-register-popup input[type=email] {
    font-size: 18px;
  }
  .login-register-popup .psw a {
    font-size: 18px;
  }
  .login-register-popup .action.primary {
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    letter-spacing: 1px;
    margin: 40px 0 0;
  }
  .login-register-popup .register-link {
    margin-top: 25px;
  }
  .login-register-popup .register-link a {
    font-size: 18px;
  }
  .login-popup-content {
    padding: 30px 50px 40px;
  }
  .login-popup-content > p {
    font-size: 18px;
    margin: 0 0 15px;
  }
  .login-popup-header {
    font-size: 40px;
    padding: 30px 50px;
  }
  .fieldChoiceWrap .field.choice {
    font-size: 18px;
  }
  .fieldChoiceWrap .field.choice label {
    padding: 2px 0 0 38px;
  }
  .fieldChoiceWrap .field.choice label span {
    height: 25px;
    width: 25px;
  }
  .fieldChoiceWrap .field.choice label span:after {
    left: 8px;
    top: 3px;
    width: 5px;
    height: 10px;
  }
  .page-layout-1column .filter-options .filter-options-content {
    padding: 10px;
  }
  .payment-method-braintree .cvv .field-tooltip {
    left: 6rem;
  }
  .braintree-paypal-account {
    border-color: #cccccc;
    border-style: solid;
    border-width: 1px 0;
    display: inline-block;
    width: 50%;
  }
  .account .table-credit-cards .col.actions {
    width: 100px;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .paypal-review-discount .block {
    margin-bottom: 15px;
  }
  .paypal-review-discount .block.giftcard.active {
    padding-bottom: 40px;
  }
  .paypal-review-discount .block .title:after {
    display: inline;
    margin-left: 10px;
    position: static;
  }
  .paypal-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 40px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    margin-top: 66px;
    padding: 10px 20px;
    position: relative;
    width: 40%;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    color: #575757;
    font-size: 36px;
    font-weight: 600;
    line-height: 36px;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .bundle-options-container .block-bundle-summary .box-tocart .action.primary {
    margin-right: 1%;
    width: auto;
  }
  .bundle-options-container .block-bundle-summary .product-addto-links {
    text-align: left;
  }
  .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%;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final {
    font-size: 21px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-info-main .product-info-stock-sku {
    padding-bottom: 0;
  }
  .page-product-giftcard .product-info-main .product-reviews-summary {
    float: none;
  }
  .page-product-giftcard .product-add-form {
    margin-top: -20px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 20px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 600;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #e1e1e1;
    border-radius: 1px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 14px;
    height: 32px;
    line-height: 1.42857143;
    padding: 0 9px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #575757;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 10px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
    margin-right: 0;
  }
  .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;
  }
  .gift-item-block .title {
    font-size: 1.6rem;
    padding: 20px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart .action-gift {
    float: left;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 20px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 20px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 20px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .gift-options-cart-item .gift-summary .regular-price,
  .cart-gift-item .gift-summary .regular-price {
    white-space: nowrap;
  }
  .gift-options-cart-item .gift-wrapping-name,
  .cart-gift-item .gift-wrapping-name {
    padding-right: 20px;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .page-product-grouped .product-info-price {
    float: none;
  }
  .page-product-grouped .minimal-price {
    margin-top: -8px;
  }
  .box-tocart .action.instant-purchase {
    margin-bottom: 0;
    margin-right: 1%;
    width: 49%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .product-reviews-summary {
    margin-bottom: 15px;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .product-reviews-summary .reviews-actions {
    font-size: 14px;
    margin-top: 3px;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .masnGrid {
    margin: -20px -10px 10px;
    column-count: 3;
  }
  .masnGrid .col {
    padding: 10px;
    width: 33.33%;
  }
  .masnGrid .grid-item h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .product-item-name {
    font-size: 20px;
    margin: 5px 0 10px;
  }
  .products-grid .product-item-name {
    height: 56px;
  }
  .product-item .stock {
    margin: 0 0 20px;
  }
  .product-item .price-box {
    margin: 0 0 12px;
  }
  .categoryHeader {
    background: #f7f6f2;
    margin: 0 0 15px;
    padding: 40px 0;
  }
  .categoryHeader .breadcrumbs {
    margin: 0 0 10px;
    padding: 0;
  }
  .categoryHeader .catHdrLeft {
    padding-right: 160px;
  }
  .categoryHeader .sorter {
    position: absolute !important;
    top: 30px !important;
    right: 15px !important;
  }
  .categoryHeader .sorter .sorter-options {
    font-size: 15px;
  }
  .collectionBlock {
    justify-content: space-between;
    margin-bottom: 50px;
  }
  .collectionBlock .cbPic {
    width: 48.2%;
  }
  .collectionBlock .cbInfo {
    width: 48.2%;
  }
  .collectionBlock h3 {
    font-size: 36px;
    text-align: right;
  }
  .collectionBlock p {
    font-size: 17px;
    line-height: 27px;
    margin: 28px 0 45px;
  }
  .collectionBlock .cviewBtn {
    font-size: 15px;
    height: 54px;
    line-height: 54px;
    padding: 0 50px;
  }
  .sub-cat .grid-items {
    margin: 0 2.75% 30px 0;
    width: 31.5%;
  }
  .sub-cat .grid-items:nth-child(2n) {
    margin: 0 2.75% 0 0;
  }
  .sub-cat .grid-items:nth-child(3n) {
    margin-right: 0;
  }
  .sub-cat .grid-items h3 {
    font-size: 20px;
    margin: 15px 0 0;
  }
  .sub-cat .grid-items h3:after {
    font-size: 20px;
    top: 1px;
  }
  .catHeadLogo {
    float: right;
    margin-top: -54px;
    width: 270px;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .toolbar-amount {
    display: block;
    font-size: 16px;
    float: left;
    position: static;
  }
  .pages {
    margin-left: 30px;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
    display: none;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    background-color: #f0f0f0;
    box-shadow: inset 0 1px 0 0 #ffffff, inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    color: #5e5e5e;
    border: 1px solid #cccccc;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-label + .modes-mode {
    border-radius: 3px 0 0 3px;
  }
  .modes-mode:hover {
    color: #5e5e5e;
    background: #ebebeb;
  }
  .modes-mode:last-child {
    border-radius: 0 3px 3px 0;
    border-right: 1px solid #cccccc;
  }
  .modes-mode.active {
    box-shadow: inset 0 1px 0 0 rgba(204, 204, 204, 0.8), inset 0 -1px 0 0 rgba(204, 204, 204, 0.3);
    background: #dedede;
    color: #9e9e9e;
  }
  .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: 16px;
    line-height: inherit;
    color: #7d7d7d;
    content: '\e60d';
    font-family: 'luma-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #7d7d7d;
  }
  .page-products .sorter {
    position: static;
  }
  .sorter-label {
    display: inline-block;
    font-size: 16px;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .limiter {
    float: right;
  }
  .products.wrapper ~ .toolbar .limiter {
    display: none;
  }
  .product-options-bottom .price-box .price-container,
  .product-info-price .price-box .price-container {
    font-size: 21px;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product-info-main .breadcrumbs {
    padding: 0;
  }
  .product-info-main .breadcrumbs .items {
    font-size: 12px;
  }
  .product-info-main .page-title-wrapper {
    margin: 0 0 30px;
  }
  .product-info-main .page-title-wrapper h1 {
    font-size: 28px;
  }
  .product-info-main .stock {
    display: inline-block;
  }
  .product-info-main .stockLeft {
    display: inline-block;
    margin: 0;
  }
  .product-info-main .product.attribute.sku {
    font-size: 14px;
  }
  .product-info-main .product-info-price {
    margin-bottom: 30px;
    padding-bottom: 18px;
  }
  .product-info-main .product-info-price .price-box {
    margin-top: 20px;
  }
  .product-info-main .product-info-price .perMeter {
    font-size: 17px;
    top: -2px;
  }
  .product-info-main .infoMinSize {
    font-size: 15px;
    margin: 0 0 45px;
    padding-left: 30px;
  }
  .product-info-main .infoMinSize i {
    font-size: 20px;
    top: 1px;
  }
  .product-social-links {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .product-social-links .product-addto-links {
    margin-right: 10%;
  }
  .product-social-links .action.towishlist {
    font-size: 15px;
  }
  .product.media {
    float: left;
    margin-bottom: 50px;
  }
  .page-layout-1column .product-info-main {
    margin-bottom: 50px;
    width: 49%;
  }
  .page-layout-1column .product.media {
    width: 46%;
  }
  .viewSizeGuide {
    margin-top: 25px;
  }
  .viewSizeGuide a {
    font-size: 17px;
  }
  .viewSizeGuide a:before {
    background-size: 36px;
    height: 60px;
    line-height: 60px;
    width: 60px;
  }
  .proSocial label {
    font-size: 15px;
  }
  .box-tocart {
    margin: 0 0 30px;
  }
  .box-tocart .field.qty {
    margin: 0 0 30px;
  }
  .box-tocart .action.tocart {
    font-size: 15px;
    height: 54px;
    line-height: 54px;
  }
  .box-tocart button#buy-now {
    border: 2px solid #816b28;
    font-size: 15px;
    height: 54px;
    line-height: 50px;
  }
  .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%;
  }
  .product-add-form .product-options-wrapper .field .control {
    width: 80%;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .prodDevlieryText {
    padding-bottom: 15px;
  }
  .prodDevlieryText .prodDelContent {
    max-width: 750px;
  }
  .prodDevlieryText h3 {
    font-size: 25px;
    margin: 0 0 22px;
  }
  .prodDevlieryText p {
    font-size: 18px;
    margin: 0 0 18px;
  }
  .block.related,
  .block.upsell,
  .block.crosssell {
    margin: 40px 0 0;
  }
  .block.related .title,
  .block.upsell .title,
  .block.crosssell .title {
    margin: 0 0 25px;
    padding-bottom: 15px;
  }
  .block.related .title strong,
  .block.upsell .title strong,
  .block.crosssell .title strong {
    font-size: 26px;
  }
  .block.related .action.primary,
  .block.upsell .action.primary,
  .block.crosssell .action.primary {
    font-size: 13px;
    height: 50px;
    line-height: 50px;
  }
  .sizeGuidePopup.modal-popup .modal-header {
    padding: 0;
  }
  .sizeGuidePopup.modal-popup .action-close {
    right: 20px;
    top: 20px;
  }
  .sizeGuidePopup.modal-popup .modal-content {
    padding: 50px 50px 65px;
  }
  .sizeGuidePopup.modal-popup .modal-content h3 {
    font-size: 36px;
    margin: 0 0 40px;
  }
  .sizeGuidePopup.modal-popup .modal-inner-wrap {
    margin: 0 auto;
    max-width: 850px;
    width: 100%;
    left: 0;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 32px;
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #333333;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #333333;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #7d7d7d;
  }
  .compare.wrapper .counter.qty:before {
    content: '(';
  }
  .compare.wrapper .counter.qty:after {
    content: ')';
  }
  .block-search {
    float: right;
    margin-right: 12px;
    max-width: 250px;
    width: 100%;
    z-index: 4;
  }
  .block-search input {
    font-size: 12px;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container {
    margin-bottom: 15px;
  }
  .cart-container .form-cart,
  .cart-container .gift-card-basket {
    width: 77.4%;
  }
  .cart-container .form-cart .actions.main,
  .cart-container .gift-card-basket .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 22.6%;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
    font-size: 17px;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block > .title {
    padding-left: 0;
  }
  .cart-summary .block > .title:after {
    right: 3px;
  }
  .cart-summary .block .content {
    padding: 5px 0 10px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
  }
  .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 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col {
    padding: 28px 8px 28px 0;
  }
  .cart.table-wrapper .item .col.item {
    padding: 28px 15px 28px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    padding-bottom: 35px;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart-products-toolbar {
    margin: 2px 0 0;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 70%;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block {
    max-width: 500px;
    width: 100%;
  }
  .cart-discount .block .title:after {
    display: none;
    /*margin-left: @indent__s;
                    position: static;*/
  }
  .block.crosssell {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .checkout-cart-index .page-title-wrapper {
    margin: 0 0 30px;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    font-size: 22px;
  }
  .cart-empty h2 {
    font-size: 22px;
    margin: 0 0 30px;
  }
  .cart-empty p {
    font-size: 15px;
  }
  .cart-msg {
    margin: 0 0 30px;
    padding: 5px;
  }
  .cart-msg .cart-msg-content {
    padding: 25px;
  }
  .cart-msg .cart-msg-content p {
    font-size: 20px;
    line-height: 30px;
  }
  .minicart-wrapper {
    margin-left: 12px;
  }
  .minicart-wrapper .block-minicart {
    margin-top: 20px;
    right: 0;
    width: 290px;
  }
  .minicart-wrapper .block-minicart:before {
    border: 12px solid;
    border-color: transparent transparent #ffffff transparent;
    right: 8px;
    top: -24px;
  }
  .minicart-wrapper .block-minicart:after {
    border: 13px solid;
    border-color: transparent transparent #bbbbbb transparent;
    right: 7px;
    top: -26px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .opc-wrapper .step-title {
    font-size: 20px;
  }
  .checkout-success {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .checkout-success .successLeft {
    margin: 0;
    width: 48%;
  }
  .checkout-success .successRight {
    padding: 50px 40px;
    width: 50%;
  }
  .checkout-success .successRight h3 {
    font-size: 24px;
    margin: 0 0 18px;
  }
  .checkout-success .successRight p {
    font-size: 16px;
    margin: 0 0 22px;
  }
  .checkout-success .successRight input[type="text"] {
    font-size: 18px;
    margin: 0 0 80px;
  }
  .checkout-success .successRight input[type="submit"] {
    font-size: 17px;
    height: 60px;
    line-height: 56px;
    margin: 0 0 40px;
    padding: 0 42px;
    width: auto;
  }
  .successTextBlock {
    margin: 0 0 45px;
  }
  .successTextBlock h3 {
    font-size: 24px;
    margin: 0 0 18px;
  }
  .successTextBlock p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 20px;
  }
  .successReturn {
    font-size: 15px;
    margin: 0 0 18px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 40px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 10px;
    width: 50%;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    top: 19px;
    transition: background 0.3s;
    border-color: #eaeaed;
    content: '';
    height: 0;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #666666;
    font-weight: 300;
    font-size: 1.8rem;
    color: #a7a8aa;
    font-family: 'ITC Avant Garde Pro Md';
    font-size: 14px;
    font-weight: 400;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    border: 1px solid #cccccc;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    background: #f2f0e9;
    border-color: #eaeaed;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #333333;
    font-size: 1.8rem;
    background: #f2f0e9;
    color: #BBBCBF;
    height: 36px;
    margin-left: -18px;
    top: 1px;
    width: 36px;
    font-weight: 600;
    font-size: 14px;
    line-height: 35px;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #433a1e;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'luma-icons';
    content: '\e610';
  }
  .opc-progress-bar-item._active:before {
    background: #816b28;
    border-color: #816b28;
  }
  .opc-progress-bar-item._active > span {
    color: #816b28;
  }
  .opc-progress-bar-item._active > span:before {
    background: #816b28;
    border-color: #816b28;
  }
  .opc-progress-bar-item._active > span:after {
    border-color: #816b28;
    content: "\f00c";
    font: normal normal normal 17px/1 FontAwesome;
    color: #a4925b;
    line-height: 34px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 20px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: none;
    padding-bottom: 5px;
    margin-bottom: 0;
  }
  .opc-wrapper .form-shipping-address {
    margin-top: 10px;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    margin: 60px 0 20px;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .opc-block-summary {
    padding: 20px 15px;
  }
  .opc-block-summary > .title {
    font-size: 16px;
  }
  .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;
    margin-top: 0;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 100px;
  }
  .block-authentication .block-title {
    font-size: 2.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .block-authentication .actions-toolbar .secondary a.action {
    margin-top: 2px !important;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container {
    padding-top: 10px;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .block .block-title {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .login-container .block-new-customer p {
    font-size: 16px;
    margin: 0 0 22px;
  }
  .login-container .block-new-customer ul li {
    font-size: 16px;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .form-create-account .fieldset-fullname .fields {
    display: table;
    width: 100%;
  }
  .form-create-account .fieldset-fullname .fields .field {
    display: table-cell;
  }
  .form-create-account .fieldset-fullname .fields .field + .field {
    padding-left: 10px;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    border: 1px solid #d8d5ca;
    padding: 30px 35px;
    width: 77.7%;
  }
  .account .page-title-wrapper {
    margin: 0 0 22px;
  }
  .account .page-main {
    padding-top: 35px;
  }
  .account .column.main .block:not(.widget) .block-title {
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .account .column.main .block:not(.widget) .block-title strong {
    font-size: 20px;
  }
  .account .column.main .block:not(.widget) .box-title {
    margin: 0 0 12px;
  }
  .account .column.main .block:not(.widget) .box-title > span {
    font-size: 15px;
  }
  .account .column.main .block .action {
    font-size: 15px;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .account .fieldset > .legend {
    margin-bottom: 25px;
    padding-bottom: 12px;
  }
  .account .fieldset > .legend > span {
    font-size: 16px;
  }
  .box-billing-address .box-content,
  .box-shipping-address .box-content,
  .box-address-billing .box-content,
  .box-address-shipping .box-content,
  .box-information .box-content,
  .box-newsletter .box-content {
    font-size: 15px;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48%;
  }
  .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: 4%;
  }
  .block-addresses-list address {
    font-size: 15px;
  }
  .form-edit-account .fieldset .fieldset {
    margin-bottom: 20px;
    width: 100%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .filter.block {
    margin-bottom: 40px;
  }
  .filter-title {
    display: none;
  }
  .filter-actions {
    margin-bottom: 30px;
  }
  .filter.active .filter-options,
  .filter-options {
    background: transparent;
    clear: both;
    display: block;
    overflow: initial;
    position: static;
  }
  .filter-subtitle {
    display: block;
    position: static;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    padding-top: 45px;
    position: relative;
    z-index: 1;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 10px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    border: 0;
    display: inline-block;
    margin-right: 25px;
    position: relative;
  }
  .page-layout-1column .filter-options-item.active {
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active .filter-options-content {
    visibility: visible;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    bottom: -1px;
    content: '';
    display: block;
    left: 5px;
    position: absolute;
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    background: #ffffff;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    border: 1px solid #cccccc;
    padding: 5px 0;
    position: absolute;
    top: 100%;
    visibility: hidden;
    width: 180px;
    z-index: 2;
  }
  .page-layout-1column .filter-options-content .item {
    margin: 0;
    padding: 5px;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    color: #7d7d7d;
    display: inline;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ':';
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 25px;
    white-space: nowrap;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
    white-space: nowrap;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 25px;
  }
  .block.newsletter {
    margin-bottom: 0;
    padding: 25px 25px 30px;
  }
  .block.newsletter .title {
    margin: 0 0 15px;
    max-width: 170px;
    width: 100%;
  }
  .block.newsletter .title strong {
    font-size: 17px;
  }
  .block.newsletter .desc {
    margin: 0 0 30px;
    max-width: 180px;
    width: 100%;
  }
  .newsletterPop .newsletterPopup #popup-newsletter-form button {
    margin-top: 10px !important;
    height: 42px !important;
    line-height: 45px !important;
  }
  .newsletterPop {
    display: inline-table;
    width: 100%;
    vertical-align: middle;
  }
  .newsletterPop .showonmob {
    display: none;
  }
  .newsletterPop .newsletterPop-right,
  .newsletterPop .newsletterPop-left {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
  }
  .newsletterPop .newsletterPop-left img {
    vertical-align: middle;
  }
  .newsletterPop .newsletterPop-right {
    text-align: left;
    background: #816b28;
  }
  .newsletterPop .newsletterPop-right .newsletter-gdpr-text {
    color: #fff;
    text-align: center;
  }
  .newsletterPop .newsletterPop-right h2 {
    color: #fff;
    font-size: 21px;
  }
  .newsletterPop .newsletterPop-right h3,
  .newsletterPop .newsletterPop-right h4 {
    font-weight: 400;
    color: #fff;
  }
  .newsletterPop .newsletterPop-right h3 {
    font-size: 16px;
  }
  .newsletterPop .newsletterPop-right h4 {
    margin: 15px 0;
  }
  .newsletterPop .popup-divider {
    width: 100%;
    display: inherit;
    height: 10px;
  }
  .newsletterPop .newsletterPopup.tp1 form input {
    height: 40px !important;
  }
  .logos {
    text-align: center;
  }
  .logos img {
    display: block;
    margin: 15px auto 0;
    height: 60px;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 50%;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box:nth-child(2n + 1),
  [class^='sales-guest-'] .column.main .block.block-order-details-view .block-content:not(.widget) .box:nth-child(2n + 1),
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box:nth-child(2n + 1) {
    clear: left;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .order-details-items.ordered .order-title {
    display: none;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .toolbar-amount {
    position: relative;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .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;
  }
  html,
  body {
    height: 100%;
  }
  .ie9 body {
    background-color: #6e716e;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background: #f2f2f2;
    color: #4d4e52;
  }
  .page-header .switcher {
    float: right;
    margin-left: 12px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .switcher .options .action.toggle {
    background: #d9d2be url('../images/lmcurrency.png') no-repeat center;
    border-radius: 50%;
    display: block;
    height: 42px;
    width: 42px;
  }
  .page-header .switcher .options .action.toggle strong {
    display: none;
    font-family: 'ITC Avant Garde Pro Bk';
    font-size: 12px;
  }
  .page-header .switcher .options .action.toggle:after {
    display: none;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    font-size: 11px;
    margin-left: 8px;
    vertical-align: middle;
  }
  .page-header .switcher .options .action.toggle.active:after {
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f0d7";
    font-size: 11px;
    margin-left: 8px;
    vertical-align: middle;
  }
  .page-header .switcher .options ul.dropdown {
    border: 1px solid #dddddd;
    left: auto;
    right: 0;
  }
  .page-header .switcher .options ul.dropdown:after {
    border-color: transparent transparent #dddddd transparent;
  }
  .page-header .switcher .options ul.dropdown:before {
    left: auto;
    right: 16px;
  }
  .page-header .switcher .options ul.dropdown:after {
    left: auto;
    right: 15px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e622';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 10px;
    line-height: 22px;
    color: inherit;
    content: '\e621';
    font-family: 'luma-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 1px solid #bbbbbb;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    right: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    right: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-name {
    cursor: pointer;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    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;
    color: #ffffff;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
  }
  .customer-welcome.active .action.switch:after {
    content: '\e621';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 5px;
  }
  .header.panel > .header.links > .authorization-link:after {
    content: attr(data-label);
    display: inline-block;
    margin: 0 -5px 0 5px;
  }
  .header.panel > .header.links > .authorization-link:last-child:after {
    display: none;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding-bottom: 14px;
    padding-top: 14px;
  }
  .header .header-left {
    float: left;
    width: 40%;
  }
  .header .header-right {
    float: right;
    margin-bottom: 17px;
    margin-top: 16px;
    width: 60%;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0s;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .page-footer .switcher .options ul.dropdown {
    bottom: -10px;
    left: 100%;
    margin: 0 0 0 20px;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before,
  .page-footer .switcher .options ul.dropdown:after {
    bottom: 13px;
    left: auto;
    right: 100%;
    top: auto;
  }
  .page-footer .switcher .options ul.dropdown:before {
    border-color: transparent #ffffff transparent transparent;
  }
  .page-footer .switcher .options ul.dropdown:after {
    border-color: transparent #bbbbbb transparent transparent;
    margin: 0 0 -1px -1px;
  }
  .footer.content {
    max-width: 100%;
    padding: 0;
  }
  .footer.content .switcher.store {
    display: block;
    margin: 0;
  }
  .footer.content .links {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .footer.content .links li {
    background: transparent;
    border: none;
    font-size: 14px;
    margin: 0 0 8px;
    padding: 0;
  }
  .footer.content .links a,
  .footer.content .links strong {
    display: inline;
  }
  .footer .footerBtm {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    padding: 30px 15px 45px;
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
  }
  .footer .footerLinks {
    width: 17%;
  }
  .footer .footerLinks h3 {
    font-size: 18px;
    letter-spacing: 1px;
    margin: 0 0 25px;
    padding-bottom: 10px;
  }
  .footer .footerLinks ul li {
    margin: 0 0 22px;
  }
  .footer .footerNewsl {
    width: 30%;
  }
  .footer .footerSocial {
    position: absolute;
    right: 15px;
    bottom: 40px;
  }
  .footer .footerSocial ul li {
    margin: 0 0 0 12px;
  }
  .copyright-section {
    padding: 20px 0;
  }
  .copyright {
    float: left;
    font-size: 15px;
  }
  .payment-footer {
    float: right;
  }
  .page-main {
    padding-bottom: 40px;
    padding-top: 30px;
  }
  .cms-index-index .page-main {
    padding-bottom: 70px;
    padding-top: 40px;
  }
  .hdrWishlist {
    float: right;
    position: relative;
  }
  .hdrWishlist .showWishlist a {
    background: #a4925b;
    border-radius: 2px;
    color: #ffffff;
    display: inline-block;
    font-size: 12px;
    font-weight: 300;
    height: 42px;
    padding: 14px 18px;
    text-align: center;
    text-transform: uppercase;
  }
  .hdrWishlist .showWishlist a:before {
    border-right: 1px dotted #ffffff;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    content: "\f08a";
    font-size: 15px;
    padding-right: 10px;
    margin-right: 9px;
    position: relative;
    top: -2px;
    vertical-align: middle;
  }
  .hdrWishlist .showWishlist a span {
    display: inline-block;
    white-space: nowrap;
  }
  .hdrWishlist .showWishlist a strong {
    font-weight: 600;
  }
  .hdrWishlist .wishlist-content {
    margin-top: 18px;
    top: 100%;
    padding: 35px 15px 20px;
    width: 285px;
  }
  .hdrWishlist .wishlist-content:before {
    right: 11px;
  }
  .hdrWishlist .wishlist-content:after {
    right: 10px;
  }
  .hdrWishlist .wishlist-content .action a {
    font-size: 15px;
    height: 54px;
    line-height: 50px;
  }
  .hdrWishlist .wishlist-content .wishClose {
    right: 12px;
    top: 12px;
  }
  .hdrWishlist ul.wishlistItems li {
    padding: 15px 0;
  }
  .homeContactBlock {
    padding: 50px;
  }
  .homeContactBlock .hContactContent {
    padding: 40px;
  }
  .homeContactBlock .hContactContent > div {
    margin-top: 38px;
  }
  .homeContactBlock .hContactContent > div a {
    font-size: 14px;
    height: 54px;
    line-height: 52px;
    padding: 0 50px;
    width: auto;
  }
  .homeContactBlock h3 {
    font-size: 30px;
    letter-spacing: 0.7px;
    margin: 0 0 30px;
    padding-bottom: 15px;
  }
  .homeContactBlock ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .homeContactBlock ul li {
    font-size: 20px;
    line-height: 26px;
    min-height: 60px;
    margin: 0 0 8px;
    padding-top: 4px;
    padding-left: 80px;
    width: 50%;
  }
  .homeContactBlock ul li i {
    font-size: 30px;
    height: 64px;
    line-height: 64px;
    width: 64px;
  }
  .homeContactBlock ul li span {
    font-size: 15px;
  }
  .homeContactBlock ul li.hcFind {
    font-size: 14px;
  }
  .homeContactBlock ul li.hcEmail {
    font-size: 20px;
  }
  .homeContactBlock ul li .hcTimings {
    font-size: 15px;
  }
  .homeProducts {
    margin-bottom: 50px;
  }
  .homeProducts h3 {
    font-size: 34px;
    letter-spacing: 0.9px;
    margin: 0 0 35px;
  }
  .homeProducts .block-products-list {
    margin: 0 -8px;
  }
  .owl-carousel .product-item .product-item-info {
    padding: 0 8px;
  }
  .homeSlider .info {
    padding: 0 15px;
  }
  .homeSlider .banner-name {
    font-size: 40px;
    line-height: 1.2;
    letter-spacing: 1px;
    margin: 0 0 20px;
    max-width: 370px;
  }
  .homeSlider .banner-name span {
    display: block;
    font-size: 20px;
    letter-spacing: 0.5px;
    margin: 0 0 5px;
  }
  .homeSlider .banner-link a {
    font-size: 14px;
    height: 46px;
    line-height: 46px;
    letter-spacing: 1.7px;
    padding: 0 40px;
  }
  .homeSlider .owl-carousel .owl-dots {
    display: block;
    margin: 0 auto;
    max-width: 1140px;
    left: 0;
    right: 0;
    bottom: 12px;
    padding: 0 15px;
    width: 100%;
  }
  .homeSlider .owl-carousel .owl-nav .owl-prev,
  .homeSlider .owl-carousel .owl-nav .owl-next {
    font-size: 18px;
  }
  .homeSlider .owl-carousel .owl-nav .owl-next {
    right: 25px;
  }
  .homeSlider .owl-carousel .owl-nav .owl-prev {
    left: 25px;
  }
  .hdrAccountLinks {
    float: right;
  }
  .hdrAccountLinks .accMob {
    display: none;
  }
  .hdrAccountLinks > ul {
    display: block !important;
  }
  .hdrAccountLinks > ul > li {
    position: relative;
  }
  .hdrAccountLinks > ul > li > a {
    color: #4d4e52;
  }
  .hdrAccountLinks > ul > li:after {
    border-right: 1px solid #4d4e52;
    content: '';
    display: block;
    height: 12px;
    position: absolute;
    right: 0;
    top: 8px;
  }
  .hdrAccountLinks > ul > li:first-child {
    padding-left: 0;
  }
  .hdrAccountLinks > ul > li:last-child {
    padding-right: 0;
  }
  .hdrAccountLinks > ul > li:last-child:after {
    display: none;
  }
  .hdrAccountLinks > ul > li:hover .dropdown-menu {
    display: block;
  }
  .hdrAccountLinks .accToggle {
    background: #d9d2be url('../images/lmAccountIcon.png') no-repeat center;
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 42px;
    width: 42px;
  }
  .hdrAccountLinks .accToggle span,
  .hdrAccountLinks .accToggle i {
    display: none;
  }
  .hdrAccountLinks .dropdown-menu {
    background: #ffffff;
    border: 1px solid #d2d2d2;
    display: none;
    padding: 8px 0;
    position: absolute;
    right: 0;
    top: 100%;
    width: 140px;
    z-index: 9;
  }
  .hdrAccountLinks .dropdown-menu a {
    color: #433a1e;
    display: block;
    font-size: 11px;
    letter-spacing: 1px;
    line-height: 20px;
    padding: 5px 12px;
  }
  .page-title-wrapper {
    margin: 0 0 25px;
  }
  .page-title-wrapper h1 {
    font-size: 26px;
  }
  .cmsPageHeader {
    margin: 0 0 32px;
    padding: 34px 0;
  }
  .cmsPageHeader .page-title-wrapper h1 {
    font-size: 38px;
  }
  .innerPage2Col {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    justify-content: space-between;
    margin: 0 0 35px;
  }
  .innerPage2Col .innerSidebar {
    border: 1px solid #d8d5ca;
    display: block;
    width: 19%;
  }
  .innerPage2Col .innerSidebar ul li {
    border-bottom: 1px solid #d8d5ca;
    position: relative;
  }
  .innerPage2Col .innerSidebar ul li:last-child {
    border-bottom: none;
  }
  .innerPage2Col .innerSidebar ul li:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 15px;
  }
  .innerPage2Col .innerSidebar ul li a {
    color: #4d4e52;
    display: block;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.4px;
    padding: 13px 15px;
  }
  .innerPage2Col .innerSidebar ul li a.active {
    background: #e6e1d3;
    color: #433a1e;
    font-family: 'ITC Avant Garde Gothic';
    font-weight: bold;
  }
  .innerPage2Col .innerSidebar ul li:hover a {
    background: #e6e1d3;
    color: #433a1e;
  }
  .innerPage2Col .innerContent {
    border: 1px solid #d8d5ca;
    padding: 25px 30px;
    width: 79%;
  }
  .innerPage2Col .textPages h2 {
    font-size: 26px;
    letter-spacing: 0.4px;
    margin: 0 0 20px;
    max-width: 500px;
    width: 100%;
  }
  .innerPage2Col .textPages h3 {
    font-size: 20px;
    margin: 0 0 20px;
  }
  .innerPage2Col .textPages h4 {
    font-size: 16px;
    margin: 0 0 15px;
  }
  .innerPage2Col .textPages p {
    font-size: 16px;
    letter-spacing: 0.4px;
    margin: 0 0 20px;
  }
  .innerPage2Col #element {
    margin-top: 30px;
  }
  .innerPage2Col .tabTitle h3 {
    font-size: 15px;
    margin: 10px 0 0;
    padding: 17px 60px 18px 25px;
  }
  .innerPage2Col .tabTitle h3:after {
    font-size: 18px;
    right: 25px;
    top: 15px;
  }
  .innerPage2Col .allow.active .tabTitle h3:after {
    background-size: 15px;
  }
  .innerPage2Col .tabContent {
    padding: 25px 0 22px;
  }
  .innerPage2Col .tabContent ol li {
    font-size: 16px;
    line-height: 27px;
  }
  .contactPageBlock {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contactPageBlock .cpbLeft {
    width: 55%;
  }
  .contactPageBlock .cpbLeft ul li {
    font-size: 22px;
    margin-bottom: 20px;
    min-height: 50px;
    padding-left: 62px;
    padding-top: 5px;
  }
  .contactPageBlock .cpbLeft ul li i {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    width: 50px;
  }
  .contactPageBlock .cpbLeft ul li.cloc {
    font-size: 18px;
  }
  .contactPageBlock .cpbLeft strong {
    font-size: 15px;
  }
  .contactPageBlock .cpbRight {
    margin: 0;
    order: 2;
    width: 40%;
  }
  .message.success {
    font-size: 15px;
    padding: 15px 20px 15px 50px;
  }
  .message.success > *:first-child:before {
    left: 7px;
    margin: -8px 0 0;
  }
  .homeTestim {
    padding-bottom: 65px;
    padding-top: 65px;
  }
  .homeTestim h3 {
    font-size: 22px;
    margin: 25px 0 0;
  }
  .homeTestim p {
    font-size: 22px;
    letter-spacing: 1px;
  }
  .hide768 {
    display: none !important;
  }
  .hdrRightLinks {
    float: right;
  }
  .hdrRightLinks ul {
    white-space: nowrap;
  }
  .hdrRightLinks ul li {
    display: inline-block;
    margin: 0 25px;
  }
  .hdrRightLinks ul li a {
    color: #4d4e52;
    font-size: 12px;
  }
  .contactForm {
    margin-top: 40px;
    max-width: 540px;
    width: 100%;
  }
  .form.contact .fieldset > .legend {
    font-size: 20px;
  }
  .form.contact .action.primary {
    height: 54px;
    line-height: 52px;
    padding: 0 70px;
  }
  .homeBannerGrid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 80px;
  }
  .homeBannerGrid .hbgBanners {
    margin: 0 0 30px;
    width: 31.5%;
  }
  .homeBannerGrid .hbgBanners h3 {
    font-size: 24px;
    margin: 15px 0 0;
  }
  .homeBannerGrid .hbgBanners h3:after {
    top: 0;
  }
  .homeAboutSection {
    margin: 0 0 75px;
  }
  .homeAboutSection > p {
    font-size: 20px;
    line-height: 30px;
    margin: 0 auto 35px;
    max-width: 825px;
    width: 100%;
  }
  .innerPage2Col .innerContent.mgz-element {
    margin-left: 2%;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 0 14px;
  }
  .products-grid.wishlist + .actions-toolbar > .primary .action.share {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
    padding: 0 22px;
  }
  .products-grid.wishlist + .actions-toolbar > .primary .action.update {
    font-size: 14px;
    height: 54px;
    line-height: 54px;
  }
  .products-grid.wishlist + .actions-toolbar > .primary .action.update:before {
    font-size: 20px;
    margin-right: 20px;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 30px;
    margin-left: 3%;
    padding: 0;
    width: 31.33%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .form-wishlist-items .actions-toolbar {
    padding-top: 25px;
  }
  .mpblog-post-index .post-info-wraper {
    margin-top: 10px;
    display: block;
    vertical-align: top;
  }
  .worn-by-you .mgz-element-column > .mgz-element-inner .mgz-element-single_image {
    float: left;
    padding: 15px;
    width: 33.3333333333%;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    width: 25%;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .modal-popup .modal-inner-wrap {
    max-height: calc(95%);
  }
}
@media all and (min-width: 1024px), print {
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    margin-left: 2.5%;
    width: 23.1%;
  }
  .page-layout-1column .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2.5%;
  }
  .page-layout-1column .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .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;
  }
  .block.crosssell .products-grid .product-item {
    margin-left: 2.5%;
    width: 23.1% !important;
  }
  .block.crosssell .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2.5%;
  }
  .block.crosssell .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .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;
  }
  .products-grid.wishlist .product-item .box-tocart .tocart {
    padding: 0 20px;
  }
  .products-grid.wishlist + .actions-toolbar > .primary .action.share {
    font-size: 15px;
    padding: 0 30px;
  }
  .products-grid.wishlist + .actions-toolbar > .primary .action.update {
    font-size: 15px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2.5%;
    width: 23.12%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1440px), print {
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@media all and (min-width: 1025px) {
  .deskMenu > ul > li > a {
    font-size: 13px;
    letter-spacing: 2px;
  }
  .deskMenu .megaMenu ul li a {
    font-size: 16px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 20px;
    padding: 0 40px;
  }
  .product.data.items > .item.content {
    padding: 40px 35px;
  }
  .category-description {
    padding: 25px 0 0 30px;
  }
  .masnGrid {
    margin: -20px -15px 10px;
  }
  .masnGrid .col {
    padding: 15px;
  }
  .masnGrid .grid-item h3 {
    font-size: 24px;
    line-height: 36px;
  }
  .page-products .products-grid .product-item {
    margin-left: 2.5%;
    width: 23.1%;
  }
  .page-products .products-grid .product-item:nth-of-type(3n + 1) {
    margin-left: 2.5%;
  }
  .page-products .products-grid .product-item:nth-of-type(4n + 1) {
    margin-left: 0;
  }
  .sub-cat .grid-items h3 {
    font-size: 24px;
  }
  .catHeadLogo {
    margin-top: -70px;
    width: 352px;
  }
  .page-layout-1column .product.media {
    width: 46%;
  }
  .page-layout-1column .product-info-main {
    width: 46%;
  }
  .product-info-main .page-title-wrapper {
    margin: 0 0 22px;
  }
  .product-info-main .page-title-wrapper h1 {
    font-size: 33px;
  }
  .product-info-main .product.attribute.sku {
    font-size: 16px;
  }
  .proSocial {
    display: inline-block;
  }
  .block.related,
  .block.upsell,
  .block.crosssell {
    margin: 80px 0 0;
    padding-bottom: 30px;
  }
  .block.related .title strong,
  .block.upsell .title strong,
  .block.crosssell .title strong {
    font-size: 30px;
  }
  .block.related .products-grid .product-item,
  .block.upsell .products-grid .product-item,
  .block.crosssell .products-grid .product-item {
    margin-bottom: 15px;
  }
  .block.upsell {
    margin-top: 0;
  }
  .prodDevlieryText h3 {
    font-size: 30px;
    margin: 0 0 25px;
  }
  .prodDevlieryText p {
    font-size: 20px;
  }
  .checkout-cart-index .page-title-wrapper .page-title {
    font-size: 25px;
  }
  .cart-summary > .title {
    font-size: 20px;
  }
  .cart-container {
    margin-bottom: 25px;
  }
  .cart-empty h2 {
    font-size: 25px;
  }
  .cart-empty p {
    font-size: 16px;
  }
  .checkout-success .successLeft {
    padding-right: 30px;
  }
  .opc-wrapper .step-title {
    font-size: 22px;
  }
  .opc-block-shipping-information .shipping-information-title {
    font-size: 18px;
  }
  .opc-block-summary {
    padding: 22px 20px;
  }
  .opc-block-summary > .title {
    font-size: 18px;
  }
  .account .table-order-items > thead > tr > th,
  .account .table-order-items > tbody > tr > th,
  .account .table-order-items > tfoot > tr > th,
  .account .table-order-items > thead > tr > th,
  .account .table-order-items > tbody > tr > th,
  .account .table-order-items > tfoot > tr > th,
  .account .table-order-items > thead > tr > th,
  .account .table-order-items > tbody > tr > th,
  .account .table-order-items > tfoot > tr > th,
  .account .table-order-items > thead > tr > th,
  .account .table-order-items > tbody > tr > th,
  .account .table-order-items > tfoot > tr > th,
  .account .table-order-items > thead > tr > th,
  .account .table-order-items > tbody > tr > th,
  .account .table-order-items > tfoot > tr > th,
  .account .table-order-items > thead > tr > th,
  .account .table-order-items > tbody > tr > th,
  .account .table-order-items > tfoot > tr > th,
  .account .table-order-items > thead > tr > td,
  .account .table-order-items > tbody > tr > td,
  .account .table-order-items > tfoot > tr > td,
  .account .table-order-items > thead > tr > td,
  .account .table-order-items > tbody > tr > td,
  .account .table-order-items > tfoot > tr > td,
  .account .table-order-items > thead > tr > td,
  .account .table-order-items > tbody > tr > td,
  .account .table-order-items > tfoot > tr > td,
  .account .table-order-items > thead > tr > td,
  .account .table-order-items > tbody > tr > td,
  .account .table-order-items > tfoot > tr > td,
  .account .table-order-items > thead > tr > td,
  .account .table-order-items > tbody > tr > td,
  .account .table-order-items > tfoot > tr > td,
  .account .table-order-items > thead > tr > td,
  .account .table-order-items > tbody > tr > td,
  .account .table-order-items > tfoot > tr > td {
    font-size: 16px;
  }
  .customer-account-login .page-title-wrapper h1,
  .customer-account-create .page-title-wrapper h1 {
    font-size: 31px;
  }
  .homeSlider .banner-name {
    font-size: 46px;
    letter-spacing: 1.2px;
    max-width: 540px;
    margin: 0 0 14px;
  }
  .homeSlider .banner-name span {
    font-size: 22px;
  }
  .homeSlider .banner-desc {
    display: block;
    font-size: 18px;
    letter-spacing: 0.5px;
    margin: 0 0 25px;
    max-width: 375px;
  }
  .homeSlider .owl-carousel .owl-dots {
    bottom: 15px;
  }
  .homeContactBlock {
    padding: 95px 65px;
  }
  .homeContactBlock .hContactContent {
    padding: 55px 90px;
  }
  .homeContactBlock h3 {
    font-size: 35px;
  }
  .homeContactBlock ul li {
    font-size: 24px;
  }
  .homeContactBlock ul li.hcFind {
    font-size: 15px;
  }
  .homeContactBlock ul li.hcEmail {
    font-size: 20px;
  }
  .footer .footerBtm {
    padding-top: 40px;
    padding-bottom: 70px;
  }
  .footer .footerLinks {
    width: 19%;
  }
  .footer .footerLinks h3 {
    font-size: 22px;
  }
  .footer .footerNewsl {
    width: 25%;
  }
  .homeProducts {
    margin-bottom: 80px;
  }
  .homeProducts h3 {
    font-size: 40px;
  }
  .homeProducts .block-products-list {
    margin: 0 -13px;
  }
  .owl-carousel .product-item .product-item-info {
    padding: 0 13px;
  }
  .page-title-wrapper {
    margin: 0 0 35px;
  }
  .page-title-wrapper h1 {
    font-size: 31px;
  }
  .cmsPageHeader {
    margin: 0 0 40px;
    padding: 40px 0;
  }
  .cmsPageHeader .page-title-wrapper h1 {
    font-size: 48px;
  }
  .innerPage2Col .innerSidebar ul li {
    font-size: 18px;
  }
  .innerPage2Col .textPages h2 {
    font-size: 32px;
  }
  .innerPage2Col .textPages p {
    font-size: 17px;
    margin: 0 0 22px;
  }
}
@media all and (min-width: 1200px) {
  .deskMenu .megaMenu ul li a {
    font-size: 17px;
  }
  .homeSlider .banner-name {
    font-size: 65px;
    margin: 0 0 20px;
    max-width: 550px;
  }
  .homeSlider .banner-name span {
    font-size: 25px;
  }
  .homeSlider .banner-desc {
    font-size: 22px;
    margin: 0 0 35px;
    max-width: 475px;
  }
  .homeSlider .owl-carousel .owl-nav .owl-next {
    right: 25px;
  }
  .homeSlider .owl-carousel .owl-nav .owl-prev {
    left: 25px;
  }
  .contactPageBlock .cpbLeft ul li {
    font-size: 27px;
    min-height: 56px;
    padding-left: 75px;
  }
  .contactPageBlock .cpbLeft ul li i {
    font-size: 28px;
    height: 56px;
    line-height: 56px;
    width: 56px;
  }
  .contactPageBlock .cpbLeft ul li.cloc {
    font-size: 22px;
  }
  .contactPageBlock .cpbLeft strong {
    font-size: 17px;
  }
}
@media all and (max-width: 880px) {
  .amcard-page-product .amcard-preview .main {
    width: 100% !important;
  }
}
@media all and (max-width: 480px) {
  .amcard-card-info {
    display: block;
  }
}
