/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #cccccc;
  color: #000000;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #000000;
}
.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.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  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: #0088cc;
  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: #0088cc;
  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: #0088cc;
  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;
}
.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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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: 12px;
  line-height: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  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: '\f819';
  font-family: 'porto-icons';
  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: #000000;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #000000;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #000000;
  text-decoration: underline;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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 {
  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: inherit;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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: inherit;
  color: inherit;
  content: '\f804';
  font-family: 'porto-icons';
  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 4.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-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #cccccc;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 9px 36px 9px 15px;
  display: block;
  text-decoration: none;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  right: 18px;
  top: 9px;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-discount-block .block {
  margin: 0;
}
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\f804';
}
.abs-discount-block .block.active .content {
  display: block;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\f807';
  font-family: 'porto-icons';
  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: '\f804';
}
.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: '\e61c';
  font-family: 'porto-icons';
  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: #f6f6f6;
}
.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 #cccccc;
}
.abs-field-date input {
  margin-right: 9px;
  width: calc(100% - (23px + 9px));
}
.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: '\f807';
  font-family: 'porto-icons';
  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: '\f804';
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.wishlist.share .g-recaptcha {
  margin-bottom: 40px;
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 767px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@media print {
  .nav-sections,
  .page-footer,
  .sidebar,
  .page-title-wrapper,
  .amrma-received-message,
  .amrma-cancel,
  .amrma-status,
  .amrma-status-container,
  .amrma-return-instructions,
  .amrma-tracking-information,
  .amrma-chat-title,
  .amrma-chat-container {
    display: none;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col {
    padding-left: 0 !important;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child {
    position: relative;
    top: 0;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col:first-child .amrma-image {
    margin-right: 0;
    padding: 5px;
  }
  .page-wrapper .amrma-table-container .table-wrapper > .amrma-table .amrma-tbody > .amrma-row > .col .amrma-status {
    display: block;
  }
}
._strong {
  font-weight: 600;
}
._nomargin {
  margin: 0;
}
._hide {
  display: none;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: 'LexendDeca';
  src: url('../../../../../frontend/Smartwave/porto/nl_NL/Edifference_In3OnsiteMessaging/fonts/LexendDeca.woff2') format('woff2'), url('../../../../../frontend/Smartwave/porto/nl_NL/Edifference_In3OnsiteMessaging/fonts/LexendDeca.woff') format('woff'), url('../../../../../frontend/Smartwave/porto/nl_NL/Edifference_In3OnsiteMessaging/fonts/LexendDeca.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.in3 {
  position: relative;
  display: inline-flex;
  align-items: center;
}
.in3 div.logo {
  display: block;
  height: 37px;
  margin-bottom: initial;
  padding: 5px 5px 5px 0;
  max-width: initial;
  width: 85px;
}
.in3 div.logo svg {
  height: 37px;
  width: 85px;
}
.in3-tooltip {
  background-color: #ffffff;
  border: none;
  color: #808080;
  display: block;
  font-size: 13px;
  font-style: italic;
  height: 0;
  line-height: 1.3;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  transition: opacity 0.5s ease-out;
}
.in3-tooltip.show {
  opacity: 100%;
  overflow: auto;
  height: auto;
  margin: 5px 0 7px;
  border: 1px solid #c9c9c9;
  padding: 10px;
  border-radius: 7px;
}
.in3-tooltip a {
  color: #808080;
  text-decoration: none;
}
.in3-widget {
  box-sizing: border-box;
  color: #000000;
  display: inline-flex;
  font-family: inherit;
  overflow: hidden;
  padding: 0 30px 5px 5px;
  text-align: left;
}
.in3-widget i.info {
  align-items: center;
  background-color: #ecedef;
  border-radius: 50%;
  content: '';
  display: flex;
  height: 13px;
  justify-content: center;
  margin-top: -9px;
  position: absolute;
  right: 10px;
  top: 50%;
  width: 13px;
}
.in3-widget i.info:hover {
  cursor: pointer;
}
.in3-widget i.info svg {
  height: 8px;
  width: 8px;
}
.in3-widget p {
  font-family: 'LexendDeca', sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3;
  margin: 0;
  padding: 3px 0 4px;
}
.in3-widget strong {
  font-weight: 700;
}
.in3-widget-container {
  z-index: 1;
}
.checkout-cart-index #in3 {
  flex-wrap: wrap;
}
.checkout-cart-index .cart-summary .in3 {
  margin: 0;
  width: 100%;
}
.checkout-cart-index .cart-summary .in3 .in3-widget {
  margin: 3px 0;
  min-height: 30px;
  width: calc(100% - 10px);
}
.checkout-cart-index .cart-summary .in3 .in3-widget p {
  font-size: 12px;
}
.checkout-cart-index .cart-summary .in3 .in3-tooltip {
  margin-top: 10px;
}
.checkout-index-index .in3 {
  margin: 0 10px;
}
.checkout-index-index .in3-widget {
  width: 100%;
}
.checkout-index-index .in3-tooltip {
  margin: 0 10px 30px;
}
@media only screen and (max-width: 767px) {
  .in3 div.logo {
    margin-left: 0;
  }
  .in3 .in3-widget {
    margin-top: 10px;
  }
  .in3 .in3-widget i.info {
    margin-top: -4px;
  }
  .checkout-cart-index div.logo {
    margin-top: 0;
  }
  .checkout-cart-index .cart-summary .in3 {
    margin-left: 5px;
    width: 98%;
  }
  .checkout-cart-index .cart-summary .in3 .in3-widget {
    width: 90%;
    margin-top: 10px;
  }
}
.postcodenl-autocomplete-menu {
  z-index: 9999;
}
.postcodenl-autocomplete-menu,
.address-autofill-intl-input input[class].input-text.postcodenl-autocomplete-address-input-blank {
  background-size: 100px;
}
.address-autofill-nl-house-number.loading .input-text,
.address-autofill-intl-input.loading input[class].input-text,
.address-autofill-intl-input input[class].input-text.postcodenl-autocomplete-loading {
  background-image: url(data:image/gif;base64,R0lGODlhEAAQAPQAAP///3d3d/b29sDAwO7u7pycnLe3t3d3d6WlpYqKitLS0tvb24GBgcnJyXl5eZOTk66urgAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh/hpDcmVhdGVkIHdpdGggYWpheGxvYWQuaW5mbwAh+QQJCgAAACwAAAAAEAAQAAAFdyAgAgIJIeWoAkRCCMdBkKtIHIngyMKsErPBYbADpkSCwhDmQCBethRB6Vj4kFCkQPG4IlWDgrNRIwnO4UKBXDufzQvDMaoSDBgFb886MiQadgNABAokfCwzBA8LCg0Egl8jAggGAA1kBIA1BAYzlyILczULC2UhACH5BAkKAAAALAAAAAAQABAAAAV2ICACAmlAZTmOREEIyUEQjLKKxPHADhEvqxlgcGgkGI1DYSVAIAWMx+lwSKkICJ0QsHi9RgKBwnVTiRQQgwF4I4UFDQQEwi6/3YSGWRRmjhEETAJfIgMFCnAKM0KDV4EEEAQLiF18TAYNXDaSe3x6mjidN1s3IQAh+QQJCgAAACwAAAAAEAAQAAAFeCAgAgLZDGU5jgRECEUiCI+yioSDwDJyLKsXoHFQxBSHAoAAFBhqtMJg8DgQBgfrEsJAEAg4YhZIEiwgKtHiMBgtpg3wbUZXGO7kOb1MUKRFMysCChAoggJCIg0GC2aNe4gqQldfL4l/Ag1AXySJgn5LcoE3QXI3IQAh+QQJCgAAACwAAAAAEAAQAAAFdiAgAgLZNGU5joQhCEjxIssqEo8bC9BRjy9Ag7GILQ4QEoE0gBAEBcOpcBA0DoxSK/e8LRIHn+i1cK0IyKdg0VAoljYIg+GgnRrwVS/8IAkICyosBIQpBAMoKy9dImxPhS+GKkFrkX+TigtLlIyKXUF+NjagNiEAIfkECQoAAAAsAAAAABAAEAAABWwgIAICaRhlOY4EIgjH8R7LKhKHGwsMvb4AAy3WODBIBBKCsYA9TjuhDNDKEVSERezQEL0WrhXucRUQGuik7bFlngzqVW9LMl9XWvLdjFaJtDFqZ1cEZUB0dUgvL3dgP4WJZn4jkomWNpSTIyEAIfkECQoAAAAsAAAAABAAEAAABX4gIAICuSxlOY6CIgiD8RrEKgqGOwxwUrMlAoSwIzAGpJpgoSDAGifDY5kopBYDlEpAQBwevxfBtRIUGi8xwWkDNBCIwmC9Vq0aiQQDQuK+VgQPDXV9hCJjBwcFYU5pLwwHXQcMKSmNLQcIAExlbH8JBwttaX0ABAcNbWVbKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICSRBlOY7CIghN8zbEKsKoIjdFzZaEgUBHKChMJtRwcWpAWoWnifm6ESAMhO8lQK0EEAV3rFopIBCEcGwDKAqPh4HUrY4ICHH1dSoTFgcHUiZjBhAJB2AHDykpKAwHAwdzf19KkASIPl9cDgcnDkdtNwiMJCshACH5BAkKAAAALAAAAAAQABAAAAV3ICACAkkQZTmOAiosiyAoxCq+KPxCNVsSMRgBsiClWrLTSWFoIQZHl6pleBh6suxKMIhlvzbAwkBWfFWrBQTxNLq2RG2yhSUkDs2b63AYDAoJXAcFRwADeAkJDX0AQCsEfAQMDAIPBz0rCgcxky0JRWE1AmwpKyEAIfkECQoAAAAsAAAAABAAEAAABXkgIAICKZzkqJ4nQZxLqZKv4NqNLKK2/Q4Ek4lFXChsg5ypJjs1II3gEDUSRInEGYAw6B6zM4JhrDAtEosVkLUtHA7RHaHAGJQEjsODcEg0FBAFVgkQJQ1pAwcDDw8KcFtSInwJAowCCA6RIwqZAgkPNgVpWndjdyohACH5BAkKAAAALAAAAAAQABAAAAV5ICACAimc5KieLEuUKvm2xAKLqDCfC2GaO9eL0LABWTiBYmA06W6kHgvCqEJiAIJiu3gcvgUsscHUERm+kaCxyxa+zRPk0SgJEgfIvbAdIAQLCAYlCj4DBw0IBQsMCjIqBAcPAooCBg9pKgsJLwUFOhCZKyQDA3YqIQAh+QQJCgAAACwAAAAAEAAQAAAFdSAgAgIpnOSonmxbqiThCrJKEHFbo8JxDDOZYFFb+A41E4H4OhkOipXwBElYITDAckFEOBgMQ3arkMkUBdxIUGZpEb7kaQBRlASPg0FQQHAbEEMGDSVEAA1QBhAED1E0NgwFAooCDWljaQIQCE5qMHcNhCkjIQAh+QQJCgAAACwAAAAAEAAQAAAFeSAgAgIpnOSoLgxxvqgKLEcCC65KEAByKK8cSpA4DAiHQ/DkKhGKh4ZCtCyZGo6F6iYYPAqFgYy02xkSaLEMV34tELyRYNEsCQyHlvWkGCzsPgMCEAY7Cg04Uk48LAsDhRA8MVQPEF0GAgqYYwSRlycNcWskCkApIyEAOwAAAAAAAAAAAA==);
  background-position: center right .5em;
  background-repeat: no-repeat;
  background-size: auto;
}
.address-autofill-formatted-output address {
  padding: 1em;
  font-size: 1.8rem;
  background-color: #f5f5f5;
}
.form-address-edit,
.form-address-edit > .fieldset {
  position: relative;
}
.address-autofill-fieldset {
  margin: 0;
}
.address-autofill-fieldset > .field:last-child {
  margin-bottom: 20px;
}
.loading-mask-customer-address {
  position: absolute;
  top: 50px;
}
.gw-euvat-field .message-success {
  margin-top: 9px;
}
.gw-euvat-field .vatid-retry {
  cursor: pointer;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .column.main {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .catalog-product-view .product.media {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .page-wrapper .page-main {
  margin: 20px 0;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add {
  display: none;
}
.box-gotoproduct #product-gotoproduct-button {
  width: 100%;
  padding: 7px 20px;
  font-size: 14px;
  text-align: center;
  min-width: 150px;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
.products-grid .product-item .product-item-details {
  position: static !important;
}
.side-list .product-item .weltpixel-quickview {
  display: none !important;
}
.amgdprjs-bar-template.-popup.-upgraded {
  z-index: 900;
}
.amgdprprem-label-container:before {
  font-family: 'porto-icons';
  content: '\f813';
}
.amgdprcookie-bar-container .action-close {
  display: none !important;
}
.page-products .content-top,
.page-products .bottomtext {
  width: 100%;
  border: 1px solid #E0E0E0;
  display: inline-block;
  margin-bottom: 20px;
}
.page-products .content-top .content-top-left,
.page-products .bottomtext .content-top-left {
  float: left;
}
.page-products .content-top .content-top-left .category-image,
.page-products .bottomtext .content-top-left .category-image {
  margin-bottom: 0px;
}
.page-products .content-top .content-top-left .category-image .image,
.page-products .bottomtext .content-top-left .category-image .image {
  width: auto;
}
@media only screen and (min-width: 767px) {
  .page-products .content-top .content-top-left .category-image .image,
  .page-products .bottomtext .content-top-left .category-image .image {
    height: 326px;
  }
}
@media only screen and (max-width: 767px) {
  .page-products .content-top .content-top-left .category-image .image,
  .page-products .bottomtext .content-top-left .category-image .image {
    height: auto;
  }
}
.page-products .content-top .content-top-right,
.page-products .bottomtext .content-top-right {
  float: left;
}
.page-products .content-top .content-top-right .page-title-wrapper,
.page-products .bottomtext .content-top-right .page-title-wrapper {
  display: block;
  padding: 10px;
  padding-left: 20px;
}
.page-products .content-top .content-top-right .page-title-wrapper h1,
.page-products .bottomtext .content-top-right .page-title-wrapper h1 {
  margin-bottom: 10px;
}
.page-products .content-top .content-top-right .category-description,
.page-products .bottomtext .content-top-right .category-description {
  padding-left: 20px;
  padding-right: 20px;
}
.page-products .content-top,
.page-products .bottomtext {
  background-color: #FFFFFF;
}
.page-products .products-grid .product-item .product-item-info.type1 {
  border: 1px solid #E0E0E0;
}
.page-products .products-grid .product-item .product-item-info.type1:hover {
  box-shadow: 0 25px 35px -5px rgba(0, 0, 0, 0.1);
}
.page-products .product-item:hover .product-item-info.type1 .product-item-photo {
  box-shadow: none;
}
.page-products .bottomtext {
  margin-top: 25px;
  padding: 20px;
}
.page-products .bottomtext h2 {
  margin-top: 0rem;
}
.page-products .color-block {
  position: absolute;
  transition: all 100ms;
  bottom: -55px;
  width: 100%;
  height: 60px;
  padding-top: 5px;
}
.page-products .product-item-info.type1:hover .color-block {
  bottom: 0;
  transition: all 100ms;
  background-color: rgba(245, 245, 245, 0.9);
  z-index: 2;
}
.page-products .swatch-attribute-options {
  margin: auto;
  /*display:inline-block;*/
}
.page-products .products-grid .product-item .product-item-details .product-item-name {
  white-space: normal;
}
.page-products .product-item-photo {
  margin: 10px;
  border: 1px solid #E0E0E0;
}
@media only screen and (min-width: 767px) {
  .page-products .product-item-photo img {
    padding: 10px;
  }
}
.page-products .color-block .swatch-option {
  margin-right: 3px;
}
.page-products .product-item .product-item-name {
  height: 42px;
}
.page-products .product-item .variantkeuze {
  height: 20px;
}
.page-products .product-item .price-box {
  margin: 0px;
}
.page-products .product-item .more-colors-container {
  line-height: 45px;
  font-weight: bold;
  font-size: 18px;
}
.page-products .price-box .in3 {
  display: none;
}
.page-products .product-item .price-box.price-final_price {
  display: flex;
  justify-content: center;
}
.page-products .product-item .price-box.price-final_price a.minimal-price-link {
  padding-left: 5px;
}
header + .widget.block.block-static-block,
.breadcrumbs + .widget.block.block-static-block {
  border-radius: 0;
  max-width: 1240px;
}
@media (max-width: 1240px) {
  header + .widget.block.block-static-block,
  .breadcrumbs + .widget.block.block-static-block {
    padding: 0 25px;
  }
}
header + .widget.block.block-static-block {
  padding: 0 7px;
}
.breadcrumbs + .widget.block.block-static-block {
  padding: 0 0px;
}
.action-line {
  max-width: 100%;
  margin: 0 auto;
  color: #fff;
  padding: 5px 10px;
  background: #5797a1;
}
@media (min-width: 768px) {
  .filter .block-subtitle {
    display: block !important;
  }
}
@media (max-width: 480px) {
  #page-title-heading span {
    color: white;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  body #layered-filter-block .filter-title strong[aria-expanded=false] {
    color: black;
  }
  body #layered-filter-block .filter-options-title {
    color: black;
  }
  body #layered-filter-block .filter-options-content {
    width: 100%;
  }
  #layered-filter-block {
    border: none !important;
    margin-top: -5em;
  }
}
.swatch-option {
  background-size: cover !important;
}
.product-item .swatch-attribute-options {
  justify-content: center !important;
}
body.filter-active .page-wrapper {
  top: -18px !important;
  position: relative;
  display: table-row;
}
.product-item .swatch-attribute-options {
  justify-content: center !important;
}
.page-layout-1column .block.widget.amsorting {
  margin-bottom: 30px;
}
.page-layout-1column .block.widget.amsorting .products-grid {
  padding: 4px 4px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.page-layout-1column .block.widget.amsorting .products-grid .product-item {
  width: 25% !important;
  margin-left: 0 !important;
  padding: 4px !important;
}
@media (max-width: 1199px) {
  .page-layout-1column .block.widget.amsorting .products-grid .product-item {
    width: 33.33% !important;
  }
}
@media (max-width: 992px) {
  .page-layout-1column .block.widget.amsorting .products-grid .product-item {
    width: 50% !important;
  }
}
.page-layout-1column .block.widget.amsorting .products-grid .product-item .product-item-info {
  border: 1px solid #d5d5d5;
}
.page-layout-1column .block.widget.amsorting .products-grid .product-item .product-item-info .product-item-photo,
.page-layout-1column .block.widget.amsorting .products-grid .product-item .product-item-info img {
  background: #fff;
}
.page-layout-1column .block.widget.amsorting .products-grid .product-item .product-item-info .product-item-photo {
  margin: 0;
  border-radius: 0;
}
.page-layout-1column .block.widget.amsorting .products-grid .product-item .product-item-info .product-item-details {
  background: #fff;
}
.page-layout-1column .block.widget.amsorting .products-grid .product-item .product-item-actions {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-layout-1column .block.widget.amsorting .products-grid .product-item .price-box.price-final_price {
    min-height: 56px;
  }
}
.catalog-category-view .column.main .amsorting .products-grid {
  margin: 0;
  background: #dedede;
}
html body.page-layout-1column:has(.block-actions.filter-actions) .filter-content {
  justify-content: flex-start;
}
@media (min-width: 768px) {
  html body.page-layout-1column:has(.block-actions.filter-actions) .filter-content {
    padding-left: 20px;
    padding-right: 20px;
    width: 84%;
  }
}
body.fraai .page-header.type2.header-newskin .navigation .level0 > .level-top,
body.fraai .ambrands-list-container .ambrands-popup-items .brand-item a {
  color: #fff !important;
}
body.fraai .navigation .level0 .submenu,
body.fraai .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
  background-color: #fff;
}
@media (max-width: 767px) {
  body.fraai .navigation .level0 .submenu,
  body.fraai .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    background-color: #eee;
  }
}
@media (max-width: 767px) {
  body.fraai .navigation .parent .level-top:after {
    color: #777;
  }
}
@media only screen and (max-width: 767px) {
  .amsearch-form-block {
    margin: 0 auto;
  }
  .logo {
    top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .customer-account-createpassword .page-main {
    margin-top: 15em;
  }
}
.page-wrapper .page-header.type2.header-newskin .nav-toggle:before {
  color: #000000;
}
.page-wrapper .page-header.type2.header-newskin .logo {
  margin: 0;
}
.page-wrapper .page-header.type2.header-newskin .topheader {
  text-align: center;
}
.page-wrapper .page-header.type2.header-newskin .topheader p {
  margin-bottom: 0rem;
  font-size: 15px;
  font-weight: bold;
}
.page-wrapper .page-header.type2.header-newskin .topheader p img {
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .page-wrapper .page-header.type2.header-newskin .topheader {
    display: none;
  }
  .page-wrapper .page-header.type2.header-newskin .logo {
    height: 70px;
    left: 50%;
    position: absolute;
    display: inline-block;
  }
  .page-wrapper .page-header.type2.header-newskin .header.content .block-search {
    width: 100%;
  }
  .page-wrapper .page-header.type2.header-newskin .block-search input {
    position: static;
  }
  .page-wrapper .page-header.type2.header-newskin .page-main {
    margin-top: 140px !important;
  }
}
.page-wrapper .page-header.type2.header-newskin .actioN.showcart .label {
  line-height: 15px;
  margin-top: -6px;
  font-size: 11px;
  font-weight: 600;
}
.page-wrapper .page-header.type2.header-newskin .custom-block {
  float: right;
  position: relative !important;
  top: 45px;
  right: 10px;
  color: #FFFFFF;
}
.page-wrapper .page-header.type2.header-newskin .custom-block .headerbutton.contact {
  margin: 0 12px;
}
.page-wrapper .page-header.type2.header-newskin .custom-block img {
  margin-bottom: 5px;
  height: 30px;
}
.page-wrapper .page-header.type2.header-newskin .minicart-wrapper {
  width: 60px;
  background-color: #5797A1;
  box-shadow: none;
  border: none;
  position: relative;
}
.page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart {
  padding-right: 0px;
  color: #FFFFFF;
}
.page-wrapper .page-header.type2.header-newskin .block-search {
  margin-left: 30px;
  width: 860px;
}
.page-wrapper .page-header.type2.header-newskin .block-search .input-text {
  background-color: #FFFFFF;
}
.page-wrapper .page-header.type2.header-newskin .subchildmenu {
  z-index: 10;
}
.page-header.type2.header-newskin.sticky-header .nav-sections {
  background-color: #384446 !important;
}
.page-header.type2.header-newskin .header.panel > .header.links {
  float: right;
}
.navigation.sw-megamenu {
  text-align: center;
}
.page-header.type2.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
  content: url(/media/wysiwyg/header/Winkelwagen_Icoon.png);
  line-height: 30px;
}
@media only screen and (max-width: 767px) {
  .actieblok {
    display: none;
  }
}
.actieblok .col-md-6 {
  border-color: white;
  text-align: center;
  /*	    background: #5797A1; */
  border-radius: 10px;
  margin: 2px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: white;
  float: left;
}
@media only screen and (min-width: 767px) {
  .actieblok .col-md-6 {
    max-width: calc(50% - 4px);
    height: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .actieblok .col-md-6 {
    max-width: calc(50% - 4px);
    height: 100px;
  }
}
@media only screen and (min-width: 767px) {
  header.page-header.sticky-header .header.content {
    pointer-events: all;
    top: 0px !important;
    z-index: 250;
    position: fixed !important;
    background-color: #fff;
  }
  header.page-header.sticky-header .nav-sections {
    top: 100px !important;
  }
  header.page-header.sticky-header .header.content {
    max-width: 100%;
    background-color: #5797A1;
  }
  header.page-header.sticky-header .header.content .wrapper {
    max-width: 1280px;
    width: 1280px;
    margin: auto;
    padding: 0 15px;
  }
  header.page-header.type2.header-newskin.sticky-header .minicart-wrapper {
    width: 60px !important;
  }
  header.page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart {
    padding-right: 0px !important;
  }
  header.page-header.type2.header-newskin.sticky-header .minicart-wrapper .action.showcart:after {
    content: "\f803";
    font-family: 'porto-icons';
    position: absolute;
    right: 0;
    top: 1px;
    -webkit-font-smoothing: antialiased;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .tocart {
    padding: 0px 8px;
  }
  .amsearch-form-container.-large .amsearch-wrapper-content .tocart:before {
    margin-top: 0px;
  }
}
.page-wrapper .page-header.type2.header-newskin .nav-toggle:before {
  color: #000000;
}
.page-wrapper .page-header.type2.header-newskin .logo {
  margin: 0;
}
.page-wrapper .page-header.type2.header-newskin .topheader {
  text-align: center;
}
.page-wrapper .page-header.type2.header-newskin .topheader p {
  margin-bottom: 0rem;
  font-size: 15px;
  font-weight: bold;
}
.page-wrapper .page-header.type2.header-newskin .topheader p img {
  margin-bottom: -3px;
}
@media (max-width: 767px) {
  .page-wrapper .page-header.type2.header-newskin .topheader {
    display: none;
  }
  .page-wrapper .page-header.type2.header-newskin .logo {
    height: 70px;
    left: 50%;
    position: absolute;
    display: inline-block;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
  }
  .page-wrapper .page-header.type2.header-newskin .header.content .block-search {
    width: 100%;
  }
  .page-wrapper .page-header.type2.header-newskin .block-search input {
    position: static;
  }
  .page-wrapper .page-header.type2.header-newskin .page-main {
    margin-top: 140px !important;
  }
  .page-wrapper .page-header.type2.header-newskin .minicart-wrapper {
    right: 5px !important;
  }
}
.page-wrapper .page-header.type2.header-newskin .action.showcart .label {
  line-height: 15px;
  margin-top: -6px;
  font-size: 11px;
  font-weight: 600;
}
.page-wrapper .page-header.type2.header-newskin .custom-block {
  right: 105px;
  margin-top: -20px;
}
.page-wrapper .page-header.type2.header-newskin .custom-block .headerbutton.contact {
  margin: 0 12px;
}
.page-wrapper .page-header.type2.header-newskin .custom-block img {
  margin-bottom: 5px;
}
.page-wrapper .page-header.type2.header-newskin .minicart-wrapper {
  width: 60px;
  background-color: #5797A1;
  box-shadow: none;
  border: none;
  right: 35px;
}
.page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart {
  padding-right: 0px;
}
.page-wrapper .page-header.type2.header-newskin .block-search {
  margin-left: 30px;
  width: 860px;
}
.page-wrapper .page-header.type2.header-newskin .block-search .input-text {
  background-color: #FFFFFF;
}
.page-wrapper .page-header.type2.header-newskin .subchildmenu {
  z-index: 10;
}
.page-header.type2.header-newskin.sticky-header .nav-sections {
  background-color: #384446 !important;
}
.page-header.type2.header-newskin .header.panel > .header.links {
  float: right;
}
.navigation.sw-megamenu {
  text-align: center;
}
.page-header.type2.header-newskin .minicart-wrapper .action.showcart:before,
.page-header.header-newskin .minicart-wrapper .action.showcart.active:before {
  content: url(/media/wysiwyg/header/Winkelwagen_Icoon.png);
  line-height: 30px;
}
.actieblok .col-md-6 {
  border-color: white;
  text-align: center;
  /*	    background: #5797A1; */
  border-radius: 10px;
  margin: 2px;
  margin-top: -20px;
  margin-bottom: 20px;
  padding-right: 0px;
  padding-left: 0px;
  color: white;
  float: left;
}
@media only screen and (min-width: 767px) {
  .actieblok .col-md-6 {
    max-width: calc(50% - 4px);
    height: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .actieblok .col-md-6 {
    max-width: calc(50% - 4px);
    height: 100px;
  }
}
@media only screen and (min-width: 767px) {
  header.page-header.sticky-header .header.content {
    pointer-events: all;
    top: 0px !important;
    z-index: 200;
    position: fixed !important;
    background-color: #fff;
    left: 50%;
    transform: translateX(-50%);
  }
  header.page-header.sticky-header .nav-sections {
    top: 100px !important;
  }
  header.page-header.sticky-header .minicart-wrapper {
    top: -55px !important;
    margin-right: -10px;
  }
}
@media (min-width: 768px) {
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 240px !important;
  }
  .nav-toggle {
    display: none !important;
  }
  .page-header .amsearch-input-wrapper {
    width: 100%;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33%);
  }
  .page-header .amsearch-wrapper-block {
    width: 90%;
    max-width: 750px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    min-height: 380px !important;
  }
}
.amsearch-block-header .amsearch-title {
  color: #414141;
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  min-height: 70px;
  align-content: flex-end;
}
.amsearch-wrapper-block {
  width: 100%;
}
.amsearch-wrapper-block .amsearch-form-block {
  justify-content: center;
}
.amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
  border-radius: 20px;
}
.amsearch-wrapper-block .amsearch-products-section .amsearch-item {
  align-content: space-between;
}
.amsearch-wrapper-block .amsearch-products-section .action.tocart {
  padding: 0 10px;
}
.amsearch-wrapper-block .product-item .minimal-price-link {
  display: none !important;
}
.amsearch-wrapper-block .amsearch-form-block {
  width: 100% !important;
}
.amsearch-wrapper-block .amsearch-items-section {
  padding-top: 1.5em !important;
}
.amsearch-wrapper-block .amsearch-products-section .action.tocart {
  font-size: 1.1rem;
}
.amsearch-wrapper-block .amsearch-result-section > section:nth-child(2) {
  background: #e6e6e6;
}
.amsearch-wrapper-block a.amsearch-link {
  color: black !important;
}
.page-header .amsearch-wrapper-block:before {
  visibility: hidden;
}
.amsearch-wrapper-inner {
  color: #767f84;
}
p.amsearch-message-block {
  color: black;
}
@media (max-width: 767px) {
  .amsearch-wrapper-block .amsearch-form-block {
    width: 90% !important;
  }
  .logo {
    position: relative;
    text-align: center;
    left: 40%;
  }
}
@media (max-width: 1110px) {
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(50%);
  }
}
ul.amsearch-product-list section.amsearch-description {
  height: 211px;
  justify-content: space-between;
}
ul.amsearch-product-list section.amsearch-description div.amsearch-wrapper-inner {
  font-size: 11px;
}
ul.amsearch-product-list section.amsearch-description div.amsearch-wrapper-inner div.price-box {
  flex-direction: column;
  align-content: flex-start;
  display: flex;
  justify-content: flex-end;
}
ul.amsearch-product-list section.amsearch-description div.amsearch-wrapper-inner div.price-box span.special-price {
  order: 1;
}
@media (max-width: 767px) {
  .fraai .header.content {
    height: 145px !important;
  }
  .design .action-line span {
    color: #5896A0 !important;
    font-size: 14px !important;
  }
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  body.cms-index-index.fraai header + .widget.block.block-static-block,
  body.cms-index-index.fraai .breadcrumbs + .widget.block.block-static-block {
    top: 158px;
  }
}
@media (max-width: 767px) {
  .design .header.content {
    height: 145px !important;
  }
  .design.catalog-product-view .header.content {
    height: 125px !important;
  }
  .design header + .widget.block.block-static-block,
  .breadcrumbs + .widget.block.block-static-block,
  html .fraai header + .widget.block.block-static-block {
    top: 173px !important;
  }
  html .fraai.cms-page-view header + .widget.block.block-static-block {
    top: 183px !important;
  }
  .design.catalog-product-view header + .widget.block.block-static-block,
  .design.catalog-product-view .breadcrumbs + .widget.block.block-static-block {
    top: 163px !important;
  }
  .fraai.cms-index-index.mobile-sticky .page-main {
    margin-top: 217px !important;
  }
  .design #layered-filter-block .filter-title strong[aria-expanded=false],
  body.fraai #layered-filter-block .filter-title strong[aria-expanded="false"] {
    top: 223px;
  }
  html body.mobile-sticky .page-main {
    margin-top: 218px !important;
  }
  .fraai.page-with-filter.mobile-sticky .page-main {
    margin-top: 254px !important;
  }
  html body.mobile-sticky.catalog-product-view .page-main,
  html .design.checkout-cart-index #maincontent {
    margin-top: 217px !important;
  }
  html body.mobile-sticky.checkout-index-index .page-main {
    margin-top: 179px !important;
  }
  html body.mobile-sticky.fraai .page-main {
    margin-top: 181px !important;
  }
  body.mobile-sticky.account .page-main {
    margin-top: 240px !important;
  }
  html body.cms-page-view.mobile-sticky .page-main,
  html body.cms-page-view.mobile-sticky.cms-onze-winkel .page-main,
  html body.account.fraai.mobile-sticky .page-main {
    margin-top: 187px !important;
  }
  html body.fraai.cms-page-view.mobile-sticky .page-main,
  html body.fraai.cms-page-view.mobile-sticky.cms-onze-winkel .page-main,
  html body.fraai.cms-page-view.mobile-sticky .page-main,
  html body.fraai.cms-page-view.mobile-sticky.cms-onze-winkel .page-main,
  html body.design.cms-page-view.mobile-sticky .page-main,
  html body.design.cms-page-view.mobile-sticky.cms-onze-winkel .page-main,
  html .fraai.checkout-cart-index #maincontent,
  html body.mobile-sticky.fraai.catalog-product-view .page-main,
  html body.mobile-sticky.fraai.account .page-main {
    margin-top: 227px !important;
  }
  body.mobile-sticky.page-products.design .page-main,
  body.design.page-products.design .page-main {
    margin-top: 254px !important;
  }
  body .page-header > .main-panel-top {
    padding: 5px 0 !important;
  }
}
@media (max-width: 767px) {
  .custom-block .headerbutton.login {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body .page-wrapper .page-header.type2.header-newskin .custom-block .headerbutton.contact .headerlContact {
    font-size: 11px;
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  body .page-wrapper .page-header.type2.header-newskin .custom-block .headerbutton.contact {
    margin: 0 6px 0 0;
    display: block;
    width: auto;
    float: left;
    position: absolute;
    top: 10px;
    right: 95px;
  }
}
@media (max-width: 370px) {
  body .page-wrapper .page-header.type2.header-newskin .custom-block .headerbutton.contact {
    right: 91px;
  }
}
@media (max-width: 370px) {
  .page-wrapper .page-header.type2.header-newskin .logo {
    left: 47%;
  }
}
@media (max-width: 767px) {
  html body .page-wrapper .page-header.type2.header-newskin .custom-block img {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .col-sm-6,
  .cms-index-index .col-sm-6,
  .cms-page-view .col-sm-8,
  .cms-index-index .col-sm-8 {
    margin-bottom: 15px;
  }
}
.cms-page-view .homepage-bar,
.cms-index-index .homepage-bar {
  color: white;
}
.cms-page-view .homepage-bar h3,
.cms-index-index .homepage-bar h3 {
  color: white !important;
}
.cms-page-view .homepage-bar .col-md-3,
.cms-index-index .homepage-bar .col-md-3,
.cms-page-view .homepage-bar .col-md-4,
.cms-index-index .homepage-bar .col-md-4,
.cms-page-view .homepage-bar .col-md-8,
.cms-index-index .homepage-bar .col-md-8,
.cms-page-view .homepage-bar .col-md-6,
.cms-index-index .homepage-bar .col-md-6 {
  border-color: white;
  text-align: center;
  background: #6b9ea6;
  border-radius: 10px;
  margin: 2px;
}
@media only screen and (min-width: 767px) {
  .cms-page-view .homepage-bar .col-md-3,
  .cms-index-index .homepage-bar .col-md-3 {
    max-width: calc(25% - 4px);
    height: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cms-page-view .homepage-bar .col-md-3,
  .cms-index-index .homepage-bar .col-md-3 {
    max-width: calc(50% - 4px);
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-page-view .homepage-bar .col-md-3,
  .cms-index-index .homepage-bar .col-md-3 {
    max-width: calc(50% - 4px);
    height: 75px;
  }
}
@media only screen and (min-width: 767px) {
  .cms-page-view .homepage-bar .col-md-4,
  .cms-index-index .homepage-bar .col-md-4 {
    max-width: calc(33% - 4px);
    height: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cms-page-view .homepage-bar .col-md-4,
  .cms-index-index .homepage-bar .col-md-4 {
    max-width: calc(50% - 4px);
    height: 100px;
  }
}
@media only screen and (max-width: 480px) {
  .cms-page-view .homepage-bar .col-md-4,
  .cms-index-index .homepage-bar .col-md-4 {
    max-width: calc(50% - 4px);
    height: 75px;
  }
}
@media only screen and (min-width: 767px) {
  .cms-page-view .homepage-bar .col-md-4.follow-us,
  .cms-index-index .homepage-bar .col-md-4.follow-us {
    height: 210px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .homepage-bar .col-md-4.follow-us,
  .cms-index-index .homepage-bar .col-md-4.follow-us {
    height: 150px;
    margin: auto;
    margin-top: 20px;
  }
}
.cms-page-view .homepage-bar .col-md-4.follow-us img,
.cms-index-index .homepage-bar .col-md-4.follow-us img {
  height: 35px;
  width: 35px;
  border: 1px solid white;
  padding: 4px;
}
.cms-page-view .homepage-bar .col-md-6,
.cms-index-index .homepage-bar .col-md-6 {
  float: left;
}
@media only screen and (min-width: 767px) {
  .cms-page-view .homepage-bar .col-md-6,
  .cms-index-index .homepage-bar .col-md-6 {
    max-width: calc(50% - 4px);
    height: 150px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .cms-page-view .homepage-bar .col-md-6,
  .cms-index-index .homepage-bar .col-md-6 {
    max-width: calc(50% - 4px);
    height: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .homepage-bar .col-sm-6,
  .cms-index-index .homepage-bar .col-sm-6,
  .cms-page-view .homepage-bar .col-sm-8,
  .cms-index-index .homepage-bar .col-sm-8 {
    margin-bottom: 10px;
  }
}
.cms-page-view .homepage-bar .imgwrapper,
.cms-index-index .homepage-bar .imgwrapper {
  border: 1px solid white;
  border-radius: 100%;
  margin: auto;
}
@media only screen and (min-width: 767px) {
  .cms-page-view .homepage-bar .imgwrapper,
  .cms-index-index .homepage-bar .imgwrapper {
    height: 70px;
    width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .homepage-bar .imgwrapper,
  .cms-index-index .homepage-bar .imgwrapper {
    height: 35px;
    width: 35px;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.cms-page-view .homepage-bar .imgwrapper img,
.cms-index-index .homepage-bar .imgwrapper img {
  border: none !important;
}
@media only screen and (min-width: 767px) {
  .cms-page-view .homepage-bar .imgwrapper img,
  .cms-index-index .homepage-bar .imgwrapper img {
    padding: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cms-page-view .homepage-bar .imgwrapper img,
  .cms-index-index .homepage-bar .imgwrapper img {
    padding: 5px;
  }
}
.cms-page-view .homepage-bar .text-area,
.cms-index-index .homepage-bar .text-area {
  text-align: center !important;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .homepage-bar .text-area h3,
  .cms-index-index .homepage-bar .text-area h3 {
    font-size: 12px;
  }
  .cms-page-view .homepage-bar .text-area p,
  .cms-index-index .homepage-bar .text-area p {
    font-size: 10px;
  }
}
.cms-page-view .homepage-bar .field.newsletter,
.cms-index-index .homepage-bar .field.newsletter,
.cms-page-view .homepage-bar .follow-us,
.cms-index-index .homepage-bar .follow-us {
  padding: 30px;
}
.cms-page-view .homepage-bar .field.newsletter .label,
.cms-index-index .homepage-bar .field.newsletter .label,
.cms-page-view .homepage-bar .follow-us .label,
.cms-index-index .homepage-bar .follow-us .label {
  font-size: 20px;
  text-transform: uppercase;
}
.cms-page-view .homepage-bar .field.newsletter #newsletter,
.cms-index-index .homepage-bar .field.newsletter #newsletter,
.cms-page-view .homepage-bar .follow-us #newsletter,
.cms-index-index .homepage-bar .follow-us #newsletter {
  margin: 15px;
  width: 225px;
}
.cms-page-view .homepage-bar .nieuwsbrief-usp ul,
.cms-index-index .homepage-bar .nieuwsbrief-usp ul {
  padding-top: 30px;
  padding-left: 0px;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .homepage-bar .nieuwsbrief-usp ul,
  .cms-index-index .homepage-bar .nieuwsbrief-usp ul {
    padding-top: 0px;
    padding-left: 30px;
  }
}
.cms-page-view .homepage-bar .nieuwsbrief-usp li,
.cms-index-index .homepage-bar .nieuwsbrief-usp li {
  font-size: 16px;
  text-transform: uppercase;
  line-height: 35px;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .homepage-bar .nieuwsbrief-usp li,
  .cms-index-index .homepage-bar .nieuwsbrief-usp li {
    line-height: 20px;
    font-size: 12px;
  }
}
.cms-page-view .am-slider-container,
.cms-index-index .am-slider-container {
  background-color: white;
  padding: 5px;
  border: 1px solid lightgrey;
  border-radius: 5px;
  margin-bottom: 15px;
}
.cms-page-view .row,
.cms-index-index .row {
  margin-bottom: 15px;
}
.cms-page-view .row img,
.cms-index-index .row img {
  padding: 12px;
  border-radius: 5px;
}
.cms-page-view .amslider,
.cms-index-index .amslider {
  margin-top: 10px;
  margin-bottom: 0px;
}
.cms-page-view .col-12.text h1,
.cms-index-index .col-12.text h1 {
  font-size: 30px;
}
.cms-page-view .col-12.text h2,
.cms-index-index .col-12.text h2 {
  font-size: 1.8rem;
  margin-top: 1.8rem;
  margin-bottom: 1.4rem;
}
.cms-page-view .block-static-block,
.cms-index-index .block-static-block {
  border-radius: 5px;
}
.cms-page-view .block-static-block p,
.cms-index-index .block-static-block p {
  margin-bottom: 0rem;
}
.cms-page-view .block-static-block .title,
.cms-index-index .block-static-block .title {
  text-align: center;
  color: #000000;
  text-transform: uppercase;
  font-size: 20px;
  padding-bottom: 10px;
}
.cms-page-view .block-static-block .title a,
.cms-index-index .block-static-block .title a {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}
.cms-page-view .cats .widget.block.block-static-block,
.cms-index-index .cats .widget.block.block-static-block {
  background-color: #dedede;
}
.cms-page-view .actieblok .col-md-6,
.cms-index-index .actieblok .col-md-6 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.cms-page-view .actieblok .col-md-6 > .widget > .row > .col-12 > div,
.cms-index-index .actieblok .col-md-6 > .widget > .row > .col-12 > div {
  height: auto;
}
@media only screen and (max-width: 767px) {
  .cms-page-view .column.main .navigation .submenu:not(:first-child) ul,
  .cms-index-index .column.main .navigation .submenu:not(:first-child) ul {
    width: 90%;
  }
  .cms-page-view .column.main .navigation li.level0 > a.ui-state-active,
  .cms-index-index .column.main .navigation li.level0 > a.ui-state-active,
  .cms-page-view .column.main .navigation li.level0 > a.ui-state-active + .submenu,
  .cms-index-index .column.main .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: white;
  }
}
@media only screen and (max-width: 768px) {
  .footer .footer-middle-2 {
    padding: 0px;
  }
  .footer .footer-middle-2 .container > .row > .col-lg-12 > .row > .col-sm-3 {
    max-width: 100%;
    width: 100%;
    -webkit-flex: unset;
    flex: unset;
  }
  .footer .footer-middle-2 .container > .row > .col-lg-12 > .row > .col-sm-9 {
    max-width: 100%;
    width: 100%;
    -webkit-flex: unset;
    flex: unset;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-middle .col-lg-3 .block {
    border-right: 2px solid white;
  }
  .footer .footer-middle .col-lg-3 .block .fa-chevron-down {
    display: none;
  }
  .footer .footer-middle .col-lg-3 .block .fa {
    padding-right: 10px;
  }
  .footer .footer-middle .col-lg-3:nth-child(4) .block {
    border-right: none;
  }
  .footer .footer-middle .col-lg-3 {
    padding-right: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .footer .footer-middle .block-title.current + .block-content {
    display: none !important;
  }
  .footer .footer-middle .block-title.current.active-tab + .block-content {
    display: block !important;
  }
  .footer .footer-middle .fa {
    float: right;
  }
  .footer .footer-middle .col-lg-3 .block {
    margin-left: 15px;
  }
  .footer .footer-middle .col-lg-3 .block .block-content {
    margin-bottom: 20px;
    margin-left: 15px;
  }
}
.footer .footer-middle ul {
  padding-inline-start: 10px;
}
.footer .footer-middle ul li:before {
  content: "\f054";
  font-family: "Font Awesome 5 Free";
  font-weight: 1000;
  font-size: 16px;
  padding-right: 10px;
}
.footer .social-share {
  padding: 15px;
  background-color: #F3F3F3;
}
.footer .social-share hr {
  border-top: 2px solid #000000;
}
#layered-filter-block {
  border: 1px solid #dedede;
  padding: 10px;
  background-color: #FFFFFF;
}
#layered-filter-block .block-subtitle {
  display: block;
  border-bottom: none;
}
#layered-filter-block .filter-options-title {
  padding: 7px;
  text-transform: capitalize;
}
#layered-filter-block .filter-options-content,
#layered-filter-block .filter-options-title {
  border-radius: 2px;
  border: none;
}
#layered-filter-block .filter-options-content {
  background-color: #FFFFFF;
  padding: 10px;
}
#layered-filter-block .filter-options-content ul.items,
#layered-filter-block .filter-options-content ol.items {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 0px;
}
#layered-filter-block .filter-options-content ul.items .item,
#layered-filter-block .filter-options-content ol.items .item {
  padding: 0px;
  margin: 0px;
}
#layered-filter-block .filter-options-item {
  border: 1px solid lightgrey;
  border-radius: 2px;
  margin-top: 2px;
  margin-left: 2px;
  margin-right: 2px;
}
#layered-filter-block .am-swatch-options .swatch-option {
  margin-right: 2px !important;
}
#layered-filter-block .item .count {
  margin-left: 2px;
}
#layered-filter-block .item .label {
  margin-right: 0px;
}
#layered-filter-block .amshopby-slider-container .am-slider .ui-slider-handle {
  background: #5797A1;
}
#layered-filter-block .filter-options .am-labels-folding .item .am-input {
  position: initial;
}
#layered-filter-block .filter-title strong[aria-expanded="false"] {
  width: 92%;
  margin-left: 4%;
  border-radius: 0px;
  position: fixed;
  top: 138px;
}
#layered-filter-block .amshopby-filter-current .amshopby-filter-name {
  padding: 0 5px 0 15px;
}
#layered-filter-block .filter.active .filter-title strong:before {
  margin-top: 8px !important;
  float: right;
}
@media (max-width: 992px) {
  body .product.data.items > .item.content {
    display: block;
  }
}
body.catalog-product-view .tooltip .tooltip_text {
  width: auto;
}
.product-info-main .swatch-attribute-options {
  flex-wrap: wrap;
}
.product-info-main .swatch-attribute-options.clearfix .option-title {
  margin-bottom: 15px;
}
.product-info-main .swatch-attribute-options.clearfix .parent-value span.value-swatch-option.image,
.product-info-main .swatch-attribute-options.clearfix .option-title span.value-swatch-option.image {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  height: 17px;
  line-height: 14px;
  width: 78px;
  font-size: 12px;
}
.catalog-product-view .product-info-main .product.overview,
.catalog-product-view .swatch-opt {
  border-bottom: 1px #ebebeb solid;
}
.catalog-product-view .swatch-opt {
  padding-bottom: 20px;
}
.catalog-product-view table.additional-attributes {
  border-collapse: separate;
  border: 1px solid lightgray !important;
}
.catalog-product-view table.additional-attributes th {
  background-color: #f5f5f5;
  padding: 10px !important;
}
.catalog-product-view table.additional-attributes td {
  padding: 10px !important;
}
.catalog-product-view table.additional-attributes td,
.catalog-product-view table.additional-attributes th {
  border-collapse: separate;
  border-top: 1px solid lightgray !important;
}
.catalog-product-view table.additional-attributes > caption {
  text-align: left;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  width: 100%;
  padding: 5px 0px 18px 5px;
  color: black;
  height: auto;
}
.catalog-product-view .additional-attributes-wrapper .col-6.col-md-8.float-right {
  display: none;
}
.catalog-product-view .amshopby-morefrom .amshopby-option-link {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0 1px 2px #eee;
  margin-top: 20px;
  margin-bottom: 20px;
}
.catalog-product-view .amshopby-morefrom .amshopby-option-link img:not([src*='/resized']) {
  max-width: 100%;
  max-height: 100%;
}
.catalog-product-view .product-options-wrapper {
  padding-bottom: 0px;
  border-bottom: none;
}
.catalog-product-view .products-related .product-item-info {
  float: left;
}
.catalog-product-view .block.related {
  padding-top: 5px;
}
.catalog-product-view .block.related .block-title {
  margin-bottom: 0px;
}
.catalog-product-view .block.related .block-title strong {
  padding-top: 20px;
  padding-bottom: 0px;
}
.catalog-product-view .block.related .product-item {
  width: 100%;
  margin-top: 0px;
  padding-top: 0px;
}
.catalog-product-view .block.related .product-item .product-item-info {
  padding: 12px;
}
.catalog-product-view .block.related .product-item .product-item-info .item-info-wrapper {
  padding: 12px;
  border: 1px solid #E0E0E0;
  background-color: #FFFFFF;
}
.catalog-product-view .block.related .product-item .product-item-photo {
  border: 1px solid #E0E0E0;
  padding: 10px;
}
.catalog-product-view .link-short-description {
  padding: 10px;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon:before {
  content: "\f819";
}
.catalog-product-view .block.widget.amrelated-grid-wrapper .product-items.widget-product-grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: left;
  align-items: center;
}
.catalog-product-view .block.widget.amrelated-grid-wrapper .block-title {
  padding-left: 15px;
}
.catalog-product-view .block.widget.amrelated-grid-wrapper .products-grid .product-item {
  width: calc(30.66666667%);
  border: 1px solid #E0E0E0;
  margin: 10px;
}
@media only screen and (max-width: 767px) {
  .catalog-product-view .block.widget.amrelated-grid-wrapper .products-grid .product-item {
    width: 92%;
  }
}
.catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-photo {
  margin: 10px;
  border: 1px solid #E0E0E0;
}
.catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-photo img {
  padding: 10px;
}
.catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-details {
  padding-bottom: 15px;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-details .product-item-name {
  height: 42px;
  white-space: normal;
}
.catalog-product-view .usps {
  border-top: 6px solid #5797A1;
  border-bottom: 10px solid #5797A1;
  background-color: #FFFFFF;
  margin-bottom: 15px;
}
.catalog-product-view .usps ul {
  list-style-type: none;
  padding-inline-start: 10px;
  font-size: 14px;
}
.catalog-product-view .usps ul li:before {
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  color: #5797A1;
  size: 20px;
  font-weight: 1000;
  padding-right: 10px;
}
.catalog-product-view .usps .title {
  font-size: 20px;
  text-align: center;
  margin: 10px;
  border-bottom: 1px solid lightgrey;
}
.catalog-product-view .special-price {
  display: block;
}
.catalog-product-view .box-tocart .actions .action.tocart {
  min-width: 235px;
}
.catalog-product-view .product-social-links {
  display: none;
}
.catalog-product-view #additional .old-price {
  display: block;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  color: green;
}
.catalog-product-view .tooltip {
  position: absolute;
  display: inline-block;
  padding-top: 5px;
  padding-left: 5px;
}
.catalog-product-view .porto-icon-info {
  border-radius: 20px;
  color: #FFFFFF;
}
.catalog-product-view .tooltip .tooltip_text {
  visibility: hidden;
  width: 250px;
  background-color: black;
  color: #FFFFFF;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.catalog-product-view .tooltip:hover .tooltip_text {
  visibility: visible;
}
.admin__data-grid-outer-wrap {
  width: 100%;
}
.data.item.content > .additional-attributes-wrapper > .float-left {
  max-width: 100%;
}
@media only screen and (max-width: 992px) and (min-width: 768px) {
  .product.data .data.item.content > div.table-wrapper {
    max-width: 40%;
    flex: 40%;
    width: 40%;
    -webkit-flex: 0 0 40%;
    -moz-flex: 0 0 40%;
    -ms-flex: 0 0 40%;
  }
}
@media (min-width: 768px) {
  .additional-attributes-wrapper + .float-right {
    max-width: 60%;
    width: 60%;
    -webkit-flex: 0 0 60%;
    -moz-flex: 0 0 60%;
    -ms-flex: 0 0 60%;
  }
  .product.data .data.item.content > div.table-wrapper {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .product.data .data.item.content > div.table-wrapper {
    width: 100%;
  }
}
body > .swatch-option-tooltip {
  display: none !important;
}
.checkbox.accessories_products.imagecheckbox {
  width: 15px;
}
.accessories_products .field.choice.accessories_products strong.product.name.product-item-name {
  width: 80%;
}
.catalog-product-view div#availability-configurable {
  color: #000 !important;
}
.catalog-product-view .product-info-main .in3 {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
.catalog-product-view .product-info-main .in3 .logo {
  margin: 0;
  padding: 0;
}
.catalog-product-view .product-info-main .in3 .in3-widget {
  padding-left: 5px;
  border-radius: 20px;
  box-sizing: border-box;
  color: #274383 !important;
  display: inline-flex;
  font-family: inherit;
  margin: 10px 0 12px;
  overflow: hidden;
}
.product.media .product-video {
  z-index: 0;
}
.product-tab-links-wrapper {
  display: flex;
}
.product-tab-links-container {
  margin: 2rem 0;
  text-align: left;
  gap: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: max-content;
}
.product-tab-links-container .category-button {
  display: inline-block;
  padding: 8px 16px;
  color: #555555 !important;
  text-decoration: none !important;
  border-radius: 4px;
  font-weight: 500;
  -webkit-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  transition: 0.2s ease;
  border: 1px solid #CCC;
  background: white;
}
@media only screen and (max-width: 767px) {
  .navigation.sw-megamenu {
    text-align: left;
  }
  .navigation.sw-megamenu .level0 > .level-top {
    font-weight: 600;
  }
  .navigation.sw-megamenu a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .navigation.sw-megamenu a span {
    color: #000000;
    text-transform: uppercase;
  }
  [aria-controls*="store.settings"],
  [aria-controls*="store.links"] {
    display: none;
  }
  .nav-toggle {
    width: 25px;
    line-height: 35px;
  }
  .nav-toggle:before {
    float: left;
    margin-left: 2px;
    margin-top: 15px;
  }
  .section-item-close {
    top: 25px;
    right: 20px;
    position: absolute;
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .section-item-close {
    display: none;
  }
}
.checkout-index-index .field-tooltip .label > span,
.checkout-index-index .checkout-billing-address .billing-address-form .field.address-autofill-nl-postcode.col-sm-6,
.checkout-index-index .checkout-billing-address .billing-address-form .field.address-autofill-nl-house-number.col-sm-6,
.checkout-index-index .checkout-billing-address .billing-address-form .field.address-autofill-nl-house-number-select {
  display: none;
}
.checkout-index-index #shipping-new-address-form.fieldset.address {
  margin: 0px;
}
.checkout-index-index .checkout-billing-address .field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-index-index #shipping-new-address-form .col-sm-6 .field {
  width: 100%;
  margin-top: 5px;
}
.checkout-index-index #shipping-new-address-form .field-error {
  color: #e02b27;
  font-size: 1.2rem;
}
.checkout-index-index #shipping-new-address-form .field .label {
  margin-bottom: 4px;
  display: block;
}
.checkout-index-index #shipping-new-address-form .field #tooltip-label {
  display: none;
}
.checkout-index-index #shipping-new-address-form .field .label span {
  font-size: 1.4rem;
}
.checkout-index-index #shipping-new-address-form .field._required .label:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  margin: 0 0 0 4.5px;
}
.checkout-index-index #shipping-new-address-form .postcodenl-span {
  padding-left: 15px;
  padding-right: 15px;
  font-size: 1.4rem;
  margin-top: 5px;
}
.checkout-index-index #shipping-new-address-form div[name*=".street"] .label:after {
  display: none;
}
.checkout-index-index #shipping-new-address-form .row:nth-child(2) .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
.checkout-index-index #shipping-new-address-form .control .field label span {
  display: none;
}
.checkout-index-index .fieldset.address [name="shippingAddress.postcode"] {
  float: left;
}
.checkout-index-index .methods-shipping tbody tr td:first-child {
  max-width: 30px;
}
.checkout-index-index .methods-shipping .col-price {
  max-width: 75px;
}
.checkout-index-index .methods-shipping tbody tr td:nth-child(3) {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-method-title .payment-icon {
  margin-right: 0px;
  float: right;
  margin-top: -12px;
}
.checkout-index-index .amcheckout-step-container input[type='radio'] + label[for="paypal_express"] {
  display: inline-block;
  width: 100%;
}
.checkout-index-index .amcheckout-step-container input[type='radio'] + label[for="paypal_express"] a {
  display: none;
}
.checkout-index-index .checkout-header {
  margin: 12px 0 10px;
  width: 50%;
  display: inline-block;
}
.checkout-index-index .authentication-wrapper {
  width: 45%;
}
.checkout-index-index .fieldset > .field {
  margin: 0 0 5px;
}
.checkout-index-index .fieldset > .field .label {
  margin: 0 0 4px;
}
.checkout-index-index .amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 13px;
}
.checkout-index-index .amcheckout-step-container .amcheckout-button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger),
.checkout-index-index .amcheckout-step-container button:not(.braintree-googlepay-button):not(.ui-datepicker-trigger) {
  background: #5797A1;
}
.checkout-index-index .amcheckout-step-container .checkout-billing-address .actions-toolbar .action-cancel {
  background: none;
}
.checkout-index-index .checkout_eta .checkout_eta_date {
  font-size: 14px;
}
.checkout-index-index .checkout_eta span.checkout_eta_lable {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 991px) {
  .checkout-index-index .amcheckout-checkboxes {
    width: 100% !important;
  }
  .checkout-index-index .amcheckout-checkboxes .checkout-agreement button.action-show {
    width: 86%;
    background: inherit;
    color: inherit;
  }
  .checkout-index-index .amcheckout-checkboxes .checkout-agreement .label:after {
    display: none;
  }
}
.amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
  width: 100% !important;
}
@media (max-width: 991px) {
  .checkout-container .block.items-in-cart .product-image-wrapper {
    display: flex;
    border: none;
  }
  .checkout-container .block.items-in-cart .product-image-wrapper img {
    width: 100%;
    height: 100%;
  }
}
.amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreement button:after,
.amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreement label.label:after {
  display: none !important;
}
.amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreement button span:after {
  content: '*';
  color: #e02b27;
  font-size: 1.2rem;
  padding-left: 4px;
}
.cms-merk .brand-images li.brand-item {
  float: left;
}
.cms-merk .ambrands-image {
  padding: 20px;
  border-color: #ddd;
  border-radius: 7px;
  border-width: 1px;
  border-style: solid;
}
.ambrands-list-popup {
  width: 200px;
  background: #526568;
  height: auto;
  box-shadow: none;
  padding: 6px 8px;
  top: 43px;
}
.ambrands-list-container .ambrands-popup-items .brand-item {
  text-align: left;
  min-height: 35px;
  min-width: 0px;
  padding: 0px;
}
.ambrands-list-container .ambrands-popup-items .brand-item:hover {
  background-color: #384446;
}
.ambrands-list-container .ambrands-popup-items .brand-item a {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  font-size: 12px;
}
.ambrands-list-container .ambrands-popup-items .brand-item a p {
  margin-bottom: 0rem;
  padding: 5px;
  line-height: 24px;
}
.ambrands-list-container .ambrands-popup-items .brand-item a:hover {
  text-decoration: none;
  color: #9a8478;
}
.ambrands-list-container .ambrands-popup-items .brand-item .am-image-wrapper {
  display: none;
}
.ambrands-popup-items {
  padding: 0px;
}
.separator {
  display: flex;
  align-items: center;
  text-align: center;
  color: lightgrey;
}
.separator::before,
.separator::after {
  content: '';
  flex: 1;
  border-bottom: 1px solid lightgrey;
}
.separator::before {
  margin-right: .25em;
}
.separator::after {
  margin-left: .25em;
}
.sep {
  padding-left: 0;
  padding-right: 0;
}
.onzewinkelbg {
  background-image: url('../images/designstoelen-hengelo_1.jpg');
  background-size: cover;
}
.onzewinkelbg img {
  width: 100%;
}
.blok {
  margin-top: 1em;
  background-color: white;
  margin-bottom: 1em;
  padding: 1em;
}
.highlights {
  margin-bottom: 1em;
  margin-top: 1em;
  justify-content: space-between;
  background-color: white;
  padding-top: 1em;
  padding-bottom: 1em;
}
.highlightblok {
  background-color: white;
  display: grid;
}
.onzewinkelbg2 {
  background-image: url('../images/Screenshot_2020-11-04_at_13.47.29.png');
  background-size: cover;
}
.onzewinkelbg > img,
.onzewinkelbg2 > img {
  visibility: hidden;
}
.grid-divider {
  overflow-x: hidden;
  position: relative;
}
.tijd > h4 {
  font-weight: normal;
}
.maps > div {
  width: 100%;
  position: relative;
}
.grid-divider > [class*="col-"]:nth-child(n + 2):after {
  content: "";
  background-color: lightgrey;
  position: absolute;
  top: 0;
  bottom: 0;
}
@media (max-width: 767px) {
  .grid-divider > [class*="col-"]:nth-child(n + 2):after {
    display: none;
  }
}
@media (min-width: 768px) {
  .grid-divider > [class*="col-"]:nth-child(n + 2):after {
    width: 1px;
    height: auto;
    left: -13px;
  }
}
@media (min-width: 768px) {
  .grid-divider > .col-lg-6 {
    flex: 0 0 49%!important;
  }
}
.maps > .overlay {
  background-color: #5797A1 !important;
  color: black;
  padding: 0.5em;
  font-size: medium;
  opacity: unset !important;
}
.nopadding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.voordelen {
  height: 200px;
  text-align: center;
}
.voordelen .col-12 {
  border: 1px solid #5797A1;
  border-radius: 12px;
  height: 100%;
}
.voordelen .bgds4u {
  background-color: #5797A1;
}
.voordelen .text {
  margin-top: 50px;
  font-size: 15px;
  font-weight: bold;
  color: #000000;
}
.voordelen .icoon {
  border: 1px solid #5797A1;
  width: 200px;
  margin: auto;
  padding: 10px;
  margin-top: 30px;
  border-radius: 10px;
}
button.action.primary a {
  color: white;
}
.checkout-onepage-success a.action.primary.continue {
  color: white;
}
.mpblog-post-index .page-wrapper,
.mpblog-post-view .page-wrapper {
  margin-top: 176px;
}
.mpblog-post-index .page-wrapper .column.main,
.mpblog-post-view .page-wrapper .column.main {
  background: #fff;
  margin: 20px 0;
  padding: 0 15px;
  box-shadow: 0 0 0px 1px #ececec;
}
@media (max-width: 767px) {
  .mpblog-post-index .page-wrapper .column.main,
  .mpblog-post-view .page-wrapper .column.main {
    box-shadow: none;
  }
}
.mpblog-post-index .page-wrapper .column.main .mp-footer,
.mpblog-post-view .page-wrapper .column.main .mp-footer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .mpblog-post-index .page-wrapper .sidebar.sidebar-main,
  .mpblog-post-view .page-wrapper .sidebar.sidebar-main {
    background: #fff;
    padding: 20px;
  }
}
.mpblog-post-index .page-wrapper .mp-sidebar .row,
.mpblog-post-view .page-wrapper .mp-sidebar .row {
  margin: 0;
}
.mpblog-post-index .page-wrapper .page-title,
.mpblog-post-view .page-wrapper .page-title {
  margin-bottom: 0;
}
.mpblog-post-index .page-wrapper .page-title span,
.mpblog-post-view .page-wrapper .page-title span {
  font-size: 38px;
}
.page-wrapper .post-info-wraper h2.mp-post-title a,
.page-wrapper .about-admin h4.admin-title a,
.page-wrapper .mp-post-meta-info a.mp-read-more,
.page-wrapper .mp-post-info a.mp-info,
.page-wrapper ul.menu-categories a.list-categories:hover,
.page-wrapper .products-same-post a.product-item-link:hover,
.page-wrapper a.mp-relate-link,
.page-wrapper .mpblog-product-name,
.page-wrapper .list-post-tabs a {
  color: #5797a1 !important;
}
.amblog-slick-slider .post-item-details .amblog-dates {
  order: -1;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .amblog-slick-slider .post-item-details .amblog-dates {
    margin-top: 20px;
  }
}
.amblog-slick-slider .post-image {
  position: relative;
  padding-top: 67%;
  overflow: hidden;
  display: block;
}
.amblog-slick-slider .post-image img {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  object-fit: cover;
}
.amblog-slick-slider a.post-title.amblog-headline {
  font-size: 2.5rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  min-height: 41px;
  line-height: normal;
}
.amblog-post-list.amblog-element-block {
  background: transparent !important;
  box-shadow: none !important;
}
.amblog-post-list.amblog-element-block .amblog-title {
  padding: 0 !important;
}
.amblog-post-list.amblog-element-block .amblog-list {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.amblog-post-list.amblog-element-block .post-item-details {
  padding-left: 25px;
  padding-right: 25px;
}
.amblog-post-list.amblog-element-block .slick-slide.post-item {
  background: #ffffff;
  border-radius: 6px;
  box-shadow: 0 2px 4px rgba(84, 95, 125, 0.12), 0 5px 8px rgba(155, 159, 174, 0.1);
  margin-bottom: 25px;
  padding-bottom: 25px;
}
.amsearch-pagebuilder-carousel .product-item-photo {
  border: 0 !important;
}
.amsearch-pagebuilder-carousel .swatch-attribute,
.amsearch-pagebuilder-carousel .product-item-inner .product-item-actions {
  display: none !important;
}
.amsearch-pagebuilder-carousel .product-image-container {
  background: transparent;
}
.amsearch-pagebuilder-carousel .product-item-info {
  padding: 0 5px;
}
.amsearch-pagebuilder-carousel .product-item-details {
  padding-top: 10px;
}
.amsearch-pagebuilder-carousel .product-item-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  margin: 0 0 3px 0;
  word-wrap: break-word;
  text-decoration: none !important;
}
.amsearch-pagebuilder-carousel .price-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 0;
}
@media (max-width: 767px) {
  body .amblog-post-container .amblog-content {
    padding: 0;
  }
}
.amblog-post-container .product-items.widget-product-carousel button.slick-next.slick-arrow,
button.slick-prev.slick-arrow {
  top: 41%;
  z-index: 9;
}
.amblog-custom-header-container span.amblog-minread {
  margin-bottom: 0px !important;
}
.amblog-custom-header-container .amblog-footer {
  padding: 0 !important;
}
.amblog-post-list.amblog-element-block .amblog-title {
  margin-bottom: 20px;
}
.am-powered-by {
  display: none;
}
.amblog-element-block.amblog-related-wrapper.-related-products {
  background: transparent !important;
  box-shadow: none !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .product-item-photo {
  border: 0 !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .swatch-attribute,
.amblog-element-block.amblog-related-wrapper.-related-products .product-item-inner .product-item-actions {
  display: none !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .product-image-container {
  background: transparent;
}
.amblog-element-block.amblog-related-wrapper.-related-products .product-image-container img {
  border-radius: 8px 8px 0px 0px !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .product-item-info {
  padding: 0 5px;
}
.amblog-element-block.amblog-related-wrapper.-related-products .product-item-details {
  padding-top: 10px;
}
.amblog-element-block.amblog-related-wrapper.-related-products .price-box {
  display: flex;
  justify-content: center !important;
  align-items: center !important;
  margin-top: 0;
  flex-direction: row-reverse !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .price-box .special-price {
  width: auto !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .price-box .old-price {
  margin: 0 !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .amblog-title {
  margin-bottom: 20px;
}
.amblog-element-block.amblog-related-wrapper.-related-products .product.actions.product-item-actions {
  display: none !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .amblog-title {
  padding: 0 !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .slick-arrow {
  background-color: transparent !important;
}
.amblog-element-block.amblog-related-wrapper.-related-products .product.details.product-item-details .product-item-link {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  font-size: 14px;
  margin: 0 0 4px 0;
  word-wrap: break-word;
  text-decoration: none !important;
  text-align: center;
  color: #777777;
}
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
  top: 41%;
  z-index: 9;
}
@media screen and (min-width: 1024px) {
  .slick-align-left .slick-track {
    margin: 0 !important;
    transform: none !important;
  }
  .slick-align-left .slick-list {
    padding: 0 !important;
  }
}
@media (min-width: 768px) {
  .amblog-index-post .page-title-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.amblog-index-post .widget.amblog-post-list .post-item-details {
  flex-grow: revert;
}
.amblog-index-post .amblog-custom-header-container span.amblog-minread {
  margin-bottom: 0;
  background: #f1f2f4;
  color: #6b6b6b;
  padding: 9px 12px;
  border-radius: 30px;
  font-weight: 600 !important;
}
.amblog-index-post .amblog-features .amblog-wrap {
  margin-right: 10px;
  margin-bottom: 0;
}
.amblog-index-post .amblog-post-container.-post-page .amblog-features {
  margin-bottom: 0;
}
.amblog-post-container .amblog-content {
  padding-top: 0;
}
.amblog-post-container .amblog-content .amblog-dates {
  text-align: center;
}
.amblog-post-container .amblog-content .amblog-dates span.amblog-date {
  margin-bottom: 0;
  background: #f1f2f4;
  color: #6b6b6b;
  padding: 9px 12px;
  border-radius: 30px;
  font-weight: 600 !important;
}
.amblog-post-container.-post-page .amblog-footer {
  align-items: center;
  flex-direction: column;
}
@media (max-width: 767px) {
  .amblog-grid-list .amblog-content {
    padding: 0 12px 10px !important;
  }
}
@media (max-width: 767px) {
  .amblog-post-container .post-image {
    margin-bottom: 0;
  }
}
.amblog-post-title .post-title,
.amblog-post-title,
.amblog-title,
.amblog-link,
.amblog-headline {
  font-weight: 600 !important;
  text-decoration: none !important;
}
.am-category-header .faq-category-title {
  font-size: 24px !important;
}
.amfaq_questions .am-title {
  font-size: 16px !important;
  line-height: 23px;
}
.am-search-box-wrapper .am-widget-center {
  width: 100% !important;
}
.faq-question-view .page-title {
  font-weight: 300 !important;
  margin-bottom: 20px;
  text-align: left;
}
.question_view .answer {
  margin-bottom: 15px;
  text-align: left;
}
.amfaq-question-footer-wrapper {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.amfaq-question-footer-wrapper .amfaq-rating {
  padding-right: 11px;
}
.amfaq-question-footer-wrapper .amfaq-rating .amfaq-rating-yesno * {
  padding: 0 3px;
}
.ask-question-form .button-container {
  flex-wrap: wrap;
  justify-content: flex-start;
}
.amfaq-product-tab .ask-question-form.widget {
  display: none;
}
@media (max-width: 767px) {
  .amblog-dates {
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .amblog-index-post .iconen .pagebuilder-column-line {
    flex-wrap: nowrap;
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media (min-width: 768px) {
  .amblog-index-post .iconen .pagebuilder-column-line {
    padding-left: 400px;
    padding-right: 400px;
  }
}
.amblog-index-index .column.main [data-content-type=row][data-appearance=contained] {
  max-width: unset;
}
.amblog-index-index .amblog-summary {
  font-size: 14px;
  font-weight: 400;
}
@media (min-width: 768px) {
  .amblog-index-index .amblog-summary {
    padding: 20px 300px 20px 300px;
  }
}
.amblog-more-wrapper summary.amblog-more-summary {
  display: list-item;
  padding: 10px 10px 10px 0px;
  font-size: 14px;
}
.amblog-pager-container .amblog-link {
  background: #5797a1;
}
.design .amgdprprem-popup-buttons .amgdprprem-button.-active,
.amgdprprem-popup-buttons .amgdprprem-button:hover {
  color: #5797a1;
}
.design .amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label,
.amgdprprem-popup-buttons .amgdprprem-button.-active .amgdprprem-line,
.amgdprprem-popup-buttons .amgdprprem-button:hover .amgdprprem-line,
.amgdprjs-bar-template.-upgraded .amgdprcookie-button:hover {
  background: #5797a1;
}
.amgdprprem-popup-buttons {
  height: 70px;
}
@media (max-width: 600px) {
  .amgdprprem-popup-buttons {
    height: 60px;
  }
}
.amgdprjs-bar-template.-upgraded {
  z-index: 900;
}
.amgdprprem-label-container:before {
  font-family: 'porto-icons';
  content: '\f813';
}
.amgdprprem-group-block.-show .amgdprprem-label-container:before {
  content: '\f810';
}
.amgdprcookie-bar-container .amgdprcookie-buttons-block .amgdprcookie-button {
  padding: 0px;
}
.am-widget-categories-3 .am-widget-category,
.sidebar.sidebar-additional .amfaq_categories,
.column.main:has(.question_view),
.column.main:has(.amfaq_questions.widget):not(:has(.amfaq-product-tab .amfaq_questions.widget)) {
  padding: 20px;
  display: block;
  border: 1px solid #ececec;
  border-radius: 8px;
  background: #fff;
  border-top: 4px solid #5797A1;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.08);
}
.am-widget-categories-3 .am-category-container .am-item:nth-child(n+3),
.back.am-back-button {
  display: none;
}
.am-widget-categories-3 {
  display: grid !important;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.amfaq-search .am-input {
  border-radius: 20px !important;
}
.am-widget-categories-3.widget .am-widget-category {
  width: 100% !important;
}
.amfaq-search .am-button {
  right: 10px !important;
}
.sidebar.sidebar-additional .amfaq_categories,
.amfaq_categories .item.title {
  background-color: white;
}
.sidebar.sidebar-additional .amfaq_categories .item.current a {
  color: #f49405;
}
.column.main:has(.question_view),
.column.main:has(.amfaq_questions.widget):not(:has(.amfaq-product-tab .amfaq_questions.widget)) {
  margin-top: 53px;
  width: 70%;
}
@media screen and (max-width: 767px) {
  .column.main:has(.question_view),
  .column.main:has(.amfaq_questions.widget):not(:has(.amfaq-product-tab .amfaq_questions.widget)) {
    margin-bottom: 20px;
  }
  .am-widget-categories-3 {
    grid-template-columns: repeat(1, 1fr);
  }
  .am-widget-categories-3 .am-widget-category {
    padding: 0;
  }
}
.design .amblog-more-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.design .amblog-more-wrapper .amblog-more-summary {
  background: #5797A1;
  color: #fff;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  cursor: pointer;
  width: 129px;
  text-align: center;
  justify-content: center;
  margin: 0 auto 20px;
}
.fraai .amblog-more-wrapper {
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.fraai .amblog-more-wrapper .amblog-more-summary {
  background: #9a8478;
  color: #fff;
  padding: 10px 12px !important;
  border-radius: 4px !important;
  cursor: pointer;
  width: 129px;
  text-align: center;
  justify-content: center;
  margin: 0 auto 20px;
}
@media (max-width: 1024px) {
  html,
  body {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
  }
}
.toolbar .limiter-options {
  min-width: 56px;
}
body .footer .footer-middle ul li:before {
  content: "\f811";
  font-family: 'porto-icons';
}
@media (min-width: 768px) {
  .header.content strong.logo {
    order: 1;
  }
}
@media (min-width: 768px) {
  .header.content .minicart-wrapper {
    order: 4;
  }
}
@media (min-width: 768px) {
  .header.content .wrapper > section {
    order: 2;
  }
}
@media (min-width: 768px) {
  .header.content .custom-block {
    order: 3;
  }
}
@media (min-width: 768px) {
  .page-header .amsearch-wrapper-block,
  .page-wrapper .page-header.type2.header-newskin .logo + a + section,
  .page-wrapper .page-header.type2.header-newskin .logo + section {
    order: 2;
  }
}
@media (min-width: 768px) {
  .page-wrapper .page-header.type2.header-newskin .logo {
    order: 1;
  }
}
@media (min-width: 768px) {
  body .page-wrapper .page-header.type2.header-newskin .custom-block {
    order: 3;
  }
}
@media (min-width: 768px) {
  .design .page-wrapper .page-header.type2.header-newskin .minicart-wrapper {
    order: 4;
  }
}
.am-filter-items-attr_hoofdkleur,
.am-filter-items-attr_color {
  display: block;
}
.am-filter-items-attr_hoofdkleur .am-swatch-wrapper.item.swatch-option-link-layered,
.am-filter-items-attr_color .am-swatch-wrapper.item.swatch-option-link-layered {
  float: left;
  width: 50% !important;
}
.am-filter-items-attr_hoofdkleur .swatch-option.color,
.am-filter-items-attr_color .swatch-option.color,
.am-filter-items-attr_hoofdkleur .swatch-option.image,
.am-filter-items-attr_color .swatch-option.image {
  border-radius: 100%;
  height: 22px;
  min-width: 22px;
}
.swatch-option.color {
  border-radius: 100%;
}
@media (max-width: 767px) {
  html,
  body {
    height: 100%;
    width: 100%;
    overflow: auto;
    position: fixed;
  }
}
.amshopby-items .color .swatch-option.image {
  border-radius: 100%;
  height: 22px;
  width: 22px;
  min-width: 22px;
}
.product-info-main .swatch-attribute-options.clearfix {
  display: flex;
}
.product-info-main .swatch-attribute-options.clearfix .parent-value,
.product-info-main .swatch-attribute-options.clearfix .option-title {
  display: flex;
  flex-direction: column;
}
.product-info-main .swatch-attribute-options.clearfix .parent-value span.value-swatch-option.image,
.product-info-main .swatch-attribute-options.clearfix .option-title span.value-swatch-option.image {
  text-align: center;
  margin-bottom: 4px;
}
.submenu.opened,
.subchildmenu.opened {
  opacity: 1 !important;
  visibility: visible !important;
}
body .sw-megamenu.navigation .open-children-toggle {
  display: block;
  position: absolute;
  width: 42px;
  height: 42px;
  right: 0;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
body .ambrands-list-popup.opened {
  display: block;
}
body .ambrands-list-popup {
  position: absolute;
  right: 0;
}
body .ambrands-list-popup .ambrands-popup-items {
  display: block !important;
}
.design .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreement button {
  color: #5797a1 !important;
  background: transparent !important;
}
.design .amcheckout-checkboxes-container.amcheckout-checkboxes .checkout-agreement label.label:after {
  position: absolute;
}
.design .amcheckout-checkboxes-container.amcheckout-checkboxes input[type=checkbox] + label:before {
  position: relative;
  top: 4px;
}
.block-viewed-products-grid .product-item-photo {
  line-height: 0;
}
.block-viewed-products-grid .product-image-wrapper {
  padding-bottom: 100% !important;
}
body .page-header .amsearch-result-section {
  background: #fff;
}
.custom-block > [data-content-type=html] {
  display: flex !important;
  flex-wrap: nowrap;
  width: 100%;
}
@media (min-width: 768px) {
  .page-header.type2.header-newskin .panel.header {
    padding: 0 !important;
  }
}
@media (min-width: 1024px) {
  .main-panel-top {
    background: #f7f4f0 !important;
  }
  .main-panel-top .panel.wrapper {
    background: #f7f4f0 !important;
  }
  .main-panel-top .swiper-wrapper {
    justify-content: space-between;
    align-items: center;
  }
  .main-panel-top .swiper-wrapper .swiper-slide {
    font-weight: 600;
    width: auto;
    color: #000;
    display: flex;
    align-items: center;
    flex-shrink: 1;
    flex-grow: 0;
  }
  .main-panel-top .swiper-wrapper .swiper-slide picture {
    height: 100%;
    padding-right: 2px;
    position: relative;
    top: 2px;
  }
  .main-panel-top .swiper-wrapper .swiper-slide img {
    filter: brightness(0.5);
    margin-right: 3px;
  }
  span.product-review-point {
    line-height: 0;
    padding: 0 1px;
  }
  span.product-review-point svg {
    fill: #393C3D;
    width: 13px;
    height: auto;
    margin-right: 0;
    margin-top: 0;
    stroke: none;
  }
  span.product-review-point:last-child svg {
    clip-path: inset(0 45% 0 0);
  }
  .product-review-rating {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 5px;
    width: auto;
  }
}
@media (max-width: 1024px) {
  body .page-header > .main-panel-top {
    min-height: auto !important;
  }
  body .main-panel-top {
    display: block !important;
    padding: 4px 0;
    background: #f7f4f0 !important;
  }
  body .main-panel-top .panel.wrapper {
    background: #f7f4f0 !important;
  }
  body .page-wrapper .page-header.type2.header-newskin .topheader {
    display: block !important;
  }
  .main-panel-top .swiper-wrapper .swiper-slide {
    color: #000;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-panel-top .swiper-wrapper .swiper-slide picture {
    height: 100%;
    padding-right: 2px;
    position: relative;
    top: 2px;
  }
  .main-panel-top .swiper-wrapper .swiper-slide img {
    filter: brightness(0.5);
  }
  span.product-review-point {
    line-height: 0;
    padding: 0 1px;
  }
  span.product-review-point svg {
    fill: #393C3D;
    width: 13px;
    height: auto;
    margin-right: 0;
    margin-top: 0;
    stroke: none;
  }
  span.product-review-point {
    line-height: 0;
    padding: 0 2px;
  }
  span.product-review-point:last-child svg {
    clip-path: inset(0 45% 0 0);
  }
  .review-list-detail {
    justify-content: center;
  }
  .product-review-rating {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    padding-right: 5px;
    width: auto;
  }
}
@media (max-width: 767px) {
  body .page-wrapper .page-header.type2.header-newskin .nav-toggle:before {
    color: #ffffff;
  }
}
@media (max-width: 767px) {
  body .page-wrapper .page-header.type2.header-newskin .nav-toggle:after {
    content: 'Menu' !important;
    display: block !important;
    position: absolute;
    font-size: 12px !important;
    bottom: -21px;
    left: 0px;
  }
}
@media (max-width: 767px) {
  body .page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart:before {
    content: '' !important;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/></svg>');
    background-repeat: no-repeat;
    filter: invert(1);
    content: '';
    width: 30px;
    height: 41px;
  }
}
@media (max-width: 767px) {
  body .page-wrapper .page-header.header-newskin .minicart-wrapper .action.showcart:after {
    right: 8px;
  }
}
@media (max-width: 767px) {
  body .page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart .counter.qty {
    right: 23px;
  }
}
@media (max-width: 767px) {
  body .page-header.type2.header-newskin .nav-toggle:before {
    position: relative;
    top: -6px;
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  body.fraai .page-wrapper .page-header.type2.header-newskin .nav-toggle:after,
  body.fraai .page-wrapper .page-header.header-newskin .minicart-wrapper .action.showcart:after,
  body.fraai .page-wrapper .page-header.type2.header-newskin .nav-toggle:before,
  body.fraai .headerlContact,
  body.fraai .headerlOnzewinkel,
  body.fraai .page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart {
    color: #9a8478;
  }
}
@media (max-width: 767px) {
  body.fraai .page-wrapper .page-header.type2.header-newskin .minicart-wrapper .action.showcart:before {
    filter: revert;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><!--!Font Awesome Free 6.7.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2025 Fonticons, Inc.--><path style="fill:%239a8478;" d="M0 24C0 10.7 10.7 0 24 0L69.5 0c22 0 41.5 12.8 50.6 32l411 0c26.3 0 45.5 25 38.6 50.4l-41 152.3c-8.5 31.4-37 53.3-69.5 53.3l-288.5 0 5.4 28.5c2.2 11.3 12.1 19.5 23.6 19.5L488 336c13.3 0 24 10.7 24 24s-10.7 24-24 24l-288.3 0c-34.6 0-64.3-24.6-70.7-58.5L77.4 54.5c-.7-3.8-4-6.5-7.9-6.5L24 48C10.7 48 0 37.3 0 24zM128 464a48 48 0 1 1 96 0 48 48 0 1 1 -96 0zm336-48a48 48 0 1 1 0 96 48 48 0 1 1 0-96z"/></svg>');
  }
}
@media (max-width: 767px) {
  body.fraai .page-header.type2.header-newskin {
    background: #fff;
  }
}
@media (max-width: 767px) {
  body.fraai .page-wrapper .page-header.type2.header-newskin .nav-toggle:after {
    bottom: -15px;
    font-weight: 600;
  }
}
.sqzl-opt.sqzl-opt-1#product-addtocart-button {
  border-radius: 32px;
}
.sqzl-opt.sqzl-opt-1 .product-item-photo {
  border-radius: 8px 8px 0 0 !important;
  border: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sqzl-opt.sqzl-opt-1 .product-item-photo img {
  border-radius: 8px 8px 0 0 !important;
  border: unset !important;
  margin: 0 !important;
  padding: 0 !important;
}
.sqzl-opt.sqzl-opt-1.products-grid .product-item .product-item-info.type1 {
  -webkit-box-shadow: #e0e0e0 0px 1px 4px;
  border-radius: 8px;
  border: unset;
  box-shadow: #e0e0e0 0px 1px 4px;
}
.sqzl-opt.sqzl-opt-1.products-grid.product-item-info.type1 .product-item-details {
  padding: 8px;
}
.sqzl-opt.sqzl-opt-1 .product-item .price-box.price-final_price {
  -ms-flex-align: center;
  -ms-flex-direction: row-reverse;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-pack: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  margin-top: 0;
}
.sqzl-opt.sqzl-opt-1.products-related.products.list.items.product-items .item.product.product-item {
  width: 100%;
}
.sqzl-opt.sqzl-opt-1.products-related.products.list.items.product-items .item.product.product-item .product-item-info {
  width: 50%;
}
@media (min-width: 767px) {
  .sqzl-opt.sqzl-opt-1.products-grid.product-item-info.type1 .product-item-details {
    padding: 1rem;
  }
}
@media (min-width: 767px) {
  .sqzl-opt.sqzl-opt-1.products-related.products.list.items.product-items .item.product.product-item {
    width: 30%;
  }
}
@media (min-width: 767px) {
  .fraai .page-header.type2.header-newskin .minicart-wrapper .action.showcart:after {
    color: #9a8478;
  }
}
@media (max-width: 767px) {
  .fraai .headerlContact {
    margin-top: -6px;
  }
}
.product-items.slick-slider span.product-image-wrapper {
  border-radius: 4px;
}
.cms-index-index .slick-slider .slick-arrow::after {
  color: #000;
  filter: invert(1);
  filter: revert;
}
.slick-slider .slick-arrow {
  filter: invert(1);
}
.slick-slider .slick-arrow::before {
  color: #000;
}
.slick-slider .slick-arrow.slick-disabled {
  filter: revert;
}
@media (min-width: 768px) {
  .sections.nav-sections {
    min-width: 100% !important;
  }
}
html .column.main:has(.question_view),
html .column.main:has(.amfaq_questions.widget):not(:has(.amfaq-product-tab .amfaq_questions.widget)) {
  margin-top: 53px;
  width: 100%;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .catalog-product-view .column.main > .custom-block {
    display: none;
  }
  .page-layout-1column .column.main > .custom-block ~ .product.media {
    width: 60% !important;
  }
  .page-layout-1column .column.main > .custom-block ~ .product-info-main {
    width: 40% !important;
    padding-left: 22px;
  }
  body .products-accessories_products.products-grid .product-item {
    width: 33.33%;
  }
  .accessories_products .field.choice.accessories_products strong.product.name.product-item-name {
    word-break: break-all;
  }
  html body.catalog-product-view .block.widget.amrelated-grid-wrapper .products-grid .product-item {
    width: 50%;
  }
  .dsm-brand-info .amshopby-option-link {
    display: flex;
    align-items: center;
  }
  .dsm-brand-info .amshopby-option-link > a {
    width: 30%;
  }
  .dsm-brand-info .amshopby-option-link .link-short-description {
    width: 70%;
  }
  body.catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-details {
    min-height: 106px;
  }
  .catalog-product-view .page-main .columns .column.main {
    display: flex;
    flex-wrap: wrap;
  }
  .product-info-main .swatch-attribute-options.clearfix {
    display: flex;
    flex-wrap: wrap;
  }
}
body .product-info-main .product-info-price {
  display: grid;
  grid-template-columns: 40% 60%;
}
@media (max-width: 992px) {
  body .product-info-main .product-info-price {
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: revert;
  }
}
body .product-info-main .price-box {
  grid-row: 1 / 3;
}
@media (max-width: 992px) {
  body .product-info-main .price-box {
    width: 100%;
    margin-bottom: 7px;
  }
}
body .product-info-main .price-box .price-final_price > span.price-label {
  display: none;
}
.catalog-product-view .product-info-main .product-info-stock-sku {
  padding-bottom: 0;
  padding-left: 0;
  text-align: left;
}
.catalog-product-view .product-info-main .in3-widget {
  padding: 4px 20px 2px 41px;
}
.catalog-product-view .product-info-main .in3-widget p {
  font-size: 12px;
  font-family: 'Open Sans';
}
.catalog-product-view .product-info-main .in3-widget i.info {
  right: 11px;
}
.checkout-cart-index .in3 {
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
}
.checkout-cart-index .in3 .logo {
  margin: 0;
  padding: 0;
}
.checkout-cart-index .in3 .in3-widget {
  padding-left: 5px;
  border-radius: 20px;
  box-sizing: border-box;
  color: #274383 !important;
  display: inline-flex;
  font-family: inherit;
  margin: 10px 0 15px;
  overflow: hidden;
  width: auto !important;
  min-height: auto !important;
  padding-bottom: 0;
}
@media (max-width: 992px) {
  body .product-info-main .product-info-price .product-info-stock-sku {
    margin-top: 8px;
    margin-bottom: 4px;
  }
}
@media (min-width: 1024px) {
  .page-main .block.accessories_products {
    padding-right: 41px !important;
  }
}
@media (min-width: 1024px) {
  .accessories_products ol.products.list.items.product-items li.item.product.product-item .product.details.product-item-details {
    flex-wrap: nowrap !important;
  }
}
.design .imagecheckbox:checked + .checkmark {
  background-color: #5797a1;
}
.fraai .imagecheckbox:checked + .checkmark {
  background-color: #9a8478;
  border-color: #9a8478;
}
@media (max-width: 767px) {
  body .accessories_products .field.choice.accessories_products strong.product.name.product-item-name {
    text-align: left;
  }
}
@media (min-width: 768px) {
  body.fraai .page-header .amsearch-wrapper-block {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .in3 .logo {
    position: static;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .product-info-main .in3 .logo {
    position: static;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .product-info-main .in3-widget i.info {
    position: static;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .in3-widget-container {
    align-items: center;
    display: flex;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .in3 .in3-widget i.info {
    margin-left: 3px;
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .checkout-shipping-address,
  .cart.main.actions {
    padding: 0 15px;
  }
}
@media (max-width: 767px) {
  body.checkout-cart-index .cart-summary .in3 {
    width: auto;
  }
}
.design .accessories-modal-header {
  background-color: #5797a1;
  border-bottom: 0;
}
.fraai .accessories-modal-header {
  background-color: #4C4339;
  border-bottom: 0;
}
.accessories-modal-header h2,
.accessories-modal-header span {
  color: white;
}
.accessories-modal-content .added-product-price-container.price-box {
  margin: 0;
}
.flekto_nl_house {
  display: block;
}
.flekto_nl_house.unvisible {
  display: none;
}
.row.postcode {
  flex-direction: row-reverse;
}
div#minicart-content-wrapper button#top-cart-btn-checkout {
  background: #f16600;
  border-color: #f16600;
}
div#minicart-content-wrapper button#top-cart-btn-checkout:hover {
  border-color: #5797A1;
  background-color: #5797A1 !important;
}
.checkout-index-index #shipping-new-address-form .field .label {
  margin-bottom: 4px;
  display: block;
}
#shipping-new-address-form .row > .col-sm-12 {
  display: flex;
  padding: 0 0px;
  margin-top: 5px;
}
@media (max-width: 767px) {
  #shipping-new-address-form .row > .col-sm-12 {
    flex-wrap: wrap;
  }
}
.field.address-autofill-nl-house-number.col-sm-6._required label.label,
.field.address-autofill-nl-postcode.col-sm-6._required label {
  min-height: 46px !important;
}
#shipping-new-address-form .row > .col-sm-12 fieldset.field.street.admin__control-fields {
  padding: 0 15px;
}
#shipping-new-address-form .row > .col-sm-12 > fieldset.field.street.admin__control-fields {
  width: 100%;
}
@media (max-width: 992px) {
  #shipping-new-address-form .row > .col-sm-12 .address-autofill-nl-postcode label {
    min-height: 44.781px;
  }
}
.checkout-index-index .form-shipping-address .row.postcode + .row + .row + .row > .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.checkout-index-index #shipping-new-address-form .row > .col-sm-12 {
  flex-wrap: wrap;
  justify-content: flex-end;
}
body.checkout-index-index #shipping-new-address-form .row > .col-sm-12 .field.address-autofill-nl-house-number-select label.label {
  display: none;
}
body.checkout-index-index #shipping-new-address-form .row > .col-sm-12 .field.address-autofill-nl-house-number-select .control {
  padding: 0 15px;
  box-sizing: border-box;
  padding-top: 9px;
}
body.checkout-index-index #shipping-new-address-form .row > .col-sm-12 .field.address-autofill-nl-house-number-select {
  width: 50%;
}
@media (max-width: 767px) {
  body.checkout-index-index #shipping-new-address-form .row > .col-sm-12 .field.address-autofill-nl-house-number-select {
    width: 100%;
  }
}
div#shipping-new-address-form {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
div#shipping-new-address-form > div.field[name='shippingAddress.firstname'],
div#shipping-new-address-form > div.field[name='shippingAddress.lastname'],
div#shipping-new-address-form > div.field[name='shippingAddress.company'],
div#shipping-new-address-form > div.field[name='shippingAddress.vat_id'],
div#shipping-new-address-form > div.field[name='shippingAddress.telephone'],
div#shipping-new-address-form > div.field[name='shippingAddress.country_id'],
div#shipping-new-address-form > .field.address-autofill-intl-input,
div#shipping-new-address-form > .field.address-autofill-nl-postcode,
div#shipping-new-address-form > .field.address-autofill-nl-house-number,
div#shipping-new-address-form div.field[name='shippingAddress.postcode'],
div#shipping-new-address-form .field.address-autofill-nl-house-number-select,
div#shipping-new-address-form > div.field[name="shippingAddress.city"] {
  width: 100%;
}
@media (max-width: 767px) {
  div#shipping-new-address-form > div.field[name='shippingAddress.firstname'],
  div#shipping-new-address-form > div.field[name='shippingAddress.lastname'],
  div#shipping-new-address-form > div.field[name='shippingAddress.company'],
  div#shipping-new-address-form > div.field[name='shippingAddress.vat_id'],
  div#shipping-new-address-form > div.field[name='shippingAddress.telephone'],
  div#shipping-new-address-form > div.field[name='shippingAddress.country_id'],
  div#shipping-new-address-form > .field.address-autofill-intl-input,
  div#shipping-new-address-form > .field.address-autofill-nl-postcode,
  div#shipping-new-address-form > .field.address-autofill-nl-house-number,
  div#shipping-new-address-form div.field[name='shippingAddress.postcode'],
  div#shipping-new-address-form .field.address-autofill-nl-house-number-select,
  div#shipping-new-address-form > div.field[name="shippingAddress.city"] {
    width: 100% !important;
  }
}
div#shipping-new-address-form div.field {
  width: 100%;
  padding: 0 0px;
}
div#shipping-new-address-form div.field[name='shippingAddress.firstname'] {
  order: 1;
  width: 48%;
}
div#shipping-new-address-form div.field[name='shippingAddress.lastname'] {
  order: 2;
  width: 48%;
}
div#shipping-new-address-form div.field[name='shippingAddress.company'] {
  order: 3;
}
div#shipping-new-address-form div.field[name='shippingAddress.country_id'] {
  order: 4;
}
div#shipping-new-address-form .field.address-autofill-nl-postcode {
  order: 5;
  width: 48%;
  flex: 0 0 48%;
  max-width: 48%;
}
@media (max-width: 767px) {
  div#shipping-new-address-form .field.address-autofill-nl-postcode {
    width: 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
div#shipping-new-address-form .field.address-autofill-nl-house-number.col-sm-6 {
  order: 6;
  width: 48%;
  flex: revert;
}
div#shipping-new-address-form .field.address-autofill-nl-house-number-select {
  width: 48%;
  order: 7;
  padding-top: 6px;
  padding-left: 0px;
  padding-right: 0;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
div#shipping-new-address-form .field.address-autofill-nl-house-number-select > label {
  display: none !important;
}
div#shipping-new-address-form .field.address-autofill-nl-house-number-select .control {
  width: 100%;
  margin-top: 0;
}
div#shipping-new-address-form .field.address-autofill-nl-house-number-select .control select {
  float: right;
  width: 48%;
}
@media (max-width: 767px) {
  div#shipping-new-address-form .field.address-autofill-nl-house-number-select .control select {
    width: 100%;
  }
}
div#shipping-new-address-form .field.address-autofill-intl-input {
  order: 8;
}
div#shipping-new-address-form fieldset.field.street.admin__control-fields {
  order: 9;
  padding: 0;
}
div#shipping-new-address-form .field.address-autofill-formatted-output {
  order: 9;
}
div#shipping-new-address-form div.field[name='shippingAddress.postcode'] {
  order: 10;
  width: 48%;
}
div#shipping-new-address-form div.field[name='shippingAddress.city'] {
  order: 11;
  width: 48%;
  padding-left: 10px;
}
@media (max-width: 767px) {
  div#shipping-new-address-form div.field[name='shippingAddress.city'] {
    width: 100%;
    padding-left: 0;
  }
}
div#shipping-new-address-form div.field[name='shippingAddress.telephone'] {
  order: 12;
}
div#shipping-new-address-form div.field[name='shippingAddress.vat_id'] {
  order: 13;
  width: 48%;
}
div#shipping-new-address-form .postcodenl-span {
  order: 8;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
div#shipping-new-address-form .postcodenl-span span {
  padding-left: 0;
  padding-right: 0;
  font-size: 1.4rem;
  margin-top: 5px;
  margin-bottom: 5px;
}
body form div.euvat-address-vatid .control._with-tooltip input {
  width: calc(100% - 36px);
}
@media (max-width: 767px) {
  body.mobile-sticky.checkout-cart-index .page-main {
    margin-top: 185px !important;
  }
}
.cart-mail-strick {
  color: red;
}
div[name="shippingAddress.street.1"].field.additional {
  display: none;
}
div[name="shippingAddress.street.2"].field.additional {
  display: none;
}
body .amcheckout-step-container .amcheckout-summary-container .product-item .delete {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTUiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0xLjE2NyAxNWg3LjU1OGwuOTUtOC45NThILjI2TDEuMTY3IDE1em01Ljg5LTEyLjc3MlYuNTEyQS41MS41MSAwIDAgMCA2LjU1MiAwaC0zLjIxYy0uMjggMC0uNTA1LjIzLS41MDUuNTEyVjIuMmMtMS4wODUuMTIzLTEuNzExLjMxNS0yLjgzNi43MjRWNC41bDEwIC4xMThWM3MtLjk1NC0uNTM0LTIuOTQyLS43NzJ6TTYuMDUgMi4xMzRhMTguMDggMTguMDggMCAwIDAtMi4yNTgtLjAxNXYtLjkwNWMwLS4xNC4xMTEtLjI1NS4yNTItLjI1NWgxLjc1MmMuMTQxIDAgLjI1NC4xMTUuMjU0LjI1NXYuOTJ6IiBmaWxsPSIjNTc1ODU1Ii8+PC9zdmc+) center no-repeat;
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 9px 4.5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 4.5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset: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;
  }
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset: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) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset: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;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 45px;
  }
  .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,
  .block-collapsible-nav .title,
  .block-search .label {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .header.content:before,
  .header.content:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after,
  .page-header .header.panel:after,
  .header.content:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 18px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .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-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -22.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: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-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: -12px 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #cccccc;
  }
  .abs-pager-toolbar,
  .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: 24px;
    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,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .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;
    padding: 0 0 9px;
  }
  .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 {
    font-size: 1.6rem;
  }
  .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: 0;
  }
  .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: 38px;
    margin-bottom: 36px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  .sidebar-additional {
    padding-left: 2%;
    clear: right;
  }
  .page-layout-3columns .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 25%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .sidebar-additional {
    padding-right: 2%;
    padding-left: 0;
    clear: left;
    float: left;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 9px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #000000;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #000000;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 4.5px 4.5px rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .panel.header .switcher {
    height: 15px;
  }
  .navigation li.level0 {
    border-radius: 5px;
    transition-delay: 0.3s;
    margin-right: 4px;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 18px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 18px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 36px;
    font-size: 1.3rem;
    color: #4a4a4a;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 36px;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #4a4a4a;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #000000;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 39px;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    margin: 0 1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-size: 14px;
    border: 1px solid #eeeeee;
    border-top-width: 3px;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    line-height: 30px;
    padding: 1px 15px 1px 15px;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    border-top-color: #0088cc;
    color: #0088cc;
  }
  .product.data.items > .item.content {
    margin-top: 43px;
    border-color: #eeeeee;
    box-shadow: 0 1px 2px #eee;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
    margin-bottom: 0;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .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 #cccccc;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 13.5px;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 9px;
    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;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 767px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amconf-matrix-table-wrap .amconf-matrix-title {
    font-size: 14px;
  }
  .amconf-matrix-table-wrap .amconf-matrix-input {
    max-width: 40px;
    padding: 0 5px;
  }
  .amelsearch-further-section {
    display: block;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    background: #ffffff;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    position: unset;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    font-size: 50px;
    line-height: 100px;
    padding: 10px 5px;
    text-align: center;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    min-width: 120px;
    padding: 10px;
    text-align: center;
    width: 14%;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    display: block;
    margin-top: 16px;
    padding: 0;
    position: relative;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    padding: 5px;
    right: unset;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    border: 3px dashed #e9f6ff;
    border-bottom: none;
    box-sizing: border-box;
    height: 95px;
    margin: 0;
    width: 100%;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    display: block;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 0;
    z-index: 2;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    left: unset;
    right: 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    opacity: 1;
    width: 100%;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amrma-table-container > .amrma-items-table > .amrma-table > .amrma-tbody > .amrma-row .col.amrma-details {
    position: static;
  }
  .amrma-status-container {
    margin: 0 35px 50px;
  }
  .amrma-status-container .amrma-percent {
    width: 68%;
  }
  .amrma-status-container .amrma-percent.-status-1 {
    width: 34%;
  }
  .amrma-status-container .amrma-percent.-status-2 {
    width: 68%;
  }
  .amrma-status-container .amrma-step.-complete:before {
    top: -1px;
    width: 20px;
    height: 30px;
    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGNpcmNsZSBjeD0iMTAiIGN5PSIxMCIgcj0iMTAiIGZpbGw9IiMxRTc5QzIiLz48cGF0aCBkPSJNNiAxMGwzLjUgM0wxNCA3IiBzdHJva2U9IiNmZmYiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz48L3N2Zz4=');
    background-position: center;
    background-repeat: no-repeat;
  }
  .amrma-status-container .amrma-step.-checked .amrma-name {
    display: none;
  }
  .amrma-status-container .amrma-steps .amrma-step.-checked {
    margin: 0;
  }
  .amrma-status-container .amrma-step.-pending.-checked {
    text-align: center;
  }
  .amrma-status-container .amrma-step.-pending.-checked:before {
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-step.-checked {
    flex-basis: auto;
    text-align: center;
  }
  .amrma-status-container .amrma-step.-checked:before {
    top: -1px;
    content: attr(data-number);
    background: #1e79c2;
    line-height: 30px;
    color: #fff;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked {
    justify-content: inherit;
    text-align: center;
  }
  .amrma-status-container .amrma-steps .amrma-step.-resolved.-checked:before {
    right: auto;
    padding: 0;
    border-radius: 50%;
  }
  .amrma-status-container .amrma-steps > .amrma-step.-checked:after,
  .amrma-status-container .amrma-steps > .amrma-step:after {
    position: absolute;
    left: -38px;
    top: 30px;
    min-width: 100px;
    content: attr(data-label);
    text-align: center;
  }
  .amasty-rma-pager .limiter {
    float: right;
  }
  .amrma-return-select .amrma-select {
    font-size: 14px;
  }
  .amreturns-order-select {
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
  }
  .amreturns-order-select .amreturn-select {
    font-size: 14px;
  }
  .amreturns-orders-container {
    flex: 1 1 73%;
    margin: 0;
  }
  .amreturns-orders-container .amreturn-btn {
    margin: 0 20px 0 10px;
  }
  .amreturns-title-container {
    flex: 0 0 20%;
    margin: 0 15px 0 20px;
  }
  .amrma-customer-information {
    flex-direction: row;
  }
  .amrma-customer-information .amrma-customer-name {
    margin: 0;
  }
  .amrma-chat-send .amrma-textarea,
  .amrma-comment-block .amrma-comment,
  .amrma-input-block .amrma-field,
  .amrma-return-qty .amrma-select {
    font-size: 14px;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    -ms-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #ffffff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 21px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .block-category-event.block:last-child {
    margin-bottom: 27px;
    padding: 9px 0 27px;
  }
  .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;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .legend.title {
    font-size: 25px;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 9px 18px;
    float: right;
    width: 40%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 36px;
    line-height: 36px;
    font-weight: 600;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 50%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .product-info-main .page-title-wrapper h1 {
    margin-bottom: 13.5px;
  }
  .product-info-main .product-add-form {
    padding-top: 15px;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-container .price,
  .product-info-price .price-box .price-container .price {
    font-size: 36px;
    line-height: 36px;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #000000;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #000000;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #4a4a4a;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .product.info.detailed.accordion .product.data.items > .item.title,
  .product.info.detailed.accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
  }
  .product.info.detailed.accordion .product.data.items > .item.title[aria-expanded=false] > .switch {
    border-bottom: 1px solid #eee;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title {
    float: none;
    max-width: 160px;
    text-align: right;
    overflow: hidden;
  }
  .product.info.detailed.vertical .product.data.items > .item.title > .switch {
    border: 1px solid #eee;
    border-radius: 5px 0 0 5px;
    border-right: 0;
    border-left-width: 3px;
  }
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:focus,
  .product.info.detailed.vertical .product.data.items > .item.title.active > .switch:hover {
    border-left-color: #08c;
  }
  .product.info.detailed.vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: calc(100% - 159px);
    right: 0;
    top: 0;
    min-height: 180px;
  }
  .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: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 1px 18px 22.5px;
  }
  .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 18px;
    margin: 0 0 9px;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 8px 18px 0;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 18px;
    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-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 350px;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 66%;
    padding-right: 27px;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 0 0 18px;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 9px;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #000000;
    font-weight: 600;
    font-size: 1.8rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #0088cc;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #000000;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 18px;
  }
  .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: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #cccccc;
    padding-bottom: 18px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 18px;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 767px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 9px 27px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 9px 0 0 36px;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 18px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 27px;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .login-container .fieldset > .field > .control {
    width: 55%;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 9px 9px 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    padding: 35px 0;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
  }
  .form.forget .field {
    max-width: 600px;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 18px;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 9px 9px 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 20px;
  }
  .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 18px;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .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 #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 13px;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    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: #dddddd;
  }
  .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: #dddddd;
  }
  .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: #dddddd;
  }
  .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: 9px;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1.2rem;
    margin: 0 0 0 4.5px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1.2rem;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: 12px;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 18px;
    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: 18px;
    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: 18px 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: #0088cc;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 9px;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #000000;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\f804';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 18px;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 18px;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 18px;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #cccccc;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #cccccc;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 18px 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: 18px;
    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%;
  }
  .filter.block {
    margin-bottom: 36px;
  }
  .filter-title {
    display: none;
  }
  .filter-content .item {
    margin: 9px 0;
  }
  .filter.active .filter-options,
  .filter-options {
    clear: both;
    position: static;
    overflow: initial;
    display: block;
    background: transparent;
  }
  .filter-subtitle {
    position: static;
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: absolute;
    top: 0;
    width: 100%;
  }
  .page-layout-1column .products ~ .toolbar-products {
    position: static;
  }
  .page-layout-1column.page-with-filter .column.main {
    position: relative;
    z-index: 1;
    padding-top: 45px;
  }
  .page-layout-1column .filter.block {
    border-top: 1px solid #cccccc;
  }
  .page-layout-1column .filter-content {
    margin-top: 9px;
  }
  .page-layout-1column .filter-subtitle {
    display: none;
  }
  .page-layout-1column .filter-options-item {
    display: inline-block;
    border: 0;
    margin-right: 22.5px;
  }
  .page-layout-1column .filter-options-item.active {
    position: relative;
    z-index: 2;
  }
  .page-layout-1column .filter-options-item.active:hover {
    z-index: 3;
  }
  .page-layout-1column .filter-options-item.active:after,
  .page-layout-1column .filter-options-item.active:before {
    content: "";
    display: block;
    border: 8px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #000000;
    position: absolute;
    left: 50%;
    bottom: -1px;
    z-index: 3;
    margin-left: -20px;
  }
  .page-layout-1column .filter-options-item.active:after {
    border-bottom-color: #ffffff;
    margin-top: 2px;
    z-index: 4;
  }
  .page-layout-1column .filter-options-title {
    padding: 0 20px 0 0;
  }
  .page-layout-1column .filter-options-title:after {
    right: 2px;
    top: 3px;
    z-index: 3;
  }
  .page-layout-1column .filter-options-content {
    position: absolute;
    z-index: 2;
    background: #ffffff;
    width: 180px;
    top: 100%;
    border: 1px solid #cccccc;
    padding: 4.5px 0;
    -webkit-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 3px 5px 0 rgba(50, 50, 50, 0.75);
  }
  .page-layout-1column .filter-options-content .item {
    padding: 4.5px;
    margin: 0;
  }
  .page-layout-1column .filter-options-content .item a {
    margin-left: 0;
  }
  .page-layout-1column .filter-options-content .item:hover {
    background-color: #e8e8e8;
  }
  .page-layout-1column .filter-current {
    display: inline;
    line-height: 35px;
  }
  .page-layout-1column .filter-current-subtitle {
    display: inline;
    padding: 0;
    color: #4a4a4a;
    font-size: 13px;
    font-weight: normal;
  }
  .page-layout-1column .filter-current-subtitle:after {
    content: ":";
  }
  .page-layout-1column .filter-current .item,
  .page-layout-1column .filter-current .items {
    display: inline;
  }
  .page-layout-1column .filter-current .item {
    margin-right: 22.5px;
  }
  .page-layout-1column .filter-current .action.remove {
    line-height: normal;
  }
  .page-layout-1column .filter-actions {
    display: inline;
  }
  .page-layout-1column .filter-actions ~ .filter-options {
    margin-top: 22.5px;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 18px;
  }
  .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: 9px;
    padding: 4.5px 9px 9px;
    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: 9px;
    padding: 4.5px 9px 9px;
  }
  .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: 22.5px;
  }
  .block.newsletter {
    width: 34%;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .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 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .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-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: 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 .fieldset .field.text {
    width: 100%;
  }
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 30px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 15px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > .level-top {
    padding: 0 15px;
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0.parent > a:after {
    line-height: 30px;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -20px;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    background-color: #f0f0ed;
  }
  .page-header .header.panel {
    padding-bottom: 11px;
    padding-top: 10px;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\f813';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    border-top-width: 5px;
    padding: 6px 8px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 0 6px 6px 6px;
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 5px;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
    text-align: left;
    float: left;
    width: 25%;
    min-width: 250px;
    padding: 0 15px;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 15px;
    width: 100%;
    width: calc(100% - 30px);
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
    border-bottom: 5px solid #303030;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu > a {
    color: #fff;
    background-color: #303030;
    padding: 14px 15px;
    width: 100%;
    font-size: 13px;
    font-weight: 700;
    display: block;
    line-height: 1;
    text-decoration: none;
  }
  .page-header .drop-menu > a:hover {
    background-color: #777;
    color: #fff;
  }
  .page-header .drop-menu + .custom-menu-block {
    display: inline-block;
    line-height: 41px;
    width: auto;
    float: left;
  }
  .page-header .drop-menu + .custom-menu-block a {
    padding: 0 14px;
    font-size: 12px;
    font-weight: 600;
    color: #777;
    white-space: nowrap;
  }
  .page-header.header-newskin.sticky-header .nav-sections {
    background-color: #fff;
  }
  .page-header.header-newskin .nav-sections {
    pointer-events: none;
  }
  .page-header.header-newskin .navigation .level0 {
    margin-right: 3px;
    color: #161616;
    text-align: left;
    pointer-events: all;
  }
  .page-header.header-newskin .navigation .level0 > .level-top {
    color: inherit;
    padding: 0 12px;
    line-height: 42px;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.025em;
  }
  .page-header.header-newskin .navigation li.level0.parent a.level-top:before {
    content: "";
    width: 10px;
    height: 10px;
    border: 7px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    margin-top: -14px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.1s;
  }
  .page-header.header-newskin .navigation:not(.side-megamenu) li.level0.parent:hover a.level-top:before {
    visibility: visible;
    opacity: 1;
  }
  .page-header.header-newskin .navigation .level0 .submenu {
    border-top-width: 0;
    box-shadow: 0 7px 10px -2px rgba(0, 0, 0, 0.25);
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu li.level1 > a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 4px;
    color: #434d53;
    padding: 0 5px;
  }
  .page-header.header-newskin .navigation li.level0.fullwidth .submenu a,
  .page-header.header-newskin .navigation li.level0.classic .submenu a,
  .page-header.header-newskin .navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px;
    text-transform: uppercase;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 18px;
  }
  .customer-welcome {
    display: inline-block;
    position: relative;
  }
  .customer-welcome:before,
  .customer-welcome:after {
    content: '';
    display: table;
  }
  .customer-welcome:after {
    clear: both;
  }
  .customer-welcome .action.switch {
    padding: 0;
    cursor: pointer;
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f807';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch:active:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active {
    display: inline-block;
    text-decoration: none;
  }
  .customer-welcome .action.switch.active > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .customer-welcome .action.switch.active:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 15px;
    color: inherit;
    content: '\f804';
    font-family: 'porto-icons';
    margin: 0 0 0 5px;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .customer-welcome .action.switch.active:hover:after {
    color: inherit;
  }
  .customer-welcome .action.switch.active:active:after {
    color: inherit;
  }
  .customer-welcome ul {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: #ffffff;
    border: 0;
    margin-top: 4px;
    min-width: 100%;
    z-index: 101;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
  }
  .customer-welcome ul li {
    margin: 0;
    padding: 0;
  }
  .customer-welcome ul li:hover {
    background: #e8e8e8;
    cursor: pointer;
  }
  .customer-welcome ul:before,
  .customer-welcome ul:after {
    border-bottom-style: solid;
    content: '';
    display: block;
    height: 0;
    position: absolute;
    width: 0;
  }
  .customer-welcome ul:before {
    border: 6px solid;
    border-color: transparent transparent #ffffff transparent;
    z-index: 99;
  }
  .customer-welcome ul:after {
    border: 7px solid;
    border-color: transparent transparent #bbbbbb transparent;
    z-index: 98;
  }
  .customer-welcome ul:before {
    left: 10px;
    top: -12px;
  }
  .customer-welcome ul:after {
    left: 9px;
    top: -14px;
  }
  .customer-welcome.active {
    overflow: visible;
  }
  .customer-welcome.active ul {
    display: block;
  }
  .customer-welcome li a {
    color: #333333;
    text-decoration: none;
    display: block;
    line-height: 1.4;
    padding: 8px;
  }
  .customer-welcome li a:visited {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:hover {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome li a:active {
    color: #333333;
    text-decoration: none;
  }
  .customer-welcome .customer-menu {
    display: none;
  }
  .customer-welcome .action.switch {
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    vertical-align: top;
  }
  .customer-welcome .action.switch:focus,
  .customer-welcome .action.switch:active {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch:hover {
    background: none;
    border: none;
  }
  .customer-welcome .action.switch.disabled,
  .customer-welcome .action.switch[disabled],
  fieldset[disabled] .customer-welcome .action.switch {
    pointer-events: none;
    opacity: 0.5;
  }
  .customer-welcome .header.links {
    min-width: 175px;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    margin-top: 7px;
    left: auto;
    right: 0;
  }
  .customer-welcome .header.links:before {
    left: auto;
    right: 10px;
  }
  .customer-welcome .header.links:after {
    left: auto;
    right: 9px;
    border-bottom-color: #ccc;
  }
  .customer-welcome.active .action.switch:after {
    content: '\f804';
  }
  .customer-welcome.active .customer-menu {
    display: block;
  }
  .customer-welcome .greet {
    display: none;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
    line-height: 1.4;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    padding: 0 15px;
    border-left: 1px solid #ccc;
  }
  .header.panel > .header.links > li:last-child > a,
  .header.panel > .header.links > li:last-child > span {
    padding-right: 0;
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 4.5px;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .header.content {
    padding: 0 15px;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 9px 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 9px;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 18px 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .amgdprprem-details-container {
    display: flex;
  }
  .amgdprprem-details-container .amgdprprem-details {
    margin: 0 27px 0 0;
  }
  .amgdprjs-bar-template.-popup.-upgraded .amgdprcookie-buttons-block .amgdprcookie-button {
    margin: 15px 0 0;
  }
  .amgdprjs-bar-template.-upgraded .amgdprcookie-bar-container {
    padding: 18px 27px 27px;
  }
  .amgdprprem-popup-buttons .amgdprprem-button {
    padding: 0;
  }
  .amgdprprem-popup-buttons .amgdprprem-label {
    margin-bottom: 15px;
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .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;
  }
  .checkmark {
    position: absolute;
    top: 29px;
    left: 0;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border: 1px solid;
  }
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  .imagecheckbox:checked + .checkmark:after {
    display: block;
  }
  .checkmark:after {
    left: 8px;
    top: 2px;
    width: 8px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .accessories_products ol.products.list.items.product-items {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .accessories_products ol.products.list.items.product-items li.item.product.product-item {
    width: 100% !important;
    padding-bottom: 0;
    padding-top: 0;
  }
  .accessories_products ol.products.list.items.product-items li.item.product.product-item .product-item-info.accessories_products-available {
    display: flex;
    align-items: center;
  }
  .accessories_products ol.products.list.items.product-items li.item.product.product-item .product-item-info.accessories_products-available .choice.accessories_products {
    display: flex;
    align-items: center;
    width: 60%;
  }
  .accessories_products ol.products.list.items.product-items li.item.product.product-item .product-item-info.accessories_products-available .choice.accessories_products input[type="checkbox"] {
    top: 0;
    opacity: 0;
    cursor: pointer;
    height: 25px !important;
    width: 25px !important;
    z-index: 9;
  }
  .accessories_products ol.products.list.items.product-items li.item.product.product-item .check-acc {
    width: 15%;
    padding-right: 7px;
  }
  .accessories_products ol.products.list.items.product-items li.item.product.product-item .product.details.product-item-details {
    width: 25%;
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .accessories_products .qty.field .qty-changer > a:first-child {
    margin-top: -5px;
  }
  .accessories_products .qty.field .qty-changer > a {
    height: 17px;
    margin-top: 3px;
  }
  .accessories_products .qty.field .qty-changer > a.qty-inc-acc {
    line-height: 12px;
  }
  body .accessories_products .field.choice.accessories_products strong.product.name.product-item-name {
    width: 100%;
    color: #000;
    padding: 0 0 0 10px;
  }
  body .accessories_products .product.details.product-item-details .product-item-actions input {
    margin-right: 2px;
  }
  body .product-options-bottom .block.accessories_products .price-box .price-container .price {
    font-size: 16px;
  }
  .related .product-items .item.product.product-item {
    width: 16.66% !important;
  }
  .related .product-items .item.product.product-item .product-item-info {
    width: 100% !important;
  }
  html .catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-photo {
    padding: 10px;
  }
  html .catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-photo img {
    border-radius: 8px 8px 0 0;
    padding: 0 !important;
  }
  body .products-related .products.list.items.product-items .item.product.product-item .product-item-info {
    padding: 10.5px;
  }
  .block-viewed-products-grid a.product-item-photo,
  .block-viewed-products-grid a.product-item-photo img {
    border-radius: 8px 8px 0 0 !important;
  }
  .block-viewed-products-grid .product-item-details {
    padding: 0 5px !important;
  }
  .amrelated-grid-wrapper .product-item {
    margin-bottom: 10px;
  }
  .amrelated-grid-wrapper .product-item-name {
    white-space: nowrap !important;
    overflow: hidden;
    text-overflow: ellipsis;
    height: auto !important;
    margin: 0 0 3px 0;
    font-size: 15px !important;
    text-decoration: none !important;
  }
  .amrelated-grid-wrapper .product-item-name a {
    text-decoration: none !important;
  }
  .amrelated-grid-wrapper .product-item-details {
    padding: 0 10px !important;
  }
  .amrelated-grid-wrapper .product-item-photo img {
    padding-bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
  }
  .amrelated-grid-wrapper .price-box {
    display: flex;
    flex-direction: row !important;
    justify-content: center;
    align-items: center;
    min-height: auto !important;
  }
  .amrelated-grid-wrapper .product-item-details {
    min-height: auto !important;
  }
  .block-viewed-products-grid li.product-item {
    width: 16.66% !important;
    margin: 0 !important;
    padding: 0 10px !important;
  }
  .block-viewed-products-grid .product-item-name a {
    font-size: 15px !important;
    text-decoration: none !important;
  }
  .block-viewed-products-grid .product-item-actions {
    display: none !important;
  }
  html body.catalog-product-view .block.widget.amrelated-grid-wrapper .products-grid .product-item {
    padding: 0;
  }
  body .products-related a.product-item-photo,
  .block-viewed-products-grid a.product-item-photo {
    border: 0 !important;
  }
  body.catalog-product-view .block.widget.amrelated-grid-wrapper .products-grid .product-item .product-item-info,
  body.catalog-product-view .block.widget.amrelated-grid-wrapper .product-item-photo {
    border: 0;
    margin: 0;
  }
  .checkout-billing-address .fieldset .billing-address-form fieldset.fieldset.address {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-billing-address .fieldset .billing-address-form .field[name='billingAddressshared.telephone'] {
    order: 8;
  }
  .checkout-billing-address .fieldset .billing-address-form .field[name$=".vat_id"] {
    order: 9;
  }
}
@media all and (min-width: 768px) and (min-width: 1024px), print and (min-width: 1024px) {
  body .page-main .block.accessories_products {
    padding-right: 41px;
  }
}
@media all and (min-width: 992px), print {
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes,
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 45%;
  }
  .checkout-index-index:not(.amasty-jet-theme) .amcheckout-main-container.-modern.-layout-1column .amcheckout-additional-options .amcheckout-comment {
    width: 55%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .amconf-matrix-table-wrap .amconf-text {
    border-right: 1px solid #c4c4c4;
  }
  .amconf-matrix-table-wrap .amconf-cell:last-child .amconf-text {
    border: 0;
  }
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    font-size: 90px;
    padding: 10px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 20%;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.columns8 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #cccccc;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 18px;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .amgdprprem-details-container {
    display: flex;
  }
  .amgdprprem-details-container .amgdprprem-details {
    margin: 0 27px 0 0;
  }
  .amgdprjs-bar-template.-popup.-upgraded {
    width: 85%;
  }
  .amgdprjs-bar-template.-popup.-upgraded .amgdprcookie-bar-container {
    display: block;
    padding: 18px 50px 50px;
  }
  .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: 1200px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    max-width: 66%;
    position: relative;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns4 {
    margin-left: -10px;
    margin-right: -10px;
  }
  .products-grid.columns4 .product-item {
    padding: 10px;
    width: 25%;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: left;
  }
  .products-grid.columns5 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .products-grid.columns5 .product-item {
    padding: 10px 5px;
    width: 20%;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.columns6 {
    margin-left: -4px;
    margin-right: -4px;
  }
  .products-grid.columns6 .product-item {
    padding: 10px 4px;
    width: 16.66666667%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: left;
  }
  .products-grid.columns7 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid.columns7 .product-item {
    padding: 10px 3px;
    width: 14.28571429%;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: left;
  }
  .products-grid .columns8 {
    margin-left: -3px;
    margin-right: -3px;
  }
  .products-grid .columns8 .product-item {
    padding: 10px 3px;
    width: 12.5%;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-4np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-6np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-7np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-5np1 {
    border-left-color: #e3e4e4;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-8np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  body.layout-fullwidth .navigation,
  body.layout-fullwidth .header.content,
  body.layout-fullwidth .top-container,
  body.layout-fullwidth .page-wrapper > .breadcrumbs .items {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth .page-header .header.panel {
    padding-left: 20px;
    padding-right: 20px;
  }
  body.layout-fullwidth.catalog-category-view .page-main,
  body.layout-fullwidth.catalog-product-view .page-main,
  body.layout-fullwidth.cms-index-index .page-main,
  body.layout-fullwidth.catalogsearch-result-index .page-main {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  .amgdprprem-details-container .amgdprprem-details {
    margin-right: 60px;
  }
  .amgdprjs-bar-template.-popup.-upgraded {
    width: 600px;
  }
}
