/**
 * 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: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #cccccc;
  color: #777777;
}
.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: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777777;
  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.
 */
.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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-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: #71825e;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.checkout-index-index button.action.primary.checkout.amasty:hover {
  background: #f05928 !important;
  border: 1px solid #f05928 !important;
}
.checkout-index-index button.action.primary.checkout.amasty {
  border: 1px solid #f05928 !important;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 992px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
._ammenu-animation {
  animation-fill-mode: forwards;
}
@-webkit-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInDown {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInX {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-20deg);
    transform: perspective(400px) rotateX(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateX(-5deg);
    transform: perspective(400px) rotateX(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-moz-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-ms-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-o-keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes ammenu-animation__flipInY {
  0% {
    opacity: 0;
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-20deg);
    transform: perspective(400px) rotateY(-20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  60% {
    opacity: 1;
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(-5deg);
    transform: perspective(400px) rotateY(-5deg);
  }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@-webkit-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-moz-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-ms-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-o-keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@keyframes ammenu-animation__rotateInUpLeft {
  0% {
    opacity: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
  }
}
@-webkit-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInUp {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInDown {
  0% {
    visibility: visible;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
    transform: translate3d(-100%, 0, 0) rotate(-120deg);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(25px, 0, 0);
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-webkit-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__slideInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
.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;
  }
}
.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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
.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;
}
@media (min-width: 768px) {
  .page-main .block {
    margin-bottom: 20px !important;
  }
  .columns .column.main {
    padding-bottom: 0px;
  }
  .action-primary,
  .action-primary:hover {
    background: #71825e;
    border: 1px solid #71825e;
    font-size: 1rem;
    font-weight: normal;
  }
}
.fieldset > .field > .label,
.fieldset > .fields > .field > .label {
  font-size: 15px !important;
}
.minicart-items .price-container .price {
  font-size: 1rem;
}
button.action-close {
  height: 45px;
}
.message.success,
.message.error {
  font-size: 1rem;
}
.cookie-status-message {
  display: none;
}
a {
  text-decoration: underline;
}
a.btn-block {
  text-decoration: none;
}
.message.warning {
  font-size: 1rem;
}
div.mage-error[generated],
div.field-error {
  font-size: 1rem;
  color: #e02b27;
}
script + .widget.block.block-static-block,
.message.global.demo + .widget.block.block-static-block,
noscript + .widget.block.block-static-block {
  margin-bottom: 0;
}
body .custom-block .header-brocure-link {
  top: 0;
}
body .amsearch-input-wrapper.-typed .amsearch-button.-loupe {
  left: 0;
}
@media (max-width: 767px) {
  .page-header.mobile-header.type1 .custom-block,
  .page-header.mobile-header.type1 .custom-block > div,
  .page-header.mobile-header.type1 .header-brocure-link {
    height: 97%;
  }
}
.page-wrapper .page-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text {
  font-weight: 400;
}
.ipad-potrait-msg {
  display: none;
}
@media (max-width: 1024px) {
  .ipad-potrait-msg {
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 0;
    background-color: #bf0000;
    color: white;
    font-size: 16px;
    text-transform: uppercase;
    display: none;
  }
}
@media (max-width: 992px) {
  .ipad-potrait-msg {
    display: block;
  }
}
@media (max-width: 767px) {
  .ipad-potrait-msg {
    display: none;
  }
}
@media (max-width: 1256px) {
  .serr-header form.minisearch {
    max-width: 230px !important;
    width: 230px !important;
    position: relative;
  }
}
.message.global.demo {
  display: none;
}
body .block-minicart .block-content > .actions > .secondary .action.viewcart {
  color: #71825e;
  border: 1px solid #71825e;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item:hover > a.ammenu-link {
  color: #909e81 !important;
}
.ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > a.ammenu-link {
  font-weight: 500;
  font-size: 1rem;
  padding: 14.5px 13px;
}
@media (max-width: 1135px) {
  .ammenu-nav-sections.-topmenu .ammenu-items.-root > .ammenu-item > a.ammenu-link {
    font-size: 1rem;
    padding: 16.5px 10px;
  }
}
body .minicart-wrapper .minicart-items .item-qty {
  width: 64px;
  height: 36px;
}
body .minicart-wrapper .minicart-items .action.edit:before,
body .minicart-wrapper .minicart-items .action.delete:before {
  color: #909e81;
}
body .minicart-wrapper .block-minicart .block-content > .actions > .primary .action.primary {
  background: #71825e;
  border-color: #71825e;
}
body .minicart-wrapper .block-minicart:before {
  border-color: transparent transparent #909e81 transparent;
}
body .minicart-wrapper .block-minicart {
  border-color: #909e81;
}
body .minicart-wrapper .minicart-items .product-item-details a {
  color: #333333;
}
header.page-header.mobile-header.type1 {
  display: none;
}
@media (max-width: 767px) {
  header.page-header.mobile-header.type1 {
    display: block;
  }
}
header.page-header.mobile-header.type1 .mobile-header-sticky .ammenu-button {
  color: #fff !important;
  position: absolute;
  left: 15px;
  top: -3px;
  width: 20px;
  height: 15px;
}
@media (max-width: 767px) {
  header.page-header.type1 {
    display: none;
  }
}
header.page-header.type1 .header.content .ammenu-button {
  color: #fff !important;
}
@media (min-width: 1024px) {
  body header.page-header.type1 .header.content .block.block-search {
    margin-left: 28px;
  }
  body #search_mini_form {
    width: 200px;
  }
}
@media (min-width: 1135px) {
  body #search_mini_form {
    width: 220px;
  }
}
@media (min-width: 1199px) {
  body #search_mini_form {
    width: 310px;
  }
}
@media (min-width: 1299px) {
  body #search_mini_form {
    width: 340px;
  }
}
@media (max-width: 1023px) {
  header.page-header.type1 .header.content {
    flex-wrap: wrap;
  }
  body header.page-header.type1 .header.content .block.block-search {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
  body .page-header.type1 .minicart-wrapper,
  body .page-header.type1 .custom-block {
    margin-top: 0;
    top: 17px;
  }
}
@media (max-width: 767px) {
  body .page-header.type1 .minicart-wrapper,
  body .page-header.type1 .custom-block {
    top: 7px;
  }
  body .mobile-header-sticky .header-brocure-link a span {
    font-size: 0px !important;
    display: none;
  }
  body .page-header.mobile-header.type1 .custom-block .fa-lg {
    padding: 0;
  }
  body .mobile-header-sticky .custom-block {
    right: 54px !important;
  }
  body .brocure-right-section.search-mobile span::before {
    font-size: 18px;
  }
  body .mobile-header-sticky .header-brocure-link .fa-info-circle::before,
  body .mobile-header-sticky .header-brocure-link .fa-envelope-o::before {
    font-size: 20px;
  }
  body .mobile-header-sticky .header-brocure-link img {
    width: 20px;
  }
  header .minicart-wrapper .action.showcart:before {
    color: #fff;
    content: 'KRUIWAGEN';
    background: url('../images/kruiwagen.png');
    float: left;
    background-size: 21%;
    width: 145px;
    height: 56px;
    background-repeat: no-repeat;
    font-size: 10px;
    font-family: 'Open Sans';
    font-weight: 600;
    bottom: -13px;
    position: relative;
    left: 60px;
    background-position-x: 50px;
    background-position-y: 10px;
    margin-top: -26px !important;
    padding-top: 29px;
    bottom: -20px;
  }
  header.page-header.mobile-header .minicart-wrapper .counter.qty {
    position: static;
    color: #fff !important;
    margin: 0px;
    display: inline;
    padding: 0px;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  header .minicart-wrapper .action.showcart .counter.qty {
    font-size: 12px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  header.page-header.mobile-header .minicart-wrapper {
    padding: 0 3px;
  }
}
@media (max-width: 767px) and (max-width: 380px) {
  header.page-header.mobile-header .brocure-left-section a {
    padding-right: 3px !important;
  }
}
@media (max-width: 767px) and (max-width: 340px) {
  header.page-header.mobile-header .brocure-left-section a {
    font-size: 13px !important;
  }
}
header.page-header.type1 {
  border: 0;
}
header.page-header.type1 a {
  text-decoration: none;
}
header.page-header.type1 .panel.header {
  display: none;
}
header.page-header.type1 .header.content {
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
header.page-header.type1 .header.content .logo {
  text-decoration: none;
  display: flex;
  margin: 0;
  width: 34%;
}
header.page-header.type1 .header.content .logo img {
  width: 104px;
  height: 45px;
}
header.page-header.type1 .header.content .logo .logo-content,
header.page-header.type1 .header.content .logo .logo-content2 {
  padding-left: 7px;
}
header.page-header.type1 .header.content .logo .logo-content .text,
header.page-header.type1 .header.content .logo .logo-content2 .text {
  padding-top: 5px;
  color: #FFFFFF;
  font-size: 22px;
  line-height: 20px;
  font-weight: normal;
  padding-bottom: 2px;
}
header.page-header.type1 .header.content .logo .logo-content .tagline,
header.page-header.type1 .header.content .logo .logo-content2 .tagline {
  color: #FFFFFF;
  font-size: 10px;
  line-height: 15px;
  font-weight: 400;
}
header.page-header.type1 .header.content .logo .logo-content .tagline {
  font-size: 13px;
  text-align: center;
}
header.page-header.type1 .header.content .block.block-search {
  width: auto;
}
header.page-header.type1 .header.content .block.block-search .block-content .search input#search {
  border-radius: 4px;
}
header.page-header.type1 .header.content .block.block-search .block-content .search input#search::placeholder {
  color: #555555;
}
header.page-header.type1 .header.content .block.block-search .block-content .actions button {
  padding: 0 12px 0 0;
  border: 0;
}
header.page-header.type1 .header.content .block.block-search .block-content .actions button:before {
  color: #576449;
}
header.page-header.type1 .header.content .custom-block .header-brocure-link {
  display: flex;
}
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-left-section {
  display: flex;
  flex-direction: column;
  padding-right: 40px;
}
@media (max-width: 1024px) {
  header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-left-section {
    padding-right: 17px;
  }
}
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-left-section a {
  text-transform: uppercase;
  line-height: 22px;
  display: block;
}
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-middle-section,
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-right-section {
  padding: 0 17px 0 0;
}
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-middle-section a,
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-right-section a {
  font-size: 18px;
}
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-middle-section:hover,
header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-right-section:hover {
  text-decoration: none !important;
}
@media (min-width: 768px) {
  header.page-header.type1 .header.content .custom-block .header-brocure-link .brocure-right-section {
    padding-right: 2.3em;
  }
}
header.page-header.type1 .header.content .minicart-wrapper a.action.showcart:before {
  content: "\f07a";
  font-family: 'FontAwesome';
  color: #fff;
  font-size: 26px;
}
header.page-header.type1 .header.content .minicart-wrapper a.action.showcart .counter.qty {
  position: static;
  margin: 0;
  height: auto;
  line-height: initial;
  min-width: auto;
  margin-top: 2px;
  font-size: 18px;
  text-align: left;
  margin-left: 3px;
}
@media (max-width: 1024px) {
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenuprem-mobile-content .list-unstyled {
    max-width: 100%;
    flex: 0 0 100%;
  }
  header.page-header.type1 .header.content .ammenu-button {
    z-index: 999;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item {
    border-bottom: 1px solid #7f8f6e;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenu-link {
    font-weight: 300;
    text-transform: uppercase;
    font-size: 15px;
    min-height: auto;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenu-link::before {
    display: none;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenu-link .ammenu-text-block {
    color: #fff;
    padding: 0;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenu-link .ammenu-toggle {
    background-color: transparent;
    border: none;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenu-link .ammenu-toggle::before {
    content: "\f077";
    font-family: 'FontAwesome';
    font-size: 16px;
    color: #fff;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenu-link .ammenu-toggle .ammenu-icon {
    display: none;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenuprem-mobile-content .list-unstyled {
    padding: 0;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenuprem-mobile-content .list-unstyled li {
    font-size: 16px;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenuprem-mobile-content .list-unstyled li::marker {
    font-size: 0;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenuprem-mobile-content .list-unstyled li a {
    color: #fff;
    font-size: 15px;
  }
  .ammenu-items.-root.-accordion li.ammenu-item.category-item .ammenuprem-mobile-content .list-unstyled .list-heading {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    color: #fff;
    display: inline-block;
    padding-top: 10px !important;
    padding-bottom: 10px;
    width: 100%;
    height: 44px;
    font-size: 16px;
  }
  .ammenu-items.-root.-accordion .hidden-md {
    display: block !important;
  }
  .serr-header-mobile .ammenu-menu-wrapper .ammenu-items.-root.-accordion .list-unstyled > ul {
    padding-left: 0 !important;
    padding-top: 0 !important;
  }
  body .ammenu-nav-sections .ammenu-title {
    width: 50%;
  }
  body .ammenu-nav-sections:not(.-hamburger) .ammenu-title .ammenu-link {
    font-weight: 600;
    font-size: 18px;
  }
  body header.page-header.type1 .ammenu-nav-sections .ammenu-title.active {
    background: #fff !important;
  }
  body header.page-header.type1 .ammenu-nav-sections .ammenu-title.active a.ammenu-link {
    background: #fff !important;
    color: #909e81 !important;
  }
  body .ammenu-menu-wrapper.-mobile .ammenu-submenu {
    background: #909e81 !important;
  }
  body .ammenu-menu-wrapper.-mobile .ammenu-submenu a {
    color: #fff;
    line-height: 15px;
    font-size: 15px;
  }
  body .ammenu-menu-wrapper.-mobile .ammenu-submenu .list-heading {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    display: block;
    text-align: left !important;
    padding-top: 12px !important;
    padding-bottom: 12px;
    color: #fff;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 22px;
  }
  body .nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:after,
  body .nav-sections:not(.-drill) .ammenu-submenu[aria-selected="true"] ~ .ammenu-toggle .ammenu-icon:before {
    background-color: #fff !important;
  }
  header.page-header.type1 .header.content {
    flex-wrap: wrap;
    background-color: #71825e;
  }
  header.page-header.type1 .block.block-search {
    display: none;
  }
  header.page-header.type1 .ammenu-menu-wrapper.-mobile .ammenu-link.-main,
  header.page-header.type1 .ammenu-nav-sections .ammenu-title > .ammenu-link,
  header.page-header.type1 .ammenu-nav-sections .ammenu-title.active {
    background-color: #909E81 !important;
  }
  header.page-header.type1 .ammenu-nav-sections .ammenu-tabs-container > .ammenu-content {
    background-color: #909E81;
  }
  header.page-header.type1 .ammenu-menu-toggle {
    z-index: 6;
    top: 50px;
  }
  header.page-header.type1 .ammenu-menu-toggle .ammenu-icon {
    border-color: white !important;
  }
  header.page-header.type1 .ammenu-nav-sections {
    background-color: #909E81;
  }
  header.page-header.type1 .header.content .logo {
    width: auto;
    max-width: initial;
  }
  header.page-header.type1 .header.content .minicart-wrapper {
    width: 100%;
  }
  header.page-header.type1 .header.content .minicart-wrapper .action.showcart {
    float: right;
  }
  .page-header.mobile-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-menu-header {
    padding: 0 !important;
  }
  .page-header.mobile-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root.-account-links {
    margin: 0 !important;
  }
  .page-header.mobile-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root.-account-links li.ammenu-item a.ammenu-link {
    min-height: 32px;
    color: #fff !important;
    font-weight: 300;
    font-size: 16px;
  }
  .page-header.mobile-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections.-mobile.-accordion .ammenu-items.-root.-account-links li.ammenu-item a.ammenu-link::before {
    display: none;
  }
  .page-header.mobile-header.type1 .ammenu-menu-wrapper .ammenu-tabs-list .ammenu-item .ammenu-button {
    font-weight: 300;
    font-size: 14px;
  }
}
.page-wrapper .page-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-link .ammenu-text-block .ammenu-text {
  text-transform: uppercase;
}
.page-wrapper .page-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item section {
  background-color: #fff !important;
}
.page-wrapper .page-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item section ul {
  background-color: #fff;
}
.page-header.type1 .amsearch-wrapper-content a.product-item-link {
  color: #333;
}
.amsearch-wrapper-content .amsearch-wrapper-inner {
  display: block;
}
.amsearch-wrapper-content .amsearch-wrapper-inner .custom-price-label {
  display: block;
}
.amsearch-results .amsearch-item .item-name {
  font-size: 1rem;
}
.amsearch-results .amsearch-item-container.page a.item-name {
  color: #909e81;
}
.amsearch-results .amsearch-item-container .amsearch-highlight {
  font-size: 15px;
}
.amsearch-results .amsearch-item {
  text-transform: initial;
}
.amsearch-results .amsearch-item .product-item-description {
  color: #333;
}
.amsearch-results .amsearch-item .price-box {
  color: #333;
}
.amsearch-results .amsearch-item .amsearch-wrapper-inner .product-item-actions {
  display: block;
  text-align: center;
}
.amsearch-results .amsearch-item .amsearch-wrapper-inner .product-item-actions button.tocart.primary {
  width: 150px;
}
.amsearch-results .amsearch-item .amsearch-wrapper-inner .product-item-actions button.tocart.primary span {
  font-size: 15px;
}
.amsearch-results .amsearch-item .amsearch-wrapper-inner .product-item-actions button.tocart.primary:before {
  display: none;
}
@media (min-width: 767px) and (max-width: 860px) {
  .header-brocure-link a span {
    font-size: 8px;
  }
  header.page-header.type1 .header.content .minicart-wrapper a.action.showcart:before {
    font-size: 8px !important;
  }
}
@media (min-width: 500px) and (max-width: 767px) {
  .header-brocure-link > .headericon:nth-child(1) {
    padding-right: 14px;
  }
  .header-brocure-link > .headericon:nth-child(1) img {
    margin-top: 0px !important;
  }
  .header-brocure-link > .headericon:nth-child(2) img {
    margin-top: 0px !important;
  }
}
.header-brocure-link a {
  display: flex;
  flex-direction: column;
}
.header-brocure-link a:hover {
  text-decoration: none !important;
}
.header-brocure-link a em {
  text-align: center;
}
.header-brocure-link a img {
  margin: 0 auto;
}
.header-brocure-link a span {
  font-size: 10px;
  text-align: center;
  margin-top: -2px;
}
header.page-header.type1 .header.content .minicart-wrapper a.action.showcart:before {
  content: 'KRUIWAGEN';
  background: url('../images/kruiwagen.png');
  float: left;
  background-size: 21%;
  width: 145px;
  height: 56px;
  background-repeat: no-repeat;
  font-size: 10px !important;
  font-family: 'Open Sans';
  font-weight: 600;
  bottom: -13px;
  position: relative;
  left: 60px;
  background-position-x: 50px;
  background-position-y: 10px;
  margin-top: -26px;
  padding-top: 29px;
}
@media (max-width: 767px) {
  body .brocure-right-section.search-mobile {
    top: -1px;
  }
  body .brocure-right-section.search-mobile > label > span {
    font-size: 0;
  }
  .block-search .label > span {
    display: block !important;
    font-size: 10px;
    color: #fff;
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-top: 4px;
    position: relative;
    height: 14px;
    padding-top: 2px;
    text-transform: uppercase;
  }
  body header.page-header.mobile-header.type1 .mobile-header-sticky .ammenu-button {
    top: -8px;
  }
  .serr-header .minicart-wrapper a.action.showcart:before {
    content: 'BROUETTE' !important;
  }
  .header-brocure-link a {
    padding-top: 11px;
  }
  .header-brocure-link span {
    margin-top: 10px !important;
  }
  .header-brocure-link div {
    padding: 0px 20px 0px 0px;
  }
  .header-brocure-link .headericon span {
    margin-top: 7px !important;
  }
  #search_mini_form {
    display: contents;
  }
  .mobile-header-sticky .block-search {
    margin-right: -7em;
  }
  .footer-middle h3 {
    background: #7D8C69;
    color: #D7D7CD;
    text-align: center;
    padding: 12px 0 12px 0;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .footer-middle .navbar-toggle {
    margin-top: 2px;
  }
  .footer-middle #voorstellen {
    border: 1px solid #AAAA9C;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
  }
  .footer-middle #adresgegevens > ul:nth-child(2) {
    border: 1px solid #AAAA9C;
    border-radius: 5px;
    text-align: center;
    padding: 15px;
  }
  .footer-middle .block-cms-link:before {
    display: none;
  }
  .footer-middle .footer-bottom .payment-icons {
    text-align: center !important;
    padding-bottom: 1em !important;
  }
  .footer-middle .footer-bottom address {
    text-align: center !important;
  }
}
@media (max-width: 814px) {
  header.page-header.type1 .header.content .logo img {
    width: 80px !important;
  }
}
@media (max-width: 1023px) {
  header.page-header.type1 .header.content .block.block-search .block-content .actions button {
    margin-top: 12px;
  }
  #search_mini_form {
    margin-top: 12px;
  }
}
.serr-header .minicart-wrapper a.action.showcart:before {
  content: 'BROUETTE' !important;
}
@media (max-width: 500px) {
  .mobile-header-sticky .custom-block {
    position: absolute !important;
    right: 70px !important;
  }
  .mobile-header-sticky .header-brocure-link a span {
    font-size: 7px !important;
  }
  .mobile-header-sticky .block-search {
    margin-right: -120px;
  }
  .mobile-header-sticky .block-search .label {
    margin-top: 0px !important;
  }
  .mobile-header-sticky .block-search .label > span {
    font-size: 7px !important;
    margin-top: -3px;
  }
  .mobile-header-sticky .minicart-wrapper .action.showcart:before {
    font-size: 7px !important;
    padding-top: 15px;
  }
  .mobile-header-sticky .block-search .label:before {
    font-size: 17px;
  }
  .mobile-header-sticky .header-brocure-link .fa-info-circle:before,
  .mobile-header-sticky .header-brocure-link .fa-envelope-o:before {
    font-size: 17px;
  }
  .mobile-header-sticky .header-brocure-link .fa-envelope-o {
    margin-top: -4px !important;
  }
  .mobile-header-sticky .header-brocure-link img {
    width: 17px;
  }
  .mobile-header-sticky .header-brocure-link span {
    margin-top: 5px !important;
  }
  .mobile-header-sticky .header-brocure-link a {
    padding-top: 0px !important;
  }
  .mobile-header-sticky .header-brocure-link .brocure-middle-section {
    margin-top: 4px !important;
  }
  .mobile-header-sticky .header-brocure-link .headericon span {
    margin-top: 5px !important;
  }
  .mobile-header-sticky .header-brocure-link .header-brocure-link > div:nth-child(1) {
    margin-top: -1px !important;
  }
  .mobile-header-sticky .header-brocure-link .header-brocure-link > div:nth-child(2) {
    margin-top: 2px !important;
  }
  .mobile-header-sticky .header-brocure-link .header-brocure-link > div:nth-child(3) {
    margin-top: 3px !important;
  }
  .mobile-header-sticky .header-brocure-link .headericon {
    margin-top: 2px !important;
  }
  .mobile-header-sticky .header-brocure-linknth-child(1) {
    margin-top: 0px !important;
  }
  .mobile-header-sticky .header-brocure-link > .headericon:nth-child(1) {
    padding-right: 14px;
  }
  .mobile-header-sticky .header-brocure-link > .headericon:nth-child(1) img {
    margin-top: 0px !important;
  }
  .mobile-header-sticky .header-brocure-link > .headericon:nth-child(2) img {
    margin-top: 0px !important;
  }
}
@media (max-width: 768px) {
  .amsearch-wrapper-block {
    visibility: hidden;
    margin: 0;
    padding: 0
    height:0;
    display: none !important;
  }
  .amsearch-wrapper-block .amsearch-product-list .product-item {
    max-width: 100% !important;
  }
  .amsearch-wrapper-block .amsearch-product-list .product-item a {
    width: 35% !important;
  }
  .amsearch-wrapper-block .amsearch-product-list .product-item .amsearch-description {
    width: 65% !important;
    padding-left: 1em;
  }
  .amsearch-wrapper-block li.amsearch-item.product-item .product-item-description {
    display: block !important;
  }
  .amsearch-wrapper-block li.amsearch-item.product-item .product-item-actions {
    width: 60% !important;
    margin: 0 auto;
  }
  .amsearch-wrapper-block .amsearch-product-list .product-item .amsearch-item .price-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    align-content: center;
    justify-content: center;
  }
  .amsearch-wrapper-block.active {
    visibility: visible;
    margin: 0 auto;
    height: inherit;
    display: block !important;
  }
  body .mobile-header-sticky {
    height: 60px !important;
  }
  .mobile-header-sticky .custom-block {
    position: absolute !important;
    right: 77px !important;
    margin-top: -5px !important;
  }
  body header .minicart-wrapper .action.showcart:before {
    width: 25px;
    height: 25px;
    background-size: 100%;
    background-position: center;
    position: absolute;
    bottom: 21px;
    left: -20px;
    top: auto;
  }
}
@media (min-width: 391px) and (max-width: 500px) {
  .mobile-header-sticky .custom-block {
    margin-top: 5px !important;
  }
  .mobile-header-sticky .minicart-wrapper .action.showcart:before {
    padding-top: 24px !important;
    margin-top: -34px !important;
  }
  .projecten span {
    margin-top: 10px !important;
  }
  .mobile-header-sticky .header-brocure-link .headericon span {
    margin-top: 8px !important;
  }
}
@media (max-width: 390px) {
  .custom-block .header-brocure-link {
    top: 0px !important;
  }
  .mobile-header-sticky .custom-block {
    position: absolute !important;
    right: 60px !important;
    margin-top: 5px !important;
  }
  header .minicart-wrapper .action.showcart:before {
    content: '';
    bottom: 7px;
    left: -20px;
  }
  .mobile-header-sticky .header-brocure-link a span,
  .mobile-header-sticky .header-brocure-link a span {
    display: none;
    font-size: 0px;
  }
  .mobile-header-sticky .block-search .label > span {
    display: none !important;
  }
  .mobile-header-sticky .header-brocure-link img {
    width: 22px;
  }
  .header-brocure-link > .headericon:nth-child(1) img {
    margin-top: 0px !important;
  }
  .mobile-header-sticky .minicart-wrapper .action.showcart:before {
    padding-top: 0em;
  }
  .page-header.mobile-header.type1 .custom-block .fa-lg {
    padding: 0px;
    padding-right: 2px;
  }
  .mobile-header-sticky .header-brocure-link .fa-envelope-o {
    margin-top: 0px !important;
  }
  .mobile-header-sticky .header-brocure-link .brocure-middle-section {
    margin-top: 0px !important;
  }
  .mobile-header-sticky .header-brocure-link .fa-info-circle:before,
  .mobile-header-sticky .header-brocure-link .fa-envelope-o:before {
    font-size: 21px;
  }
  .mobile-header-sticky .block-search .label:before {
    font-size: 19px;
  }
  .header-brocure-link > .headericon:nth-child(2) img {
    margin-top: 0px !important;
  }
  .mobile-header-sticky .block-search {
    margin-right: -128px;
  }
  .mobile-header-sticky .header-brocure-link .fa-info-circle:before,
  .mobile-header-sticky .header-brocure-link .fa-envelope-o:before {
    font-size: 21px;
  }
  .mobile-header-sticky .header-brocure-link .projecten img {
    width: 25px;
  }
  .mobile-header-sticky .header-brocure-link .projecten a {
    margin-top: -2px;
  }
  .header-brocure-link div {
    padding-right: 20px !important;
  }
  .mobile-header-sticky .block-search {
    margin-right: -118px;
  }
  .page-header.mobile-header.type1 .block.block-search .label:before {
    padding-left: 10px;
  }
}
@media (max-width: 361px) {
  .header-brocure-link div {
    padding-right: 15px !important;
  }
  .mobile-header-sticky .block-search {
    margin-right: -115px;
  }
  .page-header.mobile-header.type1 .block.block-search .label {
    margin-left: 2px;
  }
}
@media (max-width: 1256px) {
  .serr-header form.minisearch {
    max-width: 230px !important;
    width: 230px !important;
  }
}
.serr-header .info {
  display: none;
}
.serr-header-mobile .info {
  display: none;
}
@media (min-width: 1190px) {
  .serr-header .info {
    display: block;
  }
}
.bulletpoint a {
  background-image: url('/media/porto/web/images/bulletpoint.png');
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 15px;
  background-size: 8px;
}
.amsearch-wrapper-block {
  width: 300px !important;
  display: flex !important;
  margin-top: 0 !important;
  order: 2 !important;
}
.amsearch-wrapper-block .actions-secondary {
  display: none;
}
.amsearch-wrapper-block li.amsearch-item.product-item .product-item-actions {
  width: 90% !important;
}
.logo {
  order: 1;
}
.minicart-wrapper {
  order: 3;
}
.custom-block {
  order: 4;
}
@media (min-width: 767px) {
  .amsearch-result-section {
    left: -100% !important;
  }
  .amsearch-input-wrapper.-match.-typed + .amsearch-result-section {
    margin-left: 0;
  }
  .amsearch-input-wrapper + .amsearch-result-section {
    margin-left: 339px;
  }
  .amsearch-products-section .product-item-details {
    width: 100%;
  }
  li.amsearch-item.product-item .product-item-description {
    display: block !important;
  }
}
.amsearch-products-section .product-item [data-role='priceBox'] {
  flex-direction: row;
  flex-wrap: nowrap;
}
.amsearch-products-section .amsearch-link {
  color: #000000;
}
.amsearch-block-header .amsearch-title {
  font-size: 1rem !important;
  text-transform: uppercase;
  color: black;
}
.amsearch-item-container .amsearch-item .amsearch-link {
  font-size: 1rem !important;
}
.amsearch-item-container .amsearch-item .amsearch-link,
.amsearch-item-container .amsearch-item .amsearch-link,
.amsearch-item-container.-page a.amsearch-link {
  color: #6c6c6c;
}
.amsearch-items-section {
  padding-top: 1.3em;
}
.amsearch-item-container .amsearch-description {
  display: none;
}
.amsearch-item-container.-recent_searches .amsearch-item {
  background: white;
  border: 1px solid #cdcdcd;
}
.amsearch-highlight,
.amsearch-item-container .amsearch-item .amsearch-link:hover {
  color: #7D8C69;
}
.amsearch-product-list .amsearch-highlight {
  color: white;
  background-color: #7D8C69;
  padding-left: 2px;
  padding-right: 2px;
  font-weight: 400;
}
li.amsearch-item.product-item .action.tocart.primary {
  width: 100% !important;
}
li.amsearch-item.product-item .product-item-link {
  color: black !important;
}
.amsearch-wrapper-inner .special-price .custom-price-label {
  color: black;
}
.amsearch-wrapper-inner .custom-price-label {
  font-weight: normal;
}
.amsearch-wrapper-inner .action.tocart {
  border-radius: 5px !important;
}
.amsearch-products-section .product-item-description {
  color: black;
  font-size: 1rem;
}
@media (max-width: 768px) {
  .mobile-header-sticky {
    display: inline-block !important;
  }
  .mobile-header-sticky .ammenu-button {
    top: 0px !important;
  }
  body .brocure-right-section.search-mobile > label > span {
    font-size: 0px !important;
  }
  body header .minicart-wrapper .action.showcart:before {
    bottom: -10px !important;
  }
  header.page-header.mobile-header .minicart-wrapper .counter.qty {
    top: 8px !important;
    position: relative;
  }
  body .brocure-right-section.search-mobile {
    top: 1px !important;
  }
}
@media (max-width: 500px) {
  body .brocure-right-section.search-mobile {
    top: -3px !important;
  }
}
.footer-middle .footerblock ul > li > span:before {
  display: none;
}
div.block.block-cms-link:before,
span.widget.block.block-cms-link-inline:before,
span.block-cms-link:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 5px;
  color: #71825e;
}
div.block.block-cms-link {
  margin-bottom: 0;
}
.servicepoints-container {
  padding: 10px 0;
}
.servicepoints-container .container {
  max-width: 1280px;
}
.servicepoints-container .text-center {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .servicepoints-container .text-center {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .servicepoints-container .text-center {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }
}
.servicepoints-container .text-center .text-area {
  text-align: left;
  padding-left: 10px;
}
.servicepoints-container .text-center .text-area h3 {
  margin-bottom: 0;
  font-size: 18px;
}
.servicepoints-container .text-center .text-area p {
  font-size: 15px;
  color: #555555;
}
.servicepoints-container .text-center .usp-icon {
  margin-right: 10px;
  color: #3c763d;
}
.footer-middle {
  padding: 0;
}
.footer-middle p {
  font-size: 15px;
}
.footer-middle .col-lg-2 {
  -webkit-flex: 0 0 20%;
  -moz-flex: 0 0 20%;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .footer-middle .col-lg-2 {
    -webkit-flex: 0 0 33.33%;
    -moz-flex: 0 0 33.33%;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 767px) {
  .footer-middle .col-lg-2 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0px 0 15px;
  }
}
.footer-middle .col-lg-4 {
  -webkit-flex: 0 0 40%;
  -moz-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
  padding: 0 10px;
}
@media (max-width: 992px) {
  .footer-middle .col-lg-4 {
    -webkit-flex: 0 0 70%;
    -moz-flex: 0 0 70%;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
}
@media (max-width: 767px) {
  .footer-middle .col-lg-4 {
    -webkit-flex: 0 0 100%;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer-middle .col-lg-4 .footer-middle-five {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .footer-middle .col-lg-4 .footer-middle-five {
    flex-direction: column;
  }
}
.footer-middle .col-lg-4 .footer-middle-five .footerblock {
  width: 50%;
}
@media (max-width: 767px) {
  .footer-middle .col-lg-4 .footer-middle-five .footerblock {
    width: 100%;
  }
}
.footer-middle .col-lg-4 .footer-middle-five .footerblock:first-child {
  margin-bottom: 15px;
}
.footer-middle .container {
  max-width: 1280px;
}
@media (max-width: 767px) {
  .footer-middle .navbar-collapse {
    display: none;
  }
}
.footer-middle .footerblock ul li a {
  font-size: 15px;
  line-height: 20px;
}
.footer-middle .footerblock ul li input,
.footer-middle .footerblock ul li .footerbutton {
  background-color: #D7D7CD;
  border-radius: 5px;
  border: 1px solid #7D8C69;
  padding: 5px 10px;
  color: #7D8C69;
  display: block;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  max-width: 100%;
  font-family: inherit;
  font-size: 15px;
}
.footer-middle .footerblock ul li button {
  margin-top: 12px;
  line-height: 0;
}
.footer-middle .footerblock ul#adresgegevens li {
  list-style-type: none;
  min-height: 1em;
  font-size: 15px;
}
.footer-middle .footerblock h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer-middle .footerblock h3 .navbar-toggle {
    display: none;
  }
}
.footer-middle .footerblock ul > li > span:before,
.footer-middle .footerlist ul li a:before {
  content: "\f0da";
  font-family: "FontAwesome";
  padding-right: 5px;
  color: #71825e;
}
.footer-middle .tuinkas-uitleg h3 {
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  .footer-middle .tuinkas-uitleg h3 .navbar-toggle {
    display: none;
  }
}
.footer-bottom {
  padding-bottom: 15px;
  padding-top: 15px;
}
@media (max-width: 767px) {
  .footer-bottom {
    padding-top: 10px;
  }
}
.footer-bottom .container {
  max-width: 1280px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .footer-bottom .container {
    display: flex;
    flex-wrap: wrap;
  }
}
.footer-bottom .container .custom-block.f-right {
  width: 20%;
  text-align: right;
}
@media (max-width: 767px) {
  .footer-bottom .container .custom-block.f-right {
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
}
.footer-bottom .container .custom-block.f-right .payment-icons img {
  width: 176px;
}
.footer-bottom .container address {
  float: none;
  width: 80%;
  font-size: 12px;
  color: #71825e;
  line-height: 18px !important;
}
@media (max-width: 767px) {
  .footer-bottom .container address {
    width: 100%;
    margin-bottom: 15px;
  }
}
.footer-middle .tuinkas-uitleg h3 button,
.footerblock h3 button {
  display: none;
}
@media (max-width: 767px) {
  .footer-middle .tuinkas-uitleg h3 button,
  .footerblock h3 button {
    display: block;
    float: right;
    background: transparent;
    border: 0;
  }
}
.footer-middle .tuinkas-uitleg h3 button .fa,
.footerblock h3 button .fa {
  font-size: 28px;
  position: relative;
  top: -8px;
  color: #fff;
}
@media (max-width: 767px) {
  .footer-middle h3.active-tab + .navbar-collapse {
    display: block;
  }
}
@media (max-width: 767px) {
  .footer-middle h3.active-tab .navbar-toggle .fa:before {
    content: "\f146";
  }
}
@media (min-width: 768px) {
  .footer-middle h3 {
    background: #7D8C69;
    color: #D7D7CD;
    text-align: center;
    padding: 5px 0 5px 0;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  .footer-middle #voorstellen {
    height: 255px;
    border: 1px solid #7D8C69;
    border-radius: 5px;
    padding: 20px 5px 20px 5px;
    text-align: center;
  }
  .footer-middle #adresgegevens {
    height: 217px;
  }
  .footer-middle #adresgegevens > ul:nth-child(2) {
    border: 1px solid #7D8C69;
    border-radius: 5px;
    padding: 20px 5px 20px 5px;
    text-align: center;
  }
  .footer-middle .footer-middle-five > div:nth-child(2) {
    margin-left: 20px;
  }
  .serre .block-cms-link:before {
    display: none;
  }
  .serre .footerbutton a {
    display: block;
    text-align: center;
  }
  .serre #voorstellen {
    height: 312px;
  }
  .serre #voorstellen {
    height: 218px;
    padding: 10px 10px 20px 10px;
  }
  .serre #adresgegevens > ul:nth-child(2) {
    height: 180px;
  }
  .serre #klantenservice > li > span > div {
    text-align: center;
  }
  .serre #klantenservice > li > span > div:before {
    display: none;
  }
  .serre .footerbutton {
    border: 1px solid #7D8C69;
    border-radius: 5px;
    padding: 4px 0 4px 0;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  .serre .footerbutton a:before {
    display: none;
  }
  li.footerbutton {
    border: 1px solid #7D8C69;
    border-radius: 5px;
    padding: 4px 0 4px 0;
    margin-bottom: 8px;
    text-transform: uppercase;
  }
  li.footerbutton a:before {
    display: none;
  }
  a.footerbutton {
    text-decoration: none;
  }
  a.footerbutton.eu {
    padding-top: 0px !important;
  }
  a.footerbutton.eu:before {
    content: '';
    background-image: url('/media/eu.png');
    display: inline-block;
    position: relative;
    background-size: 40px 25px;
    height: 25px;
    width: 40px;
    top: 5px;
    left: -10px;
  }
  a.footerbutton.eu:after {
    content: '';
    background-image: url('/media/brittish.png');
    display: inline-block;
    position: relative;
    top: 5px;
    background-size: 40px 25px;
    height: 25px;
    width: 40px;
    left: 10px;
  }
}
@media (max-width: 1222px) {
  .footer-middle label,
  .footer-middle a,
  .footer-middle span,
  .footer-middle p,
  .footer-middle input,
  .footer-middle form,
  .footer-middle h3,
  .footer-middle button,
  .footer-middle li {
    font-size: 14px !important;
    font-weight: normal !important;
  }
}
@media (min-width: 992px) and (max-width: 1190px) {
  .footer-middle label,
  .footer-middle a,
  .footer-middle span,
  .footer-middle p,
  .footer-middle input,
  .footer-middle form,
  .footer-middle h3,
  .footer-middle button,
  .footer-middle li {
    font-size: 13px !important;
    font-weight: normal !important;
  }
}
@media (max-width: 992px) {
  .col-lg-4 {
    -webkit-flex: none !important;
    flex: none !important;
    max-width: 100% !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 768px) {
  .serre #voorstellen {
    height: 218px;
    padding: 10px 10px 20px 10px;
  }
  .serre #adresgegevens > ul:nth-child(2) {
    height: 180px;
  }
  .serre #klantenservice > li > span > div {
    text-align: center;
  }
  .serre #klantenservice > li > span > div:before {
    display: none;
  }
  .serre .footerbutton {
    border: 1px solid #7D8C69;
    border-radius: 5px;
    padding: 4px 0 4px 0;
    margin-bottom: 8px;
    text-transform: uppercase;
    text-align: center;
  }
  .serre .footerbutton a:before {
    display: none;
  }
}
.footerbutton a {
  text-decoration: none !important;
}
body .breadcrumbs {
  background: transparent !important;
  margin-top: 10px;
  max-width: 1280px !important;
  margin-bottom: 0;
}
body .breadcrumbs a,
body .breadcrumbs strong {
  color: #4f4f4f !important;
  font-size: 15px !important;
}
body .breadcrumbs a:hover {
  color: #4f4f4f;
}
body .breadcrumbs .item:not(:last-child):after {
  color: #4f4f4f;
}
.page-products {
  background: #f0f0eb;
}
.page-products .page-main {
  margin-top: 0;
  padding-top: 0;
  border-radius: 4px;
  padding: 20px;
  background: #fff;
}
.page-products .page-main .columns .column.main {
  width: 100%;
}
.page-products .page-main .columns .column.main .category-description {
  display: block;
  align-items: center;
  padding: 10px 10px 10px 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-top: 10px !important;
}
.page-products .page-main .columns .column.main .category-description h2 {
  color: #71825e;
  font-weight: 500;
  font-size: 15px;
}
.page-products .page-main .columns .column.main .category-description div#accordion > h2.main {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.page-products .page-main .columns .column.main .category-description div#accordion > h2 {
  margin: 20px 0 0 0;
  padding: 0.3em 1.5em .3em 1.7em;
  zoom: 1;
  border-radius: 4px;
  border-color: #ccc;
  border: 1px solid #ececec;
  background: #f3f3f3;
  position: relative;
  cursor: pointer;
  font-size: 20px;
}
.page-products .page-main .columns .column.main .category-description div#accordion > h2:before {
  content: "\f0da";
  font-family: 'FontAwesome';
  position: absolute;
  left: 15px;
  color: #d01f21;
}
.page-products .page-main .columns .column.main .category-description div#accordion > h2.main.result_hover:before,
.page-products .page-main .columns .column.main .category-description div#accordion > h2.result_hover:before {
  content: "\f0d7";
}
.page-products .page-main .columns .column.main .category-description div#accordion > div {
  display: none;
  border: 1px solid #aaa;
  border-top: 0;
  padding: 10px 15px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.page-products .page-main .columns .column.main .category-description div#accordion > h2.main + div {
  display: block;
}
.page-products .page-main .columns .column.main .category-description div {
  text-align: left;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.page-products .page-main .columns .column.main .toolbar-products {
  display: none;
}
.page-products .page-main .columns .sidebar.sidebar-main {
  display: none;
}
body.catalog-category-view .page-title-wrapper {
  display: flex;
  align-items: center;
  padding: 0px 0px 0 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
  height: 38px;
}
body.catalog-category-view .page-title-wrapper h1 {
  color: #71825e !important;
  font-size: 20px;
  font-weight: 500;
  margin: 0 !important;
}
.products-grid .product-item .product-item-info.type1 {
  border: 1px solid #ccc;
}
.products-grid .product-item .product-item-info.type1:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  -webkit-transition-property: box-shadow;
  transition-property: box-shadow;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.products-grid .product-item .product-item-info.type1 .product-item-photo {
  border-radius: 0px;
  border: 0;
  box-shadow: none !important;
  min-height: auto;
}
@media (max-width: 767px) {
  .products-grid .product-item .product-item-info.type1 .product-item-photo {
    min-height: auto;
  }
}
.products-grid .product-item .product-item-info.type1 .product-item-details {
  padding: 0;
  padding-bottom: 15px;
}
.products-grid .product-item .product-item-info.type1 .product-item-details .product-item-name {
  padding: 0 15px 15px 15px;
  white-space: normal;
  min-height: 60px;
  word-wrap: normal;
  hyphens: none;
  -webkit-hyphens: none;
  word-break: initial !important;
}
.products-grid .product-item .product-item-info.type1 .product-item-details .product-item-name a {
  color: #333333;
}
@media (max-width: 767px) {
  .products-grid .product-item .product-item-info.type1 .product-item-details .product-item-name {
    padding: 0 5px 5px 5px;
    min-height: 120px;
  }
}
.products-grid .product-item .product-item-info.type1 .color_lengths {
  min-height: 120px;
  border-bottom: 1px solid #ccc;
}
.products-grid .product-item .product-item-info.type1 .product-reviews-summary {
  display: none;
}
.products-grid .product-item .product-item-info.type1 .price-box {
  min-height: 57px;
}
.products-grid .product-item .product-item-info.type1 .price-box .price {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.products-grid .product-item .product-item-info.type1 .price-box.price-final_price span.old-price {
  margin-bottom: 10px;
}
.products-grid .product-item .product-item-info.type1 .price-box.price-final_price span.old-price span.custom-price-label {
  font-size: 15px;
  color: #333333;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .products-grid .product-item .product-item-info.type1 .price-box.price-final_price span.old-price span.custom-price-label {
    display: block;
  }
}
.products-grid .product-item .product-item-info.type1 .price-box.price-final_price span.old-price span.price-container.price-final_price.tax.weee span.price {
  color: red;
  padding-left: 7px;
}
.products-grid .product-item .product-item-info.type1 .price-box.price-final_price span.special-price span.custom-price-label {
  font-size: 15px;
  color: #333333;
  padding-right: 5px;
}
@media (max-width: 480px) {
  .products-grid .product-item .product-item-info.type1 .price-box.price-final_price span.special-price span.custom-price-label {
    display: block;
  }
}
.products-grid .product-item .product-item-info.type1 .price-box.price-final_price span.special-price span.price-container.price-final_price.tax.weee span.price {
  color: #0C7308;
  padding-left: 7px;
}
.products-grid .product-item .product-item-info.type1 .product-item-inner .actions-secondary {
  display: none;
}
.products-grid .product-item .product-item-info.type1 .product-item-inner .product.actions.product-item-actions {
  margin: 0;
}
.products-grid .product-item .product-item-info.type1 .product-item-inner .product.actions.product-item-actions .actions-primary {
  width: 100%;
  display: block;
  padding: 0 15px;
}
.products-grid .product-item .product-item-info.type1 .product-item-inner .product.actions.product-item-actions .actions-primary button {
  width: 100%;
  background-color: #71825e;
  border-color: #71825e;
  color: #fff;
  font-size: 14px;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.products-grid .product-item .product-item-info.type1 .product-item-inner .product.actions.product-item-actions .actions-primary button:hover {
  background-color: #9cab8b;
  border-color: #b0bca3;
}
.products-grid .product-item .product-item-info.type1 .product-item-inner .product.actions.product-item-actions .actions-primary button:before {
  display: none;
}
@media (max-width: 767px) {
  .products-grid .product-item .product-item-info.type1 .product-item-inner .product.actions.product-item-actions .actions-primary {
    padding: 0 10px;
  }
  .products-grid .product-item .product-item-info.type1 .product-item-inner .product.actions.product-item-actions .actions-primary button.tocart {
    padding: 0;
    white-space: normal;
    height: 50px;
    line-height: 22px;
    padding: 0 10px;
  }
}
.products-grid .product-item .product-item-info.type1 .stock.unavailable {
  color: #d83820;
  font-weight: inherit;
  border: 1px solid #ccc;
  border-radius: 5px;
  height: 32px;
  line-height: 32px;
}
@media (max-width: 767px) {
  .products-grid .product-item .product-item-info.type1 .stock.unavailable {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 767px) {
  .product-item {
    padding: 6px !important;
  }
}
.product-item-info {
  border-radius: 4px !important;
}
body.catalog-product-view .fotorama__fullscreen-icon {
  right: auto;
  top: 0;
}
body.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon {
  right: -1px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option label > span:first-child {
  min-height: 43px;
  display: block;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option label > span:first-child {
    font-size: 14px;
    word-break: break-all;
    margin-bottom: 6px;
  }
}
body .product-options-bottom .price-box .price-container > span,
body .product-info-price .price-box .price-container > span {
  margin-bottom: 0;
}
span.price-notice.custom-option-special-price {
  display: flex;
  flex-wrap: wrap;
}
.custom-option-old-price {
  padding-right: 5px;
}
.modal-popup.delivery-time-popup header.modal-header h1 {
  display: none;
}
.modal-popup.delivery-time-popup header.modal-header {
  padding: 0 !important;
  border: 0 !important;
}
.modal-popup.delivery-time-popup .modal-content h1 {
  border-bottom: 1px solid #c1c1c1;
  padding-bottom: 19px;
  padding-top: 19px;
  font-size: 24px;
  font-weight: 700;
}
.choice span.price-notice span.custom-option-old-price .price {
  color: red;
  text-decoration: line-through;
  font-weight: 600;
}
.choice .custom-option-special-price span.price-container span.price-wrapper {
  color: green;
  font-weight: 600;
}
aside.modal-popup.delivery-time-popup div#modal-content-5 {
  padding-right: 15px !important;
}
body .fieldset > .field.required > .label:after,
body .fieldset > .fields > .field.required > .label:after,
body .fieldset > .field._required > .label:after,
body .fieldset > .fields > .field._required > .label:after {
  margin: 0 0 0 0px;
}
.allow-partialpayment-radio-label .validation-error {
  display: block;
  position: static;
  background: transparent;
  padding-left: 0;
  padding-top: 4px;
}
li#full-payment > label.allow-partialpayment-radio-label {
  line-height: 41px;
}
.cart-summary .table-wrapper tr.paid,
.cart-summary .table-wrapper tr.remaining {
  background: transparent;
}
@media (max-width: 1299px) {
  footer.page-footer {
    padding-bottom: 15px;
  }
}
@media (max-width: 992px) {
  footer.page-footer {
    padding-bottom: 48px;
  }
}
@media (max-width: 992px) {
  footer.page-footer {
    padding-bottom: 83px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view #totop {
    bottom: 71px;
  }
}
.catalog-product-view .responsive-iframe {
  width: 100%;
  min-height: 200px;
}
.catalog-product-view .product-info-main .product.overview {
  padding-bottom: 0px;
}
.catalog-product-view .product-options-wrapper {
  padding-bottom: 0px;
}
.catalog-product-view .partialpayment {
  border: none;
  box-shadow: none;
}
.catalog-product-view .partialpayment .partial-payment {
  width: 98.7%;
}
.catalog-product-view .partialpayment .partial-payment li {
  width: 100%;
  border: none;
  text-align: left;
}
.catalog-product-view .partialpayment .partial-payment li._active {
  background: transparent !important;
  color: #333333 !important;
}
.catalog-product-view .partialpayment .partial-payment-label {
  width: 98.7%;
  margin-bottom: 10px;
}
.catalog-product-view .partialpayment h4 {
  font-size: 15px !important;
  font-weight: bold;
  color: #333333;
}
.catalog-product-view .partialpayment .paywith {
  width: 98.7%;
  margin-bottom: 10px;
  color: #333333;
  font-size: 15px;
}
.catalog-product-view .partialpayment input[type=radio].allow-partialpayment-radio {
  position: absolute;
  z-index: auto;
  overflow: hidden;
  clip: auto;
  height: auto;
  width: auto;
  border: none;
  left: 0;
  top: 18px;
}
@media (max-width: 767px) {
  .catalog-product-view .partialpayment input[type=radio].allow-partialpayment-radio {
    top: 10px;
  }
}
.catalog-product-view .partialpayment input[type=radio].allow-partialpayment-radio:not([disabled]):focus {
  box-shadow: none;
}
.catalog-product-view .partialpayment label.allow-partialpayment-radio-label {
  padding-left: 20px;
  padding-top: 5px;
  color: #333333;
  background-image: none;
  height: auto !important;
  line-height: 27px !important;
  font-weight: 400 !important;
  background-position: unset;
}
@media (max-width: 767px) {
  .catalog-product-view .partialpayment label.allow-partialpayment-radio-label {
    line-height: 21px !important;
  }
}
.catalog-product-view .box-tocart {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 10px;
}
.catalog-product-view .box-tocart #product-addtocart-button {
  color: #fff;
  background-color: #f05928;
  border-color: #f26b40;
  border-radius: 6px;
  font-size: 15px;
  height: 35px;
  line-height: 0px;
  max-width: 100%;
  width: 50%;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}
@media (max-width: 1200px) {
  .catalog-product-view .box-tocart #product-addtocart-button {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
.catalog-product-view .box-tocart .actions {
  display: flex;
  align-items: center;
  width: 100%;
}
.catalog-product-view .page-main .column.main .product-add-form .product-options-bottom .box-tocart {
  padding-bottom: 10px !important;
}
.catalog-product-view .fotorama__caption {
  opacity: 0.7;
}
.catalog-product-view .fotorama__fullscreen-icon {
  right: -1px;
  top: 0px;
}
.catalog-product-view .fotorama__fullscreen-icon:before {
  color: #71825e;
}
.catalog-product-view .fotorama--fullscreen .fotorama__fullscreen-icon:before {
  content: "\f819";
}
.catalog-product-view .product-options-bottom #product-addtocart-button {
  width: 50%;
  margin-bottom: 0px;
}
@media (max-width: 1200px) {
  .catalog-product-view .product-options-bottom #product-addtocart-button {
    width: 100%;
    margin-left: 0px;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-options-bottom #product-addtocart-button {
    margin-top: 10px;
  }
}
.catalog-product-view .pdp-bottom-wrapper {
  display: flex;
  width: 100%;
}
.catalog-product-view .pdp-bottom-wrapper .bottom-cart-button {
  width: 50%;
  display: flex;
  justify-content: space-around;
}
@media (max-width: 1200px) {
  .catalog-product-view .pdp-bottom-wrapper .bottom-cart-button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .pdp-bottom-wrapper .bottom-cart-button {
    flex-wrap: wrap;
  }
}
.catalog-product-view .pdp-bottom-wrapper .btn-block-section {
  width: 33.33%;
  padding-right: 10px;
}
.catalog-product-view .pdp-bottom-wrapper .btn-block-section:first-child {
  padding-left: 0px;
}
@media (max-width: 1200px) {
  .catalog-product-view .pdp-bottom-wrapper .btn-block-section:last-child {
    padding-right: 0px;
  }
}
.catalog-product-view .pdp-bottom-wrapper .btn-block-section .btn-block {
  color: #fff;
  background-color: #909E81;
  border-color: #909E81;
  border-radius: 6px;
  font-size: 15px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: block;
}
@media (max-width: 767px) {
  .catalog-product-view .pdp-bottom-wrapper .btn-block-section {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1200px) {
  .catalog-product-view .pdp-bottom-wrapper {
    flex-wrap: wrap;
  }
}
.deliverytime-body {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: center;
  /* padding-left:20px; */
}
.product.overview ul,
.product.overview ul li {
  list-style: none;
}
.cms-privacyverklaring.cms-page-view .page-main {
  margin-bottom: 30px;
}
.cms-privacyverklaring.cms-page-view .page-main .columns .column.main {
  padding-bottom: 0;
}
.delivery-time-popup .modal-content {
  padding-left: 15px !important;
  padding-right: 40px !important;
}
.delivery-time-popup .modal-content p {
  font-size: 15px;
  color: #333333;
}
.delivery-time-popup .modal-content strong {
  font-size: 15px;
  color: #333333;
}
.delivery-time-popup .modal-content span {
  font-size: 15px;
  color: #333333;
}
.delivery-time-popup .modal-content .verzend-popup-img {
  flex: 33.33%;
  max-width: 33.33%;
  padding-right: 20px;
}
.delivery-time-popup .modal-content .verzend-popup-img img {
  width: 100%;
  display: block;
}
.delivery-time-popup .modal-content .verzend-popup-img p {
  padding-right: 0px !important;
}
.delivery-time-popup .modal-content .bestelinformatie p:first-child {
  margin-top: 10px;
  padding-right: 20px;
}
.delivery-time-popup .modal-content .bestelinformatie p:nth-child(2) {
  padding-right: 20px;
}
.delivery-time-popup .modal-title {
  padding: 0 !important;
}
.delivery-time-popup header {
  padding-left: 15px;
}
@media (max-width: 1024px) {
  .delivery-time-popup .modal-content .verzend-popup-img {
    flex: 50%;
    max-width: 50%;
  }
}
@media (max-width: 479px) {
  .delivery-time-popup .modal-content {
    padding-right: 15px !important;
  }
  .delivery-time-popup .modal-content .verzend-popup-img {
    flex: 100%;
    max-width: 100%;
  }
  .delivery-time-popup .bestelinformatie p:first-child {
    padding-right: 15px;
  }
  .delivery-time-popup .bestelinformatie p:nth-child(2) {
    padding-right: 15px;
  }
}
body.catalog-product-view {
  background: #f0f0eb;
}
body.catalog-product-view .partialpayment {
  display: flex;
  flex-wrap: wrap;
  padding: 10px 5px 5px;
  width: 100%;
}
@media (max-width: 1024px) {
  body.catalog-product-view .partialpayment {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .partialpayment .partial-payment > li {
    padding: 0px 0px;
  }
}
body.catalog-product-view .partialpayment h4 {
  margin: 0;
}
@media (max-width: 767px) {
  body.catalog-product-view .partialpayment h4 {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}
body.catalog-product-view .partialpayment input[type=radio].allow-partialpayment-radio:hover + label.allow-partialpayment-radio-label {
  font-weight: revert;
  background-position: 7% -27px;
}
@media (max-width: 767px) {
  body.catalog-product-view .partialpayment input[type=radio].allow-partialpayment-radio:hover + label.allow-partialpayment-radio-label {
    background-position: 15% -18px;
    background-size: 19px;
  }
}
body.catalog-product-view .partialpayment input[type=radio].allow-partialpayment-radio + label.allow-partialpayment-radio-label {
  background-position: 7% 0;
}
@media (max-width: 767px) {
  body.catalog-product-view .partialpayment input[type=radio].allow-partialpayment-radio + label.allow-partialpayment-radio-label {
    background-position: 15% 3px;
    font-size: 15px;
    background-size: 19px;
    line-height: 21px;
    height: auto;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .partialpayment .paywith {
    display: none;
  }
}
body.catalog-product-view .partial-payment > li {
  width: 50%;
}
@media (max-width: 480px) {
  body.catalog-product-view .partial-payment > li {
    width: 100%;
  }
}
body.catalog-product-view .page-main .column {
  background: #fff;
  border-radius: 4px;
  padding: 20px;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.catalog-product-view .page-main .column .page-title-wrapper.product {
  display: flex;
  align-items: center;
  padding: 0px 0px 0 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 10px;
}
@media (max-width: 1199px) {
  body.catalog-product-view .page-main .column .page-title-wrapper.product {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .page-title-wrapper.product {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .page-title-wrapper.product {
    margin-bottom: 20px;
  }
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price {
  width: 40%;
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price {
    width: 100% !important;
  }
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box {
  padding-bottom: 0;
  display: flex;
  align-items: center;
  margin: 0;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box .price {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price span.old-price {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price span.old-price span.custom-price-label {
  font-size: 15px;
  color: #333333;
  padding-right: 5px;
  font-weight: 500;
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price span.old-price span.price-container.price-final_price.tax.weee span.price {
  color: red;
  padding-left: 0px;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price span.special-price {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price span.special-price {
    padding-left: 0;
  }
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price span.special-price span.custom-price-label {
  font-size: 15px;
  color: #333333;
  padding-right: 5px;
  font-weight: 500;
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price span.special-price span.price-container.price-final_price.tax.weee span.price {
  color: #0C7308;
  padding-left: 0px;
  font-size: 15px;
  font-weight: 700;
}
body.catalog-product-view .page-main .column .page-title-wrapper.product .product-info-price .price-box.price-final_price .price-wrapper {
  margin-bottom: 0;
}
body.catalog-product-view .page-main .column .page-title-wrapper.product h1.page-title {
  margin-bottom: 0;
  font-weight: normal;
  color: #333;
  font-size: 20px;
  width: 60%;
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .page-title-wrapper.product h1.page-title {
    width: 100%;
  }
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .media {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .media {
    order: revert;
  }
}
body.catalog-product-view .page-main .column .media .fotorama__stage {
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .media .fotorama__stage {
    margin: 0 auto;
    width: 100% !important;
  }
}
body.catalog-product-view .page-main .column .media .fotorama__nav--thumbs .fotorama__thumb {
  border: 1px solid #ccc;
  border-radius: 4px;
}
body.catalog-product-view .page-main .column .media .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
  cursor: pointer;
}
body.catalog-product-view .page-main .column .media .fotorama__nav-wrap .fotorama__active .fotorama_vertical_ratio .fotorama__img {
  opacity: 1;
}
body.catalog-product-view .page-main .column .media .fotorama__arr--next .fotorama__arr__arr:before {
  content: "\f138";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
  font-family: fontawesome;
  font-size: 30px;
}
body.catalog-product-view .page-main .column .media .fotorama__arr--prev .fotorama__arr__arr:before {
  content: "\f137";
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.4);
  color: rgba(255, 255, 255, 0.8);
  font-family: fontawesome;
  font-size: 30px;
}
body.catalog-product-view .page-main .column .media .fotorama__arr__arr:hover:before {
  color: #ffffff;
}
body.catalog-product-view .page-main .column .media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus),
body.catalog-product-view .page-main .column .media .fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  transform: revert;
  opacity: 1;
}
body.catalog-product-view .page-main .column .media .fotorama__nav .fotorama__thumb-border {
  border: 0;
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .product-info-main {
    width: 100%;
    margin-bottom: 0px;
  }
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section {
  width: 50%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section {
    width: 100%;
    padding: 0;
  }
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section .btn-block {
  width: 100%;
  background-color: #909E81;
  color: #ffffff;
  border: 0;
  height: 30px;
  margin-bottom: 10px;
  display: block;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  border-radius: 4px;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section .btn-block {
    color: #333;
    line-height: 26px;
  }
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section .btn-block:hover {
  background-color: #909E81;
  color: #ffffff;
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section .btn-block span {
  color: #fff;
  padding-right: 6px;
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .product-inner-btn {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons > .btn-block-section {
  width: 100%;
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons > .btn-block-section > a {
  color: #fff;
  background-color: #f05928 !important;
  border-color: #f26b40 !important;
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons > .btn-block-section > a span {
  font-family: inherit;
}
body.catalog-product-view .page-main .column .product-info-main .product-top-buttons > .btn-block-section > a span:before {
  padding-right: 10px;
  font-family: 'FontAwesome';
}
body.catalog-product-view .page-main .column .product-info-main .product-social-links {
  border: 0;
}
body.catalog-product-view .page-main .column .product-info-main .product-reviews-summary {
  display: none;
}
body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value p {
  color: #333333;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ul {
  color: #333333;
  margin-bottom: 0px;
  padding: 0px;
}
body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value h2 {
  color: #333333;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ol {
  list-style: none;
  padding-left: 0;
}
body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ol li {
  margin-bottom: 0;
  color: #333333;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ol li em {
  color: #5cb85c;
  margin-right: 10px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .label-qty {
  order: 4;
  margin-left: 5px !important;
  text-align: right;
  margin-right: 2px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .label-qty b {
  font-weight: normal;
  color: #333333;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .label-qty input {
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 3px;
  text-align: left !important;
  color: #333333;
  font-size: 15px;
  padding-left: 6px;
  width: 35px !important;
  height: 34px;
  opacity: 1;
  margin-top: -5px;
  margin-left: 5px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field {
  float: left;
  display: block;
  width: 100%;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control select {
  border-radius: 2px;
  border: 1px solid #333333;
  height: 23px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 4px;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field p {
  color: #333333;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list {
    width: 104%;
    margin-left: -2%;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option {
  width: calc(100% / 5 - 6px);
  width: -moz-calc(100% / 5 - 6px);
  width: -webkit-calc(100% / 5 - 6px);
  width: -o-calc(100% / 5 - 6px);
  background: #FFFFFF;
  border: 1px solid #ccc;
  border-radius: 3px;
  margin: 2px;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option {
    width: 100%;
    flex-direction: row;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option label {
  order: 3;
  color: #333;
  font-size: 15px;
  padding: 3px 6px 10px;
  min-height: 51px;
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option label {
    min-height: 100px;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option label {
    margin-top: 25px;
    padding: 3px 3px 0px !important;
    width: 65%;
    min-height: 90px;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .product-custom-option {
  margin: 5px;
  z-index: 99;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .product-custom-option {
    text-align: left;
    width: auto;
    position: absolute;
    left: 5px;
    top: 2px;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .product-custom-option:focus {
  outline: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .option_images_gallery {
    width: 25% !important;
    margin-top: 0px !important;
    margin-left: 30px !important;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .option_images_gallery img {
  margin: 0 auto;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 180px;
  max-width: 180px;
  object-fit: scale-down;
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .option_images_gallery img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .option_images_gallery img {
    max-width: 90%;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .option_images_gallery .mageworx-optionswatches-option-gallery {
  position: relative;
  padding-top: 85%;
}
@media (max-width: 1199px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .option_images_gallery .mageworx-optionswatches-option-gallery {
    padding-top: 105%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .option_images_gallery .mageworx-optionswatches-option-gallery {
    padding-top: 85%;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .label-qty {
  order: 4;
  margin-left: 0 !important;
  text-align: right;
  margin-right: 2px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .label-qty b {
  font-weight: normal;
  color: #333333;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option .label-qty input {
  border: 1px solid #ccc;
  padding: 0;
  border-radius: 3px;
  text-align: left !important;
  color: #333333;
  font-size: 15px;
  padding-left: 6px;
  width: 35px !important;
  opacity: 1;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section {
  clear: both;
  padding-top: 10px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .custom-label-content {
  font-weight: normal;
  padding: 0 3px 10px 0;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section label.label {
  width: 100%;
  font-weight: bold;
  color: #333333;
  font-size: 1rem;
  margin-bottom: 10px;
  margin-top: 10px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section img {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section img {
    margin-right: 0;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control {
  margin: 0;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control select {
  display: inline-block;
  width: 350px;
  height: 34px;
  padding: 6px 12px;
  font-size: 15px;
  line-height: 1.42857143;
  color: #555555;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -webkit-box-shadow: none;
  box-shadow: none;
  max-width: 500px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}
@media (max-width: 992px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control select {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control select {
    width: 250px;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control .product-custom-option[disabled] {
  background-color: #eeeeee;
  opacity: 1;
  cursor: not-allowed;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control input {
  width: 4em !important;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control input[type="checkbox"]:disabled {
  cursor: not-allowed;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset > .field:nth-child(even) {
  background: #f6f6f6;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset > .field > .label {
  font-weight: bold;
  color: #333333;
  font-size: 15px;
}
body.catalog-product-view .page-main .column .product-options-wrapper .fieldset > .field {
  padding: 10px;
  margin: 0px 0 0;
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset > .field {
    padding-left: 0px;
    padding-right: 0px;
  }
}
body.catalog-product-view .page-main .column .product-options-wrapper p {
  color: #333;
  font-size: 15px;
}
@media (max-width: 767px) {
  .catalog-product-view .modal-popup.modal-slide {
    top: 40px;
    left: 0px;
  }
  .catalog-product-view .modal-popup.modal-slide .action-close {
    padding-right: 15px;
    padding-top: 5px;
    z-index: 90;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap {
  margin: 3rem auto;
  width: 70%;
  max-width: 1200px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}
@media (max-width: 767px) {
  .catalog-product-view .modal-popup .modal-inner-wrap {
    width: 90%;
  }
}
.catalog-product-view .modal-popup .modal-inner-wrap header.modal-header {
  /*	    border-bottom: 1px solid #e5e5e5; */
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap header.modal-header .modal-title {
  padding: 0 17px;
  border: 0;
  font-weight: 700;
  color: #333;
  font-size: 15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap header.modal-header button span {
  padding: 0;
}
.catalog-product-view .modal-popup .modal-inner-wrap header.modal-header button:before {
  color: #cccc;
  z-index: 90;
  position: relative;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .table-responsive table th {
  background: #f0f0eb;
  color: #333333;
  font-size: 15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap .modal-content .table-responsive table td {
  color: #333333;
  font-size: 15px;
}
.catalog-product-view .modal-popup .modal-inner-wrap footer.modal-footer {
  /*	display: none; */
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart {
  float: left;
  width: 100%;
  background: #f6f6f6;
  padding: 10px 10px 0px !important;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-box {
  padding-bottom: 0;
  display: flex;
  align-items: flex-end;
  margin: 0;
  justify-content: flex-end;
  flex-direction: column;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-box {
    margin-bottom: 18px;
  }
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-box .price {
  color: #333333;
  font-weight: bold;
  font-size: 15px;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-final_price .old-price {
  display: flex;
  align-items: center;
  margin-bottom: 0px;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-final_price .old-price span.custom-price-label {
  font-size: 15px;
  color: #333333;
  padding-right: 5px;
  font-weight: 500;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-final_price .old-price span.price-container.price-final_price.tax.weee span.price {
  color: red;
  padding-left: 0px;
  font-size: 15px;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-final_price .special-price {
  display: flex;
  align-items: center;
  padding-left: 15px;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-final_price .special-price span.custom-price-label {
  font-size: 15px;
  color: #333333;
  padding-right: 5px;
  font-weight: 500;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-final_price .special-price span.price-container.price-final_price.tax.weee span.price {
  color: #0C7308;
  padding-left: 0px;
  font-size: 15px;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .price-final_price .price-wrapper {
  margin-bottom: 0 !important;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .actions {
  width: 100%;
  display: flex;
  align-items: center;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .actions button {
  color: #fff;
  background-color: #f05928;
  border-color: #f26b40;
  border-radius: 6px;
  font-size: 15px;
  height: 35px;
  line-height: 0px;
  max-width: 100%;
}
.catalog-product-view .page-main .column.main .product-add-form .box-tocart .actions button:hover {
  background-color: #f37e58;
  border-color: #f69879;
}
@media (max-width: 420px) {
  .catalog-product-view .page-main .column.main .product-add-form .box-tocart .actions {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-start;
  }
}
.catalog-product-view .box-tocart.pdp-fixed {
  max-width: 100%;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  z-index: 99;
  left: 0;
  width: 100%;
  box-shadow: 0 -7px 9px rgba(0, 0, 0, 0.15);
  padding: 10px 20px;
}
.catalog-product-view .box-tocart.pdp-fixed .fieldset {
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
  padding-right: 25px;
}
@media (max-width: 767px) {
  .catalog-product-view .box-tocart.pdp-fixed .fieldset {
    padding-right: 3px;
  }
}
.catalog-product-view .product-options-bottom .price-box {
  display: none !important;
}
.catalog-product-view .box-tocart.pdp-fixed .field.qty {
  margin-right: 0 !important;
  padding-left: 25px;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .catalog-product-view .box-tocart.pdp-fixed .field.qty {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.catalog-product-view .box-tocart.pdp-fixed .input-text.qty {
  height: 35px;
  width: 45px;
}
.catalog-product-view .box-tocart.pdp-fixed .actions {
  width: auto !important;
  display: flex;
  align-items: center;
}
@media (max-width: 1024px) {
  .catalog-product-view .box-tocart.pdp-fixed .actions {
    flex-wrap: wrap;
  }
}
.catalog-product-view .box-tocart.pdp-fixed .actions button {
  font-size: 13px !important;
  height: 35px !important;
  line-height: normal !important;
}
.catalog-product-view .box-tocart .action.tocart {
  padding: 0;
}
.catalog-product-view .pdp-fixed .product-detail-name {
  font-size: 15px;
  margin: 0;
  padding-right: 40px;
  font-weight: bold;
}
@media (max-width: 992px) {
  .catalog-product-view .pdp-fixed .product-detail-name {
    font-size: 15px;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .pdp-fixed .product-detail-name {
    display: none;
  }
}
.catalog-product-view .box-tocart .price-box.price-final_price {
  align-items: flex-start !important;
}
.catalog-product-view .product-options-bottom .product-detail-stickyblock,
.catalog-product-view .box-tocart .price {
  font-weight: bold !important;
  font-size: 15px !important;
  margin: 0 !important;
  color: #777777 !important;
  margin-bottom: 15px;
}
.catalog-product-view .box-tocart.pdp-fixed .product-detail-stickyblock,
.catalog-product-view .box-tocart.pdp-fixed .price {
  margin-bottom: 0 !important;
}
@media (max-width: 767px) {
  .catalog-product-view .box-tocart.pdp-fixed .product-detail-stickyblock,
  .catalog-product-view .box-tocart.pdp-fixed .price {
    display: none;
  }
}
.catalog-product-view .page-main .column.main .pdp-fixed-two {
  position: fixed;
  top: 0;
  z-index: 999;
  text-align: center;
  padding: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 1250px;
  margin: 0 auto;
  background: #fff;
}
@media (max-width: 1299px) {
  .catalog-product-view .page-main .column.main .pdp-fixed-two {
    max-width: 100%;
  }
  .catalog-product-view .page-main .column.main .pdp-fixed-two h1 {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .page-main .column.main .pdp-fixed-two {
    text-align: left;
    width: 83%;
  }
  .catalog-product-view .page-main .column.main .pdp-fixed-two h1 {
    width: 100%;
  }
}
.catalog-product-view .product-options-bottom {
  position: relative;
  width: 100%;
  display: inline-block;
  margin-top: 40px;
}
.catalog-product-view .product-options-bottom .actions {
  padding-top: 4em;
}
.catalog-product-view .product-options-bottom .actions .partial-payment-label h4 {
  padding: 5px 0;
}
.catalog-product-view .product-options-bottom .actions .paywith {
  padding-bottom: 5px;
}
.catalog-product-view .product-options-bottom .actions .tocart {
  margin-bottom: 10px;
  margin-right: 0;
  width: 100%;
}
.catalog-product-view .product-options-bottom .price-box {
  display: block !important;
  width: 100%;
  position: absolute;
  right: 0;
  padding-right: 10px;
  text-align: right;
}
.catalog-product-view .product-options-bottom .price-box .old-price {
  width: 100%;
  display: inline-block;
  text-align: right;
}
.catalog-product-view .product-options-bottom .price-box .old-price .custom-price-label {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
.catalog-product-view .product-options-bottom .price-box .price-container .price-wrapper .price {
  color: red;
  font-size: 15px;
  line-height: 1.4;
  font-weight: bold;
}
.catalog-product-view .product-options-bottom .price-box .special-price {
  display: inline-block;
  width: 100%;
  text-align: right;
}
.catalog-product-view .product-options-bottom .price-box .special-price .custom-price-label {
  display: inline-block;
  color: #333333;
  font-size: 15px;
  font-weight: 500;
}
.catalog-product-view .product-options-bottom .price-box .special-price .price-container .price-wrapper {
  display: inline-block;
}
.catalog-product-view .product-options-bottom .price-box .special-price .price-container .price-wrapper .price {
  color: #0C7308;
  font-size: 15px;
  line-height: 1.4;
}
.catalog-product-view .product-bottom-sticky {
  width: 100%;
  padding: 0 1em;
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .catalog-product-view .product-bottom-sticky {
    display: flex;
    padding: 0 0;
    justify-content: space-between;
  }
  .catalog-product-view .product-bottom-sticky .mobile-only {
    padding-left: 25px;
    float: right;
    width: 180px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product-bottom-sticky .price-box.price-final_price {
    float: right;
    margin-right: 50px;
  }
}
.catalog-product-view .product-bottom-sticky .price-box {
  display: inline-block;
  margin: 8px 0 8px;
  padding: 0;
}
@media (max-width: 767) {
  .catalog-product-view .product-bottom-sticky .price-box {
    display: none;
  }
}
.catalog-product-view .product-bottom-sticky .product-name {
  width: auto;
  display: inline-block;
  text-align: left;
  text-align: center;
  padding-right: 0;
  padding-right: 4px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-bottom-sticky .product-name {
    text-align: left;
    padding-right: 10px;
  }
}
@media (max-width: 549px) {
  .catalog-product-view .product-bottom-sticky .product-name {
    display: block;
    display: -webkit-box;
    max-width: 100%;
    height: 32px;
    line-height: 1;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.catalog-product-view .product-bottom-sticky .product-name span {
  font-size: 15px;
}
.catalog-product-view .product-bottom-sticky .button-sticky {
  width: auto;
  display: inline-block;
  /* position: absolute; */
  text-align: right;
  padding-left: 0;
}
@media (max-width: 767px) {
  .catalog-product-view .product-bottom-sticky .button-sticky {
    text-align: center;
  }
}
.catalog-product-view .product-bottom-sticky .button-sticky input#button-sticky-qty {
  width: 15%;
  margin-left: 20px;
  display: inline-block;
}
.catalog-product-view .product-bottom-sticky .button-sticky button#sticky-addtocart-button {
  border-radius: 30px;
  margin-left: 20px;
  font-weight: bold;
  background: #f05928;
  border: #f05928;
  display: inline-block;
}
.catalog-product-view .product-bottom-sticky .price-box.price-final_price .old-price .price-wrapper .price {
  display: block;
  color: red;
  font-size: 16px;
}
@media (max-width: 767px) {
  .catalog-product-view .product-bottom-sticky .price-box.price-final_price .old-price .price-wrapper .price {
    padding-right: 5px;
  }
}
.catalog-product-view .product-bottom-sticky .price-box.price-final_price .price-wrapper .price {
  display: inline-block;
  color: #0C7308;
  font-size: 16px;
}
.catalog-product-view .product-bottom-sticky .price-box.price-final_price .custom-price-label,
.catalog-product-view .product-bottom-sticky .price-box.price-final_price custom-price-label {
  display: none;
}
@media (max-width: 767px) {
  .catalog-product-view .product-bottom-sticky .price-box.price-final_price {
    display: flex;
  }
}
.catalog-product-view .page-wrapper .page-main .columns .pdp-fixed {
  position: fixed;
  bottom: 0;
  z-index: 999;
  text-align: center;
  padding: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 1em;
  display: block;
}
@media (max-width: 767px) {
  .catalog-product-view .page-wrapper .page-main .columns .pdp-fixed {
    padding: 5px 1em;
  }
}
.catalog-product-view .product-info-main {
  position: relative;
}
.catalog-product-view .product-info-main #product_addtocart_form .box-tocart {
  float: left;
  width: 100%;
  background: #fff;
  padding: 10px;
  position: absolute;
  top: 100%;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .catalog-product-view .product-info-main #product_addtocart_form .box-tocart {
    position: static;
  }
}
.catalog-product-view .product-info-main #product_addtocart_form .box-tocart .fieldset .field.qty {
  display: flex !important;
  align-items: center;
  float: left;
  padding-right: 25px;
}
.catalog-product-view .product-info-main #product_addtocart_form .box-tocart .fieldset .field.qty .label {
  display: inline-block !important;
  font-size: 15px;
  color: #222;
  padding-right: 8px;
}
.catalog-product-view .product-info-main #product_addtocart_form .box-tocart .fieldset .field.qty .input-text.qty {
  height: 35px;
  width: 45px;
}
@media (max-width: 420px) {
  .catalog-product-view .product-info-main #product_addtocart_form .box-tocart .fieldset .field.qty {
    margin-bottom: 10px;
  }
}
.catalog-product-view .product-info-main #product_addtocart_form .box-tocart .fieldset .tocart {
  width: 100%;
  margin: 0;
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-main #product_addtocart_form .box-tocart .fieldset .tocart {
    font-size: 15px;
  }
}
@media (max-width: 413px) {
  .catalog-product-view .product-info-main #product_addtocart_form .box-tocart .fieldset .tocart {
    width: 100%;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .product-info-main #product_addtocart_form .product {
    padding-bottom: 10em !important;
  }
}
@media (max-width: 992px) {
  .catalog-product-view .product-info-main {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .catalog-product-view .product-info-main .product-top-buttons {
    order: 0;
  }
  .catalog-product-view .product-info-main .product-add-form {
    order: 2;
  }
  .catalog-product-view .product-info-main .product.attribute.overview {
    order: 1;
  }
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment {
  border: none;
  box-shadow: none;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment .partial-payment-label {
  width: 98.7%;
  margin-bottom: 10px;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment .partial-payment-label h4 {
  font-size: 15px;
  font-weight: bold;
  color: #333333;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment label.paywith {
  width: 98.7%;
  margin-bottom: 10px;
  color: #333333;
  font-size: 15px;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment {
  width: 98.7%;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li {
  width: 100%;
  border: none;
  text-align: left;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li label.allow-partialpayment-radio-label {
  padding-left: 20px;
  padding-top: 5px;
  color: #333333;
  background-image: none;
  height: auto;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li input[type=radio].allow-partialpayment-radio + label.allow-partialpayment-radio-label,
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li input[type=radio].allow-partialpayment-radio:hover + label.allow-partialpayment-radio-label,
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li input[type=radio].allow-partialpayment-radio:checked + label.allow-partialpayment-radio-label {
  background-position: unset;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li input[type=radio].allow-partialpayment-radio:checked + label.allow-partialpayment-radio-label {
  font-weight: normal;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li input[type=radio].allow-partialpayment-radio {
  position: absolute;
  z-index: auto;
  overflow: hidden;
  clip: auto;
  height: auto;
  width: auto;
  border: none;
  left: 0;
  top: 18px;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li input[type=radio].allow-partialpayment-radio {
    top: 10px;
  }
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li input[type=radio].allow-partialpayment-radio:focus {
  box-shadow: none !important;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li._active {
  background: transparent !important;
  color: #333333 !important;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li#full-payment > label.allow-partialpayment-radio-label {
  line-height: 27px;
}
@media (max-width: 767px) {
  .catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .partialpayment ul.partial-payment li#full-payment > label.allow-partialpayment-radio-label {
    line-height: 22px;
  }
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .box-tocart .fieldset .actions {
  display: flex;
  align-items: center;
  padding-top: 5.5em;
}
@media (max-width: 413px) {
  .catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .box-tocart .fieldset .actions {
    align-items: flex-start;
    flex-direction: column;
  }
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .box-tocart .fieldset .actions .label {
  color: #333333;
  font-size: 15px;
  padding-right: 12px;
}
.catalog-product-view .page-main .columns .mw-options .product-add-form .product-options-bottom .price-box {
  margin-top: 25px;
  padding-bottom: 0px;
}
.page-wrapper .page-main .columns .sticky-wrapper {
  display: none;
}
div#partial-payment-detail-table {
  display: none;
}
@media (max-width: 767px) {
  html .page-layout-1column .product.media {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  html .product.media .gallery-placeholder {
    min-width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .media .fotorama__stage {
    border: 0;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .product-options-wrapper .fieldset > .field:nth-child(even) {
    background: transparent;
  }
}
html body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section .btn-block {
  background-color: #fff;
  color: #000;
  border: 1px solid #909e81;
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section .btn-block {
    color: #333;
    border: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ol li,
  html body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ul li {
    display: flex;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ol li em,
  html body.catalog-product-view .page-main .column .product-info-main .product.attribute.overview .value ul li em {
    position: relative;
    top: 6px;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin__field.admin__field-option {
    width: 100%;
    margin: 4px;
    justify-content: flex-start;
    text-align: left;
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
    flex-direction: row;
  }
}
.container-iframe .cookieconsent-optout-marketing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  align-content: center;
}
.container-iframe .cookieconsent-optout-marketing a {
  border-radius: 5px;
  border: 1px solid #71825e;
  padding: 5px 10px;
  color: #71825e;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin: 0 6px;
  font-size: 15px;
  text-decoration: none;
}
@media (max-width: 767px) {
  .fotorama__stage__frame .fotorama__img {
    border-radius: 4px;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .custom-label-content {
    display: flex;
    flex-wrap: wrap;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .custom-label-content img {
    margin-right: 10px;
    margin-bottom: 0;
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .custom-label-content > p img {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .custom-label-content > p:has(img) + p {
    width: 100%;
    padding-left: 0px;
  }
}
html .catalog-product-view .pdp-bottom-wrapper .btn-block-section .btn-block {
  color: #333;
  background-color: #fff;
  border: 1px solid #909E81;
}
@media (max-width: 767px) {
  html .catalog-product-view .pdp-bottom-wrapper .btn-block-section .btn-block {
    border: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  body .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-position: -25px -346px;
  }
}
@media (max-width: 767px) {
  body .fotorama__thumb--icon {
    background-color: #909e81;
  }
}
@media (max-width: 767px) {
  .fotorama__nav--thumbs {
    height: 80px !important;
  }
}
.fotorama__nav.fotorama__nav--dots {
  display: none;
}
@media (max-width: 767px) {
  .fotorama__nav-wrap--horizontal.fotorama__nav-wrap {
    position: static !important;
    height: 100px !important;
  }
}
@media (max-width: 767px) {
  .fotorama__nav__frame.fotorama__nav__frame--thumb,
  body.catalog-product-view .page-main .column .media .fotorama__nav .fotorama__thumb-border {
    width: 80px !important;
    height: 80px !important;
  }
}
@media (max-width: 767px) {
  .fotorama__thumb-border {
    border: 0 !important;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control select {
    width: 100%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .custom-configure-options-section .control select,
  body.catalog-product-view .page-main .column .page-title-wrapper.product {
    border-radius: 3px;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view {
    background: transparent;
  }
}
@media (max-width: 767px) {
  html body .page-wrapper {
    background-color: transparent !important;
  }
}
html body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin_field.admin_field-option {
  border-color: rgba(51, 51, 51, 0.3);
}
html .catalog-product-view .pdp-bottom-wrapper .btn-block-section .btn-block,
html .catalog-product-view .box-tocart #product-addtocart-button,
html body.catalog-product-view .page-main .column .product-info-main .product-top-buttons .btn-block-section .btn-block,
html .product.attribute.overview iframe {
  border-radius: 3px;
}
@media (max-width: 767px) {
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--right .fotorama__thumb--icon {
    background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Arrow / Chevron_Right"><path id="Vector" d="M9 5L16 12L9 19" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    background-position: center;
    background-size: 23px;
  }
}
@media (max-width: 767px) {
  .fotorama__nav-wrap--horizontal .fotorama__thumb__arr--left .fotorama__thumb--icon {
    background-image: url('data:image/svg+xml,<svg width="800px" height="800px" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="Arrow / Chevron_Left"><path id="Vector" d="M15 19L8 12L15 5" stroke="%23fff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g></svg>');
    background-position: center;
    background-size: 23px;
  }
}
@media (max-width: 767px) {
  .delivery-time-popup {
    left: 8px !important;
    width: calc(100% - 15px) !important;
    background: #fff;
    max-height: 650px !important;
  }
}
@media (max-width: 767px) {
  .delivery-time-popup .modal-inner-wrap {
    background: #fff !important;
  }
}
@media (max-width: 767px) {
  .delivery-time-popup .modal-content {
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .delivery-time-popup .modal-content .table-responsive {
    overflow-x: auto;
    display: block;
  }
}
@media (max-width: 767px) {
  .delivery-time-popup .modal-content .table-responsive th {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  .delivery-time-popup .modal-content .table-responsive td {
    vertical-align: middle;
    border-bottom: 1px solid #ccc;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control .options-list .field.choice.admin__field.admin__field-option label {
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.adminfield.adminfield-option .option_images_gallery {
    width: 100%;
    margin-top: 0 !important;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option .product-custom-option {
    position: static;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option .option_images_gallery {
    width: 25%;
    margin-top: 0 !important;
    margin-left: 0px !important;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option .option_images_gallery .mageworx-optionswatches-option-gallery {
    padding-top: 83%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option .label-qty {
    width: 20%;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option .label-qty b {
    margin-bottom: 7px;
    display: block;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option label {
    width: 45%;
    flex-grow: 1;
  }
}
@media (max-width: 767px) {
  body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .control.checkbox .options-list .field.choice.admin__field.admin__field-option label .price-notice {
    float: left !important;
  }
}
@media (max-width: 767px) {
  html body.catalog-product-view .page-main .column .product-options-wrapper .fieldset .field .options-list .field.choice.admin_field.adminfield-option {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .price-notice {
    float: right !important;
    padding-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-main,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
div#product-options-wrapper .control .options-list .description ul {
  margin-bottom: 0;
}
div#product-options-wrapper .control .options-list .description + span.price-notice {
  order: 5;
  color: #333;
  font-size: 15px;
  padding: 3px 6px 10px;
}
@media (max-width: 767px) {
  div#product-options-wrapper .lengte .control .options-list .description + span.price-notice {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 15px !important;
  }
}
@media (max-width: 767px) {
  .cms-home .page-wrapper .page-main {
    margin-top: -55px !important;
    padding-top: 0 !important;
  }
  .cms-projecten-tuinkassen .pagebuilder-column {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }
}
@media (min-width: 768px) {
  .pagebuilder-column .bannershome {
    padding-top: -5px;
  }
}
.cms-home .sm-f-right a {
  display: block;
}
.cms-home .sm-f-right a img {
  width: 100%;
  display: block;
}
.cms-home .col-first a {
  display: block;
}
.cms-home .col-first img {
  width: 100%;
  display: block;
}
.cms-projecten-tuinkassen img.pagebuilder-mobile-only {
  width: 100%;
}
.page-header .ammenu-menu-wrapper .ammenu-main-container .ammenu-item .dropdown-menu {
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid #fff;
  border-radius: 4px;
  /* -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */
  /* box-shadow: 0 6px 12px rgb(0 0 0 / 18%); */
  background-clip: padding-box;
  padding-left: 0;
}
.row.banners-top .col-lg-2-4 {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  min-height: 1px;
}
@media (min-width: 768px) {
  .row.banners-top .col-lg-2-4 {
    width: 33.33%;
    float: left;
    max-width: 33.33%;
    flex: 0 0 33.33%;
  }
}
@media (min-width: 992px) {
  .row.banners-top .col-lg-2-4 {
    width: 25%;
    float: left;
    max-width: 25%;
    flex: 0 0 25%;
  }
}
@media (min-width: 1200px) {
  .row.banners-top .col-lg-2-4 {
    float: left;
    width: 20%;
    max-width: 20%;
    flex: 0 0 20%;
  }
}
@media (max-width: 767px) {
  .row.banners-top .col-lg-2-4 {
    width: 50%;
    float: left;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
.cms-index-index .column.main > .widget.block.block-static-block {
  margin-bottom: 0;
}
.homepagemelding {
  color: #71825e;
  background: linear-gradient(to bottom, #dddddd 0%, #efeff0 17%, #f4f4f5 26%, #e8e8e9 100%);
  border: 1px solid #CCC;
  font-size: 15px;
  text-transform: uppercase;
  padding: 10px 5px 10px 10px;
  margin: 0;
  border-radius: 3px;
  text-align: center;
  margin-bottom: 10px;
}
.pagebuilder-column-group {
  /*.banner-iframe-responsive {
		@media(max-width: 992px) {
			width: 100%;
			margin-top: 20px;
		}
		iframe.ku-embed {
			width: 100%;
			height: 394px;
			border-radius: 5px;
			display:block;

			@media(max-width: 1199px) {
				height: 343px;
			}
			@media(max-width: 1024px) {
				height: 310px;
			}
			@media(max-width: 992px) {
				height: 363px;
			}
		}
	} */
}
.pagebuilder-column-group .banner-thumb.img-responsive {
  width: 60%;
  padding-right: 20px;
}
.pagebuilder-column-group .banner-thumb.img-responsive img {
  width: 100%;
  border: 1px solid #CCC;
  border-radius: 5px;
  padding-right: 0;
}
@media (max-width: 992px) {
  .pagebuilder-column-group .banner-thumb.img-responsive {
    width: 100%;
    padding-right: 0px;
  }
}
.banners-top-item {
  margin-bottom: 20px;
}
.row.banners-top .banners-top-link:hover span.banners-top-subname {
  color: #fff;
}
.row.banners-top {
  display: inline-flex;
}
.row.banners-top .col-sm-4-8 {
  float: left;
  width: 40%;
  position: relative;
  min-height: 1px;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .row.banners-top .col-sm-4-8 {
    width: 100%;
  }
}
.row.banners-top .col-sm-7-2 {
  float: left;
  width: 60%;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .row.banners-top .col-sm-7-2 {
    width: 100%;
  }
}
.row.banners-top .banners-top-link {
  display: block;
  float: left;
  position: relative;
  color: #71825e;
  text-decoration: none;
  border: 1px solid #CCC;
  width: 100%;
  border-radius: 5px;
  background: white;
}
.row.banners-top .banners-top-link img {
  border-radius: 4px 4px 0 0;
  -moz-border-radius: 4px 4px 0 0;
  -webkit-border-radius: 4px 4px 0 0;
  max-width: 100%;
  height: auto;
  width: 100%;
  display: block;
}
.row.banners-top .banners-top-link .banners-top-name {
  height: 45px;
  overflow: hidden;
  border-radius: 0 0 5px 5px;
  padding: 7px 13px 0 12px;
  background: #dddddd;
  background: -moz-linear-gradient(top, #dddddd 0%, #efeff0 17%, #f4f4f5 26%, #e8e8e9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dddddd), color-stop(17%, #efeff0), color-stop(26%, #f4f4f5), color-stop(100%, #e8e8e9));
  background: -webkit-linear-gradient(top, #dddddd 0%, #efeff0 17%, #f4f4f5 26%, #e8e8e9 100%);
  background: -o-linear-gradient(top, #dddddd 0%, #efeff0 17%, #f4f4f5 26%, #e8e8e9 100%);
  background: -ms-linear-gradient(top, #dddddd 0%, #efeff0 17%, #f4f4f5 26%, #e8e8e9 100%);
  background: linear-gradient(to bottom, #dddddd 0%, #efeff0 17%, #f4f4f5 26%, #e8e8e9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dddddd', endColorstr='#e8e8e9', GradientType=0);
  border-top: 0;
  font-size: 15px;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 600;
  display: block;
}
.row.banners-top .banners-top-link span {
  text-align: left;
}
.row.banners-top .banners-top-link .banners-top-subname {
  font-size: 10px;
  text-transform: lowercase;
  color: #71825e;
}
@media (max-width: 600px) {
  .row.banners-top .banners-top-link .banners-top-subname {
    display: none;
  }
}
.banners-top-name > span {
  display: block;
  background: url('../images/right-arrow.png') no-repeat right 5px;
}
.banners-top .banners-top-link:hover .banners-top-name > span {
  background: url('../images/right-arrow.png') no-repeat right -28px;
}
.banners-top .banners-top-link:hover .banners-top-name {
  color: #FFFFFF;
  background: #909e81;
}
.cms-home .container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 0;
}
@media (max-width: 767px) {
  .cms-home .container-iframe {
    padding-left: 0 !important;
  }
}
.cms-home .responsive-iframe iframe.ku-embed {
  width: 100%;
  height: 395px;
  border-radius: 5px;
}
@media (max-width: 1200px) {
  .cms-home .responsive-iframe iframe.ku-embed {
    height: 360px;
  }
}
@media (max-width: 1150px) {
  .cms-home .responsive-iframe iframe.ku-embed {
    height: 340px;
  }
}
@media (max-width: 1024px) {
  .cms-home .responsive-iframe iframe.ku-embed {
    height: 312px;
  }
}
@media (max-width: 992px) {
  .cms-home .responsive-iframe iframe.ku-embed {
    height: 290px;
  }
}
@media (max-width: 768px) {
  .cms-home .responsive-iframe iframe.ku-embed {
    height: 231px;
  }
}
@media (max-width: 767px) {
  .cms-home .responsive-iframe iframe.ku-embed {
    height: 325px;
    margin-left: 10px;
  }
}
.cms-home .responsive-iframe {
  position: static;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  line-height: 0;
}
@media (max-width: 767px) {
  .cms-home .col-first {
    width: 50% !important;
    flex: 50%;
    max-width: 50%;
  }
  .cms-home .sm-f-right {
    width: 50% !important;
    flex: 50%;
    max-width: 50%;
  }
  .cms-home .sm-clearer + .col-sm-6 {
    width: 100% !important;
    flex: 100%;
    max-width: 100%;
  }
  .cms-home .row {
    margin-right: -10px;
    margin-left: -10px;
  }
  .cms-home .bannershome .pagebuilder-mobile-only {
    margin-left: 5px;
    margin-bottom: -10px;
  }
}
.cms-home .pagebuilder-column-group {
  color: #71825e;
}
.cms-home .pagebuilder-column-group h1 {
  color: #71825e;
}
.cms-home .pagebuilder-column-group a {
  border-radius: 5px;
  border: 1px solid #71825e;
  padding: 5px 10px;
  color: #71825e;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 15px;
  text-decoration: none;
}
.checkout-cart-index .page-title span {
  color: #71825e;
  font-weight: 500;
  font-size: 20px;
}
.checkout-cart-index .cart.table-wrapper .product-item-name a {
  color: #333333;
  font-size: 15px;
  font-weight: normal;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal .price {
  font-weight: bold;
  color: #383838;
  font-size: 15px;
}
.checkout-cart-index .checkout-methods-items span {
  font-size: 15px;
  font-weight: normal;
  color: #fff;
}
.checkout-cart-index .cart.main.actions button:hover {
  background-color: #71825e;
}
.checkout-cart-index .cart.main.actions button.action span {
  font-size: 15px;
}
@media (max-width: 480px) {
  .checkout-cart-index .cart.main.actions button {
    margin: 5px;
  }
}
.checkout-cart-index .abs-sidebar-totals .grand .amount,
.checkout-cart-index .cart-totals .grand .amount,
.checkout-cart-index .opc-block-summary .table-totals .grand .amount {
  font-size: 15px;
}
.checkout-cart-index .fieldset > .field > .label {
  font-size: 15px;
}
.checkout-cart-index .cart-summary > .title {
  font-size: 20px;
}
.checkout-cart-index .cart-summary .block .title strong {
  font-size: 18px;
}
.checkout-cart-index .cart.table-wrapper .col.price .price-including-tax,
.checkout-cart-index .cart-totals .grand .mark {
  font-size: 15px;
}
.checkout-cart-index .page-wrapper {
  background-color: #FFFFFF;
}
.checkout-cart-index .cart.main.actions button {
  font-size: 15px;
}
.checkout-cart-index .cart-container .form-cart .actions.main a.continue {
  display: block;
  color: #777777;
}
.checkout-cart-index .cart-container .form-cart .actions.main a.continue:hover {
  color: #ffffff;
  text-decoration: none;
}
.checkout-cart-index .cart-summary .checkout-methods-items .action.primary.checkout {
  line-height: 0px;
  padding-bottom: 5px;
  background-color: #f05928;
  border-color: #f05928;
}
.checkout-cart-index .cart.table-wrapper .product-item-name {
  margin-top: 0px;
  font-size: 14px;
}
.checkout-cart-index .block.crosssell {
  width: 100%;
}
.checkout-cart-index .block.crosssell .products {
  margin: 0px;
}
@media (max-width: 480px) {
  .checkout-cart-index .block.crosssell .products {
    display: flex;
  }
}
@media (max-width: 375px) {
  .checkout-cart-index .block.crosssell .products {
    flex-wrap: wrap;
  }
}
.checkout-cart-index .block.crosssell .products.products-grid {
  margin-left: -10px;
  margin-right: -10px;
}
@media (max-width: 480px) {
  .checkout-cart-index .block.crosssell .products.products-grid {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.checkout-cart-index .block.crosssell .product-item-info {
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-name {
  margin-top: 10px;
  margin-bottom: 0px !important;
}
.checkout-cart-index .block.crosssell .product-item-name a {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}
.checkout-cart-index .block.crosssell .action.tocart.primary {
  color: #fff;
  background-color: #71825e;
  border-color: #71825e;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  width: 100%;
}
.checkout-cart-index .block.crosssell .product-item-actions {
  margin: 0px;
  padding: 0 15px;
}
.checkout-cart-index .block.crosssell .price-box {
  display: flex;
  flex-direction: column;
  padding: 0 15px;
  min-height: 50px !important;
}
@media (max-width: 767px) {
  .checkout-cart-index .block.crosssell .price-box {
    padding: 0 5px;
  }
}
@media (max-width: 430px) {
  .checkout-cart-index .block.crosssell .price-box {
    min-height: 70px !important;
  }
}
@media (max-width: 375) {
  .checkout-cart-index .block.crosssell .price-box {
    min-height: 50px !important;
  }
}
.checkout-cart-index .block.crosssell .price-box .old-price {
  margin-bottom: 5px !important;
}
.checkout-cart-index .block.crosssell .actions-primary {
  width: 100%;
  max-width: 100%;
}
.checkout-cart-index .block.crosssell .actions-secondary {
  display: none;
}
.checkout-cart-index .block.crosssell .custom-price-label {
  font-size: 14px !important;
}
.checkout-cart-index .block.crosssell .products-grid .price {
  font-size: 14px !important;
}
@media (max-width: 1199px) {
  .checkout-cart-index .block.crosssell .products-grid .product-item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .checkout-cart-index .block.crosssell .products-grid .product-item {
    width: 50%;
  }
}
@media (max-width: 375px) {
  .checkout-cart-index .block.crosssell .products-grid .product-item {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .checkout-cart-index .block.crosssell .products-grid .product-item:nth-child(odd) {
    padding-right: 5px;
  }
}
@media (max-width: 480px) {
  .checkout-cart-index .block.crosssell .products-grid .product-item:nth-child(even) {
    padding-left: 5px;
  }
}
.checkout-cart-index .totals.shipping.incl .label {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .actions-toolbar .action-delete:before,
.checkout-cart-index .cart.table-wrapper .actions-toolbar .action-edit:before {
  color: #777777;
}
@media (max-width: 767px) {
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 1;
  }
  .checkout-cart-index .cart-container form#form-validate {
    order: 0;
  }
  .checkout-cart-index .cart-container .block.crosssell {
    order: 2;
    margin-top: 0px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 1;
    margin-top: 25px;
  }
  .checkout-cart-index .cart-container .cart-summary .title {
    border: 0;
  }
}
button a.continue {
  text-decoration: none !important;
}
.crosssell .product-reviews-summary {
  display: none;
}
.crosssell .product-item .tocart:before {
  float: left;
}
.crosssell .product-items {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
}
.crosssell .product-items .product-item {
  width: 20% !important;
}
.cms-tuinkassenwinkel-bezoeken .container-iframe,
.cms-visiter-serrejardin .container-iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%;
}
.cms-tuinkassenwinkel-bezoeken .responsive-iframe,
.cms-visiter-serrejardin .responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  .no-mobile {
    display: none !important;
  }
  .mobile-only {
    display: block;
  }
}
@media (min-width: 768px) {
  .no-mobile {
    display: block !important;
  }
  .mobile-only {
    display: none;
  }
}
.cms-opbouwbeschrijvingen-tuinkassenwinkel-pdf div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
  width: 200px;
  padding: 1.4rem 1rem;
}
.cms-opbouwbeschrijvingen-tuinkassenwinkel-pdf div[data-content-type=tabs] .tabs-navigation li.tab-header.ui-state-active {
  z-index: 14;
}
@media (max-width: 767px) {
  .cms-opbouwbeschrijvingen-tuinkassenwinkel-pdf div[data-content-type=tabs] .tabs-navigation li.tab-header a.tab-title {
    width: 150px;
    padding: 0.5rem 0.3rem;
    font-size: 12px;
  }
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items td.col.col-price:last-child {
  display: none;
}
.checkout-index-index .totals.shipping .amount {
  width: 50%;
}
.checkout-index-index .totals.shipping.incl .label {
  display: none;
}
.checkout-index-index .totals.shipping.incl .value {
  color: #333;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  line-height: 20px;
  color: #fff;
  content: '\f826';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
  width: auto;
  height: auto;
  background: none;
}
.checkout-index-index .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary {
  padding-left: 0px;
  padding-right: 0px;
}
.checkout-index-index .amcheckout-step-container .checkout-billing-address .actions-toolbar > .primary button {
  background: none;
}
.checkout-index-index .checkout-shipping-address .field.addresses .shipping-address-item a {
  color: #363636;
}
.checkout-index-index .checkout-shipping-address .field.addresses .shipping-address-item button {
  background: none !important;
  border: 1px solid #71825e!important;
  border-radius: 4px !important;
}
.checkout-index-index .checkout-shipping-address button {
  background: none !important;
  border: 1px solid #71825e!important;
  border-radius: 4px !important;
}
.checkout-index-index .checkout-shipping-address button span {
  color: #71825e !important;
  text-transform: uppercase;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .amcheckout-button.-edit {
  padding-left: 12px;
}
.checkout-index-index div.field[name="shippingAddress.street.0"] label {
  display: none;
}
.checkout-index-index .checkout-agreement label {
  display: flex !important;
}
.checkout-index-index .checkout-agreement label button.action-show {
  background-color: transparent !important;
}
.checkout-index-index input[type='checkbox'] + label:before {
  margin-top: 4px;
}
.checkout-index-index .opc-estimated-wrapper .estimated-block .estimated-price {
  color: #333333;
}
.checkout-index-index .tig-postnl-field-group .field label:after {
  content: '*';
  color: #fff;
}
.checkout-index-index .tig-postnl-field-group .field:last-child label {
  padding-top: 4px;
  display: block;
}
.checkout-index-index .fieldset > .field > .label:after {
  content: '*';
  color: #fff;
}
.checkout-index-index .column.main {
  width: 100%;
}
.checkout-index-index .fieldset > .field .note,
.checkout-index-index .fieldset > .fields > .field .note {
  font-size: 1rem;
}
.checkout-index-index .abs-sidebar-totals .grand .mark,
.checkout-index-index .cart-totals .grand .mark,
.checkout-index-index .opc-block-summary .table-totals .grand .mark {
  font-size: 1rem;
}
.checkout-index-index tr.paid,
.checkout-index-index tr.remaining {
  background-color: inherit;
}
.checkout-index-index .abs-sidebar-totals .grand .amount,
.checkout-index-index .cart-totals .grand .amount,
.checkout-index-index .opc-block-summary .table-totals .grand .amount,
.checkout-index-index .opc-block-summary .product-item .price,
.checkout-index-index .opc-block-summary .items-in-cart > .title strong {
  font-size: 1rem;
}
.checkout-index-index .authentication-wrapper {
  width: 45%;
}
.checkout-index-index .checkout-header {
  width: 50%;
  display: inline-block;
}
.checkout-index-index .page-wrapper {
  background-color: #FFFFFF;
}
.checkout-index-index .am-checkout.-modern .authentication-wrapper .action-auth-toggle,
.checkout-index-index .amcheckout-step-container button.action.login.primary {
  background-color: #71825e;
  font-size: 15px;
  border-radius: 4px;
}
.checkout-index-index button.action.primary.checkout.amasty {
  background-color: #f05928;
  border-radius: 4px;
}
.checkout-index-index #label_method_regular_tig_postnl:before {
  display: none;
}
.checkout-index-index .additional-options .checkout-agreements .action-show {
  color: #363636;
}
.checkout-index-index .modal-slide .action-close {
  padding: 30px 10px;
}
.checkout-index-index .modal-popup .modal-inner-wrap header.modal-header button:before {
  color: #000000;
  font-size: 16px;
  z-index: 90;
}
.checkout-index-index .modal-popup.modal-slide._inner-scroll .modal-inner-wrap {
  margin-top: 50px;
}
.checkout-index-index .opc-block-summary,
.checkout-index-index .amcheckout-step-container.-summary,
.checkout-index-index .amcheckout-shipping-methods .amcheckout-method.-selected,
.checkout-index-index .amcheckout-payment-methods .payment-method._active,
.checkout-index-index .amcheckout-step-container .amcheckout-title,
.checkout-index-index .amcheckout-step-container input[type='text'],
.checkout-index-index .amcheckout-step-container input[type='password'],
.checkout-index-index .amcheckout-step-container input[type='url'],
.checkout-index-index .amcheckout-step-container input[type='tel'],
.checkout-index-index .amcheckout-step-container input[type='search'],
.checkout-index-index .amcheckout-step-container input[type='number'],
.checkout-index-index .amcheckout-step-container input[type='datetime'],
.checkout-index-index .amcheckout-step-container input[type='email'],
.checkout-index-index .amcheckout-step-container select {
  border-radius: 4px;
}
.checkout-index-index .authentication-dropdown {
  border-top-color: #777;
}
.checkout-index-index .block-customer-login button,
.checkout-index-index .block-customer-login button:hover {
  color: #fff;
  background-color: #71825e;
}
body .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
  width: 100%;
  font-size: 20px;
}
body .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
  padding: 0 16px;
}
.amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address button.action.action-update {
  background: #71825e !important;
  color: #fff !important;
}
.checkout-index-index .amcheckout-step-container .amcheckout-shipping-address .checkout-billing-address button.action.action-update span {
  color: #fff !important;
}
@media (max-width: 1300px) {
  .checkout-index-index .am-submit-summary .amcheckout-column:first-child {
    width: 100% !important;
  }
  .checkout-index-index .am-submit-summary {
    flex-wrap: wrap;
  }
  .checkout-index-index .am-submit-summary .amcheckout-column {
    width: 50% !important;
    padding: 0 10px;
  }
}
@media (max-width: 992px) {
  .checkout-index-index .am-submit-summary .amcheckout-column {
    width: 100% !important;
  }
  div#checkout-shipping-method-load table.table-checkout-shipping-method.amcheckout-shipping-methods {
    overflow: auto;
  }
  body.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items {
    width: 100%;
    display: table;
  }
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .checkout-index-index .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    display: table;
  }
  .checkout-index-index .checkout-header {
    width: 100%;
  }
  .checkout-index-index .checkout-header {
    width: 100%;
  }
  .checkout-index-index .authentication-wrapper {
    width: 100%;
    float: none;
    margin: 0px;
    max-width: 1000%;
    margin-bottom: 10px;
  }
  .checkout-index-index .action-auth-toggle {
    width: 100%;
  }
  .checkout-index-index .am-checkout.-modern .opc-estimated-wrapper {
    margin-left: 0px;
    margin-right: 0px;
  }
  .checkout-index-index .am-submit-summary .amcheckout-column {
    padding: 0px;
  }
  body .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    padding: 0px;
    margin-top: 10px;
  }
  .amcheckout-step-container .amcheckout-additional-options {
    margin-top: 10px;
  }
  .checkout-index-index .opc-estimated-wrapper {
    border-top: none;
    border-bottom: none;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: block;
  }
}
@media (max-width: 500px) {
  .checkout-index-index .amcheckout-step-container .amcheckout-additional-options {
    padding: 0 10px;
  }
}
.amshopby-button,
.am-filter-go {
  background: #71825e !important;
  border: 1px solid #71825e!important;
}
.price-including-tax,
.cart-price .price {
  font-size: 15px !important;
}
.checkout-success .success-messages,
.page-main .block.block-order-details .order-date {
  font-size: inherit !important;
}
.checkout-success .action.primary {
  border: 1px solid #f05928!important;
  background: #f05928 !important;
}
#maincontent {
  padding-top: 1em !important;
  padding-bottom: 2em !important;
}
#block-customer-login-heading,
#block-new-customer-heading,
.page-title,
.page-title > span {
  text-transform: uppercase;
  font-size: 1.15rem;
  color: #333;
  font-weight: 400;
}
.login-container {
  border-top: 4px solid #71825e;
}
.form-create-account > fieldset:nth-child(1) > div:nth-child(4) {
  display: none !important;
}
button.action a {
  text-decoration: none;
}
button.action a span {
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
button.action span {
  font-size: 16px;
  display: block;
  margin: 0 auto;
}
.login-container .fieldset:after {
  font-size: 15px !important;
}
.message.info {
  font-size: 15px !important;
}
.form-address-edit .tig-postnl-field-group {
  width: 100% !important;
}
body .fieldset > .field.required > .label:after,
body .fieldset > .fields > .field > .label:after,
body .fieldset > .field._required > .label:after,
body .fieldset > .fields > .field._required > .label:after {
  font-size: 15px !important;
}
.form-address-edit .street > .control > .field {
  display: none;
}
button {
  font-size: 15px;
}
.modal-popup .modal-inner-wrap {
  color: #333;
}
.modal-popup .modal-inner-wrap header.modal-header h1.modal-title {
  font-size: 20px;
}
.modal-popup .modal-inner-wrap header.modal-header {
  border: 1px solid #e5e5e5;
}
.modal-popup .modal-inner-wrap .webforms-description-text {
  margin-bottom: 0;
  margin-top: 1rem;
  padding-left: 2rem;
}
.modal-popup .modal-inner-wrap button.action.submit.primary span {
  color: #FFFFFF;
}
.catalogsearch-result-index .amsearch-related-terms > .amsearch-item {
  background-color: #71825e;
  color: #FFFFFF;
  border-radius: 5px;
}
.products-grid .product-item .product-item-info.type1 .product-item-details .color_lengths hr {
  margin-bottom: 7px;
  margin-top: 7px;
}
body .products-grid .product-item .product-item-info.type1 .product-item-details .color_lengths {
  margin: 0 auto;
  min-height: 100px;
  padding-bottom: 7px;
  width: 96%;
}
@media (max-width: 767px) {
  body .products-grid .product-item .product-item-info.type1 .product-item-details .color_lengths {
    display: none;
  }
}
@media (max-width: 767px) {
  body .products-grid .product-item .product-item-info.type1 .product-item-details .product-item-name {
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    display: -webkit-box;
    min-height: 68px;
    overflow: hidden;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .products-grid .product-item .product-item-info.type1 .color_lengths {
    border: 0 !important;
    align-items: flex-end;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
  }
}
.products-grid .product-item .product-item-info.type1 .color_lengths .color-lengths-lengtes-warapper {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  width: 100%;
  padding: 7px 0;
}
@media (min-width: 768px) {
  body .products-grid .product-item .product-item-info.type1 .product-item-details .product-item-name {
    border: 0;
    min-height: 65px;
  }
}
@media only screen and (max-width: 767px) {
  body header.page-header.mobile-header.type1 .mobile-header-sticky .ammenu-button {
    z-index: 100;
  }
  .page-header.mobile-header.type1 .mobile-header-sticky {
    flex-wrap: wrap;
  }
  .mobile-header-sticky .amsearch-wrapper-block .amsearch-form-block {
    width: 100% !important;
  }
  .mobile-header-sticky .amsearch-wrapper-block {
    width: 95% !important;
    order: 8 !important;
    justify-content: center;
    margin-top: 10px !important;
  }
  .amsearch-full_width-title {
    display: none;
  }
}
body .page-wrapper .amsearch-products-section .product-item [data-role='priceBox'] span.price {
  font-size: 14px;
  color: red;
}
body .amsearch-products-section .product-item [data-role="priceBox"] .custom-price-label {
  font-size: 9px;
}
body .page-wrapper .amsearch-products-section .product-item [data-role=priceBox] p,
body .amsearch-products-section .product-item [data-role=priceBox] span {
  font-size: 9px;
  padding-right: 3px;
}
body .page-wrapper .amsearch-products-section .product-item [data-role='priceBox'] .special-price span.price {
  color: #0c7308;
}
body .amsearch-item-container.-recent_searches .amsearch-item.-match {
  background-color: transparent;
}
body .amsearch-item-container:not(.recent_searches) .amsearch-highlight {
  color: #6c6c6c !important;
  font-weight: normal;
}
body .amsearch-item .product-image-photo {
  border: 1px solid #f1f1f1;
}
body .amsearch-item-container.-recent_searches .amsearch-item:hover {
  background-color: transparent;
  border-color: #7D8C69;
}
body .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link {
  text-decoration: none;
  padding-top: 4px;
  padding-bottom: 5px !important;
  border-color: #7D8C69;
  color: #6c6c6c !important;
}
body .amsearch-item-container.-recent_searches .amsearch-item .amsearch-link:hover {
  background-color: transparent;
  border-color: #7D8C69;
}
body .amsearch-item-container .amsearch-description {
  display: block;
  padding-top: 0;
  margin-bottom: 0;
}
body .amsearch-item-container .amsearch-item .amsearch-link,
body .amsearch-item-container.-page a.amsearch-link {
  text-decoration: underline;
  padding-bottom: 0 !important;
}
body .amsearch-products-section .product-item [data-role='priceBox'] p,
body .amsearch-products-section .product-item [data-role='priceBox'] span {
  font-size: 14px;
  padding-right: 3px;
}
body .amsearch-product-list .product-item .tocart:before {
  display: none;
}
body .amsearch-products-section .amsearch-item {
  align-content: flex-start;
}
body .amsearch-products-section .product-item [data-role='priceBox'] {
  min-height: 57px;
}
#ammenu-sidebar {
  width: 320px;
}
#ammenu-sidebar .ammenu-menu-title {
  display: none;
}
#ammenu-sidebar .ammenu-tabs-list {
  margin: 0;
  border-radius: 0;
  padding: 0;
}
#ammenu-sidebar .ammenu-tabs-list .ammenu-button {
  border-radius: 0;
  height: 50px;
  text-transform: uppercase;
}
#ammenu-sidebar .ammenu-item.category-item {
  background-color: #909e81 !important;
}
#ammenu-sidebar .ammenu-link figure svg {
  width: 10px;
  height: 15px;
}
#ammenu-sidebar .ammenu-link figure svg path {
  color: white !important;
  stroke: white;
  stroke-width: 3px;
}
#ammenu-sidebar .ammenu-items .ammenu-link {
  font-weight: 100 !important;
}
#ammenu-sidebar .ammenu-menu-greetings {
  display: none;
}
@media (max-width: 768px) {
  li.amsearch-item.product-item .product-item-description {
    display: none;
  }
  li.amsearch-item.product-item .action.tocart.primary {
    width: 130px;
    display: flex;
    padding: 7px;
  }
  .amsearch-wrapper-block {
    margin: 0 auto;
  }
  .amsearch-form-block.-opened {
    max-width: unset !important;
  }
}
@media (min-width: 768px) {
  li.amsearch-item.product-item {
    max-width: 33.3333% !important;
    align-content: space-between;
  }
  li.amsearch-item.product-item .product-item-description {
    display: none;
  }
  li.amsearch-item.product-item .product-item-link {
    color: #70825E;
  }
  li.amsearch-item.product-item .amsearch-wrapper-inner {
    justify-content: center;
  }
  li.amsearch-item.product-item .action.tocart.primary {
    width: 130px;
    display: flex;
    padding: 7px;
  }
}
@media (min-width: 992px) {
  .gallery-placeholder .fotorama-item .fotorama__nav__shaft {
    transform: revert !important;
    display: flex !important;
    flex-wrap: wrap;
  }
  .gallery-placeholder .fotorama-item .fotorama__nav__frame {
    padding: 2px;
    height: 100% !important;
    width: 33.33% !important;
    margin: 0 !important;
  }
  .gallery-placeholder .fotorama-item .fotorama__nav--thumbs {
    display: block;
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 !important;
  }
  .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: revert !important;
  }
  .gallery-placeholder .fotorama-item .fotorama__nav-wrap .fotorama_vertical_ratio .fotorama__img {
    border: 3px solid #fff!important;
    position: static;
    width: 100% !important;
    height: 100% !important;
    transform: revert !important;
  }
  .gallery-placeholder .fotorama-item .fotorama__thumb__arr {
    display: none !important;
  }
  .gallery-placeholder .fotorama-item .fotorama__nav__frame.fotorama__nav__frame--thumb.fotorama__active {
    border: 1px solid #909E81 !important;
    border-radius: 3px;
  }
  .gallery-placeholder .fotorama-item .fotorama__thumb-border {
    background-image: none !important;
  }
}
.podcasts-wrapper {
  display: flex;
  align-items: center;
  padding: 7px 21px;
  background: #72835e;
  border-radius: 5px;
  justify-content: center;
}
.podcasts-wrapper span {
  display: block;
  width: 100%;
}
@media (max-width: 767px) {
  .podcasts-wrapper {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.podcasts-wrapper .mic-container img {
  width: auto;
  max-width: 157px;
}
.podcasts-wrapper .content-container {
  padding: 0 11px 0 18px;
  color: #fff;
}
.podcasts-wrapper .youtube-container img {
  width: auto;
  max-width: 88px;
}
@media (max-width: 767px) {
  .podcasts-wrapper .mic-container,
  .podcasts-wrapper .youtube-container,
  .podcasts-wrapper .content-container {
    width: 100%;
    text-align: center !important;
  }
}
.checkout-index-index .amcheckout-additional-options.additional-options {
  display: flex;
  flex-direction: column-reverse;
}
.checkout-index-index .additional-info,
.checkout-cart-index .additional-info {
  display: flex;
  align-items: center;
}
.checkout-index-index .fieldset.address {
  margin: 0;
}
.checkout-index-index .fieldset.address div[name$=".lastname"],
.checkout-index-index .fieldset.address div[name$=".firstname"] {
  width: 50%;
}
body .address-autofill-formatted-output address {
  font-size: 16px;
}
@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-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .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: 1260px;
    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: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    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: #c1c1c1;
    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: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777777;
    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: #777777;
    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: 35px;
    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;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amelsearch-further-section {
    display: block;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .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;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #cccccc;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #cccccc;
  }
  .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: 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.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: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .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;
  }
  .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;
  }
  .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: #777777;
    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: #777777;
  }
  .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: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 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: #777777;
  }
  .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: #c1c1c1;
    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;
  }
  .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;
  }
  body .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block {
    box-shadow: none;
  }
  body .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block > div > ul {
    padding-left: 0;
  }
  body .page-header .amsearch-wrapper-block .amsearch-form-block {
    width: 100%;
    max-width: 100%;
  }
  body .page-header .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper {
    min-width: 100%;
  }
  body .page-header .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
    height: 40px;
    padding-left: 27px;
    border-radius: 4px;
  }
  body .page-header .amsearch-wrapper-block .amsearch-button {
    background-image: none !important;
    opacity: 1 !important;
    height: auto;
    width: 32px;
  }
  body .page-header .amsearch-wrapper-block .amsearch-button:before {
    content: '\f818';
    font-family: 'porto-icons';
    font-size: 14px;
    color: #576449;
  }
  body .page-header .amsearch-wrapper-block button.amsearch-button.-close.-clear.-icon::before {
    margin: auto;
    padding: 7px;
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTEgMWwxMCAxMG0wLTEwTDEgMTEiIHN0cm9rZT0iI0IyQjJCMiIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPjwvc3ZnPg==) no-repeat center;
    cursor: pointer;
    font-size: 0;
    position: absolute;
    top: -5px;
    width: auto;
    height: auto;
    right: 11px;
    background-position: center;
    filter: brightness(0%);
  }
  .ammenu-menu-wrapper {
    margin-bottom: 0;
    background-color: #909E81;
  }
  .page-wrapper .page-header.type1 .ammenu-menu-wrapper .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item section {
    width: 100% !important;
    left: 0;
  }
  .ammenu-nav-sections:hover {
    box-shadow: 0 100vh 0 100vh rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.3s ease-in-out;
  }
  .ammenu-nav-sections .ammenu-main-container {
    max-width: 1280px;
    padding: 0 15px;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item a.ammenu-link.-main.-parent {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block {
    padding: 0;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    max-height: 85vh;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block ul > li {
    margin-bottom: 0rem;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content {
    padding: 15px;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content ul > li {
    text-align: center;
    margin-bottom: 0;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content ul.float-left > li {
    text-align: left;
    font-size: 1.2rem;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content ul > li > a {
    color: #71825E;
    -webkit-transition: color 200ms ease-out 300ms;
    -moz-transition: color 200ms ease-out 300ms;
    -o-transition: color 200ms ease-out 300ms;
    transition: color 200ms ease-out 300ms;
    font-size: 15px;
    text-decoration: none;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content .list-heading {
    display: block;
    text-transform: uppercase;
    color: #576449;
    font-size: 15px;
    margin-bottom: 10px;
    font-weight: 400;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content .list-unstyled.border-separator {
    border-right: 1px solid #eeeeee;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items > li {
    border-right: 1px solid #a9b49e;
  }
  .ammenu-nav-sections .ammenu-main-container .ammenu-items > li:last-child {
    border: 0;
  }
  body .page-header.type1 .ammenu-nav-sections {
    margin-bottom: 0;
    background-color: #909e81;
  }
  .serr-header .yamm-content .row .list-unstyled img {
    margin: auto;
  }
  .serr-header .yamm-content .row .list-unstyled .menulabel {
    padding-left: 10px;
    margin-bottom: 20px;
    display: block;
  }
  .serr-header .yamm-content .row .list-unstyled hr {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
    box-sizing: content-box;
  }
  .page-header.serr-header .header.content .logo {
    width: auto !important;
  }
  .page-header.serr-header .header.content .block.block-search {
    width: 42% !important;
  }
  .page-header.serr-header .header.content .phone {
    color: white;
    font-size: 14px;
    padding-left: 30px;
    line-height: 1.5;
    padding-right: 10px;
  }
  .page-header {
    z-index: 15 !important;
  }
  .page-header .amsearch-wrapper-block {
    margin-top: 30px;
    width: 100%;
  }
}
@media all and (min-width: 768px) and (max-width: 767px), print and (max-width: 767px) {
  body .page-header .amsearch-wrapper-block:before {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1200px), print and (max-width: 1200px) {
  body .page-header .amsearch-wrapper-block {
    width: 200px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body .page-header .amsearch-wrapper-block {
    margin-left: 0px;
    width: 217px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 767px), print and (max-width: 767px) {
  body .page-header .amsearch-wrapper-block {
    margin-top: 31px !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body .page-header .amsearch-wrapper-block li.amsearch-item.product-item {
    max-width: 50% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 767px), print and (max-width: 767px) {
  body .page-header .amsearch-wrapper-block li.amsearch-item.product-item {
    max-width: 100% !important;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body .page-header .amsearch-wrapper-block .amsearch-form-block {
    margin-left: 13px;
  }
}
@media all and (min-width: 768px) and (max-width: 992px), print and (max-width: 992px) {
  body .page-header .amsearch-wrapper-block .amsearch-form-block {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body .page-header .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper + .amsearch-result-section {
    margin-left: 0;
  }
}
@media all and (min-width: 768px) and (max-width: 1024px), print and (max-width: 1024px) {
  body .page-header .amsearch-wrapper-block .amsearch-form-block .amsearch-input-wrapper .amsearch-input {
    padding-right: 36px;
  }
}
@media all and (min-width: 768px) and (max-width: 1135px), print and (max-width: 1135px) {
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content ul.float-left > li {
    font-size: 1.1rem;
  }
}
@media all and (min-width: 768px) and (max-width: 1135px), print and (max-width: 1135px) {
  .ammenu-nav-sections .ammenu-main-container .ammenu-items .ammenu-item .ammenu-submenu-block .yamm-content .list-heading {
    margin-bottom: 3px;
  }
}
@media all and (min-width: 768px) and (max-width: 1199px), print and (max-width: 1199px) {
  .page-header.serr-header .header.content .block.block-search {
    width: 32% !important;
  }
}
@media all and (min-width: 992px), print {
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (380px + 60px));
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    width: 380px;
    transition: all .3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
  .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: 25%;
  }
  .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: none;
  }
  .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;
  }
  .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 {
  .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;
  }
}
