/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
/* Evelekt */
.action-primary:focus,
.action-primary:active {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary:hover {
  background: #006bb4;
  border: 1px solid #006bb4;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-action-link-button:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.42857143;
  padding: 0;
  color: #1979c3;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
  color: #000000;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #1979c3;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
  color: #5b2015;
}
.abs-revert-to-action-secondary {
  background: #f2f2f2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:focus,
.abs-revert-secondary-color:active,
.abs-revert-to-action-secondary:focus,
.abs-revert-to-action-secondary:active {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #333333;
}
.abs-revert-secondary-color:hover,
.abs-revert-to-action-secondary:hover {
  background: #e2e2e2;
  border: 1px solid #cdcdcd;
  color: #555555;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: "\e935";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link > a:visited {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #333333;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #333333;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #1979c3;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #006bb4;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #ff5501;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.mgz__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  padding: 4px 5.5px;
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: "\f3d0";
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: 22px;
  color: inherit;
  content: '\e618';
  font-family: 'mbicon';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 5.5px;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-account-blocks .block-title {
  margin-bottom: 27.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #d1d1d1;
}
.abs-account-blocks .block-title > strong,
.abs-account-blocks .block-title > span {
  color: #000000;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total-expanded:after {
  content: "\e939";
}
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: "\e936";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #ffffff;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #d1d1d1;
}
.abs-field-date input {
  margin-right: 11px;
  width: calc(100% - (23px + 11px));
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: "\e93a";
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: "\e939";
}
/* ============================================ *
 * Blog
 * ============================================ */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.catalog-category-view .category-image {
  float: right;
  width: 40%;
  margin-left: 30px;
}
.catalog-category-view .category-description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  text-align: justify;
}
.catalog-category-view .category-description p {
  text-align: justify;
}
.catalog-category-view .category-description .more-text {
  display: none;
}
.catalog-category-view .category-footer {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.catalog-category-view .category-footer .category-footer-title {
  display: none;
}
.catalog-category-view .category-footer .category-footer-image {
  float: right;
  width: 40%;
  max-width: 100%;
  margin-left: 30px;
}
.catalog-category-view .category-footer .category-footer-image img {
  display: inline-block;
  width: auto;
  max-width: 100%;
}
.catalog-category-view .category-footer .category-footer-description {
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  text-align: justify;
}
.catalog-category-view .category-footer b,
.catalog-category-view .category-footer strong {
  font-weight: bold;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .catalog-category-view .category-view {
    display: none;
  }
  .catalog-category-view .category-view .category-view-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .category-view .category-view-inner .category-image {
    width: 100%;
    margin: 0;
    order: 2;
  }
  .catalog-category-view .page-title-wrapper .page-title .base::after {
    margin-top: -8px;
    content: "";
    margin-left: 10px;
    background: url(../images/short_select_icon.svg) no-repeat right center;
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: rotate(-90deg);
  }
  .catalog-category-view .page-title-wrapper .page-title.active .base::after {
    transform: rotate(0deg);
  }
  .catalog-category-view .category-footer {
    margin-bottom: 50px;
  }
  .catalog-category-view .category-footer .category-footer-title {
    display: block;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: normal;
    text-align: left;
    color: #000000;
  }
  .catalog-category-view .category-footer .category-footer-title::after {
    margin-top: -8px;
    content: "";
    margin-left: 10px;
    background: url(../images/short_select_icon.svg) no-repeat right center;
    width: 16px;
    height: 16px;
    display: inline-block;
    transform: rotate(-90deg);
  }
  .catalog-category-view .category-footer .category-footer-title.active::after {
    transform: rotate(0deg);
  }
  .catalog-category-view .category-footer .category-footer-content {
    display: none;
  }
  .catalog-category-view .category-footer .category-footer-content .category-footer-inner {
    display: flex;
    flex-wrap: wrap;
  }
  .catalog-category-view .category-footer .category-footer-content .category-footer-inner .category-footer-image {
    width: 100%;
    margin: 0;
    order: 2;
  }
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.product-item-photo .discount-percent,
.product.media .discount-percent {
  position: relative;
}
.labels-wrapper-product {
  position: absolute;
  display: flex;
  top: 0;
  right: 0;
}
.free-shipping-label {
  height: 100px;
  width: 100px;
  display: flex;
}
.free-shipping-label-category {
  width: 62.1px;
  height: 62.1px;
  display: flex;
  z-index: 9;
}
.product.media .discount-percent {
  position: relative;
  right: 0;
}
.product.media .product-labels {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
}
.product.media .product-labels .discount-percent {
  right: 0;
}
.product-labels .discount-percent.new-label {
  right: 0;
  position: relative;
}
.labels-wrapper-product > div,
.labels-wrapper-product > span {
  margin-left: 5px;
}
.product.media .discount-percent.new-label {
  position: initial;
}
@media screen and (min-width: 400px) and (max-width: 1199px) {
  .free-shipping-label {
    top: 0px;
    right: 65px;
    height: 60px;
    width: 60px;
    display: flex;
  }
  .product.media .product-labels {
    width: 60px;
    height: 60px;
  }
}
/**
 * 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_GiftCard
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.form.check-code {
  display: table;
  width: 100%;
}
.form.check-code .field.check-code-field {
  margin: 0 4px 0 0;
}
.form.check-code .field.check-code-field .control {
  display: block;
}
.form.check-code .field.check-code-field .control:before {
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  line-height: 32px;
  color: #c2c2c2;
  content: '\f06b';
  font-family: FontAwesome;
  margin: 0 0 0 8px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  position: absolute;
}
.form.check-code input {
  background: #ffffff;
  background-clip: padding-box;
  border: 1px solid #c2c2c2;
  border-radius: 1px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  padding: 0 9px 0 35px;
  vertical-align: baseline;
  width: 100%;
  box-sizing: border-box;
}
.form.check-code .actions {
  display: table-cell;
  vertical-align: top;
  width: 1%;
  min-width: 200px;
}
.block-gift-card-setting .block-content {
  padding-left: 25px;
}
.block-gift-card-setting .block-content .field {
  margin-bottom: 7px;
}
.giftcard-messages td {
  padding: 0 !important;
}
.giftcard-messages td:nth-child(2n+1) {
  width: 150px;
}
.gift-card-view {
  margin: 0 0 40px 10px;
}
.gift-card-view .block .block-title {
  border-bottom: 1px solid #c6c6c6;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.gift-card-view .block .block-title strong {
  font-size: 2.2rem;
  font-weight: 300;
}
.gift-card-view .block .block-content {
  max-height: 500px;
  overflow: auto;
}
.gift-card-view .gift-card-view-detail {
  margin: 0 0 20px 40px;
}
.gift-card-view .gift-card-view-detail .table-gift-card-detail td {
  border: none !important;
}
.gift-card-view .gift-card-view-detail .table-gift-card-detail td:nth-child(2n+1) {
  width: 150px;
  font-weight: 600;
}
.catalog-category-view .mp-gift-card-amount-container {
  padding: 5px;
}
.catalog-category-view .mp-gift-card-amount-container label {
  font-weight: bold;
}
.catalog-category-view .mp-inline {
  display: inline-block;
}
.gift-card-applied-code-text .gift-card_code {
  margin-top: 10px;
  list-style-type: none;
}
.gift-card-applied-code-text .gc-item {
  background: #159f84;
  color: white;
  display: inline;
  width: inherit;
  padding: 5px 12px;
  border-radius: 4px;
  font-weight: bold;
  border: none;
}
.gift-card-applied-code-text .gc-remove {
  margin-left: 10px;
  font-style: normal;
  opacity: 0.6;
  cursor: pointer;
}
.gift-card-applied-code-text .gc-amount {
  margin-left: 10px;
}
.block.block-gift-card .block-content {
  max-height: 500px;
  overflow: auto;
}
.mp-gift-card-product-info .field:not(.value):not(.send-to-friend) {
  display: none;
}
.gift-card-discount-credit {
  max-width: 350px;
  margin-top: 10px;
  padding: 0 10px;
}
.gift-card-discount-credit #gc_slider_container_amount {
  margin: 7px;
}
.giftcard-giftproducts-index .product-item-info {
  width: 240px;
}
.payment-option button.action.action-apply {
  margin-right: 30px;
}
.cart-container .gift-card-discount-feature-list,
.payment-option .gift-card-discount-feature-list {
  list-style-type: none;
  padding-left: 15px;
  /* IE6-7 Fix */
}
.cart-container .gift-card-discount-feature-list .feature-item,
.payment-option .gift-card-discount-feature-list .feature-item {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  padding-top: 5px;
}
.cart-container .gift-card-discount-feature-list .feature-item .feature-content,
.payment-option .gift-card-discount-feature-list .feature-item .feature-content {
  display: none;
}
.cart-container .gift-card-discount-feature-list .feature-item .feature-content.content-show,
.payment-option .gift-card-discount-feature-list .feature-item .feature-content.content-show {
  display: block;
}
.cart-container .gift-card-discount-feature-list .feature-item:last-child,
.payment-option .gift-card-discount-feature-list .feature-item:last-child {
  border-bottom: none;
}
.cart-container .gift-card-discount-feature-list input[type="text"],
.payment-option .gift-card-discount-feature-list input[type="text"],
.cart-container .gift-card-discount-feature-list select,
.payment-option .gift-card-discount-feature-list select {
  height: 42px;
  margin-left: 10px;
  width: 92%;
}
.cart-container .gift-card-discount-feature-list .feature-label,
.payment-option .gift-card-discount-feature-list .feature-label {
  font-weight: bold;
  opacity: 0.7;
  position: relative;
}
.cart-container .gift-card-discount-feature-list .feature-label .icon-prefix,
.payment-option .gift-card-discount-feature-list .feature-label .icon-prefix {
  position: absolute;
  top: 3px;
}
.cart-container .gift-card-discount-feature-list .feature-label span,
.payment-option .gift-card-discount-feature-list .feature-label span {
  margin-left: 20px;
}
.cart-container .gift-card-discount-feature-list button.action.primary.custom,
.payment-option .gift-card-discount-feature-list button.action.primary.custom,
.cart-container .gift-card-discount-feature-list button.action.primary.custom:active,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:active,
.cart-container .gift-card-discount-feature-list button.action.primary.custom:visited,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:visited,
.cart-container .gift-card-discount-feature-list button.action.action-apply,
.payment-option .gift-card-discount-feature-list button.action.action-apply,
.cart-container .gift-card-discount-feature-list button.action.action-apply:active,
.payment-option .gift-card-discount-feature-list button.action.action-apply:active,
.cart-container .gift-card-discount-feature-list button.action.action-apply:visited,
.payment-option .gift-card-discount-feature-list button.action.action-apply:visited {
  height: 42px;
  border: none;
  background: #1abc9c;
  color: white;
  padding: 0 20px;
  border-radius: 5px;
}
.cart-container .gift-card-discount-feature-list button.action.primary.custom:hover,
.payment-option .gift-card-discount-feature-list button.action.primary.custom:hover,
.cart-container .gift-card-discount-feature-list button.action.action-apply:hover,
.payment-option .gift-card-discount-feature-list button.action.action-apply:hover {
  border: none;
  background: #159f84;
  color: white;
}
.cart-container .gift-card-discount-feature-list form,
.payment-option .gift-card-discount-feature-list form {
  margin-top: 10px;
}
.cart-container .gift-card-discount-feature-list .ui-slider-horizontal,
.payment-option .gift-card-discount-feature-list .ui-slider-horizontal {
  background: #3f98c9;
  height: 8px;
}
.cart-container .gift-card-discount-feature-list .ui-slider-handle,
.payment-option .gift-card-discount-feature-list .ui-slider-handle {
  height: 26px;
  background: #f4f4f4;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  top: -10px;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler,
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler,
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  *display: inline;
}
.cart-container .gift-card-discount-feature-list .ruler,
.payment-option .gift-card-discount-feature-list .ruler {
  border-radius: 2px;
  color: #ccc;
  margin: 0;
  padding-left: 10px;
  white-space: nowrap;
}
.cart-container .gift-card-discount-feature-list .ruler li,
.payment-option .gift-card-discount-feature-list .ruler li {
  padding-left: 1cm;
  width: 1em;
  margin: 0.64em -1em -0.64em;
  text-align: center;
  position: relative;
  text-shadow: 1px 1px #efefbe;
}
.cart-container .gift-card-discount-feature-list .ruler li:before,
.payment-option .gift-card-discount-feature-list .ruler li:before {
  content: '';
  position: absolute;
  border-left: 1px solid #ccc;
  height: .64em;
  top: -.64em;
  right: 1em;
}
.list-content .code-list {
  list-style-type: none;
  font-weight: bold;
}
.list-content .code-list .gc-code-applied,
.list-content .code-list .gc-amount {
  opacity: 0.5;
}
.list-content .code-list .gc-remove {
  cursor: pointer;
}
.list-content .code-list .gc-amount {
  margin-left: 20px;
}
.list-content .code-list .slide-show:after {
  content: '\e621';
}
/*********************************************** Gift Card Product View ***********************************************/
.giftcard-template-container {
  min-height: 500px;
  padding-top: 30px;
}
.giftcard-template-container .giftcard-template-container-preview {
  margin: auto;
}
.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview {
  transform-origin: top left;
  cursor: pointer;
}
.giftcard-template-container .giftcard-template-container-preview .giftcard-template-preview .preview-giftcard {
  margin: auto;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.giftcard-template-container .giftcard-template-setting {
  padding: 20px 10px;
}
.giftcard-template-container .giftcard-template-setting .block-title {
  text-rendering: optimizeLegibility;
  font-size: 17px !important;
  line-height: 1.255 !important;
  margin-bottom: 10px !important;
  padding-bottom: 4px;
  color: #111;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-select {
  margin: 0 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images {
  border: 1px solid #ccc;
  background-color: #fef8f2;
  margin: 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload {
  margin: 15px 11px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  float: left;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .fileinput-button > span {
  display: none;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder input[type='file'] {
  border: 500px solid transparent;
  bottom: 0;
  cursor: pointer;
  font-size: 10em;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .template-image-wrapper:before {
  left: 0;
  position: absolute;
  right: 0;
  top: 15px;
  z-index: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 35px;
  line-height: inherit;
  color: #ccc;
  content: '\f030';
  font-family: 'FontAwesome';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .image-placeholder-text {
  display: none;
  bottom: 0;
  color: #008bdb;
  font-size: 11px;
  left: 0;
  line-height: 1.333;
  margin: 0;
  padding: 0 1rem;
  position: absolute;
  right: 0;
  text-align: center;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.image-placeholder .file-row {
  display: none;
  background: #ffffff url("../images/loader-1.gif") no-repeat 50% 50%;
  bottom: 0;
  height: 100%;
  left: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  right: 0;
  text-indent: -999em;
  top: 0;
  width: 100%;
  z-index: 5;
  border: 1px solid #adadad;
  padding: 2px;
  box-sizing: border-box;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] {
  position: relative;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip {
  right: -25px;
  top: -6px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] .field-tooltip .field-tooltip-action:before {
  content: '\f05a';
  font-family: 'FontAwesome';
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template {
  background: #fff;
  box-sizing: border-box;
  display: inline-block;
  margin: 5px 0 5px 5px;
  position: relative;
  vertical-align: top;
  width: 75px;
  height: 75px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .image.item-template.active .template-image-wrapper {
  border: 2px solid orange;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper {
  background: #fff;
  border: 1px solid #ccc;
  box-sizing: border-box;
  cursor: pointer;
  line-height: 1;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  width: 75px;
  height: 75px;
}
.giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .template-image-wrapper .template-image {
  bottom: 0;
  left: 0;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.giftcard-information-container .giftcard-information {
  margin-bottom: 8px;
}
.giftcard-information-container .giftcard-field-label {
  width: 105px;
  min-height: 5px;
  text-align: right;
  margin-right: 10px !important;
  margin-bottom: 0 !important;
  float: left;
  line-height: 33px;
  font-weight: 600 !important;
}
.giftcard-information-container .giftcard-field-wrapper {
  width: calc(100% - 115px);
  float: left;
}
.giftcard-information-container .giftcard-field-wrapper button {
  width: auto;
}
.giftcard-information-container .giftcard-field-wrapper .giftcard-design-input-container {
  display: inline-block;
  vertical-align: middle;
}
.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount {
  width: 95px;
  font-size: 12px;
  background-color: #fff;
  height: 30px;
  padding: 3px 7px;
  line-height: normal;
  border: 1px solid #a6a6a6;
  border-top-color: #949494;
  border-radius: 3px;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5), 0 1px 0 rgba(0, 0, 0, 0.07000000000000001) inset;
  outline: 0;
}
.giftcard-information-container .giftcard-field-wrapper .active input.giftcard-design-open-amount,
.giftcard-information-container .giftcard-field-wrapper input.giftcard-design-open-amount:focus {
  border-color: #e77600;
  box-shadow: 0 0 3px 2px rgba(228, 121, 17, 0.5);
}
.giftcard-information-container .giftcard-field-wrapper ul,
.giftcard-information-container .giftcard-field-wrapper ul li {
  padding: 0 !important;
  margin: 0 0 5px 0 !important;
}
.giftcard-information-container .giftcard-field-wrapper #delivery_date {
  width: 130px;
  margin-right: 5px;
}
.giftcard-information-container .giftcard-field-wrapper .note {
  font-style: italic;
  font-size: 12px;
}
.giftcard-information-container .giftcard-information-delivery,
.giftcard-information-container .giftcard-information-amount {
  margin-bottom: 0 !important;
}
.giftcard-design-button-container {
  position: relative;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  cursor: pointer;
  display: inline-block;
  padding: 0;
  text-align: center;
  text-decoration: none !important;
  vertical-align: middle;
  border-color: #adb1b8 #a2a6ac #8d9096;
  background-color: #fff;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.6) inset;
}
.giftcard-design-button-container:hover {
  border-color: #a2a6ac #979aa1 #82858a;
  background-color: #f3f3f3;
}
.giftcard-design-button-container .fa {
  display: none;
  position: absolute;
  bottom: -26px;
  color: #fef8f2;
  font-size: 22px;
  text-shadow: 0px -1px #cccccc;
}
.giftcard-design-button-container.active {
  border-color: #e77600;
  background-color: #fef8f2;
  font-weight: 600;
}
.giftcard-design-button-container.active .fa {
  display: inline-block;
}
.giftcard-design-button-container button {
  color: #111;
  white-space: normal;
  padding: 5px 10px 5px 11px;
  line-height: 19px;
  width: 121px;
  text-align: center;
  background-color: transparent;
  border: 0;
  display: block;
  font-size: 13px;
  margin: 0;
  outline: 0;
  vertical-align: middle;
  font-weight: normal;
}
.clear {
  clear: both;
}
/*********************************************** End Gift Card Product View *******************************************/
/*********************************************** Checkout Block Spent *************************************************/
.totals-giftcard-summary th,
.totals-giftcard-summary td {
  border: none !important;
}
.totals-giftcard-details th {
  padding-left: 10px !important;
  border: none !important;
}
.totals-giftcard-details td {
  padding-right: 10px !important;
  border: none !important;
}
.totals-giftcard-details {
  display: none;
}
.totals-giftcard-details.shown {
  display: table-row;
}
#discount-giftcard-form .fieldset.coupon {
  margin-bottom: 10px;
}
#discount-giftcard-form .fieldset.coupon .action.primary {
  height: 32px;
  line-height: 16px;
}
#discount-giftcard-form .gift-card-apply > label {
  display: none;
}
#discount-giftcard-form .gift-card-used {
  padding: 0 0 20px 20px;
}
.gift-card-saved-list,
.gift-credit-apply {
  float: none !important;
  width: 100% !important;
}
.gift-card-saved-list .title strong,
.gift-credit-apply .title strong {
  font-size: 13px !important;
}
.gift-credit-slider {
  width: 80%;
  margin: 10px auto;
}
.gift-credit-label {
  padding-left: 20%;
}
#gift-card-credit-input {
  width: 60px;
  display: inline-block;
  font-size: 14px;
  height: 24px;
}
@media (max-width: 370px) {
  .giftcard-template-upload .field-tooltip._active .field-tooltip-content {
    max-width: 100px;
  }
}
@media (max-width: 478px) {
  .giftcard-template-upload .field-tooltip._active .field-tooltip-content {
    max-width: 150px;
  }
}
.mp-giftcard-preview .mp-giftcard-preview-button.disabled {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.modal-popup.mp-giftcard-modal-email-preview._show .modal-inner-wrap {
  width: 75%;
}
#checkout-step-shipping_method #method_tr_shippingmethodnotrequired .col.col-method,
#checkout-step-shipping_method #method_tr_shippingmethodnotrequired .col.col-price {
  display: none;
}
.amcheckout-wrapper .payment-method-group {
  padding: 15px 20px 15px 20px;
  margin-bottom: 10px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 2px solid #e6e7e6;
  width: 100%;
}
.amcheckout-wrapper .payment-method-group .payment-method-group-title {
  font-size: 15px;
  cursor: pointer;
}
.amcheckout-wrapper .payment-method-group .payment-method-group-title i {
  padding-right: 11px;
  font-size: 17px;
}
.amcheckout-wrapper .payment-method-group .payment-method-group-list {
  display: none;
  padding: 10px 0px;
}
.amcheckout-wrapper .payment-method-group.active .payment-method-group-list {
  display: block;
}
.amcheckout-wrapper .payment-method-group.active .mbi-chevron-down:before {
  content: "\e939";
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .render-banklinks.active .payment-method {
  width: 50%;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .render-banklinks.active .payment-method._active .payment-method-content {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .render-banklinks.active .payment-method-group-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .render-banklinks.active .payment-method-title .label {
  border: 0px;
  padding: 0px 0px 0px 37px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .render-banklinks.active .payment-method-title .label .montonio-payment-method-description {
  margin: 0px 0px 0px 5px;
  padding: 30px 0 0 0;
}
.cms-referentsid .block.catalog {
  margin-bottom: 34px;
}
.cms-referentsid .block.catalog .catalog-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-referentsid .block.catalog .catalog-grid .item {
  margin-bottom: 30px;
}
.cms-referentsid .block.catalog .catalog-grid .item img {
  max-width: 100%;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .open-pdf,
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  font-weight: 600;
  color: #5B2015;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding-top: 10px;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after,
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 19px;
  height: 19px;
  top: 4.5px;
  position: relative;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after {
  background: url(../images/eye-icon.png) no-repeat center;
  margin-right: 16px;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  padding-right: 19px;
}
.cms-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  background: url(../images/download-icon.png) no-repeat center;
  margin-right: -22px;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: auto;
  background: #525659;
  z-index: 9999;
  display: none;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
  top: 20px;
  right: 40px;
  position: fixed;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas {
  display: block;
  margin: 20px auto;
  width: 100%;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:first-child {
  margin-top: 0;
}
.cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:last-child {
  margin-bottom: 0;
}
.cms-referentsid .block.references {
  margin-top: 34px;
}
.cms-referentsid .block.references > p {
  margin-bottom: 40px;
  max-width: 100%;
}
.cms-referentsid .block.references .references-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-referentsid .block.references .references-grid .reference {
  margin-bottom: 40px;
  cursor: pointer;
}
.cms-referentsid .block.references .references-grid .reference .img-wrapper {
  position: relative;
}
.cms-referentsid .block.references .references-grid .reference .img-wrapper img {
  max-width: 100%;
}
.cms-referentsid .block.references .references-grid .reference .img-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  background: url(../images/reference-icon.png) no-repeat;
}
.cms-referentsid .block.references .references-grid .reference > .title {
  margin-top: 16px;
  display: block;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #290E09;
}
.cms-referentsid .block.references .references-grid .reference .popup {
  height: 100%;
  width: 100%;
  position: fixed;
  visibility: hidden;
  pointer-events: auto;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-x: hidden;
  cursor: auto;
  background: #3B1217;
}
.cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
  padding: 2%;
  position: relative;
  height: 100%;
}
.cms-referentsid .block.references .references-grid .reference .popup .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition: all 2s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  -webkit-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
}
.cms-referentsid .block.references .references-grid .reference .popup .background-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3B1217;
  opacity: 0.8;
}
.cms-referentsid .block.references .references-grid .reference .popup .background-image.mobile {
  display: none;
}
.cms-referentsid .block.references .references-grid .reference .popup .content {
  display: block;
  max-width: 1275px;
  margin: 0 auto;
  padding: 5% 2%;
  position: relative;
  z-index: 9999;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left {
  display: inline-block;
  width: 29%;
  margin-right: 2%;
  vertical-align: top;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left h1 {
  color: #FFFFFF;
  margin-top: 0;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .description {
  line-height: 24px;
  color: #FFFFFF;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .description span {
  color: white;
  white-space: nowrap;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products {
  margin-top: 40px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products > span {
  color: #ffff;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products .item {
  background: #ffff;
  margin-bottom: 8px;
  display: flex;
  padding: 4px 12px;
  border-radius: 4px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products .item span {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .left .products .item img {
  margin-right: 12px;
  height: 65px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right {
  display: inline-block;
  position: relative;
  width: 68%;
  max-width: 769px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery {
  min-width: 500px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery li {
  margin-right: 12px !important;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .arrow {
  width: 32px;
  height: 48px;
  display: block;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .arrow-left {
  background-image: url(../images/arrow-left-white.png);
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .arrow-right {
  background-image: url(../images/arrow-right-white.png);
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSSlideWrapper {
  max-width: 769px;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev,
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSNext {
  opacity: 1;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev.inactive,
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSNext.inactive {
  opacity: 0.3;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li.active,
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  border: 2px solid #FFE600;
}
.cms-referentsid .block.references .references-grid .reference .popup .content .right .lslide img {
  height: 515px;
  max-width: 100%;
  object-fit: scale-down;
}
.cms-referentsid .block.references .references-grid .reference .popup.open {
  visibility: visible;
}
.cms-referentsid .block.references .references-grid .reference .popup.open .background-image {
  opacity: 1;
}
.cms-referentsid .block.references .references-grid .reference .popup.initialized {
  display: none;
}
.cms-referentsid .block.references .references-grid .reference .popup.initialized.open {
  display: block;
}
.cms-referentsid .block.references .references-grid .reference .popup a {
  transition: none;
}
.cms-referentsid .close-button {
  position: absolute;
  cursor: pointer;
  top: -100px;
  right: 0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #F2E8E6;
}
.cms-referentsid .close-button span {
  background: url(../images/close-button.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 5%;
  }
}
@media (min-width: 1400px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left {
    width: 31%;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left .description {
    max-width: 371px;
  }
}
@media (max-width: 1229px) {
  .cms-referentsid .block.references .references-grid,
  .cms-referentsid .block.catalog .catalog-grid {
    justify-content: space-evenly;
  }
}
@media (max-width: 1200px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 7%;
  }
}
@media (max-width: 1024px) {
  .cms-referentsid .catalog-grid .catalog-pdf-popup .close-button {
    opacity: 0.8;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 0;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.desktop {
    display: none;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.mobile {
    display: block;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content {
    padding: 5%;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 40px;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left .title {
    margin-top: 65px;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .right {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .cms-referentsid .close-button {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media (min-width: 640px) {
  .cms-referentsid .block.references .reference ul.lightSlider {
    height: 515px !important;
  }
}
@media (max-width: 640px) {
  .cms-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 355px;
  }
}
@media (max-width: 480px) {
  .cms-referentsid .block.catalog .catalog-grid .item {
    padding: 0 15px;
  }
  .cms-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
    top: 5px;
    right: 5px;
  }
  .cms-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 270px;
  }
}
@media (min-width: 395px) {
  .cms-referentsid .block.references .references-grid .reference .img-wrapper {
    width: 370px;
    height: 248px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #DEDEDE;
  }
}
@media screen and (min-width: 320px) and (max-width: 394px) {
  .cms-referentsid .block.references .references-grid .reference {
    width: 100%;
  }
  .cms-referentsid .block.references .references-grid .reference .img-wrapper {
    width: 100%;
    height: 248px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #DEDEDE;
  }
}
.series-index-index .page-title-wrapper {
  display: flex;
  justify-content: flex-end;
}
.series-index-index .series-content {
  display: flex;
  margin-bottom: 32px;
  justify-content: space-between;
  gap: 20px;
}
.series-index-index .series-content .img-wrapper img {
  max-width: 400px;
  width: 100%;
}
@media (max-width: 768px) {
  .series-index-index .series-content {
    flex-direction: column;
  }
  .series-index-index .series-content .img-wrapper img {
    margin: 0 auto;
    display: block;
  }
}
@media (min-width: 768px) {
  .series-index-index .series-content .img-wrapper,
  .series-index-index .series-content .description {
    flex: 1;
  }
}
.series-grid {
  margin-bottom: 64px;
}
.series-grid .item-counter {
  color: #808080;
  background: #F1F1F1;
  line-height: 25px;
  padding: 0 23px;
  margin: 32px 0;
}
.series-grid .series-item-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 16px;
}
.series-grid .series-item-wrapper .series {
  width: calc(50% - 8px);
  border: 1px solid rgba(0, 0, 0, 0.3);
}
.series-grid .series-item-wrapper .series .img-wrapper {
  background-position: 50% 50%;
  background-size: cover;
  width: 100%;
  min-height: 150px;
}
.series-grid .series-item-wrapper .series .content {
  padding: 16px;
}
.series-grid .series-item-wrapper .series .content .title {
  padding: 0 0 8px 10px;
  font-size: 13px;
  border-bottom: 2px dotted #dfdfdf;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #808080;
  font-weight: normal;
  display: block;
}
.series-grid .series-item-wrapper .series .content .tags {
  position: relative;
  font-size: 12px;
  color: #808080;
  line-height: 16px;
}
@media (min-width: 768px) {
  .series-grid .series-item-wrapper .series {
    width: calc(33.3% - 11px);
  }
}
@media (min-width: 991px) {
  .series-grid .series-item-wrapper .series {
    width: calc(25% - 12px);
  }
}
@media (min-width: 1220px) {
  .series-grid .series-item-wrapper .series {
    width: calc(20% - 13px);
  }
}
.series-card-wrapper {
  display: flex;
  gap: 16px;
  justify-content: space-between;
  flex-wrap: wrap;
}
.series-card-wrapper .series-card {
  width: 100%;
}
.series-card-wrapper .series-card .image {
  background-size: cover;
  width: 100%;
  min-height: 150px;
}
.series-card-wrapper .series-card .description {
  padding: 16px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.series-card-wrapper .series-card.primary-bg .description {
  background: #5B2015;
}
.series-card-wrapper .series-card.garden-bg .description {
  background: #41803b;
}
.series-card-wrapper .series-card.office-bg .description {
  background: #1d4185;
}
@media (min-width: 768px) {
  .series-card-wrapper .series-card {
    width: 31.5%;
  }
}
/**
 * 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_StockStatus
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.product-item-details .stock.available img,
.owl-carousel .owl-item img {
  height: auto;
  max-width: 100%;
}
.product-item-details .stock.available {
  font-weight: 700;
  text-transform: uppercase;
  margin: 3px 0 3px;
}
#checkout-review-table .mp-stock-status .stock.available {
  display: table-cell;
}
/**
 * Copyright © Inbank, Inc. All rights reserved.
 * See LICENSE.txt for license details.
 */
.inbank__logo {
  text-align: center;
  padding: 40px;
}
.inbank_logo_product {
  padding-right: 10px;
  max-height: 40px;
}
.inbank__new__payment {
  text-align: center;
  padding-top: 30px;
  padding-bottom: 40px;
}
.inbank__new__payment > .btn {
  border-radius: 48px;
  text-transform: uppercase;
}
.btn-primary {
  background-color: #21093A;
  border-color: #21093A;
}
.btn-primary:hover {
  background-color: #60378b;
  border-color: #60378b;
}
.product-info-main .inbank {
  position: relative;
  display: flex;
  align-items: center;
  padding: 25px 0 25px 0;
  margin: 0;
}
.product-info-main .inbank > div {
  margin: 0;
}
.product-info-main .inbank.inbank--calculator + .inbank.inbank--calculator {
  padding: 10px 0 25px 0;
}
.product-info-main .inbank__img {
  max-width: 100%;
  height: auto;
}
.product-info-main .inbank__message {
  display: flex;
  align-items: center;
  font-size: 15px;
  color: #21093A;
  margin-bottom: 0;
}
.product-info-main .inbank__message .tooltip {
  position: absolute;
}
.product-info-main .inbank__message--small {
  font-size: 13px;
  color: #606060;
  margin-bottom: 0;
}
.product-info-main .inbank__tooltip {
  display: flex;
  align-items: center;
  margin-left: 10px;
}
.product-info-main .inbank__tooltip > svg {
  width: 20px;
  height: 20px;
  fill: #21093A;
}
.inbank-payment-checkout .inbank-checkout-checkbox {
  width: 20px;
  float: left;
  padding: 3px;
}
.inbank-payment-checkout .inbank-checkout-text {
  margin-bottom: 0;
  font-size: small;
  font-weight: 600;
  color: #21093A;
}
.inbank-payment-checkout .inbank-checkout-granted-text {
  color: #21093A;
  font-weight: bold;
  font-size: 15px;
}
.inbank-payment-checkout .inbank-checkout-container {
  height: 26px;
  display: flex;
  align-items: center;
  flex-direction: row;
}
.inbank-payment-checkout .inbank__additional_details {
  padding-top: 5px;
  color: #21093A;
}
.payment-method.inbank-payment .payment-method-title {
  display: flex;
  align-items: center;
}
.payment-method.inbank-payment .payment-method-title img {
  padding: 0 10px;
  max-height: 40px;
}
.payment-method.inbank-payment .payment-method-title .inbank-label span {
  display: inline-flex;
  align-items: center;
}
.inbank-product-view-box {
  margin-left: 10px;
  font-weight: 600;
}
.inbank-response .inbank-loader {
  display: none;
  color: #21093a;
}
.inbank-response .inbank-loader,
.inbank-response .inbank-loader div {
  box-sizing: border-box;
}
.inbank-response .inbank-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.inbank-response .inbank-loader div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: inbank-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.inbank-response .inbank-loader div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes inbank-loader {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
/**
 * 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) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-blog-view a,
.mp-sidebar a {
  text-decoration: none;
}
.mp-blog-rss {
  text-align: right;
}
.mp-post-info {
  color: #999999;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.mp-post-info span {
  color: #6f6f6f;
}
.post-item-wraper {
  border: 1px solid #eee;
}
.post-item-wraper:hover {
  border: 1px solid #eee;
  box-shadow: 3px 3px 4px 0 rgba(0, 0, 0, 0.3);
}
.post-info-wraper {
  padding: 20px 15px 10px 15px;
}
.post-list-item {
  margin-bottom: 20px;
}
.post-short-description {
  max-width: 100%;
}
.post-short-description p {
  max-width: 100%;
}
.post-post_content {
  margin: 10px 0 10px 0;
}
@media (min-width: 768px) {
  .post-sharing-button {
    text-align: center;
  }
}
#sharing {
  padding: 20px 30px;
  background: #f6f6f6;
  margin-top: 40px;
}
@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;
}
.author-image {
  text-align: center;
}
.author-image img.img-responsive {
  border: none;
  padding-right: 7px;
  padding-left: 7px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.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;
}
.mp-sidebar {
  margin-bottom: 25px;
}
.mp-sidebar .block-content {
  padding-left: 10px;
}
.mp-sidebar .data.item.title {
  cursor: pointer;
}
.mp-sidebar .product.data.items > .item.content {
  padding: 20px 0 20px 10px !important;
}
.sidebar-tags {
  margin-bottom: 15px;
}
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:hover {
  background-color: #eee;
}
.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;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  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;
}
.sidebar .mpblog-search {
  float: none !important;
  padding: 0 !important;
  margin-bottom: 15px !important;
  width: 100%;
}
.autocomplete-suggestions {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  background: #FFF;
  cursor: default;
  overflow: auto;
  -webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  -moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
  border-top: 0;
  padding: 10px 0;
  overflow-x: hidden;
}
.autocomplete-suggestions strong {
  font-weight: bold;
  color: #000;
}
.autocomplete-suggestion {
  padding: 2px 5px;
  border-bottom: 1px solid #eee;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.autocomplete-suggestion .mpblog-suggestion {
  display: block;
}
.autocomplete-suggestion .mpblog-suggestion:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left,
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right {
  float: left;
  padding: 5px 10px;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-left {
  max-width: 25%;
}
.autocomplete-suggestion .mpblog-suggestion .mpblog-suggestion-right.image-visible {
  max-width: calc(75% - 40px);
}
.autocomplete-no-suggestion {
  padding: 2px 5px;
}
.autocomplete-selected {
  background: #F0F0F0;
}
.autocomplete-group {
  padding: 2px 5px;
  font-weight: bold;
  font-size: 16px;
  color: #000;
  display: block;
  border-bottom: 1px solid #000;
}
.mpblog-product-des {
  color: #333333;
}
.mpblog-product-des p {
  margin: 0;
  font-size: 12px;
}
.mpblog-search {
  position: relative;
}
.mpblog-search button.action.search {
  display: inline-block;
  background: none !important;
  -moz-box-sizing: content-box;
  border: 0;
  box-shadow: none;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-shadow: none;
  font-weight: 400;
  position: absolute;
  right: 10px;
  top: 2px;
  z-index: 1;
}
.mpblog-search button.action.search :before {
  -webkit-font-smoothing: antialiased;
  color: #8f8f8f;
}
.mpblog-search button.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 label[for="mpblog-search-box"] {
  display: none;
}
/* 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 {
  min-height: 250px;
  position: relative;
}
.post-image img.img-responsive {
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border: none;
}
.mpblog-post-view .post-view-image {
  text-align: center;
}
.post-item-wraper {
  padding: 10px !important;
}
@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;
}
.post-list-content .limiter {
  display: block !important;
}
/** 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;
  }
}
@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;
  }
}
/* mageplaza end blog style */
/**
 * 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_QuickOrder
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
/*style module quick order*/
#quickorder-top-link {
  float: right;
  margin-left: 10px;
}
#quickorder-top-link a {
  text-decoration: none;
  color: white;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
#quickorder-link {
  float: right;
  margin-left: 10px;
  background: #1979c3;
  border-radius: 3px;
  line-height: 30px;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 14px;
  font-weight: bold;
  height: auto;
}
.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;
}
.checkout-index-index .checkout-header .title {
  font-family: Lato;
  font-size: 23px;
}
.checkout-index-index .delivery-information {
  margin: 100px 0 0px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields {
  margin-bottom: 15px;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields label.label {
  display: none;
}
.checkout-index-index .fieldset.address > .field.street.admin__control-fields .field.additional {
  margin-top: 15px;
}
.checkout-index-index .column.main #block-gift-card-discount .action-toggle::after {
  display: none;
}
.checkout-index-index .column.main #block-gift-card-discount .form-discount {
  padding: 0px;
}
.checkout-index-index .additional-options .field .label {
  display: inline-block;
  margin: 0px;
  padding: 0 0 0 30px;
  width: 100%;
  font-size: 12px;
  color: #000000;
}
.checkout-index-index .additional-options .field .label a {
  color: #000000;
}
.checkout-index-index .additional-options .field .label::before {
  margin: 0;
  top: 3px;
}
.checkout-index-index .additional-options .field.checkout-agreement {
  display: inline-block;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #000000;
}
.checkout-index-index .additional-options .field.checkout-agreement.required .action-show:after {
  content: "*";
  color: red;
}
#checkout .authentication-wrapper {
  margin-top: -48px;
}
#checkout .authentication-wrapper > span {
  font-family: Lato;
  font-size: 12px;
}
#checkout .authentication-wrapper .action-auth-toggle::before {
  display: none;
}
.am-checkout.-modern .authentication-wrapper .action-auth-toggle {
  padding: 0 5px;
  border-radius: 5px;
  background: #f36b21;
  color: #ffffff;
  font-size: 12px;
  font-family: Lato;
  border-color: #f36b21;
  line-height: 21px;
  height: 23px;
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 5px;
}
.amcheckout-step-container {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .amcheckout-title {
  display: block;
  margin: 0;
  padding: 6px 12px;
  background: #5b1e15;
  font-weight: 500;
  font-size: 23px;
  cursor: pointer;
  color: #ffffff;
  font-family: Lato;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  background: #fff;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover {
  box-shadow: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method .col {
  border: none;
  padding: 20px 0;
  font-size: 12px;
  line-height: normal;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-methods #smartpost-added-tr {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #smartpost-added-tr td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_omniva {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_omniva td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee .label {
  display: none;
}
.amcheckout-step-container .amcheckout-shipping-methods #ambientia_dpdee td {
  display: block;
  width: 100%;
}
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details.-selected {
  border-color: #000000;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address .billing-address-same-as-shipping-block label::before {
  top: 2px;
  margin: 0;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address [name='billingAddressshared.telephone'] .field-tooltip.toggle {
  display: none;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.-selected {
  border-color: #000000;
}
.amcheckout-step-container .shipping-address-items .shipping-address-item.selected-item {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method.-selected {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active {
  border-color: #000000;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: block;
  padding: 20px 20px 20px 45px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 15px 20px 16px 50px;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  border: 2px solid #e6e7e6;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label:hover {
  box-shadow: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label::before {
  transform: translate(0, -50%);
  left: 20px;
  margin: -1px 0 0 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label::after {
  display: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  border: none;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: none;
}
.amcheckout-step-container input[type="checkbox"] + label::before {
  border-color: #000000;
  background: #ffffff !important;
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.amcheckout-step-container input[type="checkbox"] + label:before {
  border-width: 2px;
}
.amcheckout-step-container input[type="checkbox"] + label:hover::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="checkbox"]:checked + label::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
  margin: -7px 0 0 0;
}
.amcheckout-step-container input[type="radio"] + label::before {
  border-color: #000000;
  background: #ffffff !important;
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  border-width: 2px;
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}
.amcheckout-step-container input[type="radio"] + label:hover::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="radio"]:checked + label::before {
  border-color: #ffffff;
  box-shadow: 0 0 0px 2px #000000;
  background: #000 !important;
  border-width: 2px;
}
.amcheckout-step-container input[type="text"],
.amcheckout-step-container input[type="password"],
.amcheckout-step-container input[type="url"],
.amcheckout-step-container input[type="tel"],
.amcheckout-step-container input[type="search"],
.amcheckout-step-container input[type="number"],
.amcheckout-step-container input[type="datetime"],
.amcheckout-step-container input[type="email"],
.amcheckout-step-container select {
  height: 45px;
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container textarea {
  height: 118px;
  border: 2px solid #e6e7e6;
  border-radius: 2px;
  font-size: 16px;
  width: 100%;
  padding: 15px;
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .fieldset > .field > .label {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .fieldset > .fields > .field > .label {
  font-size: 12px;
  font-family: Lato;
}
.amcheckout-step-container .opc-payment-additional {
  padding: 0;
}
.amcheckout-step-container .amcheckout-summary-container .minicart-items .product-item-details {
  padding: 0px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner {
  flex-wrap: wrap;
  align-items: initial;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 25%;
  flex: unset;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.details-sku {
  width: 15%;
  display: block;
  word-break: break-all;
  padding-right: 2px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.product-item-name-block {
  width: 50%;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.details-qty {
  width: 15%;
  text-align: center;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.subtotal {
  width: 20%;
  text-align: right;
  display: block;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-details .product-item-inner > div.subtotal * {
  width: 100%;
  font-size: 12px;
}
.amcheckout-step-container .amcheckout-summary-container .product-item-name {
  max-height: none;
  min-height: unset;
  overflow: visible;
}
.amcheckout-step-container .amcheckout-summary-container .items-in-cart {
  margin-bottom: 0;
  border-bottom: none;
}
.amcheckout-step-container .amcheckout-summary-container .table-totals {
  font-size: 12px;
}
.amcheckout-step-container .minicart-items .product-item-details .price-including-tax {
  margin: 0;
}
.amcheckout-step-container .minicart-items .product-item-details .price-excluding-tax {
  margin: 0;
}
.amcheckout-step-container .amcheckout-additional-options {
  border: 2px solid #e6e7e6;
  border-top: none;
  border-bottom: none;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
  margin: -7px 0;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > * {
  margin-bottom: 15px;
}
.amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  margin: -7px 0;
}
.amcheckout-step-container .amcheckout-additional-options p.red {
  color: red;
  font-size: 12px;
  margin: 0;
}
.amcheckout-step-container .amcheckout-additional-options > * {
  font-size: 12px;
}
._amcheckout-selectable-item.-selected {
  border-color: #000000;
}
.delivery-date .control {
  position: relative;
}
.delivery-date .control input {
  width: 100%;
  border: 2px solid #e6e7e6;
}
.delivery-date .control .remove-delivery-date {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translate(0, -50%);
}
.delivery-comment {
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
  display: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container {
  border: none !important;
  background: #ffffff !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
  padding: 6px 12px;
  background: #5b1e15 !important;
  font-weight: 500;
  font-size: 23px;
  cursor: pointer;
  color: #ffffff;
  font-family: Lato;
  margin: 0 0 10px 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .step-content.amcheckout-content {
  border: 2px solid #e6e7e6;
  border-bottom: none;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 25%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-sku {
  width: 15%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-name {
  width: 50%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-qty {
  width: 15%;
  text-align: center;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .item-details-head > div.head-subtotal {
  width: 20%;
  text-align: right;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-inner .subtotal {
  width: 20%;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
  padding: 0px;
  font-size: 12px;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes > .admin__field.admin__field-option .admin__field-label::before {
  margin: 0 18px 0 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
  border: none !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .checkout-payment-method .payment-option-content {
  border-top: none;
  border-bottom: none;
  padding: 0;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
  text-align: left !important;
}
.amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: auto;
  border-radius: 5px;
  background: #f36b21;
  text-transform: uppercase;
}
.field > input[type="checkbox"]:checked + label::after {
  display: none;
}
.checkout-payment-method .payment-method-title .payment-icon {
  order: 2;
}
.checkout-payment-method #block-gift-card-discount.payment-option._collapsible .payment-option-content {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 10px;
  border: 2px solid #e6e7e6;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .gift-card-apply {
  float: left;
  margin: 0px;
  padding: 0 0 0 20px;
  width: calc(100% - 129px);
  position: relative;
}
.checkout-payment-method .payment-option._collapsible .payment-option-content .gift-card-apply input {
  height: 30px;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar {
  position: absolute;
  right: 2px;
  top: 2px;
  width: auto;
  margin: 0;
  left: auto;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar .primary {
  min-width: unset;
}
.checkout-payment-method .payment-option-content .gift-card-apply .actions-toolbar .primary .action {
  background: #5b1e15;
  padding: 0px 10px;
  line-height: 26px;
  height: auto;
  min-height: auto;
}
.checkout-payment-method .payment-option-content .gift-card-apply .payment-option-inner {
  margin: 0px;
}
.amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method #block-gift-card-discount .payment-option-title {
  display: none;
}
.checkout-gift-cart-label {
  margin: 0;
  float: left;
}
.opc-block-summary .items-in-cart > .title {
  display: none;
}
.opc-block-summary .table-totals .grand strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.opc-block-summary .grand.incl + .grand.excl .mark strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.opc-block-summary .grand.incl + .grand.excl .amount strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.column.main .opc-block-summary .product-item {
  padding: 0px;
  margin: 0px;
  border: none;
}
.cart-totals .grand strong {
  font-weight: bold;
  padding: 3px 0 0;
  font-size: 16px;
}
.amcheckout-step-container.-summary .checkout-payment-method {
  padding: 10px 20px;
  border: 2px solid #e6e7e6;
  border-top: none;
  border-bottom: none;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option-content {
  display: block !important;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code._active .payment-option-content {
  display: none !important;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount {
  position: relative;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar {
  position: absolute;
  right: 0px;
  top: 0px;
  width: auto;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar .primary {
  min-width: unset;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .actions-toolbar .primary .action {
  background: #f36b21;
  padding: 0px 10px;
  line-height: 26px;
  height: auto;
  min-height: auto;
  border: 2px solid #e6e7e6;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount input {
  height: 30px;
}
.amcheckout-step-container.-summary .checkout-payment-method .discount-code .payment-option-content .form.form-discount .payment-option-inner {
  padding: 0 115px 0 0;
}
.amcheckout-step-container.-summary .checkout-payment-method.submit {
  border-bottom: 2px solid #e6e7e6;
}
.amcheckout-step-container .form-login {
  border-bottom: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media (min-width: 992px) {
  .cart.table-wrapper .product-item-photo {
    max-width: 100%;
  }
}
/**
 * Copyright © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 11px 0 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .rtl-layout .block-giftregistry-shared .item-options dt {
    float: right;
    clear: right;
    margin: 0 0 5.5px 11px;
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 5.5px;
  }
  .rtl-layout .block-giftregistry-shared .item-options dd {
    float: right;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .storecredit .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .storecredit .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(1),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .rtl-layout .storecredit .block:nth-child(1),
  .rtl-layout .paypal-review-discount .block:nth-child(1),
  .rtl-layout .cart-discount .block:nth-child(1) {
    float: right;
    clear: right;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .storecredit .block: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) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .rtl-layout .abs-discount-block-desktop .block:nth-child(2),
  .rtl-layout .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .rtl-layout .storecredit .block:nth-child(2),
  .rtl-layout .paypal-review-discount .block:nth-child(2),
  .rtl-layout .cart-discount .block:nth-child(2) {
    float: left;
  }
  .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,
  .dashboard-welcome-toggler {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .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;
  }
  .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 + .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;
  }
  .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 {
    width: 100%;
    padding: 0;
  }
  .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,
  .checkout-cart-index .page-title-wrapper,
  .cart-summary .block .content,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-block-font-size,
  .block-balance-giftcard .block-content,
  .block-reviews-dashboard .product-name {
    font-size: 1.6rem;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -27.5px;
  }
  .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: "\e6b1";
    font-family: 'mbicon';
    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: 5.5px 11px;
  }
  .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: 0 0 15px;
  }
  .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 #d1d1d1;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 32px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .cart-container .crosssell,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 70%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 3%;
    position: relative;
  }
  .rtl-layout .cart-container .crosssell,
  .rtl-layout .block-cart-failed,
  .rtl-layout .cart-container .form-cart,
  .rtl-layout .cart-container .cart-gift-item {
    float: right;
    padding-right: 0;
    padding-left: 3%;
  }
  .abs-discount-block-desktop .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .abs-discount-block-desktop .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    text-transform: uppercase;
    position: relative;
    padding: 0;
    margin-bottom: 20px;
    min-width: 100%;
  }
  .abs-discount-block-desktop .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    border: 0;
    padding-bottom: 15px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: top;
  }
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 20px;
    -moz-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -webkit-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -o-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    -ms-box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
    box-shadow: 1px 3px 1px rgba(50,50,50,0.1);
  }
  .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: 46px;
    margin-bottom: 44px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .cart.actions .action.continue {
    float: left;
  }
  .layout-rtl .cart.actions .action.continue {
    float: right;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .amelsearch-further-section {
    display: block;
  }
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    font-size: 20px;
    padding: 17px 46px;
    text-transform: none;
  }
  .amgdprcookie-cookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-caption {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-cookie-container .amgdprcookie-text {
    font-size: 14px;
  }
  .amgdprcookie-cookie-container .amgdprcookie-options {
    background: inherit;
    display: inline-block;
    font-size: 14px;
  }
  .amgdprcookie-groups-modal .amgdprcookie-cookie-container,
  .amgdprcookie-groups-modal .amgdprcookie-header,
  .amgdprcookie-groups-modal .amgdprcookie-text {
    padding: 0;
  }
  .amgdprcookie-modal-container .modal-inner-wrap {
    background: #ffffff;
    min-width: 400px;
    right: unset;
    width: 21%;
  }
  .amgdprcookie-table .amgdprcookie-cell.desc,
  .amgdprcookie-table .amgdprcookie-title.-wide {
    width: 30%;
  }
  .amgdprcookie-table .amgdprcookie-cell,
  .amgdprcookie-table .amgdprcookie-title {
    width: 15%;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block {
    flex-direction: row;
    margin-bottom: 5px;
  }
  .amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
    margin-bottom: 0;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .giftcard-giftproducts-index .products-grid .product-item {
    padding: 0;
    width: 24.439%;
  }
  .cart-container .crosssell {
    margin-bottom: 22px;
  }
  .mp-sidebar .data.item.title {
    width: 50% !important;
    margin: 0 !important;
  }
  .mp-sidebar .data.item.title .data.switch {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .mp-sidebar .data.item.title .data.switch div {
    width: fit-content;
    margin: auto;
  }
  .mp-sidebar #tab-label-popular .data.switch {
    border-right: 0 !important;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .block-category-event.block:last-child {
    margin-bottom: 33px;
    padding: 11px 0 33px;
  }
  .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;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .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 #d1d1d1;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .actions.secondary {
    text-align: right;
  }
  .block-cart-failed .actions.secondary .action {
    display: inline-block;
    margin: 0 0 0 11px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 11px 11px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .checkout-cart-index .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 30%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 20px 20px;
    position: relative;
  }
  .cart-summary > .title {
    display: block;
  }
  .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 .fieldset .field {
    margin: 0 0 10px;
  }
  .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.item {
    padding: 10px 8px 10px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    padding-right: 15px;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    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: 11px;
    padding-top: 11px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 27.5px;
  }
  .cart-discount {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .cart-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    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%;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 33px;
  }
  .checkout-onepage-success .print {
    display: block;
    margin: 22px 0 0;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .opc-wrapper .fieldset > .field.required,
  .opc-wrapper .fieldset > .field._required {
    position: relative;
  }
  .opc-wrapper .fieldset > .field.required > label,
  .opc-wrapper .fieldset > .field._required > label {
    padding-right: 25px;
  }
  .opc-wrapper .fieldset > .field.required > label:after,
  .opc-wrapper .fieldset > .field._required > label:after {
    margin-left: 11px;
    position: absolute;
    top: 9px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 100%;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 11px;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 100%;
  }
  .opc-wrapper #shipping-new-address-form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 15px;
    margin-bottom: 10px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .opc-wrapper #shipping-new-address-form > .field.street > .control > .field {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 0 0 30px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #aeaeae;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .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;
    margin-bottom: 0;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 11px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 11px 0 0 30px;
  }
  .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 22px 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;
  }
  .fieldset .fullname .field .label {
    padding: 6px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 16px;
    margin-bottom: 22px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    clear: both;
  }
  .page-product-downloadable .product-options-bottom {
    clear: both;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 24px;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 22px;
    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 5.5px;
    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: 700;
  }
  .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 #c2c2c2;
    border-radius: 1px;
    font-family: Work Sans, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: #c2c2c2;
  }
  .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: 11px;
  }
  .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.4rem;
    margin: 0 0 0 5.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.4rem;
    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: 28px;
    line-height: 14px;
    content: '\e618';
    font-family: 'mbicon';
    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-message .field {
    margin: 0 0 22px;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .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: 22px;
    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 {
    padding: 22px 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    content: "\e93a";
    font-family: 'mbicon';
    margin: 0 0 0 11px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #333333;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #000000;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: "\e939";
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 22px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 22px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 22px;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
  }
  .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 #d1d1d1;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 22px 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-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 22px;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 22px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5.5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 22px;
  }
  .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: 11px;
    padding: 5.5px 11px 11px;
    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: 11px;
    padding: 5.5px 11px 11px;
  }
  .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: 27.5px;
  }
  .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: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 0 0 -1px;
  }
  .order-links .item:first-child {
    margin-left: 0;
  }
  .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: 25%;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
  }
  .order-details-items .col {
    width: auto;
  }
  .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;
  }
  .form.send.friend {
    width: 60%;
  }
  .form.send.friend .fieldset .field {
    width: 45%;
  }
  .form.send.friend .fieldset .field.text {
    width: 90%;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 16px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5.5px;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 22px;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .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 .fieldset {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    float: left;
    padding-right: 11px;
    margin-bottom: 10px;
  }
  .products-grid.wishlist .product-item .box-tocart {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .control {
    margin-bottom: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary button {
    width: 100%;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 22px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    position: relative;
    width: 100%;
    display: inline-block;
    vertical-align: top;
  }
  .wishlist-index-index .product-item-inner {
    background: #ffffff;
    box-shadow: 0 2px 5px #e1e1e1;
    display: none;
    left: 0;
    margin: 0;
    padding: 0 9px 9px;
    position: absolute;
    right: 0;
    z-index: 2;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amgdprcookie-groups-modal .amgdprcookie-form {
    padding: 0 20px;
  }
  .checkout-index-index .modal-popup.amgdprcookie-modal-container .modal-inner-wrap {
    left: unset;
    margin-left: unset;
    width: 21%;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    width: 380px;
    transition: all .3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@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;
  }
}
/* style */
.product-list-table {
  margin: auto;
  width: 100%;
  max-width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  color: #290E09;
  border-radius: 0;
  overflow: hidden;
}
.product-list-table thead tr {
  border-top: none;
  background: #5b2015;
  color: #ffffff;
}
.product-list-table tr:not(.mp-notice-messages) {
  border-bottom: 1px solid #ddd;
  background-color: #fefefe;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  border-color: #ededed;
}
.product-list-table th {
  display: none;
  text-align: left;
  width: auto;
  word-break: break-word;
  padding: 14px 16px;
}
.product-list-table .price-box {
  margin-bottom: 0px;
}
.product-list-table td {
  display: block;
  font-size: 12px;
  text-align: left;
  width: auto;
  word-break: break-word;
  padding: 5px;
}
.product-list-table td:first-child {
  margin-top: .5em;
}
.product-list-table td:last-child {
  margin-bottom: .5em;
}
.product-list-table td:before {
  content: attr(data-th) ": ";
  font-weight: 700;
  width: 120px;
  display: inline-block;
  vertical-align: top;
  color: #000;
  padding: 5px 0;
}
#mptablecategory-table-view.product-list-table {
  display: block;
}
#mptablecategory-table-view.product-list-table thead {
  display: none;
}
#mptablecategory-table-view.product-list-table thead tr {
  display: flex;
  border-top: none;
  background: #f2f2f2;
}
#mptablecategory-table-view.product-list-table thead tr th {
  display: inline-block;
  font-size: 12px;
  line-height: 20px;
  font-weight: normal;
  color: #807573;
}
#mptablecategory-table-view.product-list-table tbody {
  display: block;
  vertical-align: top;
}
#mptablecategory-table-view.product-list-table tbody tr {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
#mptablecategory-table-view.product-list-table tbody tr td {
  display: inline-block;
  margin: 0;
}
#mptablecategory-table-view.product-list-table tbody tr td > div {
  padding: 5px 0;
}
#mptablecategory-table-view.product-list-table .mptablecategory-product-option {
  min-width: auto;
}
.mptablecategory-product-qty {
  min-width: auto;
}
.mptablecategory-product-qty input {
  width: 48px;
}
@media all and (min-width: 768px) {
  .mptablecategory-product-qty input {
    width: 36px;
  }
  #mptablecategory-table-view.product-list-table thead {
    display: block;
  }
  #mptablecategory-table-view.product-list-table tbody tr {
    flex-direction: row;
  }
}
@media all and (min-width: 1230px) {
  .mptablecategory-product-qty input {
    width: 48px;
  }
}
body .mptablecategory-product-sku {
  text-align: left;
}
body .mptablecategory-product-sku span {
  font-weight: 600;
}
.add-to-cart-btn {
  background: #5b2015;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #5b2015;
  box-shadow: none;
  color: #ffffff;
  cursor: pointer;
  line-height: 20px;
  padding: 7px 16px;
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  outline: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.add-to-cart-btn:hover {
  background: #fff;
  border-color: #5b2015;
  color: #5b2015;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
#instantsearch-area input[type="text"] {
  font-size: 16px;
  text-align: left;
  font-weight: 700;
  height: 55px;
}
.qod-product-item {
  border-color: #dedede;
}
.pc-sub {
  margin-right: 8px;
  margin-left: 0;
}
.pc-sub:hover {
  background-color: #fff;
  border-color: #5b2015;
  color: #5b2015;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pc-add {
  margin-right: 0;
  margin-left: 8px;
}
.pc-add:hover {
  background-color: #fff;
  border-color: #5b2015;
  color: #5b2015;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.pc-sub,
.pc-add {
  font-size: 30px;
  line-height: 30px;
  width: 30px;
  height: 30px;
  display: inline-block;
  padding: 0;
  text-align: center;
  font-style: normal;
  color: #5b2015;
  background-color: #fff;
  cursor: pointer;
  vertical-align: middle;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
@media all and (min-width: 1230px) {
  .pc-sub,
  .pc-add {
    font-size: 32px;
    line-height: 32px;
    width: 32px;
    height: 32px;
  }
}
.pc-counter {
  color: #333;
  height: 32px;
  max-width: 48px;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  outline: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid #F2E8E6;
  border-radius: 4px;
}
.pc-counter:focus {
  border-color: #5b2015;
}
.pc-sub,
.pc-add,
.pc-counter {
  margin-bottom: 12px;
}
.product-thumbnail {
  max-width: 150px;
  display: inline-block;
  max-height: 150px;
  overflow: hidden;
}
.product-thumbnail img {
  -o-object-fit: cover;
  object-fit: cover;
}
.monthly-payment {
  font-size: 14px;
}
.price-container .price {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
}
.old-price {
  vertical-align: baseline;
}
.old-price .price {
  display: inline-block;
  text-decoration: line-through;
  color: #290E09;
  font-weight: normal;
  margin-left: 2px;
}
.old.price {
  vertical-align: baseline;
}
.product-list {
  border: 1px solid #EDEDED;
  border-top-width: 0;
}
.product-list .product-name {
  text-decoration: none;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
  margin-bottom: 0px;
}
.product-list .product-name:hover {
  color: #5b2015;
  -webkit-transition: all .4s;
  -o-transition: all .4s;
  -moz-transition: all .4s;
  transition: all .4s;
}
.product-list .product-name,
.qod-product-item .item-sku,
.qod-product-item .item-subtotal {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #290E09;
  margin-top: 15px;
}
.qod-product-item #item-qty {
  padding-top: 0px;
  margin-top: 15px;
}
.qod-product-item .item-sku,
.qod-product-item .item-subtotal,
.qod-product-item #item-action {
  line-height: normal;
}
.image-product img {
  height: 85px;
}
.product-item-link {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  color: #290E09;
  margin-bottom: 5px;
}
.product-item-link:hover {
  color: #5b2015;
}
.tooltip {
  position: relative;
}
.tooltip:before {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
  color: #ffffff;
  content: attr(data-title);
  font-size: 12px;
  padding: 6px 10px;
  top: 26px;
  white-space: nowrap;
}
.tooltip:after {
  display: block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(0, 0, 0, 0.75);
  border-left: 6px solid transparent;
  content: '';
  height: 0;
  top: 20px;
  left: 20px;
  width: 0;
}
.tooltip.fade:after {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}
.tooltip.fade:before {
  transform: translate3d(0, -10px, 0);
  transition: all 0.15s ease-in-out;
}
.tooltip.fade:hover:after {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
.tooltip.fade:hover:before {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.mp-notice-messages {
  padding: 0px !important;
  width: 100%;
  display: table-cell !important;
  border-bottom: 0;
}
.mp-notice-messages td {
  padding: 0px !important;
  width: 100%;
  display: table-cell !important;
}
.product-list-table .product-item-photo {
  display: inline-block;
  overflow: hidden;
}
.product-list-table .product-item-photo img {
  max-width: 128px;
}
.mptablecategory-product-name {
  max-width: 270px;
}
.mptablecategory-product-image {
  padding: 5px;
}
.mptablecategory-popup-click {
  border-bottom: 1px dashed #000;
}
.special-price .price {
  font-weight: 600;
  color: #290E09;
}
.normal-price .price-final_price .price {
  color: #5b2015;
}
.modal-inner-wrap .page-bottom {
  display: none;
}
.modal-inner-wrap .widget-product.related {
  display: none;
}
#button-addcart-checkout button {
  background-color: #5b2015 !important;
  box-shadow: none !important;
}
#button-addcart-checkout button#top-checkout {
  margin-right: 0;
  margin-left: 0;
}
body .quickod-wrapper button {
  width: auto;
  height: 48px;
  font-family: "Work Sans";
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
  background-color: #5b2015 !important;
  box-shadow: none !important;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 0 22px;
}
body .quickod-wrapper button#top-checkout,
body .quickod-wrapper button#checkout-list {
  background-color: #f2e8e6 !important;
  color: #5b2015;
}
body .quickod-wrapper button#clear-list {
  background-color: transparent !important;
  color: #5b2015;
  width: auto;
  padding-right: 25px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxNCAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuOTk5OTggNFYxNkgxM1Y0SDAuOTk5OThaTTQuMzMzMzEgMTMuMzMzM0M0LjMzMzMxIDEzLjcwMTMgNC4wMzQ2NSAxNCAzLjY2NjY1IDE0QzMuMjk4NjUgMTQgMi45OTk5OCAxMy43MDEzIDIuOTk5OTggMTMuMzMzM1Y2LjY2NjY3QzIuOTk5OTggNi4yOTg2NyAzLjI5ODY1IDYgMy42NjY2NSA2QzQuMDM0NjUgNiA0LjMzMzMxIDYuMjk4NjcgNC4zMzMzMSA2LjY2NjY3VjEzLjMzMzNaTTcuNjY2NjUgMTMuMzMzM0M3LjY2NjY1IDEzLjcwMTMgNy4zNjc5OCAxNCA2Ljk5OTk4IDE0QzYuNjMxOTggMTQgNi4zMzMzMSAxMy43MDEzIDYuMzMzMzEgMTMuMzMzM1Y2LjY2NjY3QzYuMzMzMzEgNi4yOTg2NyA2LjYzMTk4IDYgNi45OTk5OCA2QzcuMzY3OTggNiA3LjY2NjY1IDYuMjk4NjcgNy42NjY2NSA2LjY2NjY3VjEzLjMzMzNaTTExIDEzLjMzMzNDMTEgMTMuNzAxMyAxMC43MDEzIDE0IDEwLjMzMzMgMTRDOS45NjUzMSAxNCA5LjY2NjY1IDEzLjcwMTMgOS42NjY2NSAxMy4zMzMzVjYuNjY2NjdDOS42NjY2NSA2LjI5ODY3IDkuOTY1MzEgNiAxMC4zMzMzIDZDMTAuNzAxMyA2IDExIDYuMjk4NjcgMTEgNi42NjY2N1YxMy4zMzMzWk0xMy42NjY2IDEuMzMzMzNWMi42NjY2N0gwLjMzMzMxM1YxLjMzMzMzSDQuMTQwNjVDNC43NDA2NSAxLjMzMzMzIDUuMjI3OTggMC42MDA2NjcgNS4yMjc5OCAwSDguNzcxMzFDOC43NzEzMSAwLjYwMDY2NyA5LjI1Nzk4IDEuMzMzMzMgOS44NTg2NSAxLjMzMzMzSDEzLjY2NjZaIiBmaWxsPSIjNUIyMDE1Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: right;
}
body .quickod-wrapper:hover {
  box-shadow: none !important;
}
body .quickod-wrapper button:hover::before {
  opacity: 0;
}
body .quickod-wrapper button:hover {
  opacity: 0.8;
}
.headlist-title {
  color: #5b2015 !important;
  font-family: Work Sans !important;
  box-shadow: none !important;
}
.headlist-title span {
  word-break: break-word;
}
body .addmultiple-title h2 {
  font-family: "Work Sans";
  color: #290E09;
  background-color: transparent !important;
  box-shadow: none !important;
  font-size: 32px;
  line-height: 40px;
  padding-left: 0;
}
.quickod-productlist .headlist-title {
  padding: 0px;
  background-color: #F2F2F2;
  border-radius: 4px 4px 0px 0px;
  border-bottom: none;
}
.quickod-productlist .headlist-title span {
  font-size: 16px;
  line-height: 24px;
  padding: 20px 15px;
}
#title-qty,
.qod-product-item #item-qty {
  width: 14%;
}
#title-subtotal,
.qod-product-item .item-subtotal {
  width: 16%;
}
.product-item-name a {
  color: #000000;
}
.product-item-name a:hover {
  color: #5b2015;
}
body #item-qty #action-qty #sub-qty,
body #item-qty #action-qty #plus-qty {
  background: transparent !important;
  color: #5b2015;
}
#title-product,
.qod-product-item .item-product {
  width: 40%;
}
.qod-product-item .item-sku,
.qod-product-item .item-product {
  padding: 0 15px;
}
.qod-product-item .item-product .name-option {
  padding-left: 10px;
}
.image-product img {
  margin-left: 0;
}
.quickod-main-page .item-instock {
  color: #290E09;
  margin: 0;
  float: none;
  font-size: 12px !important;
  line-height: 16px;
  text-align: center;
}
body #display-qty input {
  border: 1px solid #F2E8E6;
  box-sizing: border-box;
  border-radius: 4px;
  color: #5B2015;
}
body #item-qty #action-qty {
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: auto;
  height: auto;
  margin-bottom: 3px;
}
body #delete-item {
  position: relative;
  width: 24px;
  height: 24px;
  display: inline-block;
  padding: 0;
  font-size: 0;
  background: #F2E8E6;
  border-radius: 24px;
}
body #delete-item:after,
body #delete-item:before {
  content: " ";
  display: inline-block;
  position: absolute;
  top: 11px;
  left: 6px;
  background: #5B2015;
  width: 12px;
  height: 2px;
}
body #delete-item:after {
  transform: rotate(-45deg);
}
body #delete-item:before {
  transform: rotate(45deg);
}
.quickod-main-page .qod-product-item {
  border-top: 0;
}
.quickod-main-page .qod-product-item:hover {
  background-color: #FFF4F2;
}
body .addcart-checkout-list {
  background: transparent;
  padding-right: 10px;
}
body #qod-page-title {
  font-size: 40px;
  line-height: 48px;
  color: #290E09;
  padding-top: 13px;
  padding-left: 0;
}
body #button-addcart-checkout {
  padding-top: 13px;
}
#mptablecategory-table-view thead tr td,
#mptablecategory-table-view tbody tr td {
  width: 100%;
  max-width: none;
}
#mptablecategory-table-view .add-to-cart-btn {
  margin-left: 0;
}
.product-item-link {
  max-width: 100%;
}
input:not([type="radio"]):not([type="checkbox"]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  margin: 0;
}
.checkout-cart-index .control.qty {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (min-width: 768px) {
  .image-product img {
    height: 60px;
  }
  #mptablecategory-table-view thead tr,
  #mptablecategory-table-view tbody tr {
    padding-right: 8px;
    padding-left: 8px;
  }
  #mptablecategory-table-view thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 13%;
  }
  #mptablecategory-table-view thead tr > :nth-child(2),
  #mptablecategory-table-view tbody tr > :nth-child(2) {
    width: 35%;
  }
  #mptablecategory-table-view thead tr > :nth-child(3),
  #mptablecategory-table-view tbody tr > :nth-child(3) {
    width: 15%;
  }
  #mptablecategory-table-view thead tr > :nth-child(4),
  #mptablecategory-table-view tbody tr > :nth-child(4) {
    width: 15%;
    word-break: keep-all;
  }
  #mptablecategory-table-view thead tr > :nth-child(5),
  #mptablecategory-table-view tbody tr > :nth-child(5) {
    width: 22%;
    text-align: center;
  }
  #mptablecategory-table-view .product-item-link,
  #mptablecategory-table-view .mptablecategory-no-options {
    max-width: none;
  }
  #mptablecategory-table-view .add-to-cart-btn {
    min-width: auto;
    width: 100%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 13%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(2),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(2) {
    width: 28%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(4),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(4) {
    width: 11%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(5),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(5) {
    width: 15%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(6),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(6) {
    width: 22%;
    text-align: center;
  }
  .product-image-photo {
    position: relative;
  }
  body:not(.checkout-index-index, .checkout-cart-index).product-image-container {
    width: 100% !important;
  }
  .checkout-index-index .product-image-wrapper.product-image-wrapper {
    overflow: visible;
  }
  .checkout-cart-index .product-image-wrapper.product-image-wrapper {
    overflow: visible;
  }
  body .addcart-checkout-list {
    width: 50%;
    float: right;
    text-align: right;
  }
  body .addmultiple-addlist {
    width: 50%;
    padding-top: 10px;
    float: left;
    text-align: left;
  }
  .checkout-index-index .stock.mp-preorder-stock {
    display: none;
  }
}
@media all and (min-width: 1230px) {
  #mptablecategory-table-view thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 17%;
  }
  #mptablecategory-table-view thead tr > :nth-child(2),
  #mptablecategory-table-view tbody tr > :nth-child(2) {
    width: 40%;
  }
  #mptablecategory-table-view thead tr > :nth-child(3),
  #mptablecategory-table-view tbody tr > :nth-child(3) {
    width: 13%;
  }
  #mptablecategory-table-view thead tr > :nth-child(4),
  #mptablecategory-table-view tbody tr > :nth-child(4) {
    width: 12%;
  }
  #mptablecategory-table-view thead tr > :nth-child(5),
  #mptablecategory-table-view tbody tr > :nth-child(5) {
    width: 18%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr:not(.mp-notice-messages) > :nth-child(1),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr:not(.mp-notice-messages) > :nth-child(1) {
    width: 17%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(2),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(2) {
    width: 33%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(3),
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(4),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(4) {
    width: 10%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(5),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(5) {
    width: 12%;
  }
  #mptablecategory-table-view.monthly-payments-enabled thead tr > :nth-child(6),
  #mptablecategory-table-view.monthly-payments-enabled tbody tr > :nth-child(6) {
    width: 18%;
  }
}
@media all and (min-width: 992px) {
  #item-qty #action-qty span {
    font-size: 18px;
    line-height: 25px;
  }
  body #item-qty #action-qty #sub-qty,
  body #item-qty #action-qty #plus-qty {
    font-size: 32px;
    line-height: 32px;
    font-weight: 500;
    padding: 0;
    width: 32px;
  }
  body #display-qty input {
    width: 60px;
    height: 48px;
  }
  .image-product img {
    height: 85px;
  }
  .quickod-main-page .item-instock {
    float: left;
    text-align: left;
  }
}
@media all and (max-width: 767px) {
  .quickod-productlist .headlist-title {
    display: none;
  }
  .quickod-productlist .qod-product-item {
    position: relative;
    padding-top: 50px;
  }
  .quickod-productlist .qod-product-item .item-product,
  .quickod-productlist .qod-product-item .item-sku,
  .quickod-productlist .qod-product-item #item-qty,
  .quickod-productlist .qod-product-item .item-subtotal {
    width: 100%;
  }
  .quickod-productlist .qod-product-item .product-name {
    color: #333;
  }
  .quickod-productlist .qod-product-item .item-instock {
    color: #5b2015;
    margin: auto;
    float: none;
  }
  .quickod-productlist .qod-product-item .item-product {
    display: flex;
    align-items: center;
  }
  .quickod-productlist .qod-product-item .item-product .image-product {
    width: 30%;
  }
  .quickod-productlist .qod-product-item .item-product .name-option {
    width: 70%;
  }
  .quickod-productlist .qod-product-item #item-action {
    position: absolute;
    top: 0;
    right: 0;
  }
  .quickod-productlist .qod-product-item .item-sku {
    padding-left: 10px;
  }
  .quickod-productlist #delete-item,
  .quickod-productlist #item-qty #action-qty #sub-qty,
  .quickod-productlist #item-qty #action-qty #plus-qty {
    padding: 2px 10px 2px 10px;
  }
  .product-image-container {
    margin: 0 auto;
  }
  .product-list-table td.mptablecategory-product-image:before {
    display: none;
  }
  .product-list-table .product-item-photo {
    display: block;
  }
  #mptablecategory-table-view tbody tr td.mptablecategory-add-to-cart-btn {
    margin-bottom: 15px;
  }
  #mptablecategory-table-view tbody tr td {
    font-size: 14px;
  }
  #mptablecategory-table-view tbody tr td.mptablecategory-product-image {
    max-width: 128px;
    margin: 15px auto;
  }
  .product-item {
    margin-bottom: 0;
  }
  .toolbar-products {
    margin-bottom: 0;
  }
}
.item-instock {
  color: #5b2015;
  line-height: normal;
  margin: 10px 0;
}
.add-via-file input[type="file"] {
  padding-top: 3px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin-left: 0;
  width: 100%;
  cursor: pointer;
}
body .quickod-wrapper {
  font-family: Work Sans;
}
.add-multiple {
  border-right-color: #5b2015;
}
#instantsearch-area input[type="text"]:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b2015), to(#5b2015)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#5b2015, #5b2015), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: -o-linear-gradient(#5b2015, #5b2015), -o-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#5b2015, #5b2015), linear-gradient(#d2d2d2, #d2d2d2);
}
.qod-product-item:hover {
  background-color: #5b2015;
  box-shadow: none;
}
.item-insalablestock {
  font-size: 12px;
  line-height: 16px;
  margin: 0px;
  color: #290E09;
}
.add-multiple textarea:focus {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5b2015), to(#5b2015)), -webkit-gradient(linear, left top, left bottom, from(#d2d2d2), to(#d2d2d2));
  background-image: -webkit-linear-gradient(#5b2015, #5b2015), -webkit-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: -o-linear-gradient(#5b2015, #5b2015), -o-linear-gradient(#d2d2d2, #d2d2d2);
  background-image: linear-gradient(#5b2015, #5b2015), linear-gradient(#d2d2d2, #d2d2d2);
}
#display-qty input:focus {
  border-color: #5b2015;
}
.quickod-add-multiple,
.title-button {
  margin-top: 40px;
}
.instantsearch {
  margin-bottom: 35px;
  margin-top: 30px;
}
body .instantsearch,
body .title-button {
  height: auto;
}
#item-qty #action-qty span {
  margin-left: 3px;
}
.instantsearch #instantsearch-area {
  width: 100%;
}
.instantsearch #instantsearch-area input[type="text"] {
  padding-left: 52px;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 8px rgba(143, 59, 43, 0.15);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #5b2015;
  font-weight: normal;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yMS4xNzIgMjRMMTMuNzg1IDE2LjYxM0MxMi4zOTcgMTcuNDg3IDEwLjc2MSAxOCA5IDE4QzQuMDI5IDE4IDAgMTMuOTcxIDAgOUMwIDQuMDI5IDQuMDI5IDAgOSAwQzEzLjk3MSAwIDE4IDQuMDI5IDE4IDlDMTggMTAuNzYxIDE3LjQ4NiAxMi4zOTggMTYuNjEzIDEzLjc4NUwyNCAyMS4xNzJMMjEuMTcyIDI0Wk05IDE2QzEyLjg1OSAxNiAxNiAxMi44NiAxNiA5QzE2IDUuMTQgMTIuODU5IDIgOSAyQzUuMTQxIDIgMiA1LjE0IDIgOUMyIDEyLjg2IDUuMTQxIDE2IDkgMTZaIiBmaWxsPSIjRTZEMkNGIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 25px;
  background-position: 16px;
  border: 1px solid #5b2015;
  max-width: 570px;
}
.instantsearch #instantsearch-area input[type="text"]:focus {
  background-color: #FFF4F2;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxwYXRoIGQ9Ik0yMS4xNzIgMjRMMTMuNzg1IDE2LjYxM0MxMi4zOTcgMTcuNDg3IDEwLjc2MSAxOCA5IDE4QzQuMDI5IDE4IDAgMTMuOTcxIDAgOUMwIDQuMDI5IDQuMDI5IDAgOSAwQzEzLjk3MSAwIDE4IDQuMDI5IDE4IDlDMTggMTAuNzYxIDE3LjQ4NiAxMi4zOTggMTYuNjEzIDEzLjc4NUwyNCAyMS4xNzJMMjEuMTcyIDI0Wk05IDE2QzEyLjg1OSAxNiAxNiAxMi44NiAxNiA5QzE2IDUuMTQgMTIuODU5IDIgOSAyQzUuMTQxIDIgMiA1LjE0IDIgOUMyIDEyLjg2IDUuMTQxIDE2IDkgMTZaIiBmaWxsPSIjRTZEMkNGIi8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-size: 25px;
  border-color: #5b2015;
}
.instantsearch #instantsearch-area input[type="text"]::placeholder {
  color: #5b2015;
}
body #add-skus,
body #add-files {
  font-weight: 500;
  line-height: 24px;
  color: #290E09;
  margin-bottom: 13px;
}
.quickod-main-page .add-multiple {
  padding-left: 0;
  border: none;
  width: 49% !important;
  margin-top: 25px;
}
.quickod-main-page .add-multiple textarea {
  width: 100%;
  height: 188px;
  background: #fff;
  border: 1px solid #5b2015;
  box-sizing: border-box;
  box-shadow: inset 0px 0px 4px rgba(143, 59, 43, 0.05);
  border-radius: 4px;
  padding-left: 20px;
  padding-top: 24px;
  font-size: 16px;
  line-height: 19px;
  color: #5b2015;
  margin-bottom: 14px;
  order: 2;
}
.quickod-main-page .add-multiple textarea::placeholder {
  font-size: 16px;
  line-height: 19px;
  color: #5B2015;
}
.quickod-main-page .add-multiple textarea:focus {
  background: #FFF4F2;
}
.addlist-box {
  text-align: right;
  margin-bottom: 29px;
}
body #downloadcsvfile {
  text-align: right;
}
body #downloadcsvfile a {
  font-size: 16px;
  line-height: 19px;
  font-family: Work Sans;
  padding-right: 20px;
  color: #5b2015;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxMiAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTguNjY2NjcgNy44MzMzM0gxMkw2IDE0LjVMMCA3LjgzMzMzSDMuMzMzMzNWMC41SDguNjY2NjdWNy44MzMzM1pNMTAuNjY2NyAxMy4xNjY3VjE1LjE2NjdIMS4zMzMzM1YxMy4xNjY3SDBWMTYuNUgxMlYxMy4xNjY3SDEwLjY2NjdaIiBmaWxsPSIjNUIyMDE1Ii8+Cjwvc3ZnPgo=");
  background-repeat: no-repeat;
  background-position: right;
}
.addmultiple-format {
  padding: 24px 20px;
  background: #F2F2F2;
  border-radius: 4px;
}
.addmultiple-format .add-multiple p {
  font-size: 16px !important;
  line-height: 24px;
  color: #807573;
}
body .add-via-file {
  width: 51%;
  padding-left: 32px;
  margin-top: 25px;
}
.addfiles-block {
  padding-top: 51px;
  padding-bottom: 51px;
  margin-bottom: 24px;
  border: 2px dashed #F2E8E6;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
}
.addfiles-text {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.02em;
  color: #5B2015;
}
.addfiles-text span {
  font-weight: 600;
}
.addfiles-choose {
  position: relative;
}
body .autocomplete-selected {
  background-color: #FFF4F2;
}
#file-message,
#bulkadd-message,
#bulkadd-complete,
#qty-message,
#addcart-message,
#bundle-message,
#product-message,
#error-message,
#error-customoption {
  position: relative;
  padding: 12px 20px;
  box-shadow: inset 0px 0px 4px rgba(143, 59, 43, 0.05);
  border-radius: 4px;
  font-size: 16px;
  line-height: 24px;
  color: #FF5233;
}
#file-message:before,
#bulkadd-message:before,
#bulkadd-complete:before,
#qty-message:before,
#addcart-message:before,
#bundle-message:before,
#product-message:before,
#error-message:before,
#error-customoption:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px 0 0 4px;
}
#file-message,
#bulkadd-message,
#qty-message,
#addcart-message,
#bundle-message,
#product-message,
#error-message,
#error-customoption {
  background: #FFE9E6;
}
#file-message:before,
#bulkadd-message:before,
#qty-message:before,
#addcart-message:before,
#bundle-message:before,
#product-message:before,
#error-message:before,
#error-customoption:before {
  background: #FF5233;
}
body #file-message {
  margin-left: 0;
}
#bulkadd-complet {
  background: #51B324;
}
#bulkadd-complet:before {
  background: #51B324;
}
#qty-message {
  margin-left: 0;
  margin-bottom: 10px;
}
.header-top-inner .header-top-row .top-link-wrap .top-links:first-child {
  margin-right: auto;
}
.header-top-inner .header-top-row .top-link-wrap .top-links:nth-child(2) {
  display: none;
}
.checkout-cart-index .product-item-photo .product-image-container {
  display: block;
}
/* media */
@media all and (min-width: 1200px) {
  .modal-popup .modal-inner-wrap {
    max-width: 850px;
  }
}
@media all and (max-width: 1200px) {
  .add-to-cart-btn {
    padding-left: 9px;
    padding-right: 9px;
    min-width: 60px;
  }
  .pc-sub {
    max-width: 25px;
  }
  .pc-add {
    max-width: 25px;
  }
  .pc-counter {
    max-width: 35px;
  }
}
@media screen and (min-width: 768px) {
  .product-list-table tr:hover {
    background-color: #b2aeaa12;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s;
  }
  .product-list-table td {
    display: table-cell;
    padding: 14px 8px;
  }
  .product-list-table td:before {
    display: none;
  }
  .product-list-table th {
    display: table-cell;
    padding: 14px 8px;
  }
}
@media screen and (max-width: 992px) {
  #mptablecategory-table-view tbody tr:first-child {
    border-top: none;
  }
  .product-count {
    display: inline-block;
    max-width: 120px;
    width: 100%;
  }
  .tooltip-product-title {
    display: inline-block;
    max-width: 50%;
  }
  .products-table .product-item-link {
    display: inline-block;
    max-width: 50%;
    vertical-align: middle;
  }
  .mptablecategory-no-options {
    display: inline-block;
    max-width: 50%;
  }
  .price-box {
    display: inline-block;
    max-width: 50%;
  }
  .tooltip:before {
    max-width: 100%;
    white-space: break-spaces;
  }
  .heading {
    font-size: 18px;
  }
  .mp-notice-messages td:before {
    display: none;
  }
  .add-to-cart-btn {
    min-width: 80px;
    margin-left: 5px;
    width: inherit;
  }
  .tocart-form {
    display: inline-block;
  }
  .mptablecategory-product-stock .stock {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .modal-popup.modal-slide {
    left: 0px;
  }
  body .suggestion-left {
    width: 27%;
  }
  body .suggestion-right {
    width: 73%;
  }
  body .image-product img {
    height: auto;
    width: 100%;
    margin-left: 0;
  }
  .product-list {
    border-top-width: 1px;
  }
  body .quickod-wrapper #button-addcart-checkout button {
    margin-right: 0;
    margin-left: 0;
  }
  body .quickod-wrapper button {
    width: 135px;
  }
}
@media screen and (max-width: 526px) {
  .quickod-main-page .add-multiple {
    width: 100% !important;
  }
  body .add-via-file {
    width: 100%;
    padding-left: 0;
  }
}
@media only screen and (max-width: 480px) and (min-width: 320px) {
  body .qod-product-item .item-product .image-product {
    width: 33%;
  }
}
.no-scroll {
  overflow: hidden;
  height: 100%;
  width: 100%;
  position: fixed;
}
.no-scroll body {
  overflow: auto;
  height: 100%;
  position: relative;
}
.cms-page-view .page-main h1,
.cms-page-view .page-main .page-title .base {
  font-family: 'Lato', sans-serif;
  font-size: 4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  margin-bottom: 40px;
  margin-top: 64px;
  letter-spacing: 0em;
  text-align: left;
  color: #3B1217;
}
.cms-page-view .page-main h2 {
  font-family: 'Lato', sans-serif;
  font-size: 3.2rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4rem;
  margin-bottom: 40px;
  letter-spacing: 0em;
  text-align: left;
  color: #3B1217;
}
.cms-page-view .page-main h3 {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 120%;
  color: #3B1217;
}
.cms-page-view .page-main p,
.cms-page-view .page-main span {
  font-family: Work Sans;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.4rem;
  letter-spacing: 0em;
  text-align: left;
  color: #290E09;
}
.cms-page-view .page-main p {
  margin-bottom: 3rem;
}
.cms-page-view .page-main .block {
  margin-bottom: 64px;
  margin-top: 64px;
}
@media (max-width: 768px) {
  .cms-page-view .page-main .container {
    max-width: initial;
  }
}
.cms-index-index .page-main .slider-block,
.cms-home-int .page-main .slider-block {
  margin-bottom: 30px;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item {
  display: flex;
  flex: 1;
  min-height: 165px;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .banner-item,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .banner-item {
  width: 100%;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image {
  height: 100%;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title {
  order: 2;
  width: 100%;
  bottom: 0;
  padding: 0 15px;
  margin-bottom: 15px;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1.2rem;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title span,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .banner-title span {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-align: inherit;
  color: inherit;
  white-space: nowrap;
}
.cms-index-index .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .img-responsive,
.cms-home-int .page-main .slider-block .carousel-container.small .owl-item .item-image .owl-image .img-responsive {
  order: 1;
  max-width: 168px;
  margin: 0 auto;
}
.cms-index-index .page-main .slider-block .carousel-container.medium .owl-image,
.cms-home-int .page-main .slider-block .carousel-container.medium .owl-image {
  position: relative;
  display: block;
}
.cms-index-index .page-main .slider-block .carousel-container.medium .banner-title,
.cms-home-int .page-main .slider-block .carousel-container.medium .banner-title {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 16px;
  text-align: center;
  background: rgba(255, 230, 0, 0.9);
  color: #3B1217;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 1.5rem;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-stage-outer,
.cms-home-int .page-main .slider-block .carousel-container .owl-stage-outer {
  width: 100.3%;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-stage-outer .banner-item,
.cms-home-int .page-main .slider-block .carousel-container .owl-stage-outer .banner-item {
  border: 1px solid #BFBFBF;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-image:hover,
.cms-home-int .page-main .slider-block .carousel-container .owl-image:hover {
  color: unset;
}
@media (min-width: 1230px) {
  .cms-index-index .page-main .slider-block .carousel-container.small .owl-stage,
  .cms-home-int .page-main .slider-block .carousel-container.small .owl-stage {
    display: flex;
  }
  .cms-index-index .page-main .slider-block .carousel-container.small .owl-stage .owl-item,
  .cms-home-int .page-main .slider-block .carousel-container.small .owl-stage .owl-item {
    max-width: 166px !important;
    width: 166px !important;
    height: 165px;
    margin-left: 2.1px;
  }
  .cms-index-index .page-main .slider-block .carousel-container.medium .owl-stage,
  .cms-home-int .page-main .slider-block .carousel-container.medium .owl-stage {
    display: flex;
  }
  .cms-index-index .page-main .slider-block .carousel-container.medium .owl-stage .owl-item,
  .cms-home-int .page-main .slider-block .carousel-container.medium .owl-stage .owl-item {
    min-width: 268px !important;
    width: 268px !important;
    margin-left: 2px;
  }
}
.cms-index-index .page-main .heading-title,
.cms-home-int .page-main .heading-title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #3B1217;
}
.cms-meist .block.text div {
  display: flex;
}
.cms-meist .block.text div p {
  flex: 1;
}
.cms-meist .block.text div p:first-child {
  margin-right: 3%;
}
@media (max-width: 768px) {
  .cms-meist .block.text div {
    flex-direction: column;
  }
  .cms-meist .block.text p:first-child {
    margin-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-meist .top-info {
    margin-top: 0 !important;
  }
  .cms-meist .top-info img {
    width: 100% !important;
    margin-top: 0 !important;
  }
  .cms-meist .top-info .top-info-content {
    float: left;
    width: 100%;
  }
}
.cms-meist .slider-container {
  margin: 0 auto;
}
.cms-meist .slider-container .cSlider--single {
  overflow: hidden;
  -webkit-user-select: text;
  -khtml-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  opacity: 0;
}
.cms-meist .slider-container .cSlider--single > div:nth-child(1n + 2) {
  display: none;
}
.cms-meist .slider-container .cSlider--single.slick-initialized > div:nth-child(1n + 2) {
  display: block;
}
.cms-meist .slider-container .cSlider--single .slick-list {
  padding-bottom: 20px;
  height: auto !important;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content {
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out width 1s;
  padding: 24px;
  margin: 0.5rem;
  background-color: white;
  -moz-transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content span {
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper {
  min-width: 270px;
  display: inline-block;
  border-radius: 2px;
  margin-right: 24px;
}
.cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper img {
  width: 100%;
}
.cms-meist .slider-container .cSlider--single .slick-current + .slick-slide:not(.slick-current) {
  z-index: 999;
}
.cms-meist .slider-container .cSlider--single .slick-slide {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  width: 600px;
}
.cms-meist .slider-container .cSlider--single .slick-slide.slick-center {
  opacity: 1 !important;
}
.cms-meist .slider-container .cSlider--single .slick-slide.slick-center .img-wrapper {
  opacity: 1 !important;
}
.cms-meist .slider-container .cSlider--single .slick-slide.prev,
.cms-meist .slider-container .cSlider--single .slick-slide.next {
  opacity: 1;
  filter: drop-shadow(0px 0px 10px rgba(0, 0, 0, 0.02));
}
.cms-meist .slider-container .cSlider--single .slick-slide.prev .img-wrapper,
.cms-meist .slider-container .cSlider--single .slick-slide.next .img-wrapper {
  opacity: 0.2;
  transition: all 0.1s cubic-bezier(0, 0.22, 0.29, 1);
}
.cms-meist .slider-container .cSlider--single .slick-slide.prev:before,
.cms-meist .slider-container .cSlider--single .slick-slide.next:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 260px;
  z-index: 100;
}
.cms-meist .slider-container .cSlider--single .mass-visible {
  transition: all 0.1s cubic-bezier(0, 0.22, 0.29, 1);
  opacity: 0.1;
}
.cms-meist .slider-container .cSlider--single .slick-current {
  opacity: 1;
  position: relative;
  filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
}
.cms-meist .slider-container .cSlider--single .slick-current .content span {
  opacity: 1;
}
.cms-meist .slider-container .cSlider--single .slick-current .pointer {
  visibility: visible;
}
.cms-meist .slider-container .cSlider--single .pointer {
  width: 45px;
  height: 100px;
  position: absolute;
  bottom: -100px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  visibility: visible;
  overflow: hidden;
  -webkit-box-shadow: 0 16px 10px -17px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -20px 10px -17px rgba(0, 0, 0, 0.5);
}
.cms-meist .slider-container .cSlider--single .pointer:after {
  content: "";
  position: absolute;
  width: 28px;
  height: 28px;
  background: #ffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 86px;
  left: 7px;
}
.cms-meist .slider-container .cSlider--single .arrow {
  background-repeat: no-repeat;
  position: absolute;
  background-position: center;
  top: 50%;
  z-index: 100;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  visibility: visible;
  opacity: 1;
  width: 24%;
  height: 265px;
  cursor: pointer;
}
.cms-meist .slider-container .cSlider--single .arrow.slick-disabled {
  visibility: hidden;
  opacity: 0;
}
.cms-meist .slider-container .cSlider--single .arrow.arrow-left {
  left: 0;
  background-position: 13% 50%;
  background-image: url(../images/arrow-left.png);
}
.cms-meist .slider-container .cSlider--single .arrow.arrow-right {
  right: 0;
  background-position: 90% 50%;
  background-image: url(../images/arrow-right.png);
}
.cms-meist .slider-container .cSlider--nav {
  opacity: 0;
  width: 100%;
  margin: 0 auto;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 32px;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.cms-meist .slider-container .cSlider--nav .slick-list {
  -webkit-mask-image: linear-gradient(to right, #000000 80%, rgba(0, 0, 0, 0));
  padding: 0px 50px;
}
.cms-meist .slider-container .cSlider--nav .slick-track {
  display: flex;
  min-width: 10000px;
}
.cms-meist .slider-container .cSlider--nav .slick-slide {
  cursor: pointer;
  flex-direction: column;
  display: flex;
  justify-content: center;
  position: relative;
  height: 66px !important;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div span {
  font-size: 2.4rem;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div > span {
  background: #FFF7B3;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: block;
  line-height: 50px;
  position: relative;
  z-index: 100;
  text-align: center;
  overflow: visible;
  margin: 0 auto;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div > span:before {
  content: "";
  margin-left: -100%;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div > span:after {
  content: "";
  margin-right: -100%;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div:before,
.cms-meist .slider-container .cSlider--nav .slick-slide.slick-current div:after {
  background-image: url(../images/line-current.png);
}
.cms-meist .slider-container .cSlider--nav .slick-slide:before,
.cms-meist .slider-container .cSlider--nav .slick-slide:after {
  content: "";
  background-image: url(../images/line.png);
  display: block;
  width: 1px;
  height: 12px;
  position: absolute;
  left: 50%;
  text-align: center;
}
.cms-meist .slider-container .cSlider--nav .slick-slide:before {
  bottom: -4px;
}
.cms-meist .slider-container .cSlider--nav .slick-slide:after {
  top: -4px;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span {
  text-align: center;
}
.cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span .first-year:after {
  content: '-';
}
.cms-meist .slider-container .cSlider--nav div {
  position: relative;
  text-align: center;
  margin: 0 !important;
  padding: 4px 0;
}
.cms-meist .slider-container .cSlider--nav div span {
  font-size: 16px;
  color: #290E09;
}
.slick-slide.is-active .cms-meist .slider-container .cSlider--nav div {
  color: #c00;
  background-color: #fff;
}
.cms-meist .slider-container .slick-slide {
  outline: 0;
  z-index: 995;
}
.cms-meist .slider-container .slick-center .content {
  transform: none !important;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .cms-meist .slider-container h2 {
    margin-bottom: 5px;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content {
    transform: scale(0.8);
  }
  .cms-meist .slider-container .cSlider--single .slick-slide {
    margin: 0 -165px;
  }
  .cms-meist .slider-container .cSlider--single .slick-list {
    margin: 0 -165px;
    padding: 35px 50px 35px !important;
  }
}
@media (min-width: 1200px) {
  .cms-meist .slider-container .cSlider--single .slick-slide .content {
    transform: scale(0.8);
  }
  .cms-meist .slider-container .cSlider--single .slick-slide {
    margin: 0px -257px;
    width: 780px;
  }
  .cms-meist .slider-container .cSlider--single .slick-list {
    margin: 0px -257px;
    padding: 35px 50px 35px !important;
  }
}
@media (max-width: 1024px) {
  .cms-meist .slider-container .cSlider--single {
    filter: drop-shadow(0px 4px 24px rgba(0, 0, 0, 0.1));
    overflow: visible;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide {
    filter: none !important;
  }
  .cms-meist .slider-container .cSlider--single .arrow {
    top: -6%;
    transform: scale(0.6);
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-right {
    right: -45px;
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-left {
    left: -45px;
    background-position: 10% 50%;
  }
}
@media (max-width: 640px) {
  .cms-meist .slider-container .cSlider--single .slick-slide {
    opacity: 1 !important;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content {
    flex-direction: column;
    opacity: 1;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper {
    margin: 0;
    opacity: 1;
    width: auto;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content .img-wrapper img {
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content span {
    opacity: 1;
  }
  .cms-meist .slider-container .cSlider--single .slick-slide .content .pointer:after {
    left: 9px;
  }
  .cms-meist .slider-container .cSlider--single .arrow {
    top: 6%;
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-right {
    right: -25px;
  }
  .cms-meist .slider-container .cSlider--single .arrow.arrow-left {
    left: -25px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.slick-current span {
    font-size: 20px;
    padding-right: 0;
  }
}
@media (max-width: 479px) {
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year > div {
    max-width: 61px !important;
    margin: 0 auto !important;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year.slick-current div span {
    font-size: 19px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year.slick-current div > span {
    padding: 8px 2px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span {
    line-height: 12px;
    padding: 8px 11px;
    word-break: break-word;
    display: inline-block;
    text-align: center;
    margin: 0 auto;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span:before {
    margin-left: 0;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span:after {
    margin-right: 0;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span > .first-year {
    height: auto;
    line-height: 12px;
  }
  .cms-meist .slider-container .cSlider--nav .slick-slide.long-year div > span > .first-year:after {
    content: '-';
    position: relative;
    bottom: 1px;
    left: 1px;
  }
}
@media (min-width: 480px) {
  .cms-meist .slider-container .cSlider--nav .slick-slide.slick-current.long-year span {
    width: 61px;
  }
}
.cms-meist .slider-container .slick-initialized {
  opacity: 1;
  -webkit-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}
.cms-meist .widget.block {
  margin-bottom: 0;
  margin-top: 0;
}
.block.team .team-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.block.team .team-grid .team-member {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-right: 30px;
  margin-bottom: 40px;
  max-width: 269px;
}
.block.team .team-grid .team-member:nth-child(4n+4) {
  margin-right: 0;
}
.block.team .team-grid .team-member .content {
  display: flex;
  flex-direction: column;
  flex: 1 auto;
  justify-content: space-between;
}
.block.team .team-grid .team-member .content .head {
  margin-bottom: 16px;
}
.block.team .team-grid .team-member .content .head .name {
  display: block;
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.4rem;
  color: #3B1217;
  margin: 24px 0 4px;
}
.block.team .team-grid .team-member .content .head .position {
  max-width: 200px;
}
.block.team .team-grid .team-member .content .details .phone,
.block.team .team-grid .team-member .content .details .mail,
.block.team .team-grid .team-member .content .details .skype {
  display: block;
  margin-bottom: 4px;
}
.block.team .team-grid .team-member .content .details .phone:before,
.block.team .team-grid .team-member .content .details .mail:before,
.block.team .team-grid .team-member .content .details .skype:before {
  content: "";
  width: 16px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
}
.block.team .team-grid .team-member .content .details .phone:before {
  height: 16px;
  background: url(../images/phone-icon.png) no-repeat;
  left: 2px;
}
.block.team .team-grid .team-member .content .details .mail:before {
  height: 12px;
  background: url(../images/mail-icon.png) no-repeat;
}
.block.team .team-grid .team-member .content .details .skype:before {
  height: 16px;
  background: url(../images/skype-icon.png) no-repeat;
}
@media (max-width: 1230px) {
  .block.team .team-grid {
    justify-content: space-evenly;
  }
}
@media (max-width: 991px) {
  .block.team .team-grid .team-member {
    width: 50%;
  }
  .block.team .team-grid .team-member:nth-child(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 480px) and (max-width: 600px) {
  .block.team .team-grid .team-member {
    width: 100%;
    margin-right: 0;
  }
}
@media (max-width: 480px) {
  .block.team .team-grid .team-member {
    width: 100%;
    margin-right: 0;
  }
}
.contacts-block h1.title {
  margin-top: 64px;
}
.contacts-block .contact-container {
  display: flex;
  margin-bottom: 68px;
  justify-content: space-between;
}
.contacts-block .contact-container .col-left {
  width: 30%;
}
.contacts-block .contact-container .col-left .contacts > div {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.contacts-block .contact-container .col-left .contacts > div h3 {
  margin-bottom: 16px;
}
.contacts-block .contact-container .col-left .contacts > div span {
  margin-bottom: 4px;
}
.contacts-block .contact-container .col-left .contacts > div span.clock-icon:before,
.contacts-block .contact-container .col-left .contacts > div span.phone-icon:before,
.contacts-block .contact-container .col-left .contacts > div span.mail-icon:before,
.contacts-block .contact-container .col-left .contacts > div span.map-icon:before {
  content: "";
  width: 16px;
  display: inline-block;
  margin-right: 12px;
  position: relative;
  top: 2px;
  background-repeat: no-repeat;
  height: 16px;
  left: 2px;
}
.contacts-block .contact-container .col-left .contacts > div span.clock-icon:before {
  background: url(../images/clock-icon.png) no-repeat;
}
.contacts-block .contact-container .col-left .contacts > div span.phone-icon:before {
  background: url(../images/phone-icon.png) no-repeat;
  left: 4px;
}
.contacts-block .contact-container .col-left .contacts > div span.mail-icon:before {
  background: url(../images/mail-icon.png) no-repeat;
  height: 12px;
}
.contacts-block .contact-container .col-left .contacts > div span.map-icon:before {
  background: url(../images/map-icon.png) no-repeat;
}
.contacts-block .contact-container .col-left .contacts .address span:nth-child(n + 3) {
  margin-left: 28px;
}
.contacts-block .contact-container .col-right {
  width: 66%;
}
.contacts-block .contact-container .col-right #map-search-input {
  top: 20px !important;
  position: absolute;
  padding: 12px;
  max-width: 320px;
  width: 50%;
  max-height: 32px;
  font-size: 14px;
  border-radius: 5px;
}
.contacts-block .contact-container .col-right #map-search-input.hidden {
  opacity: 0;
}
.contacts-block .contact-container .col-right #toggle-search {
  display: block;
  position: absolute;
  right: 15px !important;
  top: 20px !important;
  width: 32px;
  border-radius: 5px;
  height: 32px;
  background: #FFFFFF;
  filter: drop-shadow(0px 4px 12px rgba(0, 0, 0, 0.1));
  cursor: pointer;
}
.contacts-block .contact-container .col-right #toggle-search:after {
  content: '';
  display: block;
  background: url(../images/search-map-icon.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 16px 16px;
}
.contacts-block .contact-container .col-right #location-button {
  z-index: 0;
  position: absolute;
  right: 15px !important;
  top: 127px;
  width: 32px;
  height: 32px;
  border-radius: 0px 0px 5px 5px;
  border-top: 1px solid #d8d8d8;
  background: #FFFFFF;
  cursor: pointer;
}
.contacts-block .contact-container .col-right #location-button:after {
  content: '';
  display: block;
  background: url(../images/location-map-icon.png) no-repeat center;
  width: 32px;
  height: 32px;
  background-size: 10px 12px;
}
.contacts-block .contact-container .col-right #map {
  height: 450px;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control {
  top: 52px !important;
  right: 37px !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div {
  width: 32px !important;
  height: 65px !important;
  border-radius: 5px 5px 0 0 !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div > div {
  width: 32px !important;
  margin: 0 !important;
  background-color: #D8D8D8 !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button {
  width: 32px !important;
  height: 32px !important;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:first-child:after,
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:last-child:after {
  content: '';
  display: block;
  width: 32px;
  height: 32px;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:first-child:after {
  background: url(../images/plus-map-icon.png) no-repeat center;
  background-size: 10px 10px;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control .gmnoprint > div button:last-child:after {
  background: url(../images/minus-map-icon.png) no-repeat center;
  background-size: 10px 2px;
}
.contacts-block .contact-container .col-right #map .gm-bundled-control img {
  display: none !important;
}
.contacts-block .contact-container .col-right #map.initialized {
  opacity: 1;
}
.contacts-block .contact-container .col-right #map.initialized #toggle-search {
  opacity: 1;
}
@media (max-width: 640px) {
  .contacts-block .contact-container {
    display: flex;
    margin-bottom: 68px;
    justify-content: space-between;
    flex-direction: column;
  }
  .contacts-block .contact-container .col-left {
    width: 100%;
  }
  .contacts-block .contact-container .col-left .contacts {
    display: flex;
    flex-wrap: wrap;
    flex-grow: 1;
    flex-basis: 0;
    justify-content: space-evenly;
  }
  .contacts-block .contact-container .col-left .contacts > div {
    flex-direction: column;
    margin: 20px;
  }
  .contacts-block .contact-container .col-right {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .contacts-block .contact-container .contacts > div {
    width: 100%;
  }
}
.cms-tule-partneriks .partnership-container {
  display: flex;
  margin-bottom: 64px;
}
.cms-tule-partneriks .partnership-container > div {
  flex-grow: 1;
  flex-basis: 0;
  margin-right: 30px;
  border: 1px solid #EDEDED;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cms-tule-partneriks .partnership-container > div .head {
  text-align: center;
  background: #F2F2F2;
  height: 272px;
  display: flex;
  padding: 32px 0;
  flex-direction: column;
  justify-content: center;
}
.cms-tule-partneriks .partnership-container > div .head .title {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 4rem;
  display: block;
  text-align: center;
  margin-bottom: 8px;
}
.cms-tule-partneriks .partnership-container > div .head .title:before {
  content: '';
  display: block;
  width: 96px;
  height: 96px;
  margin: 0 auto 16px;
}
.cms-tule-partneriks .partnership-container > div .head .comment {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-align: center;
  display: block;
  max-width: 224px;
  margin: 0 auto;
}
.cms-tule-partneriks .partnership-container > div ul {
  padding: 0;
  flex-grow: 1;
}
.cms-tule-partneriks .partnership-container > div ul li {
  padding: 5px;
  padding: 12px 32px;
  list-style: none;
  border-bottom: 1px solid #EDEDED;
}
.cms-tule-partneriks .partnership-container > div ul li:last-child {
  border-bottom: 0;
}
.cms-tule-partneriks .partnership-container > div button {
  border: none;
  background-color: #ffffff;
  padding: 12px 20px;
  font-weight: 600;
  margin: 30px auto;
  color: #5B2015;
  background: #F2E8E6;
  border-radius: 4px;
}
.cms-tule-partneriks .partnership-container > div button:hover {
  color: #F2E8E6;
  background: #5B2015;
}
.cms-tule-partneriks .partnership-container > div:last-child {
  margin-right: 0;
}
.cms-tule-partneriks .partnership-container .stores .title:before {
  background: url(../images/eshop-icon.png);
}
.cms-tule-partneriks .partnership-container .clients .title:before {
  background: url(../images/businessman-icon.png);
}
.cms-tule-partneriks .partnership-container .distributors .title:before {
  background: url(../images/reseller-icon.png);
}
@media (max-width: 991px) {
  .cms-tule-partneriks .partnership-container {
    flex-wrap: wrap;
  }
  .cms-tule-partneriks .partnership-container > div {
    flex-grow: initial;
    flex-basis: initial;
    width: 100%;
    margin-bottom: 30px;
    margin-right: 0;
  }
}
.cms-kataloogid-ja-referentsid .block.catalog {
  margin-bottom: 34px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item {
  margin-bottom: 30px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item img {
  max-width: 100%;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .open-pdf,
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  font-weight: 600;
  color: #5B2015;
  cursor: pointer;
  white-space: nowrap;
  display: inline-block;
  padding-top: 10px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after,
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  content: "";
  display: inline-block;
  margin-left: 12px;
  width: 19px;
  height: 19px;
  top: 4.5px;
  position: relative;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .open-pdf:after {
  background: url(../images/eye-icon.png) no-repeat center;
  margin-right: 16px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf {
  padding-right: 19px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .actions .download-pdf:after {
  background: url(../images/download-icon.png) no-repeat center;
  margin-right: -22px;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  pointer-events: auto;
  background: #525659;
  z-index: 9999;
  display: none;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
  top: 20px;
  right: 40px;
  position: fixed;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas {
  display: block;
  margin: 20px auto;
  width: 100%;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:first-child {
  margin-top: 0;
}
.cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup canvas:last-child {
  margin-bottom: 0;
}
.cms-kataloogid-ja-referentsid .block.references {
  margin-top: 34px;
}
.cms-kataloogid-ja-referentsid .block.references > p {
  margin-bottom: 40px;
  max-width: 566px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference {
  margin-bottom: 40px;
  cursor: pointer;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .img-wrapper {
  position: relative;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .img-wrapper img {
  max-width: 100%;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .img-wrapper:after {
  content: '';
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  right: 12px;
  top: 12px;
  background: url(../images/reference-icon.png) no-repeat;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference > .title {
  margin-top: 16px;
  display: block;
  font-family: Work Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  color: #290E09;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup {
  height: 100%;
  width: 100%;
  position: fixed;
  visibility: hidden;
  pointer-events: auto;
  z-index: 1000;
  left: 0;
  top: 0;
  overflow-x: hidden;
  cursor: auto;
  background: #3B1217;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
  padding: 2%;
  position: relative;
  height: 100%;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .background-image {
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  opacity: 0;
  transition: all 2s ease-out;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  height: 100%;
  -webkit-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  filter: blur(15px);
  z-index: -1;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .background-image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #3B1217;
  opacity: 0.8;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .background-image.mobile {
  display: none;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content {
  display: block;
  max-width: 1275px;
  margin: 0 auto;
  padding: 5% 2%;
  position: relative;
  z-index: 9999;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left {
  display: inline-block;
  width: 29%;
  margin-right: 2%;
  vertical-align: top;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left h1 {
  color: #FFFFFF;
  margin-top: 0;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .description {
  line-height: 24px;
  color: #FFFFFF;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .description span {
  color: white;
  white-space: nowrap;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products {
  margin-top: 40px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products > span {
  color: #ffff;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 16px;
  display: block;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products .item {
  background: #ffff;
  margin-bottom: 8px;
  display: flex;
  padding: 4px 12px;
  border-radius: 4px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products .item span {
  display: flex;
  align-items: center;
  font-weight: 600;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .left .products .item img {
  margin-right: 12px;
  height: 65px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right {
  display: inline-block;
  position: relative;
  width: 68%;
  max-width: 769px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery {
  min-width: 500px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPager.lSGallery li {
  margin-right: 12px !important;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .arrow {
  width: 32px;
  height: 48px;
  display: block;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .arrow-left {
  background-image: url(../images/arrow-left-white.png);
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .arrow-right {
  background-image: url(../images/arrow-right-white.png);
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSSlideWrapper {
  max-width: 769px;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev,
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSNext {
  opacity: 1;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSPrev.inactive,
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSNext.inactive {
  opacity: 0.3;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li.active,
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 0;
  border: 2px solid #FFE600;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.open {
  visibility: visible;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.open .background-image {
  opacity: 1;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.initialized {
  display: none;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup.initialized.open {
  display: block;
}
.cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup a {
  transition: none;
}
.cms-kataloogid-ja-referentsid .close-button {
  position: absolute;
  cursor: pointer;
  top: -100px;
  right: 0;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  background-color: #F2E8E6;
}
.cms-kataloogid-ja-referentsid .close-button span {
  background: url(../images/close-button.png) no-repeat;
  width: 24px;
  height: 24px;
  display: block;
  left: 50%;
  top: 50%;
  position: relative;
  transform: translate(-50%, -50%);
}
@media (max-width: 1700px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 5%;
  }
}
@media (min-width: 1400px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left {
    width: 31%;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .column.left .description {
    max-width: 371px;
  }
}
@media (max-width: 1229px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid,
  .cms-kataloogid-ja-referentsid .block.catalog .catalog-grid {
    justify-content: space-evenly;
  }
}
@media (max-width: 1200px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 7%;
  }
}
@media (max-width: 1024px) {
  .cms-kataloogid-ja-referentsid .catalog-grid .catalog-pdf-popup .close-button {
    opacity: 0.8;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper {
    padding: 0;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.desktop {
    display: none;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .background-image.mobile {
    display: block;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content {
    padding: 5%;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left {
    display: block;
    width: 100%;
    margin-right: 0;
    vertical-align: top;
    margin-bottom: 40px;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .left .title {
    margin-top: 65px;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content-wrapper .content .right {
    display: block;
    position: static;
    width: 100%;
    margin: 0 auto;
  }
  .cms-kataloogid-ja-referentsid .close-button {
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 640px) {
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 355px;
  }
}
@media (max-width: 480px) {
  .cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item {
    padding: 0 15px;
  }
  .cms-kataloogid-ja-referentsid .block.catalog .catalog-grid .item .catalog-pdf-popup .close-button {
    top: 5px;
    right: 5px;
  }
  .cms-kataloogid-ja-referentsid .block.references .references-grid .reference .popup .content .right .slider img {
    max-height: 270px;
  }
}
.lease-calculator {
  margin-top: 20px;
  max-width: 600px;
  border: 1px solid #e1e1e1;
  padding: 20px;
  padding-right: 0;
  border-radius: 5px;
}
.lease-calculator .row {
  margin-left: 0;
  margin-right: 0;
}
.lease-calculator .row .col-left {
  padding-right: 50px;
  max-width: 350px;
  border-right: 1px solid #e1e1e1;
}
.lease-calculator .row .col-left .lease-providers {
  margin-bottom: 10px;
}
.lease-calculator .row .col-left .lease-providers label {
  margin-right: 15px;
  display: inline-flex;
}
.lease-calculator .row .col-left .lease-providers label span {
  bottom: 4px;
  position: relative;
}
.lease-calculator .row .col-left .lease-providers label input {
  margin-right: 12px;
  flex-shrink: 0;
}
.lease-calculator .row .col-left .options .period,
.lease-calculator .row .col-left .options .percentage {
  display: inline-block;
}
.lease-calculator .row .col-left .options .period {
  margin-right: 15px;
}
.lease-calculator .row .col-left .options label {
  display: block;
}
.lease-calculator .row .col-right {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lease-calculator .row .col-right .total {
  text-align: center;
}
.lease-calculator .row .col-right .total .label {
  display: block;
  font-weight: 300;
  font-size: 20px;
}
.lease-calculator .row .col-right .total .price {
  font-size: 44px;
}
.lease-calculator .row:first-child {
  margin-bottom: 15px;
}
.lease-calculator .slice-payment {
  margin-top: 10px;
  display: none;
  flex-direction: row;
}
.lease-calculator .slice-payment .heading {
  margin-top: 10px;
}
.lease-calculator .slice-payment .heading h3 {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  margin-bottom: 0;
  border-bottom: 1px solid black;
  display: inline;
  padding-bottom: 3px;
}
.lease-calculator .slice-payment .heading span {
  text-transform: uppercase;
  font-size: 12px;
  display: block;
  margin-top: 5px;
}
.lease-calculator .slice-payment .slice-info {
  display: flex;
}
.lease-calculator .slice-payment .left {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin-right: 15px;
  justify-content: center;
}
.lease-calculator .slice-payment .left .boxes {
  display: flex;
  justify-content: normal;
  margin-top: 0px;
  margin-left: -5px;
  margin-right: -5px;
}
.lease-calculator .slice-payment .left .boxes .box {
  display: flex;
  flex-direction: column;
  padding: 5px;
  border: 1px solid;
  margin: 5px;
  flex: 1;
}
.lease-calculator .slice-payment .left .boxes .box span {
  text-align: center;
  font-size: 10px;
}
.lease-calculator .slice-payment .left .boxes .box span.part {
  font-size: 18px;
  font-weight: bold;
}
.lease-calculator .slice-payment .right {
  width: 40%;
  display: flex;
  align-items: center;
}
@media (max-width: 768px) {
  .lease-calculator {
    padding-right: 20px;
  }
  .lease-calculator .row .col-left {
    padding-bottom: 15px;
    margin-bottom: 20px;
    padding-right: 0;
    border-bottom: 1px solid #e1e1e1;
    border-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .lease-calculator .row .col-left .options .period,
  .lease-calculator .row .col-left .options .percentage {
    margin-bottom: 15px;
  }
  .lease-calculator .slice-payment {
    margin-top: -10px;
  }
  .lease-calculator .slice-payment .heading {
    margin-top: 24px;
    text-align: center;
  }
  .lease-calculator .slice-payment .slice-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .lease-calculator .slice-payment .left {
    width: 100%;
    max-width: 200px;
    margin-right: 0px;
  }
  .lease-calculator .slice-payment .right {
    justify-content: center;
  }
}
/*Catregoy Page*/
.container {
  max-width: 1200px;
}
body {
  font-family: Lato;
}
.catalog-product-view .product-info-main .product.pricing {
  color: #f36c21;
  margin-top: -40px;
}
.catalog-product-view .product-info-main .product.pricing.has-arrival-info {
  margin-top: -80px;
  margin-bottom: 45px;
}
.page-header {
  background: #ffffff;
  color: #222222;
  margin: 0 0 18px 0;
}
.page-header .top-search-wrap.mfp-with-anim {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-header .top-search-wrap.mfp-with-anim #search_mini_form {
  width: 400px;
  float: left;
  position: relative;
}
.page-header .top-search-wrap.mfp-with-anim .block-search input {
  background: #E6E6E5;
  border: none;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  padding: 0 10px;
  height: 35px;
}
.page-header .top-search-wrap.mfp-with-anim .block-search .action.search {
  width: 45px;
  height: 100%;
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjkiIHZpZXdCb3g9IjAgMCAyOCAyOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjI0NDEgMTEuOTIxTDI2LjgwMDEgMjcuNDc4IiBzdHJva2U9IiM4MDgwODAiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNMTguMzEzOSAxOC45OTJDMjIuMjE4OSAxNS4wODcgMjIuMjE4OSA4Ljc1NDk1IDE4LjMxMzkgNC44NDk5NUMxNC40MDk5IDAuOTQ0OTU0IDguMDc3OTEgMC45NDQ5NTQgNC4xNzE5MSA0Ljg0OTk1QzAuMjY2OTE0IDguNzU0OTUgMC4yNjY5MTQgMTUuMDg3IDQuMTcxOTEgMTguOTkyQzguMDc3OTEgMjIuODk4IDE0LjQwOTkgMjIuODk4IDE4LjMxMzkgMTguOTkyWiIgZmlsbD0iI0U2RTZFNSIvPgo8cGF0aCBkPSJNMTEuMjQ0MSAyMS45MjFDMTYuNzY3IDIxLjkyMSAyMS4yNDQxIDE3LjQ0MzggMjEuMjQ0MSAxMS45MjFDMjEuMjQ0MSA2LjM5ODExIDE2Ljc2NyAxLjkyMDk2IDExLjI0NDEgMS45MjA5NkM1LjcyMTI5IDEuOTIwOTYgMS4yNDQxNCA2LjM5ODExIDEuMjQ0MTQgMTEuOTIxQzEuMjQ0MTQgMTcuNDQzOCA1LjcyMTI5IDIxLjkyMSAxMS4yNDQxIDIxLjkyMVoiIHN0cm9rZT0iIzgwODA4MCIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPg==) no-repeat center;
}
.page-header .top-search-wrap.mfp-with-anim .block-search .action.search span {
  display: none;
}
.page-header .header-main-content .top-social-links {
  float: none;
  margin: 13px 0 0 23px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .header-main-content .top-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
.page-header .header-main-content .top-social-links ul li {
  float: left;
  margin: 0 7px 0 0;
  padding: 0px;
}
.page-header .header-main-content .top-social-links ul li:nth-last-child(1) {
  margin: 0px;
}
.page-header .header-main-content .top-social-links ul li a {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 36px;
  height: 36px;
  font-size: 0px;
}
.page-header .header-main-content .top-social-links ul li.facebook_icon a {
  background: url(../images/facebook_icon.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.facebook_icon:hover a {
  background: url(../images/facebook_icon_hover.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.instagram_icon a {
  background: url(../images/instagram_icon.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.instagram_icon:hover a {
  background: url(../images/instagram_icon_hover.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.pinterest_icon a {
  background: url(../images/pinterest_icon.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .top-social-links ul li.pinterest_icon:hover a {
  background: url(../images/pinterest_icon_hover.svg) no-repeat center;
  background-size: 30px 30px;
}
.page-header .header-main-content .header-content-action {
  float: right;
  margin: 0px;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
}
.page-header .header-main-content .header-content-action .shops-topbar.col {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
}
.page-header .header-main-content .header-content-action .shops-topbar.col a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/location_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .shops-topbar.col a .mbi.mbi-user {
  display: none;
}
.page-header .header-main-content .header-content-action .shops-topbar.col a:hover {
  background: url(../images/location_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .header-main-content .header-content-action .user-topbar.col {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
  position: relative;
}
.page-header .header-main-content .header-content-action .user-topbar.col > span {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/account_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .user-topbar.col .mbi.mbi-user {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.page-header .header-main-content .header-content-action .user-topbar.col:hover > span {
  background: url(../images/account_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .header-main-content .header-content-action .user-topbar.col .header.links {
  display: none;
}
.page-header .header-main-content .header-content-action .col.col-wishlist {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
}
.page-header .header-main-content .header-content-action .col.col-wishlist a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/wishlist_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .col.col-wishlist a .mbi.mbi-heart {
  display: none;
}
.page-header .header-main-content .header-content-action .col.col-wishlist a:hover {
  background: url(../images/wishlist_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .header-main-content .header-content-action .minicart-action {
  float: left;
  margin: 0 0 0 12px;
  padding: 0px;
}
.page-header .header-main-content .header-content-action .minicart-action a {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 5px;
  color: #000000;
  background: url(../images/minicart_icon.svg) no-repeat center top;
  background-size: 45px 45px;
  padding-top: 54px;
  float: left;
  text-transform: uppercase;
}
.page-header .header-main-content .header-content-action .minicart-action a .mbi.mbi-bag2 {
  display: none;
}
.page-header .header-main-content .header-content-action .minicart-action a:hover {
  background: url(../images/minicart_icon_hover.svg) no-repeat center top;
  background-size: 45px 45px;
}
.page-header .col-logo.col-lg-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.page-header .col-btn-actions-desktop.col-xl-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 36.333333%;
  flex: 0 0 36.333333%;
  max-width: 36.333333%;
}
.page-header .col-lg-3.top_panel_left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 22%;
  flex: 0 0 22%;
  max-width: 22%;
}
.page-header .col-lg-9.top_panel_right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 78%;
  flex: 0 0 78%;
  max-width: 78%;
}
.page-header .header-menu-content {
  background: #E6E6E5;
  border-top: none;
}
.page-header .header-menu-content .magebig-nav {
  padding: 0px;
}
.page-header .header-menu-content .magebig-nav li.level0 {
  line-height: 65px;
  padding: 0px;
}
.page-header .header-menu-content .magebig-nav li.level0 > a {
  font-family: Lato;
  padding: 0 17px;
  line-height: 65px;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  text-transform: uppercase;
  position: relative;
}
.page-header .header-menu-content .magebig-nav li.level0 > a:after {
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translate(0, -50%);
  width: 2px;
  height: 41px;
  background: #ffffff;
  content: "";
}
.page-header .header-menu-content .magebig-nav li.level0 > a + .mbi {
  display: none;
}
.page-header .header-menu-content .magebig-nav li.level0:last-child > a {
  color: #f36c21;
}
.page-header .header-menu-content .magebig-nav li.level0:hover > a {
  background: #CCCCCC;
}
.page-header .header-menu-content .magebig-nav li.level0:nth-last-child(1) > a:after {
  display: none;
}
.page-header .header-menu-content .magebig-nav li.level0 ul li.groups > a {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 10px 0;
}
.page-header .header-menu-content .magebig-nav li.level0 .groups-wrapper ul li a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 22px;
  color: #000000;
  padding: 0;
  margin: 0 0 2px 0;
}
.page-header .header-menu-content .magebig-nav li.level0 .groups-wrapper ul li a:hover {
  text-decoration: underline;
  opacity: 0.5;
}
.page-header .header-menu-content .magebig-nav div.submenu {
  padding: 20px;
}
.page-header .header-menu-content .magebig-nav div.submenu::before {
  background: #CCCCCC;
  top: 0px;
  box-shadow: none;
}
.page-header .header-menu-content .magebig-nav div.submenu .itemgrid-3col ul.level0 {
  column-count: 3;
}
.page-header .header-menu-content .magebig-nav div.submenu .itemgrid-4col ul.level0 {
  column-count: 4;
}
.page-header .header-menu-content .magebig-nav div.submenu > .show-sub-content {
  margin: 0 -15px;
}
.page-header .header-menu-content .magebig-nav li.level0.mega_fullwidth:hover > .show-sub {
  margin-top: 0px;
}
.page-header .header-menu-content .itemgrid-3col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.page-header .header-menu-content .itemgrid-4col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.page-header .header-horizontal .itemgrid-3col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.page-header .header-horizontal .magebig-nav div.submenu .itemgrid-3col ul.level0 {
  column-count: 3;
}
.page-header .header-horizontal .magebig-nav div.submenu .itemgrid-4col ul.level0 {
  column-count: 4;
}
.page-header .header-horizontal .itemgrid-4col .item {
  width: 100%;
  margin: 0 0 10px 0;
}
.header-top-inner {
  background: #ffffff;
}
.header-top-inner a {
  font-family: Lato;
  color: #808080;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-decoration: underline;
}
.header-top-inner .top-contact-info-bg {
  float: left;
  margin: 0px;
  padding: 0 121px 0 0;
  width: 100%;
}
.header-top-inner .top-contact-info-bg .top-contact-info {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.header-top-inner .top-contact-info-bg .top-contact-info .contact-types {
  float: left;
  margin: 0px;
  padding: 0px;
}
.header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
  float: left;
  margin: 0 35px 0 0;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
}
.header-top-inner .top-contact-info-bg .top-contact-info .contact-types a:hover span {
  color: #f36c21;
  text-decoration: underline;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block {
  float: left;
  margin: 0px;
  padding: 0px;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .actions {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .actions .subscribe {
  font-size: 0px;
  padding: 0px;
  border: none;
  background: #9A999A;
  min-width: auto;
  height: 21px;
  width: 21px;
  border-radius: 0;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .actions .subscribe::after {
  content: ">";
  font-size: 20px;
  line-height: 18px;
}
.header-top-inner .top-contact-info-bg .top-contact-info .top-newsletter-block .block.newsletter .field .control::before {
  display: none;
}
.header-top-inner .top-contact-info-bg .top-contact-info .mage-error[generated] {
  top: 30px;
  bottom: auto;
}
.header-top-inner .top-contact-info-bg .top-contact-info .mage-error[generated]::after {
  top: 1px;
  bottom: auto;
  transform: rotate(135deg);
}
.header-top-inner .top-newsletter-block .block.newsletter {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.header-top-inner .top-newsletter-block .block.newsletter input {
  background: #E6E6E5;
  height: 21px;
  padding: 0 7px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #808080;
  border: none;
  width: 225px;
}
.header-top-inner .top-newsletter-block .block.newsletter .field.newsletter {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  max-width: 100%;
}
.header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label {
  float: left;
  margin: 0px;
  padding: 0px;
}
.header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label span.label {
  clip: unset;
  height: auto;
  width: auto;
  overflow: visible;
  margin: 0;
  position: static;
  float: left;
  margin: 0 5px 0 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  text-transform: uppercase;
}
.header-top-inner .top-link-wrap {
  width: 0px;
}
.header-top-inner .language-topbar .lang-curr i {
  display: none;
}
.header-top-inner .language-topbar .lang-curr .title {
  padding-left: 0px;
  padding-right: 39px;
  position: relative;
}
.header-top-inner .language-topbar .lang-curr .title .lang-flag {
  left: auto;
  right: 0px;
  width: 32px;
  height: 21px;
  margin: 0px;
  transform: translate(0, -50%);
  padding: 1px;
  background: #e5e5e5;
  top: 10px;
}
.header-top-inner .language-topbar .lang-curr .title .lang-name {
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 21px;
  color: #808080;
  float: left;
}
.block.newsletter .form.subscribe {
  position: relative;
}
html[lang="en"] .header-top-inner .top-newsletter-block .block.newsletter input {
  width: 130px;
}
html[lang="en"] .page-header .header-menu-content .magebig-nav li.level0 > a {
  padding: 0 9px;
  font-size: 15px;
}
.logo img {
  width: 278px;
}
.menu-logo {
  display: table;
  margin-left: 15px;
}
.action.showcart .counter.qty {
  background-color: #ffd45c;
  top: -5px;
  left: 60%;
  transform: translate(-50%, 0);
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  color: #000000;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 9.0894px;
  line-height: 18px;
}
.wishlist-icon .qty {
  background-color: #ffd45c;
  top: -5px;
  left: 60%;
  transform: translate(-50%, 0);
  right: auto;
  bottom: auto;
  width: 18px;
  height: 18px;
  color: #000000;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 9.0894px;
  line-height: 18px;
}
.promotion .promotion_item {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.promotion .promotion_item .promo-img {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100px;
}
.promotion .promotion_item .promo-img img {
  width: 100%;
  height: auto;
}
.promotion .promotion_item .promo-text {
  float: left;
  margin: 0px;
  padding: 0 0 0 5px;
  width: calc(100% - 100px);
}
.promotion .promotion_item .promo-text .promo-title {
  float: left;
  margin: 0 0 5px 0px;
  padding: 0 0 10px 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  text-align: center;
  border-bottom: 3px solid #E6E6E5;
}
.promotion .promotion_item .promo-text .promo-desc {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  color: #000000;
}
.carousel-container {
  margin: 0 0 36px 0px;
}
.top-cat-item {
  float: left;
  margin: 25px 0px;
  padding: 0px;
  width: 100%;
  border: none;
}
.top-cat-item .category-img {
  float: left;
  margin: 0 0 55px 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.top-cat-item .category-img img {
  max-width: 240px;
  max-height: 180px;
  margin: 0 auto;
  display: block;
}
.top-cat-item span.title {
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  font-family: Lato;
  font-style: normal;
  font-weight: 500;
  font-size: 30px;
  line-height: 48px;
  color: #000000;
  text-align: center;
  text-transform: none;
}
.tab-content-fadein {
  width: 100%;
}
.homepage-product-tabs {
  width: 100%;
}
.widget-tabs > li::before {
  display: none;
}
.widget-tabs > li.opened > a {
  border: 3px solid #E6E6E6;
  background: #E6E6E6;
}
.widget-tabs > li.opened > a:focus {
  border: 3px solid #E6E6E6;
  background: #E6E6E6;
}
.widget-tabs > li.opened > a:hover {
  border: 3px solid #E6E6E6;
  background: #E6E6E6;
}
.tabs-wrap:after {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 3px;
  background: #E6E6E5;
  content: "";
}
.tabs-wrap .widget-tabs.h3 {
  position: relative;
  background: #ffffff;
  z-index: 1;
  padding: 0 5px;
}
.tabs-wrap .widget-tabs > li {
  margin-right: 18px;
}
.tabs-wrap .widget-tabs > li:nth-last-child(1) {
  margin: 0px;
}
.tabs-wrap .widget-tabs > li > a {
  border: 3px solid #E6E6E6;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
  padding: 13px 35px;
}
.top-category-row.top-category-layout04 {
  margin: 0 0 26px 0px;
}
.page-bottom {
  background-color: #f4f5f5;
  padding: 0;
}
.product-items {
  text-align: center;
}
.product-items .price-wrap .price-box {
  float: none;
}
.page-footer {
  background-color: #ffffff;
  color: #000000;
  background-image: none;
}
.page-footer .footer-top-block {
  display: inline-block;
  margin: 0 0 80px 0px;
  padding: 20px 0px;
  width: 100%;
  background: #E6E6E5;
}
.page-footer .footer-top-block .footer-contact-info {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-top-block .footer-contact-info span {
  float: left;
  margin: 0 57px 0 0;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 36px;
  color: #000000;
}
.page-footer .footer-top-block .footer-contact-info a:hover span {
  color: #f36c21;
  text-decoration: underline;
}
.page-footer .footer-top-block .footer-email {
  float: right;
  margin: 0;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 36px;
  color: #000000;
}
.page-footer .footer-top-block .footer-email a {
  color: #000000;
}
.page-footer .footer-top-block .footer-email a:hover span {
  color: #f36c21;
  text-decoration: underline;
}
.page-footer .footer-content {
  border-top: none;
  padding-top: 0px;
}
.page-footer .footer-links-wrap {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .h4.title {
  float: left;
  margin: 0 0 15px 0;
  padding: 0 0 18px 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
.page-footer .footer-links-wrap .h4.title:after {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 100vw;
  height: 3px;
  background: #E6E6E5;
  content: "";
}
.page-footer .footer-links-wrap .footer-container {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .footer-container .footer-links {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .footer-container .footer-links li {
  float: left;
  margin: 0 0 2px 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-links-wrap .footer-container .footer-links li a {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.page-footer .footer-links-wrap .footer-container .footer-links li a:hover {
  color: #5b2015;
}
.page-footer .footer-about-info {
  display: inline-block;
  margin: 0 0 70px 0px;
  padding: 0px;
  width: 100%;
}
.page-footer .footer-about-info h1 {
  float: left;
  margin: 0 0 20px 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: normal;
  color: #000000;
  text-align: center;
}
.page-footer .footer-about-info p {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  position: relative;
}
.footer-copyright-vertical {
  border-top: none;
}
.footer-copyright-vertical .footer-address .text-address {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #656565;
}
.footer-copyright-vertical .footer-address .text-address strong {
  font-weight: bold;
  color: #000000;
}
.page-main .top-products-tab-row .tabs-wrap {
  text-align: center;
}
.page-main .top-products-tab-row .product-item-photo span.discount-percent {
  background: #F36C21;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.page-main .top-products-tab-row .product-item-photo span.discount-percent.new-label {
  background: #4AB862;
  right: 72px;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.page-main .top-products-tab-row .product-item-info .main-photo .product-image-container {
  display: inline-block;
}
.page-main .top-products-tab-row .product-item-info h3.product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.page-main .top-products-tab-row .product-item-info h3.product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .product-sku {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin: 0 0 10px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box {
  margin: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .special-price {
  margin: 0 10px;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 36px;
  color: #f4752f;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .old-price {
  margin: 0 10px;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .monthly-payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #f36c21;
  text-transform: lowercase;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .monthly-payment .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #f36c21;
}
.page-main .top-products-tab-row .product-item-info .product-item-details .price-wrap {
  margin: 0 0 2px 0;
}
.page-main .top-products-tab-row .product-item-info .product-show {
  padding: 0px;
  margin: 0 0 11px 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available {
  float: left;
  margin: 0px;
  padding: 0 10px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 30px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available p {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available.out-of-stock {
  background: #F36C21;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available.mp-preorder-stock {
  background: #468FCD;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available.mp-preorder-stock.backorder {
  background: #B7D43E;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center {
  float: right;
  margin: 0px;
  padding: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .btn-quickview {
  display: none;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
  width: 51px;
  height: 39px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
  width: 48px;
  height: 40px;
  background: url(../images/add_compare.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
  background: url(../images/add_compare_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
  margin-left: 0;
}
.page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -70px;
  top: 24%;
}
.page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -70px;
  top: 24%;
}
.page-main .top-products-tab-row .product-items.owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
  transition: all 250ms ease;
}
.product-item {
  vertical-align: top;
  margin-bottom: 43px;
}
.product-item .product-item-name {
  overflow: hidden;
  min-height: 26px;
}
.product-item .product-item-info .product-item-name {
  max-height: 26px;
  overflow: hidden;
  min-height: 26px;
}
.footer-payment-icons {
  text-align: center;
  margin: 0 0 10px;
}
.text-copyright {
  text-align: right;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #979797;
  margin: 15px 0;
}
.wrapper-breadcrums {
  background-color: #ffffff;
  padding: 0;
  margin: 0 0 18px 0;
}
.wrapper-breadcrums li a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}
.breadcrumbs .items > li span {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}
.breadcrumbs .item:not(:last-child)::after {
  content: '>';
  display: inline-block;
  padding: 0 5px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #808080;
}
.sub-categories {
  display: inline-block;
  margin: 0 0 15px 0px;
  padding: 0px;
  width: 100%;
}
.sub-categories .sub-cat {
  margin: 0 -5px;
  padding: 0px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.sub-categories .sub-cat li {
  float: left;
  margin: 0px;
  padding: 0 5px 27px;
  width: 20%;
  text-align: center;
}
.sub-categories .sub-cat li .cat-image {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
  height: 113px;
}
.sub-categories .sub-cat li h4 {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  text-align: center;
}
.sub-categories .sub-cat li h4 a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}
.cms-index-index .page-bottom {
  padding: 0;
}
.toolbar-amount {
  display: none;
}
.toolbar-products {
  background: none;
  border-top: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  padding: 7px 0px;
  text-align: center;
}
.toolbar-products .pages {
  display: block !important;
  float: right;
}
.toolbar-products .sorter {
  float: left;
  border: none;
  background-color: #ffffff;
  padding-left: 0;
  position: relative;
  margin: 0px;
}
.toolbar-products .sorter .sorter-label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.toolbar-products .sorter .sorter-label:after {
  content: ": ";
}
.toolbar-products .sorter .sorter-options {
  padding-left: 5px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  background: url(../images/short_select_icon.svg) no-repeat right center;
  padding-right: 25px;
}
.toolbar-products .sorter .sorter-action {
  display: none;
}
.toolbar-products .limiter {
  float: right;
  border: none;
  background-color: #ffffff;
  padding-left: 0;
  position: relative;
  margin: 0px 0 0 13px;
}
.toolbar-products .limiter .control .show-all-link {
  vertical-align: middle;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 29px;
}
.toolbar-products .limiter .label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  display: none;
}
.toolbar-products .limiter .label:after {
  content: ": ";
}
.toolbar-products .limiter .limiter-options {
  padding-left: 5px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
  background: url(../images/short_select_icon.svg) no-repeat right center;
  padding-right: 25px;
  display: none;
}
.toolbar-products .modes {
  float: none;
  display: inline-block;
  padding: 0;
  margin: 0 0 -2px 0;
}
.toolbar-products .modes .modes-label {
  display: none;
}
.toolbar-products .modes .mode-grid {
  background: url(../images/grid_view_icon.svg) no-repeat center;
  width: 29px;
  height: 29px;
}
.toolbar-products .modes .mode-grid:hover {
  background: url(../images/grid_view_icon_active.svg) no-repeat center;
}
.toolbar-products .modes .mode-table {
  background: url(../images/table_view_icon.svg) no-repeat center;
  width: 29px;
  height: 29px;
}
.toolbar-products .modes .mode-table:hover {
  background: url(../images/table_view_icon_active.svg) no-repeat center;
}
.toolbar-products .modes strong.mode-grid.active {
  background: url(../images/grid_view_icon_active.svg) no-repeat center;
}
.toolbar-products .modes strong.mode-table.active {
  background: url(../images/table_view_icon_active.svg) no-repeat center !important;
}
.toolbar-products .modes-mode::before {
  display: none;
}
.catalog-category-view .sidebar {
  width: 100%;
  max-width: 300px;
}
.catalog-category-view .page-title {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: normal;
  text-align: left;
}
.catalog-category-view .category-description p {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: normal;
  text-align: justify;
}
.block.filter {
  padding: 0px;
  background: none;
  margin: 0px;
}
.block.filter .filter-options .filter-options-item {
  border: 1px solid #CCCCCC;
  padding: 14px 12px;
  margin: 0 0 10px;
}
.block.filter .filter-options .filter-options-content {
  border: none;
  padding: 0px;
  margin: 0px;
}
.block.filter .filter-options .filter-options-title {
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
  text-transform: none;
  margin: 0 0 6px 0;
}
.block.filter .filter-options .filter-options-title:after {
  display: none;
}
.block.filter .filter-options .swatch-option-link-layered {
  position: relative;
  margin: 0 9px 0 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.block.filter .filter-options .swatch-option-link-layered .swatch-option:not(.text) {
  height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  max-height: 18px;
  border: none;
}
.block.filter .filter-options .swatch-option-link-layered .swatch-option:not(.text)[data-option-label="White"] {
  border: 1px solid #dadada;
}
.block.filter .filter-options .swatches-list .swatch-option:not(.text) {
  height: 18px;
  width: 18px;
  min-width: 18px;
  max-width: 18px;
  max-height: 18px;
  border: none;
}
.block.filter .filter-options .swatches-list .swatch-option:not(.text)[data-option-label="White"] {
  border: 1px solid #dadada;
}
.block.filter .filter-options .ui-slider-horizontal {
  height: 3px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border: none;
  background: #E6E6E5;
}
.block.filter .filter-options .mb-range-slider .ui-slider-handle {
  padding: 0;
  margin: -10px 0 0 -7px;
  -webkit-border-radius: 15px;
  width: 23px;
  height: 23px;
  background: #ffffff;
  cursor: e-resize;
  border: 5px solid #E6E6E5;
}
.block.filter .filter-options .mb-range-slider .range-slider-inner {
  padding: 0 15px 0 7px;
}
.block.filter .filter-options .mb-range-slider a.action.primary {
  padding: 0;
  min-width: 50px;
  border-radius: 40px;
  font-family: Lato;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 15px;
  color: #000000;
  padding-left: 37px;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label .text {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #000000;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label::before {
  width: 19px;
  height: 19px;
  border-radius: 0px;
}
.block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"]:checked + label::after {
  border-radius: 0px;
  width: 11px;
  height: 11px;
}
.block.filter .filter-current {
  border: 1px solid #CCCCCC;
  padding: 4px 12px;
  margin: 0 0 10px;
}
.block.filter .filter-current .filter-label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  color: #000000;
}
.block.filter .filter-current .filter-value {
  font-size: 15px;
}
.block.filter .filter-title {
  display: none;
}
.filter-current.now-filter-clone {
  font-size: 12px;
}
.filter-options .filter-options-content .item {
  display: flex;
  justify-content: space-between;
}
.filter-options .filter-options-content .range-slider-label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
.filter-options-overflow {
  margin-right: 0 !important;
  overflow-y: inherit !important;
}
.product-item-info .product-item-photo .product-image-container {
  display: inline-block;
}
.product-item-info .product-item-photo span.discount-percent {
  background: #F36C21;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.product-item-info .product-item-photo span.discount-percent.new-label {
  background: #4AB862;
  right: 72px;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.product-item-info h2.product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.product-item-info h2.product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.product-item-info h3.product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.product-item-info h3.product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.product-item-info .product-item-details .product-sku {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin: 0 0 14px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.product-item-info .product-item-details .price-box {
  margin: 0 0 2px 0;
}
.product-item-info .product-item-details .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
}
.product-item-info .product-item-details .price-box .special-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 36px;
  color: #f4752f;
}
.product-item-info .product-item-details .price-box .old-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
.product-item-info .product-item-details .monthly-payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #f36c21;
  text-transform: lowercase;
}
.product-item-info .product-item-details .monthly-payment .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #f36c21;
}
.product-item-info .product-show {
  padding: 0px;
  margin: 0 0 11px 0px;
}
.product-item-info .product-show .product-btn {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.product-item-info .product-show .product-btn .stock.available {
  float: left;
  margin: 0px;
  padding: 0 10px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 30px;
}
.product-item-info .product-show .product-btn .stock.available p {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.product-item-info .product-show .product-btn .stock.available.out-of-stock {
  background: #F36C21;
}
.product-item-info .product-show .product-btn .stock.available.mp-preorder-stock {
  background: #468FCD;
}
.product-item-info .product-show .product-btn .stock.available.mp-preorder-stock.backorder {
  background: #B7D43E;
}
.product-item-info .product-show .product-btn .text-center {
  float: right;
  margin: 0px;
  padding: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .btn-quickview {
  display: none;
}
.product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
  width: 56px;
  height: 39px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 44px 44px;
}
.product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
  width: 51px;
  height: 39px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
  width: 48px;
  height: 40px;
  background: url(../images/add_compare.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
}
.product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
  background: url(../images/add_compare_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
  margin-left: 0px;
}
.category-sidebar-ads {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.category-sidebar-ads .ad-img {
  float: left;
  margin: 0 0 10px;
  padding: 0px;
  width: 100%;
}
.category-sidebar-ads .ad-img img {
  width: 100%;
}
.category-sidebar-ads .feature-item {
  float: left;
  width: 100%;
  border: 1px solid #CCCCCC;
  padding: 14px 12px;
  margin: 0 0 10px;
  text-align: center;
}
.category-sidebar-ads .feature-item .feature-img img {
  width: 100px;
}
.category-sidebar-ads .feature-item h5 {
  float: left;
  width: 100%;
  padding: 0 0 10px 0px;
  margin: 0 0 6px 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 29px;
  color: #000000;
  position: relative;
}
.category-sidebar-ads .feature-item h5:after {
  width: 90%;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0px;
  height: 2.43px;
  background: #E6E6E5;
  content: "";
  position: absolute;
}
.category-sidebar-ads .feature-item p {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12.15px;
  line-height: 15px;
  text-align: center;
  color: #808080;
}
.pages .pages-items {
  float: left;
}
.pages .pages-items .item {
  background: none;
  height: 29px;
  line-height: 29px;
  min-width: 29px;
}
.pages .pages-items .item a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
}
.pages .pages-items .item:hover {
  background: none;
}
.pages .pages-items .item a.action > span {
  display: none;
}
.pages .pages-items .item.current {
  background: none;
}
.pages .pages-items .item.current strong {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #f36c21;
}
.pages .action.next::after {
  font-size: 20px;
  margin: -3px 0 0 0;
}
.pages .action.previous::before {
  font-size: 20px;
  margin: -3px 0 0 0;
}
#mptablecategory-table-view.product-list-table thead {
  display: none;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
  width: 76.3%;
  padding: 30px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .product-item-link {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  color: #000000;
  margin: 0 0 5px 0;
  display: block;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .mptablecategory-product-sku {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #808080;
  margin: 0px 0 5px 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .mptablecategory-product-sku span {
  font-weight: normal;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  line-height: normal;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  color: #000000;
  line-height: normal;
  text-decoration: underline;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
  width: 37.3%;
  text-align: center;
  max-width: 232px;
  padding: 30px 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo {
  width: 100%;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-container {
  display: block;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
  width: 37.3%;
  text-align: center;
  max-width: 230px;
  padding: 30px 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .table-view-actions .qty-section {
  display: none;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0;
  padding: 0 0 5px;
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available {
  float: left;
  margin: 0px;
  padding: 0 8px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  border-radius: 30px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available p {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #ffffff;
  height: 18px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available.out-of-stock {
  background: #F36C21;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available.mp-preorder-stock {
  background: #468FCD;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .stock.available.mp-preorder-stock.backorder {
  background: #B7D43E;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions {
  float: right;
  margin: 0px;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col {
  width: auto;
  padding: 0px;
  float: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .btn-quickview {
  display: none;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .towishlist {
  border: none;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .towishlist .mbi {
  width: 32px;
  height: 29px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 100% auto;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .tocompare {
  border: none;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .tocompare .mbi {
  width: 30px;
  height: 30px;
  background: url(../images/add_compare.svg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col .tocompare:hover .mbi {
  background: url(../images/add_compare_hover.svg) no-repeat center top;
  background-size: 100% auto;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .add-to-cart-btn {
  width: 36px;
  height: 30px;
  background: url(../images/add_cart_button.svg) no-repeat center top;
  background-size: 100% auto;
  border-radius: 0px;
  font-size: 0px;
  border: none;
  float: left;
  padding: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .add-to-cart-btn:hover {
  background: url(../images/add_cart_button_hover.svg) no-repeat center top;
  background-size: 100% auto;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col.btn-wishlist {
  margin-left: 2px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .col.btn-compare {
  margin-right: 2px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
  margin: 0 0 2px 0;
  text-align: left;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 30px;
  line-height: 36px;
  color: #000000;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
  margin: 0 21px 0 0;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #f4752f;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price {
  margin: 0px;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #f36c21;
  text-align: left;
  text-transform: lowercase;
}
#mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #f36c21;
}
#mptablecategory-table-view.product-list-table .product-item-info .product-item-photo span.discount-percent {
  width: 44px;
  height: 44px;
  line-height: 44px;
  font-size: 17px;
  font-weight: bold;
}
#mptablecategory-table-view.product-list-table .product-item-info .product-item-photo span.discount-percent.new-label {
  right: 54px;
}
.product-list-table .product-item-photo {
  position: relative;
}
.product-list-table .product-item-photo img {
  max-width: 100%;
  position: absolute;
  width: auto;
  height: auto;
}
.product-list-table tr:hover {
  background: none;
}
.mptablecategory-popup.product-item {
  display: none;
}
.action.tocart.disabled .mbi::after {
  position: absolute;
  content: '';
  top: 8px;
  right: 0px;
  bottom: 0;
  left: 13px;
  border: 2px dashed #5b2015;
  border-radius: 100%;
  animation: loadingD 1.5s 0.3s cubic-bezier(0.17, 0.37, 0.43, 0.67) infinite;
  width: 30px;
  height: 30px;
}
.catalog-product-view .wrapper-breadcrums {
  display: none;
}
.product-info-main-top {
  display: none;
}
.product.media .discount-percent {
  background: #F36C21;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 55px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 20px;
}
.product.media .discount-percent.new-label {
  background: #4AB862;
  right: 154px;
}
.gallery-placeholder .fotorama__thumb {
  border: 3px solid #E6E6E5;
}
.gallery-placeholder .fotorama__thumb__arr--right {
  height: 46px;
  background: none;
  bottom: -22px;
}
.gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background: #ffffff url(../images/view_page_down_icon.svg) no-repeat center;
  width: 46px;
  height: 46px;
  transform: none;
  padding: 0px;
  border-radius: 100%;
}
.gallery-placeholder .fotorama__thumb__arr--left {
  height: 46px;
  background: none;
  top: -22px;
}
.gallery-placeholder .fotorama__thumb__arr--left .fotorama__thumb--icon {
  background: #ffffff url(../images/view_page_up_icon.svg) no-repeat center;
  width: 46px;
  height: 46px;
  transform: none;
  padding: 0px;
  border-radius: 100%;
}
.gallery-placeholder .magnifier-preview {
  left: 95% !important;
  width: 647px !important;
  height: 637px !important;
  z-index: 11;
}
.fotorama__thumb-border {
  border-width: 3px;
}
.fotorama__nav.fotorama__shadows--bottom::after {
  display: none;
}
.fotorama__nav.fotorama__shadows--top::before {
  display: none;
}
.fotorama {
  overflow: visible;
}
.product-info-main-content {
  padding-top: 25px;
}
.product-info-main .product-info-top {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .product.attribute.sku {
  float: left;
  margin: 0 0 10px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .product.attribute.sku .type {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
}
.product-info-main .product-info-top .product.attribute.sku .value {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
}
.product-info-main .product-info-top .page-title-wrapper {
  float: left;
  margin: 0 0 10px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .page-title-wrapper .page-title {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 24px;
  color: #000000;
}
.product-info-main .product-info-top .product.attribute.overview {
  float: left;
  margin: 0 0 6px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-top .product.attribute.overview .value {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 18px;
  color: #000000;
}
.product-info-main .product-info-stock-price-custom {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-stock-price-custom .product-info-price {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
  border: none;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status {
  float: left;
  margin: 0 0 23px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
  float: left;
  margin: 0px;
  padding: 0 26px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  border-radius: 40px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
  margin: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available.out-of-stock {
  background: #F36C21;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.unavailable p {
  margin-bottom: 5px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.mp-preorder-stock {
  background: #468FCD !important;
  font-size: 16px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
  float: left;
  margin: 0 0 23px 0px;
  padding: 0 26px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 35px;
  color: #ffffff;
  border-radius: 40px;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box {
  float: left;
  margin: 0 0 21px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 72px;
  color: #000000;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 72px;
  color: #f36c21;
}
.product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 25px;
  line-height: 48px;
  color: #000000;
}
.product-info-main .product-stock-text {
  margin-bottom: 15px;
}
.product-info-main .product-add-form {
  display: inline-block;
  margin: 0 0 38px 0px;
  padding: 0px;
  width: 100%;
}
.product-info-main .product-add-form .box-tocart .field {
  display: none;
}
.product-info-main .product-add-form .box-tocart .actions .tocart {
  background: #F36C21;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 53px;
  color: #ffffff;
  border: none;
  padding: 0 24px;
  border-radius: 30px;
  text-transform: uppercase;
}
.product-info-main .product-add-form .box-tocart .actions .towishlist {
  display: none;
}
.product-info-main .product-info-social-buttons {
  display: flex;
  margin: 0 0 30px 0px;
  padding: 0px;
  width: 100%;
  flex-wrap: wrap;
  align-items: flex-end;
}
.product-info-main .product-info-social-buttons .social-share {
  float: left;
  margin: 0px;
  padding: 0px;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li {
  display: inline-block;
  margin: 0 10px 0 0;
  float: left;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li button {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 40px;
  height: 40px;
  font-size: 0px;
  background-size: 40px 40px !important;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.facebook button {
  background: url(../images/facebook_icon.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.facebook:hover button {
  background: url(../images/facebook_icon_hover.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.pinterest button {
  background: url(../images/pinterest_icon.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .social-share .social-listing li.pinterest:hover button {
  background: url(../images/pinterest_icon_hover.svg) no-repeat center;
}
.product-info-main .product-info-social-buttons .product-info-wishlist-mail-buttons {
  float: left;
  margin: 0;
  padding: 0px;
  top: 0;
  position: relative;
}
.product-info-main .product-info-social-buttons .towishlist {
  float: left;
  margin: 0 10px 0 0px;
  padding: 0px;
  border: none;
}
.product-info-main .product-info-social-buttons .towishlist .mbi {
  width: 40px;
  height: 40px;
  background: url(../images/add_wishlist.svg) no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
.product-info-main .product-info-social-buttons .towishlist:hover .mbi {
  background: url(../images/add_wishlist_hover.svg) no-repeat center top;
  background-size: 40px 40px;
}
.product-info-main .product-info-social-buttons .mailto.friend {
  width: 40px;
  height: 40px;
  background: url(../images/mailto_friend_icon.svg) no-repeat center;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  float: left;
}
.product-info-main .product-info-social-buttons .mailto.friend:hover {
  background: url(../images/mailto_friend_icon_hover.svg) no-repeat center;
  background-size: 40px 40px;
}
.product-info-main .product-info-social-buttons .social-title {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-align: left;
  margin: 25px 0 10px;
  float: left;
  width: 100%;
}
.product-info-main .product-info-compare-stores-buttons {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 35px 0px;
  padding: 0px;
  width: 100%;
  justify-content: left;
  align-items: center;
}
.product-info-main .product-info-compare-stores-buttons .store-availibility {
  float: left;
  margin: 0 25px 0 0;
  padding: 0px;
}
.product-info-main .product-info-compare-stores-buttons .store-availibility a {
  float: left;
  margin: 0px;
  padding: 8px 0 0 33px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  color: #000000;
  background: url(../images/location_icon_bg.svg) no-repeat left center;
  background-size: 20px;
}
.product-info-main .product-info-compare-stores-buttons .store-availibility a:hover {
  background: url(../images/location_icon_bg_hover.svg) no-repeat left center;
  color: #f36c21;
  background-size: 20px;
}
.product-info-main .product-info-compare-stores-buttons .action.tocompare {
  float: left;
  margin: 2px 0 0 0;
  padding: 0 0 0 50px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 44px;
  color: #000000;
  background: url(../images/compare_icon_bg.svg) no-repeat left center;
  background-size: 30px;
}
.product-info-main .product-info-compare-stores-buttons .action.tocompare:hover {
  background: url(../images/compare_icon_bg_hover.svg) no-repeat left center;
  color: #f36c21;
  background-size: 30px;
}
.product.data.items::before {
  position: absolute;
  left: 50%;
  top: 32px;
  transform: translate(-50%, 0%);
  width: 100vw;
  height: 3px;
  background: #E6E6E5;
  content: "";
}
.product.data.items > .item.title {
  display: inline-block;
  float: none;
  margin: 0 -3px 0 0;
  padding: 0 7px;
  background: #ffffff;
  z-index: 1;
  position: relative;
}
.product.data.items > .item.title > .switch {
  border: 3px solid #E6E6E5;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 50px;
  color: #000000 !important;
  text-transform: uppercase;
  height: auto;
  padding: 0 20px;
}
.product.data.items > .item.title > .switch:before {
  display: none !important;
}
.product.data.items > .item.title > .switch:after {
  display: none !important;
}
.product.data.items .item.title.opened > .switch {
  background: #E6E6E6 !important;
  color: #000000 !important;
}
.product.data.items > .item.content {
  margin-top: 77px;
}
.product.data.items .item.content .description {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
}
.product.info.detailed {
  overflow: visible;
}
.related .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -70px;
  top: 30%;
}
.related .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -70px;
  top: 30%;
}
.related.widget-product {
  margin-bottom: 60px;
}
.related.widget-product .heading-title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 30px 0;
}
.related.widget-product .heading-title:after {
  content: ":";
}
.related.widget-product .product-item-info .product-item-details .product-sku {
  display: block;
  margin: 0 0 10px 0;
}
.related.widget-product .product-item-info h3.product-item-name {
  margin: 0 0 5px 0;
}
.lease-calculator {
  border: 3px solid #E6E6E5;
  border-radius: 0px;
  padding: 15px 0px 9px;
  margin-bottom: 16px;
  max-width: 100%;
}
.lease-calculator .row {
  justify-content: space-between;
  align-items: center;
}
.lease-calculator .row .col-left {
  max-width: 314px;
  border-right: none;
  border-left: 3px solid #E6E6E5;
  padding: 5px 15px 5px 15px;
  width: 100%;
}
.lease-calculator .row .col-left .lease-providers label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin-right: 2px;
}
.lease-calculator .row .col-left .lease-providers label input {
  margin-right: 5px;
}
.lease-calculator .row .col-left .lease-providers label span {
  bottom: 3px;
  position: relative;
}
.lease-calculator .row .col-left .options label {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
  margin: 0 0 4px 0;
}
.lease-calculator .row .col-left .options select {
  height: 27px;
  border-radius: 30px;
  border: 1px solid #666766;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 18px;
  color: #000000;
}
.lease-calculator .row .col-right {
  margin: 0px;
  padding: 0 15px;
  width: 150px;
}
.lease-calculator .row .col-right .total h3.title {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 25px;
  color: #000000;
}
.lease-calculator .row .col-right .total .label {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.lease-calculator .row .col-right .total .price {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 26px;
  line-height: 40px;
  color: #f36c21;
}
.lease-calculator .message {
  font-size: 12px;
  text-align: center;
  float: left;
  width: 100%;
}
.header-main-inner .vertical-menu {
  width: 20%;
}
.vertical-menu .magebig-nav > li.level0:hover > a.level-top {
  background-color: #cccccc;
  color: #000000;
}
.vertical-menu .navigation .level0.mega_fullwidth > .submenu {
  width: 410% !important;
  max-height: 70vw;
  overflow: auto;
  background: #cccccc;
  box-shadow: none;
}
.magebig-nav div.submenu::before {
  background: #cccccc;
  box-shadow: none;
}
.magebig-nav li.level0.mega_fullwidth:hover > .show-sub {
  margin-top: 0px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .product-info-main .product-stock-text {
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .catalog-product-view .product-info-main .product.pricing {
    margin-top: -62px;
    margin-bottom: 0;
  }
  .catalog-product-view .product-info-main .product.pricing.has-arrival-info {
    margin-top: -62px;
    margin-bottom: 0;
  }
  .header-top-inner .top-contact-info-bg {
    display: none;
  }
  .header-top-inner .top-link-wrap {
    width: auto;
    float: right;
    margin: 0px;
  }
  .header-top-inner .top-link-wrap .col-auto.top-links {
    padding: 0px;
  }
  .page-header {
    margin: 0 0 5px 0;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-header .col-lg-3.top_panel_left {
    display: block !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-logo.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action {
    float: right;
    margin: 0 0 0 12px;
    padding: 0px;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action a {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    background: url(../images/minicart_icon.svg) no-repeat center top;
    padding-top: 0;
    float: left;
    width: 35px;
    height: 31px;
    background-size: 100% auto !important;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action a .mbi.mbi-bag2 {
    display: none;
  }
  .page-header .menu-logo .icon-top-mobile .minicart-action a:hover {
    background: url(../images/minicart_icon_hover.svg) no-repeat center top;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile {
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 18px;
    color: #000000;
    background: url(../images/account_icon.svg) no-repeat center top;
    padding-top: 0;
    float: right;
    text-transform: uppercase;
    width: 25px;
    height: 32px;
    background-size: 100% auto !important;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile .mbi.mbi-user {
    opacity: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile:hover {
    background: url(../images/account_icon_hover.svg) no-repeat center top;
  }
  .page-header .menu-logo .icon-top-mobile .user-topbar.user-icon-mobile .header.links {
    display: none;
  }
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .mb-toggle-switch span {
    background: #000 !important;
  }
  .mb-toggle-switch span::after {
    background-color: #000000 !important;
  }
  .mb-toggle-switch span::before {
    background-color: #000000 !important;
  }
  .logo img {
    width: 150px;
  }
  .logo-top {
    vertical-align: middle;
  }
  .menu-logo {
    margin: 0 0 10px 0px;
  }
  .menu-logo .btn-nav {
    margin-right: 0px;
  }
  .icon-top-mobile {
    max-width: 95px;
  }
  .block-search {
    padding-right: 0;
  }
  .header-top-row {
    padding: 5px 0;
    font-size: 1.3rem;
  }
  .promotion .promotion_item {
    margin: 15px 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .promotion .promotion_item .promo-img {
    width: 75px;
  }
  .promotion .promotion_item .promo-text {
    width: calc(100% - 75px);
    padding: 0 0 0 15px;
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 20px;
    line-height: normal;
    text-align: left;
    margin: 0 0 10px 0;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: normal;
    text-align: left;
  }
  .top-category-row.top-category-layout04 .categories .col-12.col-md-3.col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img {
    margin: 0 0 30px 0px;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
    font-weight: normal;
  }
  .carousel-container {
    margin: 0 0 21px 0px;
  }
  .tabs-wrap {
    margin-bottom: 15px;
    position: relative;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 0;
    padding: 2px;
  }
  .tabs-wrap .widget-tabs > li > a {
    padding: 0px 10px;
    font-size: 14px;
    line-height: 36px;
  }
  .tabs-wrap .widget-tabs.h3 {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: center;
    margin: 0px 7.5%;
    width: 85%;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .page-footer .footer-top-block {
    display: inline-block;
    margin: 0 0 30px 0px;
    padding: 10px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info {
    text-align: center;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 10px 0 0;
    font-size: 20px;
    line-height: 36px;
    float: none;
    display: inline-block;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 20px;
    line-height: 36px;
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-about-info {
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-about-info h1 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  .page-footer .footer-about-info p {
    font-size: 14px;
    line-height: 20px;
  }
  .page-footer .footer-links-wrap {
    margin: 0;
  }
  .page-footer .footer-links-wrap .footer-container {
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 16px;
  }
  .footer-main .title {
    border-top: none;
  }
  .footer-copyright-vertical {
    margin-bottom: 0;
  }
  .footer-copyright-vertical .footer-address .text-address {
    font-size: 13px;
    line-height: 18px;
    color: #656565;
    text-align: center;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .text-copyright {
    text-align: center;
  }
  .sub-categories .sub-cat li {
    width: 50%;
  }
  .catalog-category-view .category-description p {
    font-size: 15px;
  }
  .catalog-category-view .page-title {
    font-size: 20px;
  }
  .catalog-category-view .sidebar {
    max-width: 100%;
  }
  .catalog-category-view .product-item-info {
    max-width: 100%;
    margin: 15px 0;
  }
  .wrapper-breadcrums li a {
    font-size: 14px;
  }
  .breadcrumbs .items > li span {
    font-size: 14px;
  }
  .breadcrumbs .item:not(:last-child)::after {
    font-size: 14px;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  .toolbar-products .modes {
    float: right;
    margin: 0px;
  }
  .toolbar-products .sorter .sorter-label {
    display: inline-block !important;
  }
  .toolbar-products .pages {
    float: right;
    width: 100%;
    text-align: center;
    border-top: 1px solid #CCCCCC;
    margin-top: 7px;
    padding-top: 7px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr {
    flex-direction: row;
    flex-wrap: wrap;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    width: 100%;
    text-align: center;
    max-width: 100%;
    padding: 15px 0;
    float: left;
    margin: 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    width: 100%;
    padding: 15px 0 15px 0px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .product-item-link {
    max-width: 100%;
    font-size: 14px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    padding: 0;
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
    width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 5px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 20px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .price {
    font-size: 20px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 14px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .stock-and-actions .table-view-actions .add-to-cart-btn {
    min-width: auto;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 16px;
    text-align: left;
    padding: 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 16px;
  }
  .product-list-table td::before {
    display: none;
  }
  .product-item .product-item-info .product-item-name {
    max-height: 35px;
    overflow: hidden;
    min-height: 35px;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 29px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 2px;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-compare {
    margin-right: 2px;
  }
  .product-item-info .product-show .product-btn .stock.unavailable {
    font-size: 12px;
    width: 36px;
    height: 30px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 14px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 7px 0;
  }
  .product-item-info .product-item-details .price-box {
    margin: 0 0 2px 0;
    width: 100%;
    max-width: 100%;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 14px;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .pages .pages-items {
    float: none;
  }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width: 100%;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
  }
  .product.data.items::before {
    display: none;
  }
  .product.data.items > .item.title > .switch {
    font-size: 20px;
    line-height: 45px;
    padding: 0 20px;
  }
  .product.data.items > .item.content {
    margin-top: 0;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder .fotorama__thumb__arr--left .fotorama__thumb--icon {
    transform: rotate(-90deg) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% auto;
    left: 0 !important;
  }
  .gallery-placeholder .fotorama__thumb__arr--right .fotorama__thumb--icon {
    transform: rotate(-90deg) !important;
    width: 30px !important;
    height: 30px !important;
    background-size: 100% auto;
    right: 0px;
    left: auto !important;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #f4752f;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist {
    float: left;
    margin: 0 5px 0 0px;
    padding: 0px;
    border: none;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related.widget-product .product-item-info h3.product-item-name {
    margin: 0 0 5px 0;
    max-height: 26px;
    overflow: hidden;
    min-height: 26px;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
}
@media screen and (min-width: 768px) {
  .top-category-row .categories .row > div {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form input {
    font-size: 11px;
  }
  .page-header .header-main-content .top-social-links {
    margin: 8px 0 0 12px;
  }
  .page-header .header-main-content .top-social-links ul li {
    margin: 0 5px 0 0;
  }
  .page-header .header-main-content .top-social-links ul li a {
    background-size: 100% auto !important;
    width: 25px;
    height: 25px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col a {
    font-size: 0px;
    width: 29px;
    background-size: 100% auto !important;
    padding: 0;
    height: 40px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col > span {
    font-size: 0px;
    width: 32px;
    background-size: 100% auto !important;
    padding: 0;
    height: 40px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist a {
    font-size: 0px;
    width: 40px;
    background-size: 100% auto !important;
    padding: 0;
    height: 37px;
  }
  .page-header .header-main-content .header-content-action .minicart-action {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .minicart-action a {
    font-size: 0px;
    width: 40px;
    background-size: 100% auto !important;
    padding: 0;
    height: 33px;
  }
  .page-header .header-menu-content .magebig-nav li.level0 > a {
    padding: 0 9px;
    line-height: 50px;
    font-size: 10px;
  }
  .page-header .header-menu-content .magebig-nav li.mega_left div.show-sub {
    left: 50%;
    outline: none;
    width: 100%;
    min-width: 220px;
    z-index: 999;
    transform: translate(-50%, 0) !important;
    width: 370% !important;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .header-horizontal .magebig-nav div.submenu .itemgrid-3col ul.level0 {
    column-count: 2;
  }
  .page-header .header-horizontal .magebig-nav div.submenu .itemgrid-4col ul.level0 {
    column-count: 2;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types {
    display: none;
  }
  .header-top-inner .top-link-wrap .col-auto.top-links {
    padding: 0px;
  }
  .block-search {
    padding-right: 0;
  }
  .promotion .promotion_item .promo-text {
    padding: 0px;
    width: 100%;
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 20px;
    line-height: normal;
    margin: 0 0 10px 0;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: normal;
  }
  .promotion .promotion_item .promo-img {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
  }
  .promotion .promotion_item .promo-img img {
    width: auto;
    height: 100px;
  }
  .top-promotion-row.top-promotion-layout04 .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img {
    margin: 0 0 10px 0px;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
  }
  .tabs-wrap {
    text-align: center;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 10px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 15px;
    line-height: normal;
    padding: 13px 15px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-footer .footer-top-block {
    padding: 10px 0px;
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 24px 0 0;
    font-size: 20px;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 20px;
  }
  .page-footer .footer-about-info {
    margin: 0 0 30px 0px;
  }
  .page-footer .footer-about-info p {
    font-size: 16px;
    line-height: 20px;
  }
  .page-footer .footer-about-info h1 {
    margin: 0 0 10px 0px;
    font-size: 25px;
  }
  .page-footer .footer-links-wrap {
    margin: 0 0 15px 0px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 16px;
  }
  .footer-copyright-vertical .footer-address .text-address {
    font-size: 13px;
  }
  .text-copyright {
    font-size: 13px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 25px;
    height: 25px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 25px;
    height: 25px;
    right: 10px;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 41px;
    height: 38px;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 46px !important;
    height: 37px !important;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 46px !important;
    height: 37px !important;
  }
  .page-main .top-products-tab-row .product-item-info .product-show .product-btn .stock.available p {
    font-size: 16px;
  }
  .footer-main {
    padding-bottom: 0px;
  }
  .menu-logo {
    margin-left: 0px;
  }
  .catalog-category-view .category-description p {
    font-size: 16px;
  }
  .catalog-category-view .page-title {
    font-size: 25px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    max-width: 150px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    max-width: 200px;
    padding: 30px 0;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 10px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    padding: 30px 15px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 29px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 30px;
    height: 30px;
    background-size: 30px 30px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 5px;
  }
  .product-item-info .product-show .product-btn .stock.unavailable {
    font-size: 12px;
    width: 36px;
    height: 30px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 14px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 7px 0;
  }
  .product-item-info .product-item-details .price-box {
    margin: 0 0 2px 0;
    width: 100%;
    max-width: 100%;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 14px;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .fotorama__nav-wrap .fotorama_horizontal_ratio .fotorama__img {
    width: 100%;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
  }
  .gallery-placeholder .fotorama__thumb__arr--left {
    display: none !important;
  }
  .gallery-placeholder .fotorama__thumb__arr--right {
    display: none !important;
  }
  .product.data.items::before {
    top: 25px;
  }
  .product.data.items > .item.title {
    padding: 0 10px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
    line-height: 36px;
    padding: 0 5px;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #f4752f;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .fotorama {
    overflow: visible;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form input {
    font-size: 11px;
  }
  .page-header .header-main-content .top-social-links {
    margin: 12px 0 0 -70px;
  }
  .page-header .header-main-content .top-social-links ul li {
    margin: 0 10px 0 0;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col > span {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .minicart-action {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .minicart-action a {
    font-size: 12px;
  }
  .page-header .col-lg-3.top_panel_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
  .page-header .header-menu-content .magebig-nav li.level0 > a {
    font-size: 13px;
    line-height: 50px;
    padding: 0 12px;
  }
  .page-header .header-menu-content .magebig-nav li.mega_left div.show-sub {
    left: 50%;
    outline: none;
    width: 100%;
    min-width: 220px;
    z-index: 999;
    transform: translate(-50%, 0) !important;
    width: 370% !important;
  }
  .top-link-wrap > div {
    padding: 0px;
  }
  .header-top-inner .top-contact-info-bg {
    padding: 0 70px 0 0;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types {
    display: none;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
    margin: 0 10px 0 0;
    font-size: 14px;
  }
  .header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label span.label {
    font-size: 12px;
    top: 2px;
    position: relative;
  }
  .header-top-inner .top-newsletter-block .block.newsletter input {
    width: 180px;
  }
  .header-top-inner a {
    font-size: 14px;
  }
  .promotion .promotion_item .promo-img {
    width: 75px;
  }
  .promotion .promotion_item .promo-text {
    padding: 0 0 0 15px;
    width: calc(100% - 75px);
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 19px;
    line-height: normal;
    margin: 0 0 10px;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: 16px;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
  }
  .tabs-wrap {
    text-align: center;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 10px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 15px;
    line-height: normal;
    padding: 13px 25px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .page-footer .footer-top-block {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 38px 0 0;
    font-size: 25px;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 25px;
  }
  .page-footer .footer-about-info {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-about-info p {
    font-size: 14px;
    line-height: normal;
  }
  .page-footer .footer-about-info h1 {
    font-size: 25px;
  }
  .page-footer .footer-links-wrap .h4.title {
    font-size: 18px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-main .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .cms-index-index .page-bottom {
    display: none;
  }
  .catalog-category-view .category-description p {
    font-size: 16px;
  }
  .catalog-category-view .page-title {
    font-size: 25px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    max-width: 150px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    max-width: 200px;
    padding: 30px 0;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 10px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    padding: 30px 15px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 11px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip:hover {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 5px;
  }
  .product-item-info .product-show .product-btn .stock.unavailable {
    font-size: 12px;
    width: 36px;
    height: 30px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 14px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 14px;
    line-height: normal;
    margin: 0 0 7px 0;
  }
  .product-item-info .product-item-details .price-box {
    margin: 0 0 2px 0;
    width: 100%;
    max-width: 100%;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 14px;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 14px;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
  }
  .product.data.items::before {
    top: 25px;
  }
  .product.data.items > .item.title {
    padding: 0 10px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 20px;
    line-height: 45px;
    padding: 0 10px;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #f4752f;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .vertical-menu .navigation .level0.mega_fullwidth > .submenu {
    width: 260% !important;
    max-height: 70vw;
    overflow: auto;
    background: #cccccc;
    box-shadow: none;
    max-width: 260% !important;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1300px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .header-main-content .top-social-links ul li {
    margin: 0 10px 0 0;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .col.col-wishlist a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .user-topbar.col > span {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .shops-topbar.col a {
    font-size: 12px;
  }
  .page-header .header-main-content .header-content-action .minicart-action {
    margin: 0 0 0 7px;
  }
  .page-header .header-main-content .header-content-action .minicart-action a {
    font-size: 12px;
  }
  .page-header .col-lg-3.top_panel_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
  .top-link-wrap > div {
    padding: 0px;
  }
  .header-top-inner .top-contact-info-bg {
    padding: 0 70px 0 0;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
    margin: 0 20px 0 0;
  }
  .header-top-inner a {
    font-size: 14px;
  }
  .header-top-inner .top-newsletter-block .block.newsletter input {
    width: 200px;
  }
  .promotion .promotion_item .promo-img {
    width: 75px;
  }
  .promotion .promotion_item .promo-text {
    padding: 0 0 0 15px;
    width: calc(100% - 75px);
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 19px;
    line-height: normal;
    margin: 0 0 10px;
  }
  .promotion .promotion_item .promo-text .promo-desc {
    font-size: 14px;
    line-height: 16px;
  }
  .top-cat-item {
    display: block;
  }
  .top-cat-item .category-img img {
    width: 100%;
  }
  .top-cat-item span.title {
    font-size: 20px;
  }
  .tabs-wrap {
    text-align: center;
  }
  .tabs-wrap .widget-tabs > li {
    margin-right: 10px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 20px;
    line-height: normal;
    padding: 13px 35px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .page-footer .footer-top-block {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-top-block .footer-contact-info span {
    margin: 0 38px 0 0;
    font-size: 25px;
  }
  .page-footer .footer-top-block .footer-email {
    font-size: 25px;
  }
  .page-footer .footer-about-info {
    margin: 0 0 40px 0px;
  }
  .page-footer .footer-about-info p {
    font-size: 14px;
    line-height: normal;
  }
  .page-footer .footer-about-info h1 {
    font-size: 25px;
  }
  .page-footer .footer-links-wrap .h4.title {
    font-size: 18px;
  }
  .page-footer .footer-links-wrap .footer-container .footer-links li a {
    font-size: 14px;
    line-height: 20px;
  }
  .footer-main .footer-logo img {
    width: 100%;
    height: auto;
  }
  .footer-payment-icons img {
    width: 100%;
  }
  .cms-index-index .page-bottom {
    display: none;
  }
  .block-search {
    padding-right: 40px;
  }
  .catalog-category-view .category-description p {
    font-size: 16px;
  }
  .catalog-category-view .page-title {
    font-size: 25px;
  }
  .category-sidebar-ads .ad-img img {
    width: 100%;
  }
  .filter-mobile-btn {
    position: relative;
    cursor: pointer;
    padding: 11px 0px;
    background-color: #ffffff;
    margin-bottom: 0;
    border-top: 1px solid #CCCCCC;
  }
  .filter-mobile-btn .text {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: normal;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image {
    max-width: 150px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-image .product.photo.product-item-photo .product-image-wrapper {
    padding-bottom: 100% !important;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn {
    width: 100%;
    max-width: 200px;
    padding: 30px 0;
    text-align: left;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box {
    max-width: 100%;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price {
    margin: 0 10px 0 0;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-add-to-cart-btn .monthly-payment .price {
    font-size: 17px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name {
    padding: 30px 15px;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description {
    font-size: 13px;
    line-height: 1.4;
  }
  #mptablecategory-table-view.product-list-table tbody tr td.mptablecategory-product-name .table-product-description a {
    font-size: 13px;
    line-height: 1.4;
  }
  .product-item-info .product-show .product-btn .stock.available {
    padding: 0 7px;
    font-size: 14px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .stock.available p {
    font-size: 14px;
    line-height: 20px;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart .mbi {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .towishlist:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare .mbi {
    width: 32px;
    height: 32px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocompare:hover .mbi {
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col .tocart.mb-tooltip {
    width: 36px;
    height: 30px;
    background-size: 100% auto;
  }
  .product-item-info .product-show .product-btn .text-center .col.btn-wishlist {
    margin-left: 5px;
  }
  .product-item-info h2.product-item-name a {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .product-sku {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .price {
    font-size: 25px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .special-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .special-price .price {
    font-size: 25px;
    line-height: normal;
  }
  .product-item-info .product-item-details .price-box .old-price {
    margin: 0 5px;
  }
  .product-item-info .product-item-details .price-box .old-price .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .monthly-payment {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-details .monthly-payment .price {
    font-size: 16px;
    line-height: normal;
  }
  .product-item-info .product-item-photo span.discount-percent {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
  }
  .product-item-info .product-item-photo span.discount-percent.new-label {
    width: 44px;
    height: 44px;
    line-height: 44px;
    font-size: 17px;
    font-weight: bold;
    right: 54px;
  }
  .block.filter .filter-options .filter-checkbox-radio .field > input[type="checkbox"] + label .text {
    font-size: 18px;
  }
  .product.media .discount-percent {
    background: #F36C21;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
    right: 0px;
  }
  .product.media .discount-percent.new-label {
    background: #4AB862;
    right: 72px;
    border-radius: 100%;
    width: 62.1px;
    height: 62.1px;
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 23px;
    line-height: 62.1px;
    color: #ffffff;
    text-align: center;
    padding: 0;
  }
  .product.data.items::before {
    top: 25px;
  }
  .product.data.items > .item.title > .switch {
    font-size: 20px;
    line-height: 45px;
    padding: 0 20px;
  }
  .product.data.items .item.content .description {
    font-size: 16px;
    line-height: 1.4;
  }
  .gallery-placeholder.vertical.imgs {
    padding-bottom: 96px;
  }
  .catalog-product-view .product.media {
    margin: 0 0 30px;
  }
  .product-info-main .product-info-top .product.attribute.sku .type {
    font-size: 16px;
  }
  .product-info-main .product-info-top .product.attribute.sku .value {
    font-size: 16px;
  }
  .product-info-main .product-info-top .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 1.4;
  }
  .product-info-main .product-info-top .product.attribute.overview .value {
    font-size: 16px;
    line-height: 1.4;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
    float: left;
    margin: 0px;
    padding: 0 17px;
    background: #4EC1B7;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    border-radius: 30px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available p {
    float: left;
    margin: 0px;
    padding: 0px;
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .stock.unavailable {
    font-size: 20px;
    line-height: 26px;
    padding: 0 17px;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box {
    max-width: 100%;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 30px;
    line-height: 36px;
    color: #000000;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .special-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: 800;
    font-size: 30px;
    line-height: 36px;
    color: #f4752f;
  }
  .product-info-main .product-info-stock-price-custom .product-info-price .price-box .old-price .price {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
    text-decoration: line-through;
  }
  .product-info-main .product-add-form {
    margin: 0 0 10px 0px;
  }
  .product-info-main .product-add-form .box-tocart .actions .tocart {
    font-size: 20px;
    line-height: 40px;
  }
  .product-info-main .product-info-social-buttons {
    margin: 0 0 20px 0px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li {
    display: inline-block;
    margin: 0 5px 0 0;
  }
  .product-info-main .product-info-social-buttons .social-share .social-listing li button {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .social-share .social-title {
    font-size: 16px;
  }
  .product-info-main .product-info-social-buttons .towishlist .mbi {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-social-buttons .mailto.friend {
    width: 40px;
    height: 40px;
  }
  .product-info-main .product-info-compare-stores-buttons {
    margin: 0px;
  }
  .product-info-main .product-info-compare-stores-buttons .store-availibility a {
    font-size: 16px;
    background-size: 17px auto;
    padding: 0 0 0 23px;
  }
  .product-info-main .product-info-compare-stores-buttons .action.tocompare {
    font-size: 16px;
    background-size: 20px auto;
    padding: 0 0 0 30px;
  }
  .lease-calculator .row .col-left {
    border-top: 3px solid #E6E6E5;
    border-left: none;
    padding: 25px 26px 0px 26px;
    max-width: 100%;
    border-bottom: none;
    margin: 20px 0 0 0;
    width: 100%;
  }
  .lease-calculator .row .col-left .lease-providers {
    text-align: center;
  }
  .lease-calculator .row .col-left .options {
    text-align: center;
  }
  .lease-calculator .row .col-right {
    width: 100%;
  }
  .related .category-products .owl-carousel {
    padding: 0 30px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
  }
  .related .product-items.owl-carousel .owl-nav .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
  }
  .vertical-menu .navigation .level0.mega_fullwidth > .submenu {
    width: 260% !important;
    max-height: 70vw;
    overflow: auto;
    background: #cccccc;
    box-shadow: none;
    max-width: 260% !important;
  }
}
@media screen and (min-width: 1301px) and (max-width: 1700px) {
  .page-header .top-search-wrap.mfp-with-anim #search_mini_form {
    width: 100%;
  }
  .page-header .header-main-content .top-social-links {
    margin: 17px 0 0 -105px;
  }
  .page-header .col-lg-3.top_panel_left {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
    max-width: 12%;
  }
  .page-header .col-lg-3.top_panel_left .col-auto.top-links {
    padding: 0px;
  }
  .page-header .col-lg-9.top_panel_right {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 88%;
    flex: 0 0 88%;
    max-width: 88%;
  }
  .header-top-inner .top-contact-info-bg .top-contact-info .contact-types span {
    margin: 0 20px 0 0;
  }
  .header-top-inner .top-newsletter-block .block.newsletter input {
    width: 260px;
  }
  .promotion .promotion_item .promo-img {
    width: 100px;
  }
  .promotion .promotion_item .promo-text {
    width: calc(100% - 100px);
  }
  .promotion .promotion_item .promo-text .promo-title {
    font-size: 25px;
  }
  .tabs-wrap .widget-tabs > li > a {
    font-size: 28px;
    padding: 13px 20px;
  }
  .homepage-product-tabs .category-products {
    position: relative;
    padding: 0 15px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-prev {
    width: 35px;
    height: 35px;
    left: 10px;
  }
  .page-main .top-products-tab-row .product-items.owl-carousel .owl-nav .owl-next {
    width: 35px;
    height: 35px;
    right: 10px;
  }
  .vertical-menu .navigation .level0.mega_fullwidth > .submenu {
    width: 320% !important;
    max-height: 70vw;
    overflow: auto;
    background: #cccccc;
    box-shadow: none;
    max-width: 320% !important;
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .toolbar-products {
    background: none;
    border-top: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    padding: 7px 0px;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .toolbar-products .sorter {
    float: left;
    border: none;
    background-color: #ffffff;
    padding-left: 0;
    position: relative;
    margin: 0px;
    order: 1;
    width: 50%;
    text-align: left;
    border-bottom: 1px solid #CCC;
  }
  .toolbar-products .modes {
    float: right;
    margin: 0px;
    order: 2;
    width: 50%;
    text-align: right;
    border-bottom: 1px solid #CCCCCC;
    padding-bottom: 7px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .toolbar-products .limiter {
    float: right;
    border: none;
    display: block !important;
    background-color: #ffffff;
    padding-left: 0;
    position: relative;
    margin: 0 0 0 auto;
    order: 4;
    width: 30%;
    text-align: right;
    padding-top: 7px;
  }
  .toolbar-products .pages {
    float: right;
    width: 70%;
    text-align: left;
    border-top: 0px solid #CCCCCC;
    margin-top: 0px;
    padding-top: 7px;
    order: 3;
  }
  .toolbar-products .pages .pages-items .item {
    min-width: 25px;
  }
}
.filter-options-item.price .filter-options-content {
  margin: 0 0 10px 0 !important;
}
.filter-options-item.price .mb-range-slider .actions-toolbar {
  display: none;
}
.catalog-category-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-category-view .columns.row {
  align-items: start;
}
.catalog-category-view .columns.row .sidebar-wrap.sticky-sidebar {
  position: sticky;
  top: 110px;
}
.catalog-category-view .page-wrapper {
  overflow: visible;
}
.product-list-table .mb-trigger {
  margin-top: 10px;
}
.mb-trigger-next {
  margin-bottom: 50px;
}
.gallery-placeholder .fotorama__thumb-border {
  border-color: #A5A5A5;
}
#footer-mobile-read-more-link {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #footer-mobile-read-more-link {
    display: inline-block;
    color: #5b2015;
  }
  .footer-mobile-hidden-content {
    display: none;
  }
}
.stock_status_filter_colored_label-0 {
  width: 20px;
  height: 20px;
  background: #4EC1B7;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.stock_status_filter_colored_label-1 {
  width: 20px;
  height: 20px;
  background: #468FCD;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.stock_status_filter_colored_label-2 {
  width: 20px;
  height: 20px;
  background: #B7D43E;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.stock_status_filter_colored_label-3 {
  width: 20px;
  height: 20px;
  background: #F36C21;
  float: right;
  border-radius: 100%;
  margin-top: 3px;
}
.availability-wrapper h3 {
  display: none;
}
.availability-wrapper h5.availability-title {
  text-transform: uppercase;
  font-size: 23px;
  font-weight: normal;
  font-family: 'LATO';
}
.availability-wrapper .availability-table-body li.row {
  border-bottom: 3px #E6E6E6 solid;
  padding: 6px 0;
}
.availability-wrapper .stock-info {
  float: left;
  width: 100%;
}
.availability-wrapper .col.store-name {
  float: left;
  width: 70%;
  padding: 0;
}
.availability-wrapper .warehouse-name {
  font-size: 18px;
}
.availability-wrapper .additional-msg {
  color: #B8BCBF;
}
.availability-wrapper .card-link {
  margin-top: 50px;
}
.availability-wrapper .card-link a {
  background: #ffffff;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 53px;
  color: #F36C21;
  padding: 8px 24px;
  border-radius: 30px;
  text-transform: uppercase;
  border: 2px solid #F36C21;
}
.availability-wrapper .card-link a:hover {
  color: #ffffff;
  background: #F36C21;
}
.availability-wrapper .col.store-stock-status {
  display: none;
}
.availability-wrapper .col.store-qty {
  float: right;
  width: 30%;
  text-align: right;
  font-size: 0px;
}
.availability-wrapper .col.store-qty:after {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  float: right;
  content: "";
  border: 4px solid #000000;
}
.availability-wrapper .col.store-qty.active-qty:after {
  background: #000000;
  box-shadow: inset 0 0 0 3px #ffffff;
}
.availability-wrapper .warehouse-contact-info {
  float: left;
  width: 100%;
  border-top: 3px #E6E6E6 solid;
  padding-top: 15px;
  margin-top: 10px;
}
.availability-wrapper .warehouse-address-info {
  width: 30%;
  float: left;
  font-size: 14px;
  padding-left: 30px;
}
.availability-wrapper .warehouse-location {
  float: right;
  width: 70%;
  padding: 0;
  top: 0;
  margin: 0;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .availability-wrapper h5.availability-title {
    font-size: 18px;
  }
  .availability-wrapper .warehouse-name {
    font-size: 16px;
  }
  .availability-wrapper .availability-table-body {
    padding: 15px;
    padding-bottom: 0;
    padding-top: 0;
  }
  .availability-wrapper .additional-msg {
    float: left;
    font-size: 16px;
  }
  .availability-wrapper .warehouse-address-info {
    width: 100%;
    float: left;
    font-size: 14px;
    padding-left: 0;
  }
  .availability-wrapper .warehouse-location {
    float: left;
    width: 100%;
    margin-top: 20px;
  }
  .availability-wrapper .card-link {
    margin-top: 20px;
  }
  .availability-wrapper .card-link a {
    font-size: 18px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1366px) {
  .product.data.items .item.content#availability\.tab {
    padding: 22px 22px 22px 22px;
  }
  .availability-wrapper .availability-table-body {
    padding: 0;
  }
  .availability-wrapper .warehouse-address-info {
    padding-left: 0;
  }
  .availability-wrapper .card-link a {
    font-size: 20px;
  }
}
.checkout-cart-index .gift-discount-coupon-container {
  float: left;
  width: 70%;
  padding-right: 3%;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
.checkout-cart-index .gift-discount-coupon-container #block-gift-card-discount {
  width: calc(50% - 10px);
  float: left;
  order: 2;
  background: #f36c21;
  padding: 7px 10px;
}
.checkout-cart-index .gift-discount-coupon-container #block-discount {
  float: left;
  margin: 0;
  width: calc(50% - 10px);
  order: 1;
  background: #f36c21;
  padding: 7px 10px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .title {
  display: table-cell;
  vertical-align: middle;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
  font-family: 'Lato';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 23px;
  color: #ffffff;
  margin-right: 9px;
  line-height: 41px;
  display: block;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content {
  display: table-cell !important;
  vertical-align: middle;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content .fieldset.coupon {
  display: inline-block;
  margin: 0px;
  padding: 0 40px 0 0;
  width: 100%;
  position: relative;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form {
  padding: 0px !important;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .field {
  margin: 0px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .field .control input {
  height: 41px;
  padding: 0 15px;
  font-family: 'Lato';
  font-size: 15px;
  border: none;
  border-radius: 2px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .actions-toolbar {
  position: absolute;
  right: 0;
  top: 0;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .actions-toolbar button.action {
  background: none;
  border: none;
  border-radius: 0px;
  font-size: 0px;
  height: 41px !important;
  padding: 0 !important;
  min-width: auto !important;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .content form .fieldset .actions-toolbar button.action:after {
  content: ">";
  font-family: 'Lato';
  text-transform: uppercase;
  font-weight: normal;
  font-size: 40px;
  color: #ffffff;
  line-height: 41px;
}
.checkout-cart-index .gift-discount-coupon-container .block.discount .action.secondary {
  display: none;
}
.checkout-cart-index .cart-summary {
  position: unset !important;
  width: 100%;
  float: none;
}
.checkout-cart-index .cart-sidebar-container {
  float: right;
  width: 30%;
}
.checkout-cart-index .cart-promo-block {
  width: 70%;
  float: left;
  padding-right: 3%;
}
.checkout-cart-index .cart-page-promo-block ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0px;
  margin-right: -19px;
}
.checkout-cart-index .cart-page-promo-block li {
  float: left;
  width: 47.5%;
  list-style: none;
  border: 3px solid #E6E6E5;
  margin-bottom: 20px;
  margin-right: 19px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  height: auto;
  min-height: 100px;
}
.checkout-cart-index .cart-page-promo-block li span {
  font-size: 15px;
  font-family: 'Lato';
  line-height: normal;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(1) {
  background: #E9F4F2;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(2) {
  background: #FEF2F3;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(3) {
  background: #FBFAE9;
}
.checkout-cart-index .cart-page-promo-block li:nth-child(4) {
  background: #F7F7F5;
}
.checkout-cart-index button.mpsavecart-toggle {
  font-size: 1.4rem;
}
.checkout-cart-index .action.button:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .action.continue:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .action.update:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .action.clear:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .mpsavecart-toggle:hover {
  background: #f36c21;
  border-color: #f36c21;
  color: #ffffff;
}
.checkout-cart-index .page-title {
  font-size: 23px;
  font-family: 'Lato';
  line-height: normal;
  font-weight: bold;
  color: #000000;
  text-align: left;
}
.checkout-cart-index .product-item-photo .product-image-container {
  display: inline-block;
}
.widget-product.crosssell .heading-title {
  font-size: 30px;
  font-family: 'Lato';
  line-height: normal;
  font-weight: bold;
  color: #000000;
  margin-bottom: 20px;
}
.widget-product.crosssell .product-item-info .product-show .product-btn {
  justify-content: center;
}
.widget-product.crosssell .product-item-info .product-show .product-btn .stock.available {
  display: none;
}
.widget-product.crosssell .product-item-info .product-item-details .product-sku {
  display: none;
}
.widget-product.crosssell .category-products {
  padding: 0 70px;
}
.widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -60px;
  top: 24%;
}
.widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -60px;
  top: 24%;
}
#discount-giftcard-form .fieldset.coupon {
  margin: 0px;
}
.cart-container .cart-sidebar-container .lease-calculator {
  padding: 24px 20px 9px;
}
.cart-container .cart-sidebar-container .lease-calculator .row {
  justify-content: center;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-left {
  border-top: 3px solid #E6E6E5;
  border-left: none;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-left .options {
  text-align: center;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-right {
  width: 100%;
  max-width: 380px;
  padding: 0;
  margin: 10px 0 30px 0;
}
.cart-container .cart-sidebar-container .lease-calculator .row .col-right .total {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
}
.cart-container .cart-sidebar-container .lease-calculator .row .message {
  text-align: center;
  padding: 0px 26px 25px 26px;
  color: #f36c21;
  max-width: 250px;
  font-size: 13px;
}
.cart-container .cart-sidebar-container .cart-summary {
  padding: 0 20px 20px;
}
.cart-container .cart-sidebar-container .cart-summary > .title {
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-cart-index .cart-sidebar-container {
    width: 100%;
  }
  .checkout-cart-index .gift-discount-coupon-container {
    width: 100%;
    padding: 0px;
  }
  .checkout-cart-index .gift-discount-coupon-container #block-gift-card-discount {
    width: 100%;
    float: left;
    order: 2;
    background: #f36c21;
    padding: 7px 10px;
  }
  .checkout-cart-index .gift-discount-coupon-container #block-discount {
    float: left;
    margin: 0 0 10px;
    width: 100%;
    order: 1;
    background: #f36c21;
    padding: 7px 10px;
  }
  .checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .cart-page-promo-block li {
    width: 100% !important;
    margin-right: 0px;
  }
  .checkout-cart-index .cart-page-promo-block ul {
    padding: 0px;
    margin: 0px;
  }
  .checkout-cart-index .cart-promo-block {
    padding: 0px;
    width: 100%;
    display: none;
  }
  .cart-container .cart-sidebar-container .lease-calculator {
    padding: 20px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total .price {
    font-size: 40px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total h3.title {
    font-size: 25px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .message {
    padding: 0px 26px 0px 26px;
  }
  .cart-container .cart-sidebar-container .cart-totals {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart-container .cart-sidebar-container .cart-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .cart-sidebar-container .opc-block-summary .table-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .category-products {
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .checkout-cart-index .cart-sidebar-container {
    width: 100%;
  }
  .checkout-cart-index .gift-discount-coupon-container {
    width: 100%;
    padding: 0px;
  }
  .checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .cart-page-promo-block li {
    margin-right: 14px;
  }
  .checkout-cart-index .cart-page-promo-block ul {
    padding: 0px;
    margin-right: -14px;
  }
  .checkout-cart-index .cart-promo-block {
    padding: 0px;
    width: 100%;
  }
  .header-top-inner .top-newsletter-block .block.newsletter .field.newsletter .control label span.label {
    top: 3px;
    position: relative;
  }
  .header-top-inner .top-static-links .top-links {
    padding-left: 15px;
    padding-right: 0;
  }
  .cart-container .cart-sidebar-container .lease-calculator {
    padding: 20px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total .price {
    font-size: 40px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total h3.title {
    font-size: 25px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .message {
    padding: 0px 26px 0px 26px;
  }
  .cart-container .cart-sidebar-container .cart-totals {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart-container .cart-sidebar-container .cart-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .cart-sidebar-container .opc-block-summary .table-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .form-cart {
    width: 100%;
    padding: 0px;
  }
  .cart-container .crosssell {
    width: 100%;
    padding: 0px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .category-products {
    padding: 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .checkout-cart-index .gift-discount-coupon-container .block.discount .title strong {
    font-size: 16px;
  }
  .checkout-cart-index .cart-page-promo-block li {
    margin-right: 12px;
  }
  .checkout-cart-index .cart-page-promo-block ul {
    padding: 0px;
    margin-right: -12px;
  }
  .cart-container .cart-sidebar-container .lease-calculator {
    padding: 20px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right {
    margin: 0px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total {
    justify-content: center;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total .price {
    font-size: 40px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .col-right .total h3.title {
    font-size: 25px;
  }
  .cart-container .cart-sidebar-container .lease-calculator .row .message {
    padding: 0px 26px 0px 26px;
  }
  .cart-container .cart-sidebar-container .cart-totals {
    padding-left: 0px;
    padding-right: 0px;
  }
  .cart-container .cart-sidebar-container .cart-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .cart-container .cart-sidebar-container .opc-block-summary .table-totals .grand .amount {
    border-top: 1px solid #d1d1d1;
    font-size: 1.8rem;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .product-items.owl-carousel .owl-nav .owl-next {
    right: 0;
    width: 40px;
    height: 40px;
  }
  .widget-product.crosssell .category-products {
    padding: 0px;
  }
}
.catalog-product-view .swatch-attribute.color_filter {
  border-top: 3px solid #E6E6E5;
  border-bottom: 3px solid #E6E6E5;
  padding: 0 30px;
}
.catalog-product-view .swatch-option.image {
  border: none !important;
}
.catalog-product-view .swatch-option.image:not(.disabled):hover {
  border: none !important;
}
.catalog-product-view .swatch-option.image.selected {
  border: none !important;
}
.catalog-product-view .swatch-attribute-label {
  display: block !important;
}
.catalog-product-view .swatch-attribute-selected-option {
  display: none !important;
}
.catalog-product-view .swatch-option-tooltip {
  display: none !important;
}
.catalog-product-view .product-options-wrapper .owl-theme .owl-nav {
  margin-top: 0px;
}
.catalog-product-view .product-options-wrapper .swatch-option.image {
  margin: 0px auto;
  float: none;
  display: block;
}
.catalog-product-view .product-options-wrapper .owl-carousel .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  background: url(../images/owl-prev.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.catalog-product-view .product-options-wrapper .owl-carousel .owl-nav .owl-next {
  width: 30px;
  height: 30px;
  background: url(../images/owl-next.png) no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -30px;
  top: 50%;
  transform: translate(0, -50%);
}
.catalog-product-view .product-options-wrapper .owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
}
.giftcard-information-container div.mage-error[generated] {
  margin-bottom: 10px;
  color: red;
  font-size: 1.3rem !important;
  position: relative;
  bottom: 100%;
  right: 0;
  max-width: 260px;
  border: none !important;
  padding: 5px 8px;
  border-radius: 3px;
  background: #fff;
  line-height: 1;
  box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.4);
  z-index: 2;
  margin-top: 10px;
}
.giftcard-information-container div.mage-error[generated]:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  margin-left: -2px;
  top: 0;
  left: 20%;
  border: 4px solid black;
  border-color: transparent transparent #fff #fff;
  transform-origin: 0 0;
  transform: rotate(135deg);
  box-shadow: -2px 2px 7px 0 rgba(0, 0, 0, 0.3);
}
.col-12.col-md-5.col-lg-5.col-xl-5.col-btn-actions-desktop.d-none.d-md-block {
  padding-right: 0;
}
[name="shippingAddress.custom_attributes.customer_type"] > .label {
  display: none;
}
[name="shippingAddress.custom_attributes.customer_type"] .control .switch-field .switch {
  float: left;
  margin-right: 30px;
}
.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.contact-store-cnt span {
  width: 100%;
  display: block;
}
.cms-page-view .page-main .contact-store-cnt span {
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Lato';
}
.cms-page-view .page-main .contact-store-cnt .text-right span {
  text-align: right;
}
.cms-page-view .page-main .contact-store-cnt .title span {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  font-weight: 600;
}
.cms-page-view .page-main .contact-store-cnt .title span:hover {
  color: #808080;
}
.contact-store-cnt {
  margin-bottom: 30px;
}
.cms-page-view .page-main .contact-store-cnt h4,
.cms-page-view .page-main .contact-store-cnt h3 {
  color: #000;
  font-family: Lato;
}
.pull-left {
  float: left;
}
.text-right span {
  text-align: right;
}
.meile-btn {
  background: #ff661f;
  padding: 7px 25px 7px 25px;
  border-radius: 20px;
  color: #fff;
  font-size: 18px;
  letter-spacing: 1px;
  float: right;
  margin-top: 5px;
  font-family: Lato;
}
.pull-right {
  float: right;
}
.contact-map-cnt {
  margin-top: 15px;
}
.contact-map-cnt iframe {
  width: 100%;
}
.nopadding-right {
  padding-right: 0px;
}
.store-list {
  max-height: 600px;
  height: 600px;
  box-shadow: 1px 1px 3px 0px #999999;
  overflow-y: auto;
}
.store-list #list {
  padding: 7px;
}
.store-list ul {
  width: 100%;
  float: left;
  list-style: none;
}
.store-list ul li {
  width: 100%;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f2f2f2;
}
.store-list ul li span {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
.store-list ul li span.red {
  color: #f00;
}
#list .title[aria-expanded="true"] .mbi-chevron-right {
  display: none;
}
#list .title[aria-expanded="false"] .mbi-chevron-down {
  display: none;
}
#list .mbi {
  font-weight: 800;
  vertical-align: middle;
  margin-right: 7px;
}
.map-heading {
  margin-top: 50px;
  font-weight: 600;
  font-size: 20px;
}
.main-head-contact {
  font-weight: 700;
  font-size: 30px;
}
strong.bold-text {
  font-weight: 600;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .store-list {
    height: auto;
  }
  .col-md-9.pull-right.nopadding-right.map {
    padding-top: 10px;
  }
  .meile-btn {
    float: left;
  }
  .col-md-4.nopadding.pull-left.mobilepad {
    top: 20px;
  }
  .col-md-4.nopadding.text-right.pull-left.last-detail {
    clear: both;
    top: 25px;
  }
  .main-head-contact {
    text-align: left;
  }
  .cms-page-view .page-main .contact-store-cnt .text-right span {
    text-align: left;
  }
}
.message-notice.message.notice.mp-preorder-checkout {
  float: left;
  width: 100%;
}
.form-shipping-address .field > input[type="checkbox"] + label:before {
  content: '';
  width: 13px;
  height: 13px;
  border: 2px solid #ffffff;
  position: absolute;
  box-shadow: 0 0 0 2px #000000;
  top: 50%;
  margin-top: -6px;
  border-radius: 2px;
  left: 0;
}
.form-shipping-address .field > input[type="checkbox"]:checked + label:before {
  background: #000000;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 2px #000000;
}
.table-comparison .cell {
  width: 235px;
  vertical-align: top;
}
.table-comparison .cell .product-item-name a {
  max-width: 236px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  min-height: 38px;
}
.table-comparison th.cell.label {
  padding-left: 0;
}
.account .table-wrapper .data.table .action {
  color: #06c;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .table-comparison .cell {
    width: 196px;
  }
  .table-comparison .price-box {
    min-height: 40px;
  }
  .table-wrapper.comparison {
    margin-top: 10px;
  }
  .account .history-toolbar {
    margin-top: 10px;
  }
  .account .table-wrapper .data.table .action {
    width: 62%;
    display: block;
    color: #06c;
  }
  .account .table-wrapper .data.table.table-history-products .col.item {
    text-align: right;
  }
  .account .table-wrapper .data.table.table-history-products .col.item:before {
    text-align: left;
  }
  .account .table-wrapper .data.table.table-history-products .col.item span {
    width: 61%;
    margin-left: auto;
    text-align: left;
  }
  .account .table-wrapper .data.table.table-history-products .action {
    width: 61%;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.name {
    text-align: right;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.name:before {
    text-align: left;
    float: left;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.name a {
    width: 61%;
    margin-left: auto;
    text-align: left;
    display: inline-block;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.qty {
    text-align: left !important;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.actions .save-product-actions {
    display: inline-block;
    width: 61%;
    vertical-align: top;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.actions .save-product-actions .action {
    width: 100%;
  }
  .account .table-wrapper .data.table.table-history-saved-products .col.actions .action {
    width: 61%;
  }
}
@media only screen and (device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3) {
  .table-comparison .cell {
    width: 176px;
  }
  .table-comparison .action.primary {
    padding: 5px 10px;
    min-width: 105px;
    font-size: 13px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available {
    font-size: 8px;
    line-height: 16px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available p {
    font-size: 8px;
    line-height: 16px;
  }
}
@media only screen and (device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2) {
  .table-comparison .cell {
    width: 176px;
  }
  .table-comparison .action.primary {
    padding: 5px 10px;
    min-width: 105px;
    font-size: 13px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available {
    font-size: 8px;
    line-height: 16px;
  }
  .products-grid .product-item-info .product-show .product-btn .stock.available p {
    font-size: 8px;
    line-height: 16px;
  }
}
.amcheckout-step-container input[type="checkbox"] + label:before {
  border-radius: 100%;
}
.amcheckout-step-container .field > input[type="checkbox"]:checked + label:before {
  width: 13px;
  height: 13px;
  font-size: 0;
}
.amcheckout-step-container .billing-address-same-as-shipping-block > input[type="checkbox"]:checked + label:before {
  background: #fff !important;
}
.amcheckout-step-container .billing-address-same-as-shipping-block input[type="checkbox"] + label:before {
  background: #000 !important;
}
.cart-totals .grand.totals.incl .amount {
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
}
.cart-totals .grand.totals.incl .mark {
  border-bottom: 1px solid #d1d1d1;
  border-top: none;
}
.cart-totals .grand.totals.excl strong {
  font-weight: normal;
}
/*************** Login And Registration page*************************/
.customer-account-login .page-main {
  background: none;
}
.customer-account-login .page-main .login-container {
  max-width: 100%;
  display: inline-block;
  margin: 50px 0;
}
.customer-account-login .page-main .login-container .remind {
  position: unset;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer {
  margin: 0px;
}
.customer-account-login .page-main .login-container .login-section .fieldset {
  padding: 0px;
  border: none;
  box-shadow: none;
}
.customer-account-login .page-main .login-container .login-section .fieldset > .field {
  margin: 0 0 6px 0;
}
.customer-account-login .page-main .login-container .login-section .fieldset > .field .label {
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  margin: 0 0 6px 0;
  display: block;
}
.customer-account-login .page-main .login-container .login-section .fieldset > .field .control .input-text {
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  height: 40px;
  border: 1px solid #f2f1f0;
}
.customer-account-login .page-main .login-container .login-section .fieldset .forgot-password-bg {
  margin: 14px 0 14px;
}
.customer-account-login .page-main .login-container .login-section .fieldset .forgot-password-bg .action.remind {
  background: #edebea;
  color: #e96c19;
  font-size: 15px;
  font-family: Lato;
  line-height: 40px;
  padding: 0 15px;
  text-align: center;
  display: block;
}
.customer-account-login .page-main .login-container .login-section .fieldset .actions-toolbar .primary .action.primary {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e96c19;
  border-radius: 0;
  background: #e96c19;
  font-family: Lato;
  font-size: 15px;
}
.customer-account-login .page-main .login-container .login-section .fieldset .actions-toolbar .primary .action.primary:hover {
  background: #ffffff;
  color: #e96c19;
}
.customer-account-login .page-main .login-container .login-section .block {
  max-width: 251px;
  margin: 0 0 31px 0;
}
.customer-account-login .page-main .login-container .login-section .block .block-title {
  font-size: 23px;
  font-family: Lato;
  font-weight: bold;
  color: #000000;
  margin: 0 0 19px 0;
}
.customer-account-login .page-main .login-container .login-section .block .block-title strong {
  font-weight: bold;
}
.customer-account-login .page-main .login-container .login-section .block .block-title .title {
  padding: 0px;
  font-size: 23px;
  font-family: Lato;
  font-weight: bold;
  color: #000000;
}
.customer-account-login .page-main .login-container .login-section .block .block-content .social-btn {
  margin: 0 0 -1px;
  display: block;
}
.customer-account-login .page-main .login-container .login-section .block .block-content .social-btn .btn-social {
  background: #ffffff;
  color: #000000;
  border: 1px solid #edebea;
  font-size: 17px;
  font-family: Lato;
  padding: 18px 10px 18px 65px;
}
.customer-account-login .page-main .login-container .login-section .block .block-content .social-btn .btn-social svg {
  fill: #576baf;
  background: none;
  padding: 0px;
  width: 43px;
  height: 43px;
  left: 10px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer {
  max-width: 100%;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content p {
  font-family: Lato;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
  margin: 0 0 5px 0;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content ul {
  padding-left: 14px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content ul li {
  font-family: Lato;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar {
  margin-top: 15px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar .primary .action.primary {
  height: 40px;
  padding: 0 15px;
  border: 1px solid #e96c19;
  border-radius: 0;
  background: #e96c19;
  font-family: Lato;
  font-size: 15px;
  line-height: 36px;
  width: 249px;
}
.customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar .primary .action.primary:hover {
  background: #ffffff;
  color: #e96c19;
}
.customer-account-login .page-main .login-container .login-section .login-page-promo img {
  width: 100%;
  height: auto;
}
.customer-account-login .page-main .login-section {
  float: left;
}
.customer-account-create .page-main {
  background: none;
}
.customer-account-create .page-main .block.block-new-customer {
  margin: 50px 0;
  max-width: 500px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .block-title {
  font-size: 23px;
  font-family: Lato;
  font-weight: bold;
  color: #000000;
  margin: 0 0 19px 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .block-title strong {
  font-weight: bold;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset {
  padding: 0px;
  box-shadow: none;
  margin: 0px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice .label {
  font-size: 15px;
  font-family: Lato;
  color: #000000;
  font-weight: normal;
  margin-right: 50px;
  padding-left: 46px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="radio"] + label::before {
  width: 23px;
  height: 23px;
  border: 2px solid #000;
  margin-top: -12px;
  font-size: 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="radio"]:checked + label::after {
  width: 13px;
  height: 13px;
  margin-top: -7px;
  left: 5px;
  font-size: 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="checkbox"] + label::before {
  width: 19px;
  height: 19px;
  border: 2px solid #000;
  margin-top: -9px;
  font-size: 0;
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.choice > input[type="checkbox"]:checked + label::after {
  width: 9px;
  height: 9px;
  margin-top: -4px;
  left: 5px;
  font-size: 0;
  position: absolute;
  top: 50%;
  border: 1px solid #000000;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background-color: #000000;
  content: "";
  display: block;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field {
  width: 100%;
  margin: 0 0 5px 0px;
  padding: 0px;
  float: left;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.additional {
  margin-top: 10px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field label {
  font-size: 15px;
  font-family: Lato;
  color: #000000;
  font-weight: normal;
  margin: 0 0 6px 0;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field.required:not(.choice) .label:after {
  content: "*";
  color: red;
  margin-left: 5px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field .control .input-text {
  border: 1px solid #7a504c;
  border-radius: 3px;
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  height: 30px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .field .control select {
  border: 1px solid #7a504c;
  border-radius: 3px;
  font-size: 15px;
  font-family: Lato;
  font-weight: normal;
  color: #000000;
  height: 30px;
  width: 100%;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields {
  margin: 0 -5px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields .field {
  padding: 0 5px;
  width: 50%;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset.create.account .field.choice .label {
  line-height: 19px;
  margin: 0px;
  width: 100%;
  padding: 0 0 0 30px;
  display: block;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset.create.account .field.choice .label .required-symbol {
  color: red;
  margin-left: 5px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset.create.account .field.choice.privacy-policy {
  margin-top: 20px;
  margin-bottom: 10px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .fieldset .required-text {
  display: inline-block;
  margin: 10px 0 25px 0px;
  padding: 0px;
  width: 100%;
  font-family: Lato;
  font-size: 15px;
  color: red;
  font-weight: normal;
}
.customer-account-create .page-main .block.block-new-customer .block-content .actions-toolbar .primary .action.primary {
  height: 60px;
  padding: 0 15px;
  border: 1px solid #e96c19;
  border-radius: 3px;
  background: #e96c19;
  font-family: Lato;
  font-size: 20px;
  width: 200px;
}
.customer-account-create .page-main .block.block-new-customer .block-content .actions-toolbar .primary .action.primary:hover {
  background: #ffffff;
  color: #e96c19;
}
.form.form-edit-account .fieldset .company-fields .field {
  margin-bottom: 15px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .customer-account-login .page-main .login-container .login-section {
    width: 100%;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
  }
  .customer-account-login .page-main .login-container .login-section.new-account-container {
    margin-bottom: 30px;
  }
  .customer-account-login .page-main .login-container .login-section .block {
    max-width: 100%;
  }
  .customer-account-login .page-main .login-container .login-section .block.block-new-customer .block-content .actions-toolbar .primary .action.primary {
    width: 100%;
  }
  .customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields .field.password {
    width: 100%;
  }
  .customer-account-create .page-main .block.block-new-customer .block-content .fieldset .combined-fields .field.confirmation {
    width: 100%;
  }
}
#related\.post\.tab h5 {
  font-size: 1.5em;
  font-weight: bold;
}
.mp-attachment-container h5 {
  font-size: 1.5em;
  font-weight: bold;
}
.checkout-index-index .field._error .control input {
  border-color: #e6e7e6;
}
.checkout-index-index .field._error .control select {
  border-color: #e6e7e6;
}
.checkout-index-index .field._error .control textarea {
  border-color: #e6e7e6;
}
.checkout-index-index .payment-method-content input[type="checkbox"] + label:before {
  margin-top: -8px;
}
/*Order Success Page*/
.checkout-onepage-success .main-container {
  padding-top: 10px;
}
.checkout-onepage-success .main-container .messages-wrap {
  display: none;
}
.checkout-onepage-success .main-container .page-title {
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 800;
  font-family: 'Lato';
}
.checkout-onepage-success .main-container .checkout-success {
  margin-top: 30px;
}
.checkout-onepage-success .main-container .checkout-success .order-number-title {
  font-weight: 800;
}
.checkout-onepage-success .main-container .checkout-success .order-number-title .order-number {
  font-weight: normal;
}
.checkout-onepage-success .main-container .checkout-success .order-success-email-text {
  margin-top: 15px;
}
.checkout-onepage-success .main-container .checkout-success .block-order-details .order-date {
  border-bottom: none;
}
.checkout-onepage-success .main-container .checkout-success .block-order-details-view .block-content .box-title span {
  font-weight: 800;
}
.checkout-onepage-success .main-container .checkout-success .order-details-items {
  text-align: left;
  padding: 0;
  border-color: #E6E6E5;
}
.checkout-onepage-success .main-container .checkout-success .order-details-items tfoot td {
  background: #ffffff;
}
.checkout-onepage-success .main-container .checkout-success .order-details-items .col.price .price-excluding-tax .price,
.checkout-onepage-success .main-container .checkout-success .order-details-items .col.subtotal .price-excluding-tax .price {
  font-size: 16px;
}
.checkout-onepage-success .main-container .actions-toolbar {
  margin-top: 25px;
}
.checkout-onepage-success .main-container .actions-toolbar .action.primary {
  background-color: #F36C21;
  border: 1px solid #F36C21;
  font-size: 23px;
  font-weight: normal;
  line-height: 40px;
  text-transform: uppercase;
  padding: 5px 40px;
}
.checkout-onepage-success .account .column.main .block:not(.widget) .block-title {
  background: #E6E6E5;
  padding: 15px;
  border-bottom: none;
  margin-bottom: 15px;
}
.checkout-onepage-success .account .column.main .block:not(.widget) .block-title strong {
  font-weight: 800;
  font-size: 20px;
}
.checkout-onepage-success .account .table > thead > tr > th {
  padding: 10px 5px 10px 0px;
  border-color: #E6E6E5;
}
.checkout-onepage-success .account .table > tbody > tr > td {
  border-color: #E6E6E5;
}
.checkout-onepage-success .account .table .col.sku {
  padding: 10px 5px 10px 15px;
}
.checkout-onepage-success .account .table .col.subtotal {
  padding: 10px 15px 10px 5px;
}
.checkout-onepage-success .account .table .col.qty .title {
  display: none;
}
.checkout-onepage-success .account .table tfoot {
  background: #ffffff;
}
.checkout-onepage-success .account .table tfoot tr.subtotal th {
  padding: 5px 0;
}
.checkout-onepage-success .account .table tfoot tr.subtotal td {
  padding: 0;
  padding-right: 15px;
}
.checkout-onepage-success .account .table tfoot td {
  padding-right: 15px;
}
.checkout-onepage-success .account .table tfoot tr.grand_total {
  border-top: 1px solid #E6E6E5;
}
.checkout-onepage-success .account .table tfoot tr.grand_total th,
.checkout-onepage-success .account .table tfoot tr.grand_total td {
  padding: 10px 0 10px 0;
  font-size: 20px;
}
.checkout-onepage-success .account .table tfoot tr.grand_total th strong,
.checkout-onepage-success .account .table tfoot tr.grand_total td strong {
  font-weight: normal;
  font-size: 16px;
}
.checkout-onepage-success .account .table tfoot tr.grand_total th span {
  font-size: 16px;
  color: #000000;
}
.checkout-onepage-success .account .table tfoot tr.grand_total td {
  padding-right: 15px;
}
.checkout-onepage-success .print {
  display: none;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .checkout-onepage-success .order-details-items .order-title {
    text-align: center;
    padding: 10px 0 10px 0;
  }
  .checkout-onepage-success .account .table-order-items tbody tr {
    padding: 10px;
  }
  .checkout-onepage-success .account .table tfoot tr.subtotal td {
    padding-right: 0;
  }
  .checkout-onepage-success .account .table tfoot tr.grand_total td {
    padding-right: 0;
  }
  .checkout-onepage-success .order-items.table-wrapper .col.price {
    text-align: left;
  }
  .checkout-onepage-success .order-items.table-wrapper .col.subtotal {
    text-align: left;
  }
  .checkout-onepage-success .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td.col.qty {
    text-align: left;
  }
  .checkout-onepage-success .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) tbody > tr > td:last-child {
    border: none;
  }
  .checkout-onepage-success .table-wrapper .table:not(.totals):not(.table-comparison) tfoot {
    padding: 10px;
  }
  .checkout-onepage-success .main-container .checkout-success .order-details-items tfoot td {
    padding: 5px 0;
  }
}
/*Gift card user image fit in the container*/
#preview-giftcard-image img {
  width: 100%;
  height: 100%;
}
/*Gift card Product page design*/
.mp-gift-card-product .wrapper-breadcrums {
  display: block;
  margin: 0;
}
.mp-gift-card-product .product-info-main-content {
  padding-top: 0;
}
.mp-gift-card-product .product-info-main .product-info-top .product.attribute.overview {
  font-size: 16px;
}
.mp-gift-card-product .product-info-main .product-info-top .product.attribute.overview .value {
  font-size: 16px;
}
.mp-gift-card-product .product-info-main .product-info-top .product.attribute.overview ul {
  list-style: decimal;
  line-height: 20px;
}
.mp-gift-card-product .product-info-main .product-info-stock-price-custom .product-info-price .mp-stock-status .stock.available {
  text-transform: lowercase;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-container-preview {
  margin: 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting {
  padding: 20px 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .block-title {
  color: #000000;
  font-size: 16px !important;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .block-title span:after {
  content: ":";
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images {
  margin: 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload {
  margin: 15px 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload .image.item-template {
  margin: 5px 0 5px 0;
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-upload label[for="giftcard-template-upload-image"] span:after {
  content: ":";
}
.mp-gift-card-product .giftcard-template-container .giftcard-template-setting-select {
  display: none;
}
.mp-gift-card-product .price-box {
  display: none !important;
}
.mp-gift-card-product .giftcard-information-container .giftcard-field-label {
  text-align: left;
}
.mp-gift-card-product .giftcard-information-container .giftcard-field-label:after {
  content: ":";
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .mp-gift-card-product .giftcard-template-container .giftcard-template-container-preview {
    margin: auto;
  }
  .mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images .image.item-template {
    width: 100%;
    height: 50px;
  }
  .mp-gift-card-product .giftcard-template-container .giftcard-template-setting .giftcard-template-setting-content .giftcard-template-choose-images .image.item-template .template-image-wrapper {
    width: 100%;
    height: 100%;
  }
}
#go-top {
  right: 40px;
  bottom: 90px;
}
html[lang="ru"] .page-header .header-menu-content .magebig-nav {
  display: flex;
  justify-content: space-between;
}
html[lang="ru"] .page-header .header-menu-content .magebig-nav li.level0 > a {
  padding: 0 16px;
}
.block-dashboard-info .change-password {
  float: right;
}
/*Wishlist Page design*/
.products-grid.wishlist .clean-table.linearize-table {
  font-size: 12px;
  text-transform: uppercase;
  width: 100%;
  color: #4c4c4c;
  line-height: 1.5;
  border-collapse: collapse;
  border-spacing: 0;
}
.products-grid.wishlist .clean-table.linearize-table thead th {
  font-size: 12px;
  text-transform: uppercase;
  border-bottom: 1px solid silver;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td {
  padding: 15px;
  vertical-align: top;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-image {
  width: 113px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-quantity {
  width: 80px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-quantity input {
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-price {
  width: 120px;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-price .price-box {
  margin: 7px 0;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-cart {
  width: 150px;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-cart p.unavailable.stock {
  line-height: 38px;
  margin: 0px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-remove {
  width: 20px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-remove .btn-remove.action {
  display: inline-block;
  width: 20px;
  height: 20px;
  text-align: center;
  text-shadow: none;
  color: transparent;
  position: relative;
  font-size: 0px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td.customer-wishlist-item-remove .btn-remove.action:after {
  content: "\e681";
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  font-family: 'mbicon';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  text-align: center;
}
.products-grid.wishlist .clean-table.linearize-table tbody td .wishlist-sku {
  margin-bottom: 10px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td .product-item-name {
  margin: 0px;
}
.products-grid.wishlist .clean-table.linearize-table tbody td .product-item-name a {
  margin: 0px;
}
.form-wishlist-items .actions-toolbar {
  clear: both;
  margin: 10px 0 0;
  padding-top: 10px;
  border-top: 1px solid #ededed;
  text-align: right;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .products-grid.wishlist .product-item-inner {
    display: none;
  }
  .products-grid.wishlist .clean-table.linearize-table thead th {
    display: none;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr {
    border-bottom: 1px solid #cccccc;
    display: block;
    position: relative;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td {
    display: block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    empty-cells: hide;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-image {
    width: 100%;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-image .product-item-photo {
    width: 113px;
    margin: 0px;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-quantity {
    width: 100%;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-quantity .field.qty {
    width: 80px;
    display: inline-block;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-price {
    width: 100%;
    text-align: left;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-cart {
    width: 100%;
    text-align: left;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-cart p.unavailable.stock {
    line-height: 38px;
    margin: 0px;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-remove {
    position: absolute;
    top: 15px;
    right: 0px;
    display: block;
    padding: 0px;
    height: 20px;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td.customer-wishlist-item-remove .btn-remove.action:after {
    content: "\e681";
    font-size: 18px;
    line-height: 20px;
    color: #000000;
    font-family: 'mbicon';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    text-align: center;
  }
  .products-grid.wishlist .clean-table.linearize-table tbody tr td[data-rwd-label]::before {
    content: attr(data-rwd-label) ":";
    font-size: 12px;
    padding-right: 5px;
    text-transform: uppercase;
  }
}
.widget.block.block-recent-posts.block-list-posts .block-content .item.clearfix .post-image {
  min-height: auto;
}
.lease-calculator .col-right .mobile-lease-calculator-toggle {
  display: none;
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .cms-index-index .column.main .block-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .cms-index-index .column.main .block-wrap .top-promotion-row.top-promotion-layout04 {
    order: 3;
    -webkit-order: 3;
    -moz-order: 3;
  }
  .cms-index-index .column.main .block-wrap .top-category-row.top-category-layout04 {
    order: 1;
    -webkit-order: 1;
    -moz-order: 1;
  }
  .cms-index-index .column.main .block-wrap .top-products-tab-row.top-product-tab-layout04 {
    order: 2;
    -webkit-order: 2;
    -moz-order: 2;
    width: 100%;
  }
  .icon-top-mobile .shops-topbar.col.mobile {
    float: left;
    margin: 0 0 0 12px;
    padding: 0px;
    width: 23px;
    max-width: 23px;
  }
  .icon-top-mobile .shops-topbar.col.mobile a {
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 5px;
    color: #000000;
    background: url(../images/location_icon.svg) no-repeat center top;
    background-size: auto;
    background-size: 100% auto;
    padding-top: 34px;
    float: left;
    text-transform: uppercase;
    width: 100%;
  }
  .icon-top-mobile .shops-topbar.col.mobile a .mbi.mbi-user {
    display: none;
  }
  .icon-top-mobile .shops-topbar.col.mobile a span {
    display: none;
  }
  body .wrapper-breadcrums li a {
    color: #808080;
  }
  .catalog-product-view .gallery-placeholder.vertical.imgs {
    padding-bottom: 0;
  }
  .catalog-product-view .wrapper-breadcrums {
    display: block;
    margin: 0 0 10px 0;
  }
  .catalog-product-view .product-info-main-content {
    padding-top: 0px;
  }
  .catalog-product-view .product-info-top {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog-product-view .product-info-top .product.attribute.sku {
    float: left;
    margin: 0 0 10px 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog-product-view .product-info-top .product.attribute.sku .type {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #808080;
    display: inline-block;
    margin-right: 5px;
  }
  .catalog-product-view .product-info-top .product.attribute.sku .type:after {
    content: ':';
  }
  .catalog-product-view .product-info-top .product.attribute.sku .value {
    font-family: Lato;
    font-style: normal;
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    color: #808080;
    display: inline-block;
    vertical-align: top;
  }
  .catalog-product-view .product-info-top .page-title-wrapper {
    float: left;
    margin: 0 0 10px 0px;
    padding: 0px;
    width: 100%;
  }
  .catalog-product-view .product-info-top .page-title-wrapper .page-title {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    font-family: Lato;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #000000;
  }
  .catalog-product-view .lease-calculator {
    position: relative;
  }
  .catalog-product-view .lease-calculator .col-right .mobile-lease-calculator-toggle {
    position: absolute;
    right: 30px;
    top: 42px;
    width: 33px;
    height: 33px;
    font-size: 0px;
    cursor: pointer;
    display: block;
    background: url(../images/mobile-lease-calculator-toggle-active.png) no-repeat center;
  }
  .catalog-product-view .lease-calculator .col-right .mobile-lease-calculator-toggle.active {
    background: url(../images/mobile-lease-calculator-toggle.png) no-repeat center;
  }
  .catalog-product-view .lease-calculator .row .col-left {
    display: none;
  }
}
.table tfoot .grand_total_incl .mark strong {
  font-weight: bold;
  font-size: 16px;
}
.table tfoot .grand_total_incl .amount strong .price {
  font-weight: bold;
  font-size: 16px;
}
.opc-block-summary .table-totals .grand.excl strong {
  font-weight: normal;
  font-size: 12px;
}
body.page-layout-1column .block.widget.block-viewed-products-grid li.product-item {
  width: 25%;
}
.product-item-info .product-item-photo .product-image-container {
  display: inline-block;
}
.product-item-info .product-item-photo span.discount-percent {
  background: #F36C21;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.product-item-info .product-item-photo span.discount-percent.new-label {
  background: #4AB862;
  right: 72px;
  border-radius: 100%;
  width: 62.1px;
  height: 62.1px;
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 62.1px;
  color: #ffffff;
  text-align: center;
  padding: 0;
}
.product-item-info .product-item-name {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  margin: 0 0 5px 0;
}
.product-item-info .product-item-name a {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
}
.product-item-info .product-item-details .product.sku {
  font-family: Lato;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  line-height: 24px;
  color: #808080;
  margin: 0 0 14px 0;
  display: block;
  width: 100%;
  text-align: center;
}
.product-item-info .product-item-details .price-box {
  margin: 0 0 2px 0;
}
.product-item-info .product-item-details .price-box .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 23px;
  line-height: 36px;
  color: #000000;
}
.product-item-info .product-item-details .price-box .special-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .special-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: 800;
  font-size: 23px;
  line-height: 36px;
  color: #f4752f;
}
.product-item-info .product-item-details .price-box .old-price {
  margin: 0 10px;
}
.product-item-info .product-item-details .price-box .old-price .price {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #000000;
  text-decoration: line-through;
}
.product-item-info .product-item-details .product.monthly_payment {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 24px;
  color: #f36c21;
  text-transform: lowercase;
}
.product-item-info .product-item-details .product.monthly_payment .value {
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  color: #f36c21;
}
.product-item-info .recently_view_products_data {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: 0 0 11px;
  padding: 5px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
}
.product-item-info .recently_view_products_data .product.recently_product_stock {
  float: left;
  margin: 0px;
  padding: 0 10px;
  background: #4EC1B7;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
  border-radius: 30px;
}
.product-item-info .recently_view_products_data .product.recently_product_stock .value {
  float: left;
  margin: 0px;
  padding: 0px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
  color: #ffffff;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.out-of-stock {
  background: #F36C21;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.toode-laos {
  background: #F36C21;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.pre-order {
  background: #468FCD;
}
.product-item-info .recently_view_products_data .product.recently_product_stock.pre-order.backorder {
  background: #B7D43E;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn {
  float: right;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .btn-quickview {
  display: none;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocart.primary {
  min-width: auto;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocart.primary span {
  width: 56px;
  height: 39px;
  background: url("../images/add_cart_button.svg") no-repeat center top;
  background-size: 44px 44px;
  border-radius: 0px;
  font-size: 0px;
  line-height: 34px;
  display: inline-block;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocart.primary:hover span {
  background: url("../images/add_cart_button_hover.svg") no-repeat center top;
  background-size: 44px 44px;
  background-color: inherit;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.towishlist span {
  width: 51px;
  height: 39px;
  background: url("../images/add_wishlist.svg") no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  line-height: 34px;
  display: inline-block;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.towishlist:hover span {
  background: url("../images/add_wishlist_hover.svg") no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocompare span {
  width: 48px;
  height: 40px;
  background: url("../images/add_compare.svg") no-repeat center top;
  background-size: 40px 40px;
  border-radius: 0px;
  font-size: 0px;
  line-height: 34px;
  display: inline-block;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn > div .action.tocompare:hover span {
  background: url("../images/add_compare_hover.svg") no-repeat center top;
  background-size: 40px 40px;
}
.product-item-info .recently_view_products_data .evelekt-recenly-btn .stock.unavailable {
  display: none;
}
.product-item-info .recently_view_products_data button {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}
.product-item-info .recently_view_products_data a {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}
.block-viewed-products-grid .block-title strong {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 23px;
  line-height: 20px;
  color: #000000;
  margin: 0 0 30px 0;
  display: block;
}
.block-viewed-products-grid .block-title strong::after {
  content: ":";
}
.block-viewed-products-grid .product-items.owl-carousel .owl-nav .owl-prev {
  width: 60px;
  height: 60px;
  background: url("../images/owl-prev.png") no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  left: -70px;
  top: 30%;
}
.block-viewed-products-grid .product-items.owl-carousel .owl-nav .owl-next {
  width: 60px;
  height: 60px;
  background: url("../images/owl-next.png") no-repeat center;
  margin: 0px;
  background-size: 100% auto;
  font-size: 0px;
  right: -70px;
  top: 30%;
}
.page-bottom {
  background-color: inherit;
}
.recently-viewed .category-products {
  padding: 30px 0;
}
.recently-viewed .product-item-photo:hover img {
  outline: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title #everypaycards + .label {
  background: #ffffff url(../images/card_payment_logo.svg) no-repeat center right 15px;
  padding-right: 125px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .widget-product.recently-viewed.block-viewed-products-grid .product-items.owl-carousel .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    left: 0px;
    background: url("../images/owl-prev.png") no-repeat center;
    margin: 0px;
    background-size: 100% auto;
    font-size: 0px;
    top: 30%;
  }
  .widget-product.recently-viewed.block-viewed-products-grid .product-items.owl-carousel .owl-next {
    width: 40px;
    height: 40px;
    right: 0px;
    background: url("../images/owl-next.png") no-repeat center;
    margin: 0px;
    background-size: 100% auto;
    font-size: 0px;
    top: 30%;
  }
  .recently-viewed .category-products .product-items {
    padding: 0 30px;
  }
}
.catalog-product-view .product.media .fotorama {
  overflow: visible;
}
.catalog-product-view .product.media .fotorama .fotorama__thumb-border {
  pointer-events: none;
  border-width: 3px;
}
.catalog-product-view .product.media .fotorama .dimensions-wrapper #dimensions-image {
  display: none;
  width: 120px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: -11px;
  z-index: 11;
}
.catalog-product-view .product.media .fotorama .dimensions-wrapper #dimensions-image.active .fotorama__thumb {
  border: 3px solid #A5A5A5;
}
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #video-image {
  display: none;
  width: 120px;
  margin-right: auto !important;
  margin-left: auto !important;
  margin-top: -11px;
  z-index: 11;
}
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #video-image.active .fotorama__thumb {
  border: 3px solid #A5A5A5;
}
@media (max-width: 768px) {
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap {
    position: relative;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__nav--thumbs {
    display: inline-block;
    position: relative;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left,
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right {
    top: 42%;
    transform: translate(0, -50%);
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--right {
    right: -10px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr--left {
    left: -10px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .dimensions-wrapper {
    display: inline-block;
    vertical-align: top;
    margin-top: 16px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .dimensions-wrapper #dimensions-image {
    margin-right: 0 !important;
    margin-left: 5px;
    margin-top: 0px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .video-thumb-wrapper {
    display: inline-block;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .video-thumb-wrapper #video-image {
    margin-right: 0 !important;
    margin-left: 5px;
  }
}
.page.messages {
  width: 520px;
  margin-left: -260px;
}
.page.messages .messages .message {
  text-align: left;
}
.page.messages .messages .message > div {
  padding-left: 80px;
  font-size: 15px;
  line-height: 22px;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .page.messages {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 10000;
    width: 90%;
    transform: translate(-50%, -50%);
    margin-left: 0;
    margin-top: 0;
  }
  .page.messages .messages .message {
    text-align: center;
    margin: 0 0 5px 0;
    padding: 30px 15px;
    font-size: 17px;
  }
  .page.messages .messages .message > div {
    text-align: center;
    padding-top: 60px;
    line-height: 1.4;
    padding-left: 0;
    width: 100%;
  }
  .page.messages .messages .message > *:first-child:before {
    display: flex;
    left: 50%;
    justify-content: center;
    margin: 0;
    bottom: 0;
    width: 44px;
    height: 44px;
    border-radius: 44px;
    background-repeat: no-repeat;
    background-position: center;
    font-size: 0;
    position: absolute;
    top: 30px;
    transform: translate(-50%, 0%);
    background-color: var(--bg-color);
    background-image: var(--bg-image);
  }
  .page.messages .messages .close-message-bg {
    content: '';
    position: fixed;
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    right: auto;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    width: 100vw;
    height: 100vh;
  }
}
.field > input[type="checkbox"]:checked + label:before {
  content: '\e934';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 0;
  font-family: 'mbicon' !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 15px;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 10px;
  text-align: center;
  font-weight: bold;
}
.mp-giftcard-preview-email .mp-giftcard-html {
  display: none;
}
.mp-giftcard-preview-email .mp-giftcard-html .modal-popup._inner-scroll .modal-inner-wrap {
  max-height: 88%;
  width: 88%;
}
.mp-giftcard-preview-email .mp-giftcard-html .modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email .mp-email-html iframe {
  height: 95%;
  border: none;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content > div {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email .mp-email-html {
  height: 100%;
}
.mp-giftcard-modal-email-preview.modal-popup._inner-scroll .modal-content .mp-giftcard-preview-email iframe {
  height: 98% !important;
  border: none;
}
.modal-popup.mp-giftcard-modal-email-preview._show .modal-inner-wrap {
  height: 90%;
}
.search-filter-wrap {
  margin-bottom: 15px;
}
.methods-shipping .table-checkout-shipping-method tbody .cargoson .col-price .price,
.methods-shipping .table-checkout-shipping-method tbody .eesti_post .col-price .price,
.methods-shipping .table-checkout-shipping-method tbody .smartpost .col-price .price,
.methods-shipping .table-checkout-shipping-method tbody .dpd .col-price .price {
  visibility: visible;
}
.methods-shipping .table-checkout-shipping-method tbody .col-delivery-windows {
  border-top: none;
  padding: 0 0 20px 0;
  width: 100%;
  max-width: 550px;
  border: 0;
  padding-top: 5px;
}
.methods-shipping .table-checkout-shipping-method tbody .cargoson-parcel-point td {
  width: 100%;
  max-width: 550px;
  border: 0;
  padding-top: 5px;
}
.show-read-more .more-text {
  display: none;
}
.read-more {
  text-decoration: underline;
  font-weight: 400;
}
.giftcard-info-price .price-box {
  display: none;
}
