/**
 * 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.
 */
/**
 * 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;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  #co-payment-form textarea[name="payment[custom_attributes][additional_comment]"] {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #co-payment-form textarea[name="payment[custom_attributes][additional_comment]"] {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1366px) {
  #co-payment-form textarea[name="payment[custom_attributes][additional_comment]"] {
    width: 75%;
  }
}
#taxvat,
#registration_no {
  color: #545454;
}
/**
 * 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;
}
.pricelist-export-section {
  text-align: right;
  margin-bottom: 15px;
}
.pricelist-export-section .export-buttons {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
.pricelist-export-section .export-buttons .button-link.excel-link {
  background: url(../images/xls.svg) no-repeat;
}
.pricelist-export-section .export-buttons .button-link.pdf-link {
  background: url(../images/pdf.svg) no-repeat;
}
.pricelist-export-section .export-buttons .button-link {
  width: 30px;
  height: 30px;
  display: inline-block;
  float: left;
  background-size: 100% auto !important;
  margin-left: 10px;
}
.pricelist-export-section .export-buttons .button-link span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.customer-account-index .sidebar.sidebar-additional {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.salesman-details {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
}
.salesman-details .salesman-profile-picture {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
.salesman-details .salesman-profile-picture img {
  width: 120px;
  border-radius: 100%;
  overflow: hidden;
  height: 120px;
}
.salesman-details .salesman-info {
  float: left;
  width: 100%;
}
.salesman-details .salesman-info ul {
  list-style: none;
  padding-left: 0;
}
.salesman-details .salesman-info ul li {
  line-height: 24px;
}
.salesman-details .salesman-info ul li .title {
  font-weight: bold;
  float: left;
  width: 70px;
}
.salesman-details .salesman-info ul li a {
  color: #000000;
}
.salesman-info-drawer .salesman-details {
  padding: 14px 15px 160px;
  color: #000000;
}
.salesman-info-drawer .salesman-details .block-title {
  padding-bottom: 15px;
  margin-bottom: 20px;
  border-bottom: 1px solid #CCCCCC;
  position: relative;
  color: #000000;
  text-transform: uppercase;
  font-size: 16px;
}
.salesman-info-drawer .mfp-close.close-salesman-info {
  color: #000000;
  right: 15px;
  top: 2px;
}
/**
 * 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 © magebig.com - All rights reserved.
 * See LICENSE.txt for license details.
 */
.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 {
  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;
}
/**
 * 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,
  .magento-payments-review-discount .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),
  .magento-payments-review-discount .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 .magento-payments-review-discount .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),
  .magento-payments-review-discount .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) + *,
  .magento-payments-review-discount .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 .magento-payments-review-discount .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 .magento-payments-review .actions-toolbar,
  .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,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 100%;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .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,
  .magento-payments-review-discount .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;
  }
  .magento-payments-review-discount .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .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,
  .magento-payments-review-discount .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;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #d1d1d1;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #d1d1d1;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 16.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 11px;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .cart-container .crosssell {
    margin-bottom: 22px;
  }
  .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 {
  .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;
}
.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%;
  }
  .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%;
  }
}
@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: none;
    text-align: center;
  }
}
@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;
  margin-left: 0;
  margin-bottom: 10px;
}
#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%;
  }
}
@media (max-width: 480px) {
  .header-top-row {
    font-size: 1.1rem;
  }
  .header-top-row .top-link-wrap > div {
    padding: 0 8px;
  }
  .header-top-row .switcher-language .title {
    padding-left: 20px;
  }
  .header-top-row .switcher-language .lang-curr .lang-name {
    display: none;
  }
}
.message.global.cookie a {
  color: white;
  text-decoration: underline;
}
.message.global.cookie {
  font-size: 1.3rem;
  height: auto;
  padding: 3px;
}
.message.global.cookie .content {
  height: 100%;
  padding: 3px;
}
.message.global.cookie .content .cookie-p {
  display: inline;
  padding-right: 10px;
  margin: 0;
  line-height: 3;
  vertical-align: middle;
}
.message.global.cookie .content .cookie-btn-div {
  display: inline;
  position: inherit;
}
.message.global.cookie .content .cookie-btn-div .cookie-btn {
  min-width: 0;
  padding: 3px 15px;
}
.magebig-nav ul li ul.level1 li {
  font-size: 14px;
}
.saved-name {
  display: inline-block;
  margin-bottom: 30px;
  font-family: Lato;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 40px;
  color: #3B1217;
}
.account .column.main .toolbar {
  display: inline-block;
  margin-top: 15px;
  width: 100%;
  float: none;
}
.saved-table-head {
  height: 64px;
  background: #F2F2F2;
  border-radius: 4px 4px 0px 0px;
  width: 17px;
  font-family: Work Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #807573;
}
.table-history-products {
  background: #FFFFFF;
  border: 1px solid #EDEDED;
  box-sizing: border-box;
  border-radius: 4px;
}
.table-history-products tbody tr .id {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #290E09;
  padding-left: 38px;
}
.table-history-products tbody tr {
  line-height: 1;
  vertical-align: text-top;
  border: 1px solid #EDEDED;
}
.table-history-products tbody tr .date {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #290E09;
}
.table-history-products tbody tr td .name {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #290E09;
}
.account .block-dashboard-history .table > tbody > tr > td.item span {
  margin: 0px;
  font-size: 16px;
}
.account .table-wrapper td .action {
  display: inline;
  margin-right: 5px;
  float: none;
}
@media (max-width: 767px) {
  .account .table-wrapper td .action {
    float: none;
  }
}
.account .table-wrapper table thead tr .action {
  min-width: 130px;
}
.account .table-wrapper table thead tr .name,
.total {
  min-width: 100px;
}
.table-history-products tbody tr .total {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #290E09;
}
.limiter-option {
  font-family: Lato;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.02em;
  color: #000000;
}
.savecart-delimiter {
  height: 47px;
}
.table-history-products td.sku,
td.qty,
td.price,
td.subtotal {
  font-family: Work Sans;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #290E09;
}
td.name-pr {
  font-weight: 500;
  width: 25%;
  vertical-align: middle;
}
.table-history-products thead th.col-carts-item {
  width: 20%;
}
#table-history-items tbody tr td.col.name-pr {
  vertical-align: top;
  line-height: 1.5;
}
#table-history-products tbody td.col.item {
  line-height: 1.5;
  vertical-align: top;
}
@media (max-width: 767px) {
  #table-history-products .mob-items {
    width: 60%;
  }
  #table-history-products > tbody > tr td {
    display: flex;
    width: 100%;
  }
  #table-history-items > tbody > tr td {
    display: flex;
  }
  #table-history-items > tbody > tr td {
    width: 100%;
  }
  #table-history-products tbody > tr > td:last-child {
    display: block;
  }
  #table-history-items tbody > tr > td:last-child {
    display: block;
  }
  #table-history-items > tbody > tr td a {
    width: 60%;
  }
  #table-history-items > tbody > tr td.col.qty {
    text-align: left;
  }
}
@media (min-width: 768px) {
  #table-history-items tbody tr td.col.name-pr {
    width: 25%;
    vertical-align: top;
    line-height: 1.5;
  }
}
#table-history-items {
  margin-bottom: 6%;
}
@media (max-width: 767px) {
  .sticky-menu.active .menu-logo .logo .logo-mobile-nav {
    margin-top: 5%;
    margin-bottom: 5%;
  }
  #table-history-products > tbody > tr td div {
    width: 60%;
  }
  #table-history-items > tbody > tr td span.price {
    font-weight: 500;
  }
}
#table-history-products tbody tr .col.name.col-carts-name div {
  word-break: break-all;
}
@media (max-width: 374px) {
  .btn-compare {
    display: block;
  }
}
.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%;
}
.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-nav .owl-prev,
.cms-home-int .page-main .slider-block .carousel-container .owl-nav .owl-prev,
.cms-index-index .page-main .slider-block .carousel-container .owl-nav .owl-next,
.cms-home-int .page-main .slider-block .carousel-container .owl-nav .owl-next {
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  background: #dedede;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-nav .owl-prev,
.cms-home-int .page-main .slider-block .carousel-container .owl-nav .owl-prev {
  left: 1px;
}
.cms-index-index .page-main .slider-block .carousel-container .owl-nav .owl-next,
.cms-home-int .page-main .slider-block .carousel-container .owl-nav .owl-next {
  right: 1px;
}
.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: 1231px) {
  .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.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 .slider-block .carousel-container.medium .owl-nav .owl-prev,
  .cms-home-int .page-main .slider-block .carousel-container.medium .owl-nav .owl-prev {
    left: 3px;
  }
}
@media (min-width: 1230px) {
  .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 {
    min-width: 165px;
    max-width: 165px;
  }
}
@media (max-width: 1230px) {
  .cms-index-index .page-main .slider-block .carousel-container.small .owl-item,
  .cms-home-int .page-main .slider-block .carousel-container.small .owl-item {
    min-height: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1230px) {
  .cms-index-index .page-main .carousel-container.small .owl-stage-outer,
  .cms-home-int .page-main .carousel-container.small .owl-stage-outer {
    width: 100.3%;
  }
  .cms-index-index .page-main .carousel-container.small .owl-nav .owl-next,
  .cms-home-int .page-main .carousel-container.small .owl-nav .owl-next {
    right: -1px;
  }
}
@media (min-width: 769px) and (max-width: 1230px) {
  .cms-index-index .page-main .main-wrap.col-12,
  .cms-home-int .page-main .main-wrap.col-12 {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .cms-index-index .page-main .small .owl-carousel .owl-stage-outer,
  .cms-home-int .page-main .small .owl-carousel .owl-stage-outer {
    overflow: unset;
  }
}
@media (min-width: 381px) and (max-width: 767px) {
  .cms-index-index .page-main .small .owl-carousel .owl-next:after,
  .cms-home-int .page-main .small .owl-carousel .owl-next:after {
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: -1;
    left: 0;
    border-radius: 3px;
    padding-right: 0.5px;
    box-shadow: 0.75px 0px 0 #dedede;
  }
}
.cms-index-index .page-main .heading-title,
.cms-home-int .page-main .heading-title,
.cms-index-index .page-main .heading-title span,
.cms-home-int .page-main .heading-title span {
  font-family: 'Lato', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 2.5rem;
  margin-bottom: 16px;
  color: #3B1217;
}
.cms-index-index .page-main .product-slider-home .owl-theme .owl-nav [class*='owl-'],
.cms-home-int .page-main .product-slider-home .owl-theme .owl-nav [class*='owl-'] {
  top: 35%;
}
.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;
  }
  .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;
}
.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 .content .right .lslide img {
  height: 515px;
  max-width: 100%;
  object-fit: scale-down;
}
.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 (min-width: 640px) {
  .cms-kataloogid-ja-referentsid .block.references .reference ul.lightSlider {
    height: 515px !important;
  }
}
@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;
  }
}
@media (min-width: 395px) {
  .cms-kataloogid-ja-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;
  }
}
.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%;
  }
}
.catalog-product-view .product.media .fotorama {
  overflow: visible;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__nav--thumbs {
  margin: 0;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__nav--thumbs .fotorama__thumb-border {
  transition: all 0.3s ease-in-out;
  transition-duration: 0.3s !important;
  pointer-events: none;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr {
  background-color: transparent;
  max-width: 105px;
  max-height: 105px;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr .fotorama__thumb--icon {
  background: #F2E8E6;
  background-repeat: no-repeat;
  padding-bottom: 0;
  display: block;
  height: 24px;
  width: 24px !important;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__thumb__arr--right {
  bottom: -15px;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-position: 9px 5px;
  background-image: url(../images/arrow-gallery-right.png);
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__thumb__arr--left {
  top: -11px;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: 7px 5px;
  background-image: url(../images/arrow-gallery-left.png);
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__arr--disabled {
  opacity: 1;
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__arr--disabled.fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-image: url(../images/arrow-gallery-left-disabled.png);
}
.catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__arr--disabled.fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-image: url(../images/arrow-gallery-right-disabled.png);
}
.catalog-product-view .product.media .fotorama .fotorama-video-container.initialized:after {
  display: none;
}
.catalog-product-view .product.media .fotorama .dimensions-wrapper #dimensions-image,
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #dimensions-image,
.catalog-product-view .product.media .fotorama .dimensions-wrapper #video-image,
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #video-image {
  display: none;
  margin-top: 10px;
  width: 105px;
}
.catalog-product-view .product.media .fotorama .dimensions-wrapper #dimensions-image.active .fotorama__thumb,
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #dimensions-image.active .fotorama__thumb,
.catalog-product-view .product.media .fotorama .dimensions-wrapper #video-image.active .fotorama__thumb,
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #video-image.active .fotorama__thumb {
  border: 1px solid #5b2015;
}
.catalog-product-view .product.media .fotorama .dimensions-wrapper #dimensions-image .fotorama__thumb,
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #dimensions-image .fotorama__thumb,
.catalog-product-view .product.media .fotorama .dimensions-wrapper #video-image .fotorama__thumb,
.catalog-product-view .product.media .fotorama .video-thumb-wrapper #video-image .fotorama__thumb {
  transition: all 0.3s ease-in-out;
}
.catalog-product-view .product.media .fotorama #video-attachment {
  max-width: 100%;
}
.catalog-product-view .product_attachments .attachment-files {
  padding-left: 0;
}
.catalog-product-view .product_attachments .attachment-files .mp-attachment-tab__item.video {
  margin-top: 30px;
  list-style: none;
}
.catalog-product-view .product_attachments .attachment-files .mp-attachment-tab__item.video video {
  max-width: 100%;
}
@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__thumb__arr.fotorama__thumb__arr--left {
    right: 0;
    top: 10px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__thumb__arr--left .fotorama__thumb--icon {
    left: 0px;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__thumb__arr--right {
    top: 10px;
    bottom: 0;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .fotorama__thumb__arr.fotorama__thumb__arr--right .fotorama__thumb--icon {
    left: 20px;
    max-height: 105px;
  }
  .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 .dimensions-wrapper,
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .video-thumb-wrapper {
    display: inline-block;
  }
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .dimensions-wrapper #dimensions-image,
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .video-thumb-wrapper #dimensions-image,
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .dimensions-wrapper #video-image,
  .catalog-product-view .product.media .fotorama .fotorama__nav-wrap .video-thumb-wrapper #video-image {
    margin-right: 0 !important;
    margin-left: 5px;
  }
}
.modes strong.mode-table,
.modes a.mode-table {
  background: url(../images/table-icon-active.svg) no-repeat !important;
  background-size: contain !important;
  opacity: 0.3;
}
.toolbar-products .mode-grid {
  background: url(../images/grid-icon-active.svg) no-repeat !important;
  background-size: contain !important;
  opacity: 0.3;
}
.toolbar-products .mode-grid.active,
.toolbar-products .modes strong.mode-table.active {
  opacity: 1;
}
.catalog-product-view .page-bottom {
  background-color: transparent;
  padding: 0;
}
.catalog-category-view .page-bottom {
  background-color: transparent;
  padding: 0;
}
.catalog-category-view .products-grid .product-item-details .stock,
.catalog-category-view .products-grid .product-item-details .stock-wrapper {
  display: inline-block;
}
.catalog-category-view .products-grid .product-item-details .stock p,
.catalog-category-view .products-grid .product-item-details .stock-wrapper p {
  display: inline-block;
}
.catalog-category-view .products-grid .product-item-details .stock .additional-stock,
.catalog-category-view .products-grid .product-item-details .stock-wrapper .additional-stock {
  text-align: right;
  font-size: 14px;
  bottom: 3px;
  position: relative;
}
.catalog-category-view .products-grid .product-item-details .price-box {
  display: block;
}
.catalog-category-view .product-list-table .stock-wrapper {
  display: inline-block;
}
.catalog-category-view .product-list-table .additional-stock {
  margin-top: 2px;
}
.catalog-category-view .product-list-table .product-item-photo {
  position: relative;
}
.recently-viewed .heading-title.block-title {
  background-color: #f4f4f4;
  text-align: center;
  padding: 10px 0;
  margin-bottom: 10px;
  font-weight: 500;
  border-bottom: 1px solid #e3e3e3;
  font-size: 20px;
}
.recently-viewed .category-products {
  padding: 0;
}
.recently-viewed .product-item-name a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  width: 100%;
  display: inline-block;
  margin-bottom: 5px;
}
.recently-viewed .product-item-actions {
  position: absolute;
  bottom: 100%;
  right: 0;
  z-index: 2;
  width: 100%;
  padding: 10px 0;
  background-color: #fff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -40px;
  -webkit-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  transition: visibility 250ms ease, opacity 250ms ease, margin 250ms ease;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.recently-viewed .product-item-actions > div {
  width: 50%;
  float: left;
  margin: 0px;
  padding: 0px;
}
.recently-viewed .product-item-actions .mbi {
  width: 34px;
  height: 34px;
  font-size: 18px;
  line-height: 34px;
  display: inline-block;
  border-radius: 50%;
}
.recently-viewed .product-item-actions button {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
  float: left;
  margin: 0px;
  padding: 0px;
  width: 50%;
  min-width: auto;
}
.recently-viewed .product-item-actions button:hover {
  color: #ffffff;
}
.recently-viewed .product-item-actions button:hover .mbi {
  background-color: #5b2015;
}
.recently-viewed .product-item-actions a {
  display: block;
  padding: 0;
  margin: 0;
  width: 100%;
  border: none;
  box-shadow: none;
  background-color: transparent;
  color: #000;
}
.recently-viewed .product-item-actions a:hover {
  color: #ffffff;
}
.recently-viewed .product-item-actions a:hover .mbi {
  background-color: #5b2015;
}
.recently-viewed .product-item-actions .col {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 50%;
}
.recently-viewed .product-item-actions .col button {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
.recently-viewed .product-item:hover .product-item-actions {
  opacity: 1;
  visibility: visible;
  margin-bottom: 0;
}
.recently-viewed .product-item .product-item-details {
  position: relative;
}
.recently-viewed .product-item .product-item-details::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #ffffff;
  z-index: 11;
}
.recently-viewed .product-item .product-item-details .product.sku {
  position: relative;
  z-index: 111;
}
.recently-viewed .product-item .product-item-name {
  position: relative;
  z-index: 111;
}
.recently-viewed .product-item .price-box {
  position: relative;
  z-index: 111;
}
.recently-viewed .product-item-photo:hover img {
  outline: none;
}
.recently-viewed.widget-product .owl-theme .owl-nav [class*='owl-'] {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #cccccc !important;
  left: -40px;
  font-size: 30px;
}
.recently-viewed.widget-product .owl-theme .owl-nav [class*='owl-']:hover {
  color: #000 !important;
}
.recently-viewed.widget-product .owl-theme .owl-nav [class*="owl-"]:hover {
  background: #869791 !important;
  color: #FFF !important;
  text-decoration: none;
}
.recently-viewed.widget-product .owl-theme .owl-nav .owl-next {
  left: auto;
  right: -40px;
}
.recently-viewed.widget-product .owl-carousel .owl-nav button {
  opacity: 1;
  visibility: visible;
}
@media screen and (min-width: 320px) and (max-width: 767px) {
  .recently-viewed .product-item-actions {
    opacity: 1;
    visibility: visible;
    position: absolute;
    margin: 0;
    padding: 0;
  }
  .recently-viewed .product-item-actions button {
    display: block !important;
  }
  .recently-viewed .product-item .product-item-details {
    padding-top: 14px;
  }
  .recently-viewed.widget-product .owl-theme .owl-nav [class*="owl-"] {
    left: -15px !important;
    top: 25%;
  }
  .recently-viewed.widget-product .owl-theme .owl-nav .owl-next {
    right: -15px !important;
    left: auto !important;
  }
  .related.widget-product .owl-theme .owl-nav [class*="owl-"] {
    top: 25%;
  }
  .account .toolbar {
    position: relative;
  }
  .account .toolbar .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
    text-align: left;
  }
  .account .toolbar .pages .action span {
    display: none;
  }
  .opc-wrapper .shipping-address-items.row {
    margin: 0;
  }
  .opc-wrapper .table-checkout-shipping-method tbody tr.row {
    margin: 0px;
  }
  .products-grid.wishlist .product-sku span {
    float: left;
    width: 100%;
  }
}
.form-create-account .fieldset.address .field .control select {
  height: 48px;
  border-radius: 2px;
  font-size: 1.4rem;
  width: 100%;
}
.product-item .product-item-name {
  max-height: 40px;
  overflow: hidden;
  min-height: 40px;
}
.product-item .stock.available,
.product-item .stock.unavailable {
  min-height: 20px;
  max-height: 20px;
}
.vertical-menu .magebig-nav > li.level0:hover > a.level-top {
  color: #ffffff;
}
.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;
}
.methods-shipping .table-checkout-shipping-method tbody .cargoson-parcel-point td {
  width: 100%;
  max-width: 550px;
  border: 0;
  padding-top: 5px;
}
.checkout-index-index .payment-option._collapsible.opc-payment-additional.discount-code {
  display: none;
}
