/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * 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;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@media print {
  .amfaq-social-buttons {
    display: none;
  }
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
.bfb-checkbox-item,
.bfb-radio-item {
  margin-top: 0.7rem;
}
.mgz-control-radio,
.mgz-control-checkbox {
  cursor: pointer;
  opacity: .01;
  overflow: hidden;
  position: absolute !important;
  vertical-align: top;
}
.mgz-control-radio:after,
.mgz-control-checkbox:after {
  display: none;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  cursor: pointer;
  display: inline-block;
  vertical-align: sub;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #ffffff;
  border: 1px solid #adadad;
  color: transparent;
  float: left;
  height: 1.6rem;
  text-align: center;
  vertical-align: top;
  width: 1.6rem;
}
.mgz-control-radio + label,
.mgz-control-checkbox + label {
  padding-left: 2.2rem;
}
.mgz-control-radio + label:before,
.mgz-control-checkbox + label:before {
  margin: 1px 0 0 -2.2rem;
}
.mgz-control-radio:checked + label:before,
.mgz-control-checkbox:checked + label:before {
  color: #514943;
}
.mgz-control-radio.disabled + label,
.mgz-control-checkbox.disabled + label,
.mgz-control-radio[disabled] + label,
.mgz-control-checkbox[disabled] + label {
  color: #303030;
  cursor: default;
  opacity: .5;
}
.mgz-control-radio.disabled + label:before,
.mgz-control-checkbox.disabled + label:before,
.mgz-control-radio[disabled] + label:before,
.mgz-control-checkbox[disabled] + label:before {
  background-color: #e9e9e9;
  border-color: #adadad;
  cursor: default;
}
._keyfocus .mgz-control-radio:not([disabled]):focus + label:before,
._keyfocus .mgz-control-checkbox:not([disabled]):focus + label:before,
._keyfocus .mgz-control-radio:not(.disabled):focus + label:before,
._keyfocus .mgz-control-checkbox:not(.disabled):focus + label:before {
  border-color: #007bdb;
}
.mgz-control-radio:not([disabled]):hover + label:before,
.mgz-control-checkbox:not([disabled]):hover + label:before,
.mgz-control-radio:not(.disabled):hover + label:before,
.mgz-control-checkbox:not(.disabled):hover + label:before {
  border-color: #878787;
}
.mgz-control-radio + label:before {
  border-radius: 1.6rem;
  content: '';
  transition: border-color 0.1s linear, color 0.1s ease-in;
}
.mgz-control-radio.mgz-control-radio + label:before {
  line-height: 140%;
}
.mgz-control-radio:checked + label {
  position: relative;
}
.mgz-control-radio:checked + label:after {
  background-color: #514943;
  border-radius: 50%;
  content: '';
  height: 10px;
  left: 3px;
  position: absolute;
  top: 4px;
  width: 10px;
}
.mgz-control-radio:checked:not([disabled]):hover,
.mgz-control-radio:checked:not(.disabled):hover {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label,
.mgz-control-radio:checked:not(.disabled):hover + label {
  cursor: default;
}
.mgz-control-radio:checked:not([disabled]):hover + label:before,
.mgz-control-radio:checked:not(.disabled):hover + label:before {
  border-color: #adadad;
}
.mgz-control-checkbox + label:before {
  border-radius: 1px;
  content: '';
  font-size: 0;
  transition: font-size 0.1s ease-out, color 0.1s ease-out, border-color 0.1s linear;
}
.mgz-control-checkbox:checked + label:before {
  content: '\e62d';
  font-size: 1.1rem;
  line-height: 125%;
}
.mgz__actions-switch {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.admin__field-control .mgz__actions-switch {
  line-height: 3.2rem;
}
.mgz__actions-switch + .admin__field-service {
  min-width: 34rem;
}
.mgz__actions-switch-checkbox {
  position: absolute !important;
}
._disabled .mgz__actions-switch-checkbox + .mgz__actions-switch-label,
.mgz__actions-switch-checkbox.disabled + .mgz__actions-switch-label {
  cursor: not-allowed;
  opacity: 0.5;
  pointer-events: none;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:before {
  left: 15px;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label:after {
  background: #79a22e;
}
.mgz__actions-switch-checkbox:checked + .mgz__actions-switch-label .mgz__actions-switch-text:before {
  content: attr(data-text-on);
}
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:before,
._error .mgz__actions-switch-checkbox + .mgz__actions-switch-label:after {
  border-color: #e22626;
}
.mgz__actions-switch-label {
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  cursor: pointer;
  display: inline-block;
  height: 22px;
  line-height: 22px;
  position: relative;
  user-select: none;
  vertical-align: middle;
}
.mgz__actions-switch-label:before,
.mgz__actions-switch-label:after {
  left: 0;
  position: absolute;
  right: auto;
  top: 0;
}
.mgz__actions-switch-label:before {
  background: #ffffff;
  border: 1px solid #aaa6a0;
  border-radius: 100%;
  content: '';
  display: block;
  height: 22px;
  transition: left 0.2s ease-in 0s;
  width: 22px;
  z-index: 1;
}
.mgz__actions-switch-label:after {
  background: #e3e3e3;
  border: 1px solid #aaa6a0;
  border-radius: 12px;
  content: '';
  display: block;
  height: 22px;
  transition: background 0.2s ease-in 0s;
  width: 37px;
  z-index: 0;
}
.mgz__actions-switch-text:before {
  content: attr(data-text-off);
  padding-left: 47px;
  white-space: nowrap;
}
.mgzFlex,
.mgz-newsletter-form-inline,
.mgz-newsletter-form-inline2,
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.mgz-invisible {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.magezon-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Magezon-Icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.MgzFontAwesome {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.mgz-text-left {
  text-align: left;
}
.mgz-text-right {
  text-align: right;
}
.mgz-text-center {
  text-align: center;
}
.mgz-text-justify {
  text-align: justify;
}
.mgz-hidden {
  display: none;
}
.mgz-hide {
  display: none;
}
.mgz-visible {
  display: block;
}
.mgz_fit {
  width: 1% !important;
}
.mgz_center {
  text-align: center;
}
.mgz-newsletter-form-wrapper {
  margin-bottom: 15px;
}
.mgz-newsletter-form {
  max-width: 100%;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn span {
  visibility: hidden;
}
.mgz-newsletter-form.loading .mgz-newsletter-btn:before {
  display: block;
}
.mgz-newsletter-form .mgz-newsletter-fields .mgz-newsletter-field {
  margin-bottom: 10px;
}
.mgz-newsletter-form .actions {
  margin-bottom: 10px;
}
.mgz-newsletter-form .mgz-newsletter-btn {
  position: relative;
}
.mgz-newsletter-form .mgz-newsletter-btn:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  display: none;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 26px;
  margin-top: -13px;
  margin-left: -13px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 3px solid #fff;
  border-top-color: #000;
  content: '';
}
.mgz-newsletter-message-success {
  color: #006400;
}
.mgz-newsletter-message-error {
  color: #e02b27;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields {
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields .mgz-newsletter-field,
.mgz-newsletter-form-inline2 .mgz-newsletter-fields .mgz-newsletter-field {
  padding-right: 10px;
  width: 100%;
}
.mgz-newsletter-form-inline .mgz-newsletter-fields > .mgz-newsletter-field:last-child {
  padding: 0;
}
.mgz-newsletter-form-inline .mgz-newsletter-btn {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  margin-left: -2px;
}
.popupbuilder-popup {
  display: none;
}
.popupbuilder-prevent-scroll {
  overflow: hidden;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content {
  left: 0;
}
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-center-right .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  right: 0;
}
.mgz-flex.mgz-flex-position-top-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-top-right .popupbuilder-widget-content {
  top: 0;
}
.mgz-flex.mgz-flex-position-bottom-left .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-center .popupbuilder-widget-content,
.mgz-flex.mgz-flex-position-bottom-right .popupbuilder-widget-content {
  bottom: 0;
}
.popupbuilder-popup-modal {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  pointer-events: none;
  background-color: transparent;
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.popupbuilder-popup-modal .popupbuilder-buttons-wrapper,
.popupbuilder-popup-modal .popupbuilder-header {
  display: none;
}
.popupbuilder-popup-modal .popupbuilder-message {
  width: 100%;
  max-width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-widget-content {
  background-color: #fff;
  position: absolute;
  pointer-events: all;
  width: 700px;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  max-width: 100%;
  max-width: 100vw;
  max-height: 100vh;
  width: 100%;
  overflow: auto;
  box-sizing: border-box;
}
.popupbuilder-popup-modal .popupbuilder-poup-content-inner > .magezon-builder {
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup {
  display: block;
  width: 100%;
}
.popupbuilder-popup-modal .popupbuilder-popup-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #000;
  z-index: 1200;
  cursor: pointer;
  pointer-events: all;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.seositemap-map ul {
  *zoom: 1;
  margin-left: 15px;
  margin-bottom: 15px;
}
.seositemap-map ul:before,
.seositemap-map ul:after {
  display: table;
  content: "";
  line-height: 0;
}
.seositemap-map ul:after {
  clear: both;
}
.seositemap-map ul.stores li {
  font-weight: bold;
  font-size: 110%;
}
.seositemap-map ul li.level-2 {
  font-weight: bold;
}
.seositemap-map ul li.level-3 {
  margin-left: 15px;
}
.seositemap-map ul li.level-4 {
  margin-left: 30px;
  font-size: 90%;
}
.seositemap-map ul li.level-5 {
  margin-left: 45px;
  font-size: 90%;
}
.seositemap-map ul li.level-6 {
  margin-left: 60px;
  font-size: 90%;
}
.seositemap-map ul li.level-7 {
  margin-left: 75px;
  font-size: 90%;
}
.review-aggregate-hide {
  display: none;
}
/*seo-info*/
/*seo-info-color*/
.seo-info .seo-info-incorrect {
  color: #df280a;
}
.seo-info .seo-info-correct {
  color: #50B655;
}
.seo-info .seo-info-notice {
  color: #BD5D1F;
}
/*seo-info-main-style*/
.seo-info .seo-info-base-window {
  width: 370px;
  min-height: 10px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  background: #F8F8F8;
  color: #363636;
  z-index: 100000;
  font-family: Arial;
  outline: 5px solid rgba(203, 203, 203, 0.7);
}
.seo-info .seo-info-hr-style {
  margin: 5px;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.seo-info .seo-info-h1-style {
  font-family: Arial;
  background: #FEFEFE;
  color: #666666;
  padding: 3px 5px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  margin-bottom: 0px;
}
.seo-info .seo-info-h2-style {
  font-family: Arial;
  padding: 0px;
  margin: 5px 0px 0px 0px;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  font-weight: 400;
  color: #363636;
  text-transform: none;
}
.seo-info .seo-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  /*color: #363636;*/
}
.seo-info .seo-additional-info-text-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
}
/*seo-info-keyword-progress-bar*/
.seo-info .seo-info-progress-container {
  width: 100%;
  font-size: 13px;
}
.seo-info .seo-info-progress-label {
  width: 150px;
  font-size: 13px;
  line-height: 22px;
  font-weight: 400;
  padding-left: 10px;
  text-align: left;
}
.seo-info .seo-info-progress-label,
.seo-info .seo-info-progress {
  border-radius: 11px;
  box-shadow: none;
  display: inline-block;
  vertical-align: middle;
}
.seo-info .seo-info-progress {
  background-color: #f5f7fa;
  display: inline-block;
  box-shadow: none;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 150px;
  height: 6px;
}
.seo-info .seo-info-progress-success .seo-info-progress-bar {
  background-color: #50B655;
  border-color: #5cb85c;
  color: #5cb85c;
  box-sizing: border-box;
  border-radius: 11px;
  box-shadow: none;
  height: 100%;
  float: left;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
}
.seo-info .seo-info-progress-label,
.seo-info-progress {
  border-radius: 11px;
}
.seo-info .seo-info-progress.seo-info-progress-success {
  width: 100px;
}
.seo-info .seo-info-progress-bar {
  background-color: #a0c5e4;
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.15) inset;
  color: #428bca;
  float: left;
  font-size: 13px;
  height: 100%;
  line-height: 24px;
  text-align: center;
  transition: width 0.6s ease 0s;
  width: 0;
}
/*seo-info images alt info*/
.seo-info .seo-info-image-alt {
  display: inline-block;
  width: 260px;
}
/*link*/
.seo-info .seo-additional-info-link-style {
  font-family: Arial;
  font-size: 13px;
  text-align: left;
  word-wrap: break-word;
  padding-bottom: 3px;
}
.seo-info .seo-additional-info-link-style a {
  color: #3196CA;
}
/*scroll*/
.seo-info .seo-info-scroll {
  overflow-y: auto;
  height: 500px;
  margin-top: 0.7em;
  padding: 2px 15px 10px 5px;
  text-align: justify;
  margin-bottom: 5px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar {
  width: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb {
  background-color: #EAEAEA;
  border-radius: 7px;
}
.seo-info .seo-info-scroll::-webkit-scrollbar-thumb:hover {
  background-color: #EAEAEA;
  border-radius: 7px;
}
/*SEO Template Info*/
.seo-info .seo-additional-info-template-style {
  font-size: 13px;
}
/*hide/show button*/
.seo-info .seo-additional-info-hide-show-button-style {
  position: absolute !important;
  right: 0;
  top: 0;
  padding-right: 7px;
  color: #3196CA;
  text-decoration: underline;
  cursor: pointer;
}
.seo-info .m-seo-info-scroll-hide {
  display: none;
}
/*table for SEO Templates*/
.seo-info .m-seo-info-template-table {
  display: table;
  width: 100%;
  padding-top: 3px;
}
.seo-info .m-seo-info-template-table-row {
  display: table-row;
}
.seo-info .m-seo-info-template-table-cell {
  display: table-cell;
  text-align: center;
  padding: 2px;
  vertical-align: middle;
}
.seo-info .m-seo-info-template-table-cell:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(2) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-table-cell:nth-child(3) {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-template-left {
  text-align: left;
  padding-left: 1px;
}
.seo-info .m-seo-info-template-table-row:last-child .m-seo-info-template-table-cell {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.seo-info .m-seo-info-id-width {
  width: 30px;
}
.seo-info .m-seo-info-rule-name-width {
  width: 120px;
}
.seo-info .m-seo-info-sort-order-width {
  width: 70px;
}
.seo-info .m-seo-info-rules-processing-width {
  width: 110px;
}
.seo-info .m-seo-info-status-width {
  width: auto;
}
/*seo-info demo store style*/
@media all and (max-width: 590px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 40px !important;
    right: 10px !important;
  }
}
@media all and (min-width: 591px) {
  .seo-info .seo-info-base-window.m-seo-info-demo-style {
    bottom: 5px !important;
    right: 260px !important;
  }
}
.mst-seo-content__description {
  display: block;
  color: #333;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  width: 100%;
  text-align: left;
  padding: 10px;
  background: rgba(255, 255, 255, 0.2);
}
.mst-seo-toolbar__toolbar {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  z-index: 1000000;
  outline: 5px solid rgba(74, 69, 66, 0.6);
  box-shadow: 2px 2px 2px 0 rgba(50, 50, 50, 0.25);
  max-width: 90%;
  min-width: 10rem;
  background: #fff;
}
.mst-seo-toolbar__toolbar-header {
  font-weight: 600;
  color: #fff;
  background: #315aa5;
  padding: 1rem 2rem 1rem 4rem;
  text-align: center;
  position: relative;
}
.mst-seo-toolbar__toolbar-header > i {
  position: absolute;
  left: 1rem;
  font-size: 15px;
}
.mst-seo-toolbar__toolbar-header .close {
  position: absolute;
  right: 1rem;
  top: 0.7rem;
  font-size: 18px;
  cursor: pointer;
}
.mst-seo-toolbar__toolbar-content {
  background: #F5F5F5;
  max-height: 55vh;
  overflow-y: auto;
}
.mst-seo-toolbar__toolbar-content section label {
  color: #999;
  padding: 1rem;
  display: block;
}
.mst-seo-toolbar__toolbar-content section ul {
  margin: 0;
  background: #fff;
  padding: 0 1rem;
  list-style: none;
}
.mst-seo-toolbar__toolbar-content section ul li {
  display: flex;
  border-bottom: 1px solid #eee;
  margin: 0;
  padding: 1rem 0;
}
.mst-seo-toolbar__toolbar-content section ul li .title {
  font-weight: 600;
  width: 12rem;
  font-size: 1.3rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status {
  width: 20px;
  height: 20px;
  text-align: center;
  background-repeat: no-repeat;
  margin-right: 1rem;
}
.mst-seo-toolbar__toolbar-content section ul li .status._success {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%231C9D74' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M13.8274662,4.73712054 C13.6809464,4.57908482 13.4424141,4.57908482 13.2968944,4.73712054 L7.70563722,10.6990848 C7.55911738,10.858192 7.32008501,10.858192 7.17456531,10.6990848 L4.72473356,8.02640625 C4.65222374,7.94712054 4.55721087,7.90801339 4.46169794,7.90747768 C4.36518487,7.90694196 4.2671716,7.94604911 4.19366164,8.02640625 L3.11101503,9.06890625 C3.03900528,9.14819196 3,9.24729911 3,9.35069196 C3,9.45462054 3.03900528,9.56337054 3.1115151,9.64212054 L5.58184963,12.4192634 C5.7278694,12.5778348 5.96740184,12.8349777 6.11292154,12.9924777 L7.17506537,14.139442 C7.32108515,14.2964063 7.55961745,14.2964063 7.70613729,14.139442 L14.8901101,6.45729911 C15.03663,6.29979911 15.03663,6.04104911 14.8901101,5.88354911 L13.8274662,4.73712054 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .status._warning,
.mst-seo-toolbar__toolbar-content section ul li .status._error {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3C!-- Generator: Sketch 47.1 (45422) - http://www.bohemiancoding.com/sketch --%3E%3Cdesc%3ECreated with Sketch.%3C/desc%3E%3Cdefs%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='Artboard'%3E%3Ccircle id='Oval' fill='%23FF5501' cx='9' cy='9' r='9'%3E%3C/circle%3E%3Cpath d='M10.21944,3 C11.02296,3 11.4246,3.54804 11.4246,4.17468 C11.4246,4.95732 10.72692,5.68128 9.81768,5.68128 C9.0564,5.68128 8.61228,5.23104 8.6334,4.48764 C8.6334,3.86112 9.162,3 10.21944,3 Z M7.74516,15 C7.11072,15 6.64548,14.60856 7.0896,12.8862 L7.818,9.83136 C7.94484,9.34212 7.9656,9.14652 7.818,9.14652 C7.62744,9.14652 6.80388,9.48444 6.3168,9.81732 L6,9.28872 C7.54356,7.9776 9.31944,7.20864 10.08048,7.20864 C10.71468,7.20864 10.82064,7.97196 10.50348,9.1464 L9.6696,12.3576 C9.52152,12.92508 9.58524,13.12068 9.73284,13.12068 C9.92316,13.12068 10.54728,12.88512 11.16036,12.39576 L11.52,12.88524 C10.01856,14.412 8.3796,15 7.74516,15 Z' id='Shape' fill='%23FFFFFF' fill-rule='nonzero'%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-seo-toolbar__toolbar-content section ul li .description {
  max-width: 30rem;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
.mst-seo-toolbar__toolbar-content section ul li .description .note {
  color: #999;
  font-size: 90%;
  overflow-x: hidden;
  word-wrap: break-word;
  margin-top: .5rem;
}
.mst-seo-toolbar__toolbar-content section ul li a {
  font-size: 1.2rem;
  color: #006bb4;
  text-decoration: underline;
}
.mst-seo-toolbar__toolbar-content section ul li a:hover {
  text-decoration: none;
}
.mst-seo-toolbar__toolbar._hidden {
  outline: none;
  box-shadow: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-content {
  display: none;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header {
  position: fixed;
  left: 2rem;
  bottom: 2rem;
  background: #315aa5;
  color: #fff;
  padding: 1rem 1.5rem 1rem 4rem;
  border-radius: 2px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  z-index: 100000;
}
.mst-seo-toolbar__toolbar._hidden .mst-seo-toolbar__toolbar-header .close {
  display: none;
}
body.tutorial .mst-seo-toolbar__toolbar,
body.no-tutorial .mst-seo-toolbar__toolbar {
  left: 1rem;
  right: auto;
}
@media only screen and (min-width: 1170px) {
  ul.level1 > li.mega.has-child:focus > .child-content,
  ul.level1 > li.mega.has-child:hover > .child-content {
    top: 10px;
  }
  ul.level2 > li.mega.has-child:focus > .child-content,
  ul.level2 > li.mega.has-child:hover > .child-content {
    top: 10px;
  }
  ul.level3 > li.mega.has-child:focus > .child-content,
  ul.level3 > li.mega.has-child:hover > .child-content {
    top: 10px;
  }
  .ub-mega-menu li.mega.style-tabs .child-content {
    padding: 20px 0;
  }
  .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner {
    padding: 0 20px;
  }
  .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 170px;
  }
  .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 82%;
    min-height: 100% !important;
  }
  .mega-with-thumb ul.mega-menu li {
    width: 20% !important;
  }
}
.drilldown-sub {
  display: none;
}
.child-content.drilldown-root {
  display: block !important;
}
.drilldown-root > .drilldown-buttons {
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
  display: inline-block;
  height: 50px;
  left: 0;
  margin: 0 -20px;
  padding: 0 20px;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  width: 100%;
  z-index: 11;
}
.drilldown-root.sticky-disabled > .drilldown-buttons {
  position: static;
}
.drilldown:after {
  background-color: #ffffff;
  color: #333333;
  content: "";
  height: 50px;
  position: fixed;
  right: -50px;
  top: 0;
  width: 50px;
}
.drilldown-container li,
.drilldown-container li.mega {
  border-bottom: 0 !important;
  margin-bottom: 0;
}
.drilldown-container li span.mega,
.drilldown-container li.mega span.mega,
.drilldown-container li a.mega,
.drilldown-container li.mega a.mega {
  border-bottom: 1px solid #eeeeee;
  display: block;
  font-weight: 400;
  line-height: 48px;
  width: 100%;
}
.drilldown-container li span.mega span.menu-title,
.drilldown-container li.mega span.mega span.menu-title,
.drilldown-container li a.mega span.menu-title,
.drilldown-container li.mega a.mega span.menu-title {
  background: none !important;
  display: inline-block !important;
  padding: 0 !important;
  text-transform: none;
  width: auto;
}
.drilldown-container li span.mega.has-child,
.drilldown-container li.mega span.mega.has-child,
.drilldown-container li a.mega.has-child,
.drilldown-container li.mega a.mega.has-child {
  font-weight: 700;
  position: relative;
}
.drilldown-container li span.mega.has-child span.menu-title,
.drilldown-container li.mega span.mega.has-child span.menu-title,
.drilldown-container li a.mega.has-child span.menu-title,
.drilldown-container li.mega a.mega.has-child span.menu-title {
  text-transform: uppercase;
}
.drilldown-container li span.mega.has-child:after,
.drilldown-container li.mega span.mega.has-child:after,
.drilldown-container li a.mega.has-child:after,
.drilldown-container li.mega a.mega.has-child:after {
  color: inherit;
  content: '\f105';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  line-height: inherit;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.drilldown-root {
  width: 100% !important;
}
.drilldown-root .drilldown-back {
  background-color: #ffffff;
  color: #333333;
  display: none;
  font-weight: bold;
  line-height: 48px;
  padding-left: 20px;
  text-transform: uppercase;
  order: 2;
}
.drilldown-root .drilldown-back:active,
.drilldown-root .drilldown-back:focus,
.drilldown-root .drilldown-back:hover {
  color: #333333;
  text-decoration: underline;
}
.drilldown-root .drilldown-back::after {
  color: inherit;
  content: '\f104';
  display: inline-block;
  font-family: 'FontAwesome';
  font-size: 18px;
  font-weight: normal;
  left: 20px;
  line-height: inherit;
  overflow: hidden;
  position: absolute;
  speak: none;
  -webkit-font-smoothing: antialiased;
}
.drilldown-root .menu-group-link {
  color: #333333;
  display: none;
  float: right;
  font-size: 12px;
  line-height: 48px;
  padding-bottom: 0;
  padding-left: 0;
  text-decoration: underline;
}
.drilldown .mega-col,
.drilldown .child-content-inner {
  width: 100% !important;
}
.drilldown .child-content-inner {
  min-height: 0;
  overflow: auto;
}
.drilldown .menu-desc {
  display: none !important;
}
.drilldown .block-title {
  margin: 0.625rem 0 1.25rem;
}
.drilldown .block-title strong {
  font-size: 14px;
  font-weight: 700;
}
.drilldown ul.level1 .child-content,
.drilldown ul.level2 .child-content,
.drilldown ul.level3 .child-content {
  border: 0;
  position: static;
  box-shadow: none;
}
.drilldown ul.level1 .child-content-inner,
.drilldown ul.level2 .child-content-inner,
.drilldown ul.level3 .child-content-inner {
  padding: 0 0 0 20px;
  box-sizing: border-box;
}
.drilldown ul.level1 li.mega,
.drilldown ul.level2 li.mega,
.drilldown ul.level3 li.mega {
  border-bottom: 0 !important;
}
.drilldown ul.level1 li.mega span.mega span.menu-icon,
.drilldown ul.level2 li.mega span.mega span.menu-icon,
.drilldown ul.level3 li.mega span.mega span.menu-icon,
.drilldown ul.level1 li.mega a.mega span.menu-icon,
.drilldown ul.level2 li.mega a.mega span.menu-icon,
.drilldown ul.level3 li.mega a.mega span.menu-icon {
  display: inline-block;
  height: 15px;
  left: 0;
  margin: 0;
  position: static;
  top: 0;
  width: 20px;
}
@media only screen and (max-width: 768px) {
  .field-tooltip .field-tooltip-content {
    left: auto;
    right: -10px;
    top: 40px;
  }
  .field-tooltip .field-tooltip-content::before,
  .field-tooltip .field-tooltip-content::after {
    border: 10px solid transparent;
    height: 0;
    left: auto;
    margin-top: -21px;
    right: 10px;
    top: 0;
    width: 0;
  }
  .field-tooltip .field-tooltip-content::before {
    border-bottom-color: #999999;
  }
  .field-tooltip .field-tooltip-content::after {
    border-bottom-color: #f4f4f4;
    top: 1px;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
*/
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media all and (min-width: 768px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    clear: left;
    float: left;
    margin: 0 10px 5px 0;
  }
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    display: inline-block;
    float: left;
    margin: 0 0 5px;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .column .block-addbysku .block-content .box,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    width: 48.8%;
  }
  .column .block-addbysku .block-content .box:nth-child(odd),
  .login-container .block:nth-child(odd),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(odd),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(odd) {
    clear: left;
    float: left;
  }
  .column .block-addbysku .block-content .box:nth-child(even),
  .login-container .block:nth-child(even),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box:nth-child(even),
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box:nth-child(even),
  .sales-guest-view .column.main .block:not(.widget) .block-content .box:nth-child(even) {
    float: right;
  }
  .abs-reset-left-margin-desktop,
  .bundle-options-container .legend.title,
  .column.main .cart-summary .actions-toolbar,
  .cart.table-wrapper .item-actions .actions-toolbar,
  .gift-summary .actions-toolbar,
  .cart.table-wrapper .gift-summary .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar,
  .form-new-agreement .fieldset .legend,
  .form-new-agreement .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .wishlist-index-index .main .form-wishlist-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-add-invitations .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 75.8%;
    top: 6px;
  }
  .form-giftregistry-share .fieldset .field:not(.choice) .control,
  .form-giftregistry-edit .fieldset .field:not(.choice) .control,
  .form-add-invitations .fieldset .field:not(.choice) .control,
  .form-create-return .fieldset .field:not(.choice) .control,
  .form.send.friend .fieldset .field:not(.choice) .control {
    width: 50%;
  }
  .abs-margin-for-forms-desktop,
  .fieldset .legend,
  .column:not(.sidebar-main) form .actions-toolbar,
  .column:not(.sidebar-additional) form .actions-toolbar,
  .login-container .fieldset:after {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .modes-label,
  .block-search .label,
  .dashboard-welcome-toggler {
    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,
  .abs-pager-toolbar:before,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:before,
  .column .block-addbysku .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container: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,
  .gift-wrapping .nested:before,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:before,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:before,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:before,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:before,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:before,
  .header.content:after,
  .page-header .header.panel:before,
  .page-header .header.panel:after,
  .account .toolbar:before,
  .account .toolbar:after,
  .toolbar-giftregistry-results:before,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:before,
  .toolbar-wishlist-results:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .abs-pager-toolbar:after,
  .block-cart-failed .block-content:after,
  .column .block-addbysku .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .gift-wrapping .nested:after,
  .table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .paypal-review .block-content:after,
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content:after,
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content:after,
  .sales-guest-view .column.main .block:not(.widget) .block-content:after,
  .header.content:after,
  .page-header .header.panel:after,
  .account .toolbar:after,
  .toolbar-giftregistry-results:after,
  .toolbar-wishlist-results:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .column.main,
  .sidebar-main,
  .sidebar-additional {
    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,
  .product-add-form .fieldset > .field,
  .product-add-form .fieldset .fields > .field {
    margin: 0 0 20px;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label,
  .product-add-form .fieldset > .field:not(.choice) > .label,
  .product-add-form .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,
  .product-add-form .fieldset > .field:not(.choice) > .control,
  .product-add-form .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,
  .product-add-form .fieldset > .field > .label,
  .product-add-form .fieldset .fields > .field > .label {
    margin: 0 0 5px;
    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,
  .product-add-form .fieldset > .field.choice:before,
  .product-add-form .fieldset .fields > .field.choice:before,
  .product-add-form .fieldset > .field.no-label:before,
  .product-add-form .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .product-add-form .fieldset > .field:not(:first-child):last-of-type,
  .product-add-form .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-no-display-desktop,
  .opc-estimated-wrapper,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    margin-bottom: 20px;
    position: relative;
  }
  .abs-pager-toolbar .limiter,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .limiter {
    float: right;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    float: left;
    line-height: normal;
    padding: 7px 0 0;
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    width: 100%;
    z-index: 0;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    float: left;
    position: relative;
    width: 73%;
  }
  .abs-shopping-cart-items-desktop .actions,
  .block-cart-failed .actions,
  .cart-container .form-cart .actions,
  .cart-container .cart-gift-item .actions {
    text-align: right;
  }
  .block-cart-failed .action.clear,
  .block-cart-failed .action.update,
  .cart-container .form-cart .action.clear,
  .cart-container .form-cart .action.update,
  .cart-container .cart-gift-item .action.clear,
  .cart-container .cart-gift-item .action.update {
    margin-left: 10px;
  }
  .block-cart-failed .action.continue,
  .cart-container .form-cart .action.continue,
  .cart-container .cart-gift-item .action.continue {
    float: left;
  }
  h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  .navigation,
  .breadcrumbs,
  .page-header .header.panel,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1200px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
  }
  .page-main {
    width: 100%;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 66.66666667%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 83.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 83.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 16.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-left: 2%;
    padding-right: 0;
  }
  .sidebar-additional {
    clear: right;
    padding-left: 2%;
  }
  .page-layout-3columns .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .page-layout-2columns-left .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .sidebar-additional {
    width: 16.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .main {
    padding-left: 2%;
  }
  .page-layout-2columns-left .sidebar-additional {
    clear: left;
    float: left;
    padding-left: 0;
  }
  .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;
    margin-bottom: 25px;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content {
    display: block !important;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
  }
  .navigation {
    background: #ffffff;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 10px 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 53px;
    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: #262626;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #27a86b;
    border-style: solid;
    border-width: 0 0 3px;
    color: #262626;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e622';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #e5e1d9;
    border: 1px solid #c8c8c8;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.19);
    font-weight: 700;
    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: #e5e1d9;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #e5e1d9;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #c8c8c8;
    color: #c8c8c8;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #575757;
    padding: 8px 20px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f8f8f8;
    color: #262626;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #27a86b;
    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: '\e608';
    font-family: 'icons-blank-theme';
    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: 'icons-blank-theme';
    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;
  }
  .fieldset > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
    margin: 0 0 29px;
  }
  .fieldset > .field > .label {
    margin: 0;
  }
  .fieldset > .field:before,
  .fieldset > .field:after {
    content: '';
    display: table;
  }
  .fieldset > .field:after {
    clear: both;
  }
  .fieldset > .field.choice:before,
  .fieldset > .field.no-label:before {
    padding: 20px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .fieldset > .field .description {
    padding: 20px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .label {
    padding: 20px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 20px;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 20px;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 5px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 600;
    line-height: 20px;
    font-size: 1.4rem;
    color: #717171;
    text-decoration: none;
    background: #d9d3c7;
    border: 1px solid #c8c8c8;
    border-bottom: none;
    height: 20px;
    padding: 5px 20px 5px 20px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #717171;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #717171;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #262626;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #e3dfd6;
  }
  .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: #f8f7f4;
    color: #262626;
    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: 6px;
  }
  .product.data.items > .item.content {
    background: #f8f7f4;
    margin-top: 31px;
    padding: 20px 20px 20px 20px;
    border: 0;
    border-top: 1px solid #c8c8c8;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .secondary {
    float: right;
  }
  .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 5px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    margin-bottom: 0;
    width: auto;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 40px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    width: 52%;
    padding: 0 30px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    width: 76%;
    padding-right: 40px;
  }
  .desktop.two-columns-left section.content {
    width: 76%;
    padding-left: 40px;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-element-block {
    display: block;
    margin-bottom: 30px;
    border: 1px solid #e9e9e9;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 98, 176, 0.1);
  }
  .amblog-element-block .amblog-title,
  .amblog-main-content .amblog-search .amblog-title {
    padding: 15px 15px;
  }
  .amblog-element-block .amblog-title:before,
  .amblog-element-block .amblog-title:after {
    display: none;
  }
  .amblog-element-block .amblog-item {
    padding: 15px 20px;
  }
  .amblog-element-block .amblog-item.-search {
    padding: 20px 15px;
  }
  .amblog-post-container {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
  .amblog-post-container .amblog-tags {
    margin: 25px 0;
    padding: 0 25px;
  }
  .amblog-post-container .amblog-content {
    margin-top: 20px;
    padding: 0 25px 15px;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-title {
    margin-bottom: 20px;
  }
  .amblog-post-container .amblog-footer {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-items: center;
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    min-width: 41%;
    text-align: right;
  }
  .amblog-post-container .amblog-read {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    color: #0e6bd7;
    background: none;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-main-content .amblog-search .amblog-item {
    padding: 30px 25px;
  }
  .amblog-main-content .amblog-search .amblog-title {
    padding: 20px 20px;
    border-bottom: 1px solid #e9e9e9;
  }
  .amblog-main-content .amblog-search .amblog-form-container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .amblog-main-content .amblog-search .amblog-field {
    width: 100%;
    margin-bottom: 0;
  }
  .amblog-main-content .amblog-search .amblog-btn {
    max-width: 250px;
    max-height: 40px;
    margin-left: 15px;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-main-content > .amblog-item {
    margin-bottom: 50px;
  }
  .amblog-main-content > .amblog-item:last-child {
    margin-bottom: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    text-decoration: none;
    background: #185eaf;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-features > .amblog-item.-comments .amblog-ref {
    white-space: nowrap;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .amblog-social-container {
    padding: 15px 25px 0;
  }
  .amblog-pager-container {
    width: 290px;
    margin: 40px auto 50px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-comments-wrapper > .amblog-title,
  .amblog-related-wrapper > .amblog-title {
    padding: 20px 30px;
  }
  .amblog-comments-container {
    margin: 30px 30px 0;
  }
  .amblog-comments-action {
    padding: 10px 30px 50px;
  }
  .amblog-form-comment {
    padding-left: 45px;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin: 0 20px 15px 0;
  }
  .amblog-form-comment .amblog-input {
    padding-left: 15px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    width: 230px;
    padding: 14px 0;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  .amblog-post-container .amblog-widget-container .amblog-title {
    padding: 25px 30px 0;
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px 0;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 47%;
    box-sizing: border-box;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    -webkit-box-pack: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    width: 31%;
    margin: 0 20px 20px 0;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-post-container .amblog-widget-container.-tags {
    padding: 0 30px 15px;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px;
  }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0;
  }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 50%;
  }
  .nav-sections-item-content > ul.level0 {
    display: block;
  }
  .menu-group-link,
  .menu-parent-icon {
    display: none;
  }
  ul.level0 > li.mega > .mega {
    padding: 0 14px;
    position: relative;
  }
  ul.level0 > li.mega.style-default,
  ul.level0 > li.mega.style-1,
  ul.level0 > li.mega.style-2 {
    position: static;
  }
  ul.level0 > li.mega.style-default .child-content,
  ul.level0 > li.mega.style-1 .child-content,
  ul.level0 > li.mega.style-2 .child-content {
    left: 0;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    float: right;
    margin-left: 20px;
  }
  ul.level0 > li.mega.style-tabs .child-content .child-content-inner {
    box-sizing: border-box;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
    font-size: 14px;
    line-height: 25px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    margin-bottom: 20px;
    max-width: 400px;
  }
  ul.level1 > li.mega.has-child:focus > .child-content,
  ul.level1 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 30px;
  }
  ul.level2 > li.mega.has-child:focus > .child-content,
  ul.level2 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 30px;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 130px;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega .child-content {
    box-sizing: border-box;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega .child-content .child-content-inner {
    padding: 0;
    box-sizing: border-box;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega {
    background-color: transparent !important;
    color: #575757;
    line-height: 100%;
    padding-bottom: 10px !important;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level3 > li.mega.group > .mega.active {
    color: #1979c3;
  }
  li.mega.style-tabs ul.level2 > li.mega .mega {
    color: #575757;
    font-weight: 600;
    line-height: 35px;
    padding: 0 10px;
  }
  li.mega.style-tabs ul.level2 > li.mega.has-child .child-content {
    display: none;
  }
  li.mega.style-tabs ul.level2 > li.mega.has-child.active > .child-content {
    display: block !important;
  }
  li.mega.style-tabs ul.level2 > li.mega.has-child.active .has-child {
    background-color: #f0f0f0 !important;
    background-image: url('../Ubertheme_UbMegaMenu/images/ver-bg-has-child-blue.png');
    color: #1979c3;
  }
  li.mega.style-tabs ul.level2 > li.mega.has-child.active > li.mega .mega {
    color: #1979c3;
  }
  li.mega.style-tabs ul.level3 > li.mega .mega:hover {
    color: #1979c3;
  }
  li.mega.style-tabs ul.level3 > li.mega .mega.active {
    color: #1979c3;
  }
  li.mega.style-tabs ul.level4 > li.mega .mega {
    font-weight: 400;
    padding: 0;
  }
  li.mega.style-tabs ul.level4 > li.mega .mega:hover {
    color: #1979c3;
  }
  li.mega.style-tabs ul.level4 > li.mega .mega.active {
    color: #1979c3;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 64%;
  }
  li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: 50% !important;
  }
  .mega-with-thumb ul.mega-menu li {
    margin: 0 !important;
    padding: 0 15px !important;
    width: 33.332%;
    box-sizing: border-box;
  }
  .mega-with-thumb ul.mega-menu li a.mega {
    padding: 0 !important;
  }
  .ub-mega-menu-vertical .child-content {
    left: 120px;
  }
  .ub-mega-menu-vertical ul.level0 > li.mega {
    position: relative;
  }
  .ub-mega-menu-vertical ul.level1 li.mega.has-child:hover > .child-content,
  .ub-mega-menu-vertical ul.level1 li.mega.has-child:focus > .child-content {
    right: -200px;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical .child-content {
    right: 120px;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level0 > li.mega {
    position: relative;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level1 li.mega.has-child:hover > .child-content,
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level1 li.mega.has-child:focus > .child-content {
    left: -200px;
  }
  .block-cart-failed .actions {
    text-align: left;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
    width: 57%;
  }
  .bundle-options-container .block-bundle-summary {
    float: right;
    position: relative;
    width: 40%;
  }
  .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%;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 4%) / 3);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    width: 25%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    width: 50%;
  }
  .page-products .columns {
    padding-top: 0;
    position: relative;
    z-index: 1;
  }
  .products.wrapper ~ .toolbar .pages {
    float: left;
  }
  .toolbar-amount {
    float: left;
  }
  .sorter {
    float: right;
  }
  .modes {
    display: inline-block;
    float: left;
    margin-right: 20px;
  }
  .products.wrapper ~ .toolbar .modes {
    display: none;
  }
  .modes-mode {
    color: #717171;
    border: 1px solid #c8c8c8;
    border-right: 0;
    float: left;
    font-weight: 400;
    line-height: 1;
    padding: 7px 10px;
    text-align: center;
    display: inline-block;
    text-decoration: none;
  }
  .modes-mode:not(.active):hover {
    color: #717171;
    background: #cac2b2;
  }
  .modes-mode:last-child {
    border-right: 1px solid #c8c8c8;
  }
  .modes-mode.active {
    color: #a6a6a6;
  }
  .modes-mode > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .modes-mode:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 24px;
    line-height: inherit;
    color: #717171;
    content: '\e60d';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .modes-mode:hover:before {
    color: #717171;
  }
  .mode-list:before {
    content: '\e60b';
  }
  .products.wrapper ~ .toolbar .limiter {
    display: block;
    float: right;
  }
  .product-info-main .box-tocart,
  .product-options-bottom .box-tocart {
    display: table;
  }
  .product-info-main .box-tocart .field.qty,
  .product-options-bottom .box-tocart .field.qty {
    display: table-cell;
  }
  .product-info-main .box-tocart .actions,
  .product-options-bottom .box-tocart .actions {
    display: table-cell;
    padding-top: 25px;
    text-align: center;
    vertical-align: bottom;
  }
  .product-info-main .page-title-wrapper .page-title {
    margin-top: -13px;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: left;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto;
  }
  .sidebar .product-items .product-item-details {
    margin: 0;
  }
  .sidebar .product-items .product-item-actions {
    clear: left;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
    margin-bottom: 25px;
  }
  .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%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 30px;
    padding: 10px 0 30px;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .block-search {
    float: right;
    padding-left: 15px;
    position: relative;
    width: 250px;
    z-index: 4;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0 0 25px;
  }
  .block-search .nested {
    display: block;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    margin: 0;
    padding-right: 35px;
    position: static;
  }
  .block-search input::-webkit-input-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input::-moz-placeholder {
    color: #c2c2c2;
  }
  .block-search input:-ms-input-placeholder {
    color: #c2c2c2;
  }
  .block-search .action.search {
    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;
    padding: 5px 0;
    position: absolute;
    right: 10px;
    top: 0;
    z-index: 1;
  }
  .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: 22px;
    line-height: 22px;
    color: #8f8f8f;
    content: '\e615';
    font-family: 'icons-blank-theme';
    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;
  }
  .block-search .action.search:focus:before {
    color: #333333;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-container .widget.block {
    margin-bottom: 20px;
  }
  .cart-summary {
    float: right;
    position: relative;
    width: 23%;
  }
  .column.main .cart-summary .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 20px;
    margin: 0 0 10px;
  }
  .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 5px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper .item .col.item {
    padding: 27px 8px 10px;
  }
  .cart.table-wrapper .item-actions td {
    text-align: right;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding-right: 20px;
    position: static;
    vertical-align: top;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: top;
    white-space: normal;
    width: 99%;
  }
  .cart.table-wrapper .item-actions .actions-toolbar {
    text-align: left;
  }
  .cart .action {
    margin-bottom: 10px;
  }
  .cart-products-toolbar .toolbar-amount {
    line-height: 30px;
    margin: 0;
  }
  .cart-products-toolbar .pages {
    float: right;
    margin: 0 0 1px;
  }
  .cart-products-toolbar .pages .item:last-child {
    margin-right: 0;
  }
  .cart.table-wrapper .cart-products-toolbar + .cart thead tr th.col {
    padding-bottom: 7px;
    padding-top: 8px;
  }
  .cart.table-wrapper .cart + .cart-products-toolbar {
    margin-top: 25px;
  }
  .minicart-wrapper {
    margin-left: 13px;
  }
  .minicart-wrapper .block-minicart {
    right: -15px;
    width: 390px;
  }
  .opc-wrapper {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 30px;
  }
  .checkout-onepage-success .print {
    display: block;
    float: right;
    margin: 22px 0 0;
  }
  .opc-progress-bar-item {
    width: 185px;
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 600px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 10px;
  }
  .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: 600px;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 20px;
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 1px solid #bebebe;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 0 0;
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0.1s;
    position: absolute;
    text-align: left;
    top: 100%;
    transform: scale(1, 0);
    transform-origin: 0 0;
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
  }
  .authentication-dropdown._show {
    z-index: 100;
    -webkit-transform: scale(1, 1);
    -webkit-transition: -webkit-transform linear 0.1s, visibility 0s linear 0s;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 33.33333333%;
    text-align: right;
  }
  .block-authentication .block-title {
    font-size: 3.6rem;
    border-bottom: 0;
    margin-bottom: 25px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .secondary {
    float: left;
    margin-right: 2rem;
    padding-top: 1rem;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 10px 30px 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 10px 0 0 40px;
  }
  .popup-authentication .block[class] + .block:before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field {
    margin: 0 0 20px;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.choice:before {
    padding: 0;
    width: 0;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type .control {
    margin-left: 25.8%;
  }
  .checkout-payment-method .payment-method-content .fieldset > .field.type.no-detection .control {
    margin-left: 0;
  }
  .checkout-billing-address .action-update {
    float: right;
  }
  .checkout-billing-address .actions-toolbar .action-cancel {
    margin: 6px 20px 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .contact-index-index .column:not(.sidebar-additional) .form.contact {
    min-width: 600px;
  }
  .login-container .block .login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 30px;
  }
  .login-container .block .login .actions-toolbar > .secondary {
    float: left;
  }
  .fieldset .fullname .field .label {
    padding: 20px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .fieldset .fullname .field .control {
    width: 74.2%;
    float: left;
  }
  .form.password.reset,
  .form.send.confirmation,
  .form.password.forget,
  .form.create.account,
  .form.search.advanced,
  .form.form-orders-search {
    min-width: 600px;
    width: 50%;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .block-addresses-list .items.addresses {
    font-size: 0;
  }
  .block-addresses-list .items.addresses > .item {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 48.8%;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .block-addresses-list .items.addresses > .item:nth-child(even) {
    margin-left: 2.4%;
  }
  .control.captcha-image .captcha-img {
    margin: 0 10px 10px 0;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-downloadable .product-options-bottom .field.qty + .actions {
    padding-top: 0;
  }
  .gift-message .field {
    margin-bottom: 20px;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    float: right;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 20px;
  }
  .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;
  }
  .cart.table-wrapper .action-gift {
    float: left;
  }
  .order-options .gift-wrapping,
  .table-order-review .gift-wrapping {
    max-width: 50%;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field {
    margin: 0 0 20px;
    box-sizing: border-box;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field > .label {
    margin: 0;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    content: '';
    display: table;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:after {
    clear: both;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.choice:before,
  .form-giftregistry-search .fieldset > .fields-specific-options > .field.no-label:before {
    padding: 20px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field .description {
    padding: 20px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .label {
    padding: 20px 15px 0 0;
    text-align: right;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .form-giftregistry-search .fieldset > .fields-specific-options > .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 20px 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-options-cart-item .gift-wrapping,
  .cart-gift-item .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 20px;
    width: 50%;
  }
  .gift-options-cart-item .gift-wrapping + .gift-message,
  .cart-gift-item .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .form-add-invitations .additional,
  .form-add-invitations .field.text {
    margin-top: 29px;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .wishlist.window.popup .field {
    margin: 0 0 20px;
  }
  .wishlist.window.popup .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .wishlist.window.popup .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .wishlist.window.popup .field > .label {
    margin: 0 0 5px;
    display: inline-block;
  }
  .wishlist.window.popup .field.choice:before,
  .wishlist.window.popup .field.no-label:before {
    display: none;
  }
  .block-wishlist-management {
    margin-bottom: 20px;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #f8f8f8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 10px;
    padding: 5px 10px 10px;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 10px 10px;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #27a86b;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 25px;
  }
  .block.newsletter {
    max-width: 44%;
    width: max-content;
  }
  .block.newsletter .field {
    margin-right: 5px;
  }
  .block.newsletter .field.newsletter {
    max-width: 220px;
  }
  .block.newsletter .field .control {
    width: 100%;
  }
  .block.newsletter .action.subscribe {
    border-radius: 3px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #c8c8c8;
  }
  .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 .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .reward-settings + .actions-toolbar {
    margin-top: -32px;
  }
  .form-create-return .additional .field:last-child {
    margin-top: 29px;
  }
  .magento-rma-guest-returns .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .block-returns-tracking .block-title .action {
    margin: 0 0 0 30px;
  }
  .block-returns-tracking .block-title .actions-track {
    float: right;
    margin-top: 12px;
  }
  .table-order-items .subtotal,
  .table-order-items .amount {
    text-align: right;
  }
  .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;
  }
  .order-pager-wrapper .order-pager-wrapper-top {
    padding-left: 0;
    padding-right: 0;
  }
  .order-pager-wrapper .pages {
    float: right;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .page-title-wrapper .order-date {
    margin-top: -20px;
  }
  [class^='sales-guest-'] .column.main .block:not(.widget) .block-content .box,
  .sales-guest-view .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 20px;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .navigation ul {
    padding: 0 8px;
  }
  .header.panel > .header.links {
    float: right;
    font-size: 0;
    margin: 0;
    padding: 0;
    list-style: none none;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    font-size: 14px;
    margin: 0 0 0 15px;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li a {
    line-height: 1.4;
  }
  .header.panel > .header.links > li.welcome a {
    padding-left: 5px;
  }
  .header.content {
    padding: 30px 20px 0;
  }
  .page-header {
    border: 0;
    margin-bottom: 0;
  }
  .page-header .panel.wrapper {
    border-bottom: 1px solid #f8f8f8;
  }
  .page-header .header.panel {
    padding-bottom: 10px;
    padding-top: 10px;
  }
  .page-header .switcher {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 20px;
  }
  .logo {
    margin: 0 auto 25px 0;
  }
  .logo img {
    max-height: inherit;
  }
  .footer.content .block {
    float: right;
  }
  .footer.content .links {
    display: inline-block;
    margin-bottom: 20px;
    padding: 0 50px 0 0;
    vertical-align: top;
  }
  .footer.content .switcher.store {
    display: inline-block;
    padding-right: 50px;
    vertical-align: top;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 10px 0 0;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    margin-bottom: 10px;
    padding-right: 10px;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty .label {
    width: auto;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 20px 0 0;
  }
  .wishlist-index-index .product-item-info {
    width: 240px;
  }
  .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;
  }
  .page-main {
    max-width: 100%;
    padding: 0;
  }
  .fieldset > .field:not(.choice) > .control {
    position: relative;
    width: 100%;
    float: none;
  }
  .column.main .checkout-success .account .column.main .block:not(.widget) .block-content .box {
    border: 1px solid #bbbbbb;
    padding: 20px;
  }
  .order-sods-popup .modal-inner-wrap {
    width: auto;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    top: 50%;
    right: auto;
    margin: 0;
    overflow: visible;
  }
  .order-sods-popup .modal-inner-wrap .mgz-element-inner,
  .order-sods-popup .modal-inner-wrap .modal-content {
    padding: 0 !important;
  }
  .order-sods-product-info-popup__header {
    margin-bottom: 25px;
  }
  .order-sods-product-info-popup__container {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .order-sods-product-info-popup__product {
    flex: 1;
  }
  .order-sods-product-info-popup__product:not(:first-child) {
    margin-left: 10px;
  }
  .order-sods-product-info-popup__product:not(:last-child) {
    margin-right: 10px;
  }
  .order-sods-product-info-popup__content {
    padding: 30px;
  }
  .order-sods-product-info-popup .modal-content {
    padding: 40px;
  }
  .category-view {
    padding: 0;
    margin: 55px auto;
  }
  .category-view .mgz-element-inner {
    padding: 0;
  }
  .category-view .mgz-element-inner .mgz-element-text {
    padding: 0 25px;
  }
  .category-view .mgz-element-inner .mgz-element-text h1 {
    margin-top: -30px;
  }
  .products-container .mgz-grid-page {
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  .mgz-element-product_grid .mgz-block-heading {
    padding-left: 190px;
  }
  .products-container .item.product.product-item.item.product.product-item {
    width: calc(100% / 3);
    padding: 0 8px;
  }
  .products-container .product.product-item-details {
    padding-left: 30px;
    padding-right: 30px;
  }
  .cart-summary {
    width: 32%;
  }
  .cart-container .form-cart {
    width: 66%;
  }
  .cart.table-wrapper .actions-toolbar {
    margin-top: -39px;
  }
  .cart.table-wrapper td.price,
  .cart.table-wrapper td.subtotal {
    color: #f57a21;
  }
  .category-view {
    padding: 0;
    margin: 55px auto 30px;
  }
  .usp-block-header {
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .usp-block-header::-webkit-scrollbar {
    display: none;
  }
  .usp-block-header ul {
    padding-left: 0;
    margin-bottom: 0;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .usp-block-header li {
    display: inline-block;
    margin-bottom: 0;
    font-size: 12px;
    color: #717171;
    white-space: nowrap;
  }
  .usp-block-header li:before {
    content: url('../images/icons/icon-check-green.svg');
    margin-right: 10px;
  }
  .usp-block-header li:not(:last-child) {
    margin-right: 25px;
  }
  .page.messages.page.messages .messages {
    width: 45vw;
  }
  .magezon-builder .mz__textblock__image__left,
  .magezon-builder .mz__textblock__image__right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .magezon-builder .mz__textblock__image__left > .mgz-element-inner,
  .magezon-builder .mz__textblock__image__right > .mgz-element-inner {
    margin: 50px auto;
  }
  .mz__background__image__overlay__text .owl-item .item-content-wrapper {
    margin-left: 20px;
    width: 50%;
    right: 50%;
  }
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content {
    max-width: 345px;
    right: 40px;
  }
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-heading h1,
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-heading h2,
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-heading h3,
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-heading h4,
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-heading h5,
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-heading h6 {
    font-size: 3.6rem !important;
    line-height: 5.2rem !important;
  }
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-caption1 {
    margin-bottom: 25px;
  }
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-buttons {
    margin-top: 28px;
  }
  .mz__background__image__overlay__text .owl-item .item-content-wrapper .item-content > .slide-buttons a {
    padding: 20px 50px;
  }
  #progressBarWrapper {
    right: 60px;
    bottom: 60px;
  }
  #progressBarWrapper span {
    color: white;
  }
  #progressBarWrapper span.current-slide {
    opacity: 1;
  }
  #progressBar {
    background: rgba(255, 255, 255, 0.3);
  }
  #bar {
    background: white;
  }
  .mz__textblock__image__background > .mgz-element-inner > .inner-content > .mgz-element.mgz-element {
    width: 50%;
  }
  .mz__textblock__image__background > .mgz-element-inner > .inner-content > .mgz-element.mgz-element > .mgz-element-inner {
    max-width: 410px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .mz__textblock__image__background > .mgz-element-inner > .inner-content > .mgz-element.mgz-element:nth-of-type(2) > .mgz-element-inner > .mgz-element {
    margin-bottom: 340px;
  }
  .cms-home .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner {
    justify-content: center !important;
  }
  .mz__order__form > .mgz-element-inner > .inner-content {
    position: relative;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner {
    padding-top: 110px;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner > .mgz-element-single_image {
    margin-bottom: 30px;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner {
    max-width: 343px;
    background-color: #e5e1d9;
    margin-left: -20px;
    padding-left: 20px !important;
    z-index: 1;
    height: calc(100% + 2px);
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner h1,
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner h2,
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner h3,
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner h4,
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner h5,
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner h6,
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner p {
    margin-top: -60px;
    font-weight: 300;
    line-height: 1.42857143;
    font-size: 36px;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:first-of-type > .mgz-element-inner.mgz-element-inner:after {
    content: '';
    width: 100000em;
    position: absolute;
    background-color: #e5e1d9;
    height: 100%;
    right: 0;
    z-index: -1;
    top: 0;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:last-of-type {
    position: unset;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:last-of-type > .mgz-element-inner {
    position: unset;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    padding: 0;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:last-of-type > .mgz-element-inner > .mgz-element.mz__order-form__calc-widget {
    max-width: 280px;
    height: 636px;
    background: white;
    position: relative;
    margin-top: 59px;
    margin-bottom: 59px;
  }
  .mz__order__form > .mgz-element-inner > .inner-content > .mgz-element:last-of-type > .mgz-element-inner > .mgz-element:last-of-type {
    bottom: 39px;
  }
  .mz__our__products > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner > .mgz-element:first-of-type > .mgz-element-inner > .inner-content {
    margin-bottom: 38px;
  }
  .mz__our__products .mgz-element-single_product .mgz-block-heading {
    padding: 0 10px 0 40px;
    margin-top: -22px;
  }
  .mgz-element-static_block .mgz-element-text {
    padding: 0 0 0 30px;
    margin-top: -22px;
  }
  .mz__labels h2,
  .mz__labels p.mz__paragraph__heading {
    font-size: 3.6rem;
    line-height: 5rem;
  }
  .mz__labels .mgz-element.mgz-element-row.full_width_row > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner > .mgz-element > .mgz-element-inner > .inner-content {
    margin-left: 1%;
  }
  .mz__labels .mgz-element.mgz-element-row.full_width_row > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner > .mgz-element > .mgz-element-inner > .inner-content > .mgz-element {
    margin-top: 87px;
    width: 20%;
  }
  .mz__labels .mgz-element.mgz-element-row.full_width_row > .mgz-element-inner > .inner-content > .mgz-element > .mgz-element-inner > .mgz-element > .mgz-element-inner > .inner-content > .mgz-element:nth-of-type(3) {
    width: 30%;
    margin-top: 0;
    margin-left: -5%;
    margin-right: -7%;
  }
  .mz__newsletter {
    padding: 0 20px;
  }
  .magezon-builder .mz__blog__intro {
    margin-bottom: 50px;
  }
  .magezon-builder .mz__blog__textblock__images__left > .mgz-element-inner,
  .magezon-builder .mz__blog__textblock__images__right > .mgz-element-inner {
    margin: 50px auto;
  }
  .magezon-builder .mz__blog__textblock__images__left > .mgz-element-inner > .mgz-container,
  .magezon-builder .mz__blog__textblock__images__right > .mgz-element-inner > .mgz-container {
    padding: 0 5%;
  }
  .magezon-builder .mz__blog__textblock__images__left .inner-content .mgz-element > .mgz-element-inner .mgz-element-single_image,
  .magezon-builder .mz__blog__textblock__images__right .inner-content .mgz-element > .mgz-element-inner .mgz-element-single_image {
    margin: 30px 0;
  }
  .magezon-builder .mz__blog__background__image__overlay__text .image-content {
    padding: 50px 100px;
    width: 75%;
  }
  .mz__paragraph__heading {
    font-size: 3.6rem;
  }
  .newsletter-popupmgz-flex .inner-content.mgz-container .mgz-element-column:first-of-type {
    width: 160px;
  }
  .newsletter-popupmgz-flex .inner-content.mgz-container .mgz-element-column:last-of-type {
    width: calc(100% - 160px);
  }
  .newsletter-popupmgz-flex .inner-content.mgz-container .block.newsletter .title strong {
    font-size: 3.6rem;
  }
  .webforms .actions-toolbar.actions-toolbar {
    padding: 0 !important;
    margin: 0 20px 0 20px !important;
  }
  .webforms .fieldset > .field:not(.choice) > .control {
    width: 100%;
  }
  .webforms .webforms-fields-graszoden_ondergrond.webforms-fields-graszoden_ondergrond {
    margin-bottom: 0;
  }
}
@media all and (min-width: 768px) and only screen and (max-width: 850px), print and only screen and (max-width: 850px) {
  .mgz-element-static_block .mgz-element-text {
    padding: 0 !important;
  }
}
@media all and (min-width: 1024px), print {
  .amblog-index-index .page-title,
  .amblog-index-post .page-title {
    margin-bottom: 60px;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-post-container .amblog-more {
    min-width: 30%;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 230px;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item {
    width: 31%;
    min-width: 190px;
    margin-right: 3%;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    width: 31%;
    min-width: 150px;
    margin-right: 3%;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-helpful-wrap {
    top: 0;
    right: 0;
    margin: 0;
  }
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .amfaq-social-buttons {
    float: right;
    padding-top: 0;
  }
  .am-widget-categories-2 .am-widget-category {
    width: 50%;
  }
  .am-widget-categories-3 .am-widget-category {
    width: 33.3333%;
  }
  .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;
  }
  ul.level0 > li.mega {
    position: static;
  }
  ul.level0 > li.mega > .mega {
    padding: 0 20px;
    position: relative;
  }
  ul.level0 > li.mega.style-default,
  ul.level0 > li.mega.style-1 {
    position: relative;
  }
  ul.level0 > li.mega.style-2 {
    position: static;
  }
  ul.level0 > li.mega.style-2 .child-content {
    left: 100px;
  }
  ul.level1 > li.mega.has-child:focus > .child-content,
  ul.level1 > li.mega.has-child:hover > .child-content {
    right: -130px;
    top: 0;
  }
  ul.level2 > li.mega.has-child:focus > .child-content,
  ul.level2 > li.mega.has-child:hover > .child-content {
    right: -130px;
    top: 0;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child .child-content {
    max-width: 73%;
  }
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 180px;
  }
  li.mega.style-tabs .child-content .child-content-inner .collections .block.widget .products-grid li.product-item {
    width: 33.3332% !important;
  }
  .mega-with-thumb ul.mega-menu li {
    width: 33%;
  }
  .ub-mega-menu-vertical .child-content {
    left: 170px;
  }
  .ub-mega-menu-vertical ul.level0 > li.mega {
    position: relative;
  }
  .ub-mega-menu-vertical ul.level0 > li.mega > .child-content {
    left: 220px;
  }
  .ub-mega-menu-vertical ul.level1 li.mega.has-child:hover > .child-content,
  .ub-mega-menu-vertical ul.level1 li.mega.has-child:focus > .child-content {
    right: -200px;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical .child-content {
    right: 170px;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level0 > li.mega {
    position: relative;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level1 li.mega.has-child:hover > .child-content,
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level1 li.mega.has-child:focus > .child-content {
    left: -200px;
  }
  .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .products-grid .product-item {
    width: 16.66666667%;
  }
  .page-layout-3columns .products-grid .product-item {
    width: 25%;
  }
  .page-products .products-grid .product-items {
    margin: 0;
  }
  .page-products .products-grid .product-item {
    margin-left: 2%;
    padding: 0;
    width: calc((100% - 6%) / 4);
  }
  .page-products .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-products .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-products.page-layout-1column .products-grid .product-item {
    margin-left: 0;
    width: 20%;
  }
  .page-products.page-layout-3columns .products-grid .product-item {
    margin-left: 1%;
    width: 32.667%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n) {
    margin-left: 1%;
  }
  .page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 0;
  }
  .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-left: calc((100% - 4 * 24.439%) / 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: 1440px), print {
  ul.level0 > li.mega {
    position: relative;
  }
  ul.level0 > li.mega > .mega {
    padding: 0 20px;
  }
  ul.level0 > li.mega.style-default,
  ul.level0 > li.mega.style-1 {
    position: relative;
  }
  ul.level0 > li.mega.style-2 {
    position: relative;
  }
  ul.level0 > li.mega.style-2 .child-content {
    left: 0px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
    font-size: 16px;
    line-height: 30px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 45px;
    line-height: 55px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    max-width: inherit;
  }
  ul.level0 {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
  }
  ul.level0 > li.mega.dynamic-width {
    position: static;
  }
  ul.level0 > li.mega.dynamic-width .child-content {
    left: 0;
    width: 100%;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .cms-content-important {
    font-size: 16px;
    margin: 0;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .intro {
    margin-bottom: 20px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 {
    margin-bottom: 20px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 p {
    font-size: 16px;
    line-height: 30px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 .title {
    font-size: 45px;
    font-weight: 700;
    line-height: 45px;
  }
  ul.level0 > li.mega.dynamic-width .child-content .child-content-inner .intro-megamenu .func-01 img {
    float: right;
    margin-left: 20px;
  }
  .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child a.mega,
  .ub-mega-menu li.mega.style-tabs .child-content .child-content-inner ul.level2 > li.mega.has-child span.mega {
    max-width: 170px;
  }
  .ub-mega-menu .mega-with-thumb ul.mega-menu li {
    width: 20%;
  }
  ul.level1 > li.mega.has-child:focus > .child-content,
  ul.level1 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 10px;
  }
  ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child > .mega > span.menu-title {
    background-position: right -10px;
    display: inline-block;
    padding-right: 20px;
  }
  ul.level0 > li.mega.dynamic-width ul.level1 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level2 > li.mega.has-child:focus > .child-content,
  ul.level2 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 10px;
  }
  ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega > span.menu-title {
    background-position: right -10px;
    display: inline-block;
    padding-right: 20px;
  }
  ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega.active > span.menu-title,
  ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child > .mega:hover > span.menu-title {
    background-image: url('../Ubertheme_UbMegaMenu/images/ver-bg-has-child-blue.png');
    background-position: right -58px;
    background-repeat: no-repeat;
  }
  ul.level0 > li.mega.dynamic-width ul.level2 > li.mega.has-child .child-content {
    left: auto;
  }
  ul.level3 > li.mega.has-child:focus > .child-content,
  ul.level3 > li.mega.has-child:hover > .child-content {
    right: -100px;
    top: 10px;
  }
  ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child > .mega > span.menu-title {
    background-position: right -10px;
    display: inline-block;
    padding-right: 20px;
  }
  ul.level0 > li.mega.dynamic-width ul.level3 > li.mega.has-child .child-content {
    left: auto;
  }
  .ub-mega-menu-vertical .child-content {
    left: 170px;
  }
  .ub-mega-menu-vertical ul.level1 li.mega.has-child:hover > .child-content,
  .ub-mega-menu-vertical ul.level1 li.mega.has-child:focus > .child-content {
    right: -230px;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical .child-content {
    right: 170px;
  }
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level1 li.mega.has-child:hover > .child-content,
  .page-layout-2columns-right .ub-mega-menu-vertical ul.level1 li.mega.has-child:focus > .child-content {
    left: -230px;
  }
  .jaws.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotate(90deg);
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: rotate(90deg);
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: rotate(90deg);
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: rotate(90deg);
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: rotate(90deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .jaws.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .fence.ub-mega-menu li.has-child.tab-head .child-content,
  .fence.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateY(-90deg);
    -moz-transform-origin: 100% 50%;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: rotateY(-90deg);
    -ms-transform-origin: 100% 50%;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: rotateY(-90deg);
    -o-transform-origin: 100% 50%;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: rotateY(-90deg);
    transform-origin: 100% 50%;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: rotateY(-90deg);
    -webkit-transform-origin: 100% 50%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .fence.ub-mega-menu li.has-child.tab-head.active .child-content,
  .fence.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    overflow: hidden;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .venitian.ub-mega-menu li.has-child.tab-head .child-content,
  .venitian.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    overflow: inherit;
    -moz-transform: scale(1, 0);
    -moz-transform-origin: 50% 0;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: scale(1, 0);
    -ms-transform-origin: 50% 0;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: scale(1, 0);
    -o-transform-origin: 50% 0;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: scale(1, 0);
    transform-origin: 50% 0;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: scale(1, 0);
    -webkit-transform-origin: 50% 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .venitian.ub-mega-menu li.has-child.tab-head.active .child-content,
  .venitian.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    overflow: hidden;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .fly.ub-mega-menu li.has-child.tab-head .child-content,
  .fly.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateX(-180deg);
    -moz-transform-origin: 50% 50% -50px;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: rotateX(-180deg);
    -ms-transform-origin: 50% 50% -50px;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: rotateX(-180deg);
    -o-transform-origin: 50% 50% -50px;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: rotateX(-180deg);
    transform-origin: 50% 50% -50px;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: rotateX(-180deg);
    -webkit-transform-origin: 50% 50% -50px;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .fly.ub-mega-menu li.has-child.tab-head.active .child-content,
  .fly.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .papercut.ub-mega-menu li.has-child.tab-head .child-content,
  .papercut.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: skewY(30deg);
    -moz-transform-origin: 0% 0%;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: skewY(30deg);
    -ms-transform-origin: 0% 0%;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: skewY(30deg);
    -o-transform-origin: 0% 0%;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: skewY(30deg);
    transform-origin: 0% 0%;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: skewY(30deg);
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .papercut.ub-mega-menu li.has-child.tab-head.active .child-content,
  .papercut.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .fan.ub-mega-menu li.has-child.tab-head .child-content,
  .fan.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotate(90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: rotate(90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: rotate(90deg);
    -o-transform-origin: 0% 0%;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: rotate(90deg);
    transform-origin: 0% 0%;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: rotate(90deg);
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .fan.ub-mega-menu li.has-child.tab-head.active .child-content,
  .fan.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .wave.ub-mega-menu li.has-child.tab-head .child-content,
  .wave.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: skewY(-90deg);
    -moz-transform-origin: 0% 0%;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: skewY(-90deg);
    -ms-transform-origin: 0% 0%;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: skewY(-90deg);
    -o-transform-origin: 0% 0%;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: skewY(-90deg);
    transform-origin: 0% 0%;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: skewY(-90deg);
    -webkit-transform-origin: 0% 0%;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .wave.ub-mega-menu li.has-child.tab-head.active .child-content,
  .wave.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .helix.ub-mega-menu li.has-child.tab-head .child-content,
  .helix.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateY(90deg);
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: rotateY(90deg);
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: rotateY(90deg);
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: rotateY(90deg);
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: rotateY(90deg);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .helix.ub-mega-menu li.has-child.tab-head.active .child-content,
  .helix.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .pop.ub-mega-menu li.has-child.tab-head .child-content,
  .pop.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: scale(0.2);
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    -ms-transform: translateX(-80%);
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    opacity: 0;
    -o-transform: translateX(-80%);
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    transform: translateX(-80%);
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
    -webkit-transform: scale(0.2);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.5);
  }
  .pop.ub-mega-menu li.has-child.tab-head.active .child-content,
  .pop.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .linear.ub-mega-menu li.has-child.tab-head .child-content,
  .linear.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: translateX(-40%);
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -ms-transform: translateX(-40%);
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    opacity: 0;
    -o-transform: translateX(-40%);
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    transform: translateX(-40%);
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -webkit-transform: translateX(-40%);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  }
  .linear.ub-mega-menu li.has-child.tab-head.active .child-content,
  .linear.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .bounce.ub-mega-menu li.has-child.tab-head .child-content,
  .bounce.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: translateX(-40%);
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -ms-transform: translateX(-40%);
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    opacity: 0;
    -o-transform: translateX(-40%);
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    transform: translateX(-40%);
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -webkit-transform: translateX(-40%);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  }
  .bounce.ub-mega-menu li.has-child.tab-head.active .child-content,
  .bounce.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .radial.ub-mega-menu li.has-child.tab-head .child-content,
  .radial.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: translateY(-120px) rotate(70deg);
    -moz-transform-origin: 0 0;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: translateY(-120px) rotate(70deg);
    -ms-transform-origin: 0 0;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: translateY(-120px) rotate(70deg);
    -o-transform-origin: 0 0;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: translateY(-120px) rotate(70deg);
    transform-origin: 0 0;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: translateY(-120px) rotate(70deg);
    -webkit-transform-origin: 0 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .radial.ub-mega-menu li.has-child.tab-head.active .child-content,
  .radial.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .winding.ub-mega-menu li.has-child.tab-head .child-content,
  .winding.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateY(90deg);
    -moz-transform-origin: 0 0;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -ms-transform: rotateY(90deg);
    -ms-transform-origin: 0 0;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    opacity: 0;
    -o-transform: rotateY(90deg);
    -o-transform-origin: 0 0;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    transform: rotateY(90deg);
    transform-origin: 0 0;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    -webkit-transform: rotateY(90deg);
    -webkit-transform-origin: 0 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
  }
  .winding.ub-mega-menu li.has-child.tab-head.active .child-content,
  .winding.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .shield.ub-mega-menu li.has-child.tab-head .child-content,
  .shield.ub-mega-menu li.mega .child-content {
    left: 0;
    max-height: 0;
    -moz-transform: rotateX(90deg);
    -moz-transform-origin: 0 0;
    -moz-transition: opacity 0.4s, -moz-transform 0.6s, max-height 0.6s;
    -moz-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -ms-transform: rotateX(90deg);
    -ms-transform-origin: 0 0;
    -ms-transition: opacity 0.4s, -ms-transform 0.6s, max-height 0.6s;
    -ms-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    opacity: 0;
    -o-transform: rotateX(90deg);
    -o-transform-origin: 0 0;
    -o-transition: opacity 0.4s, -o-transform 0.6s, max-height 0.6s;
    -o-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    transform: rotateX(90deg);
    transform-origin: 0 0;
    transition: opacity 0.4s, transform 0.6s, max-height 0.6s;
    transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
    -webkit-transform: rotateX(90deg);
    -webkit-transform-origin: 0 0;
    -webkit-transition: opacity 0.4s, -webkit-transform 0.6s, max-height 0.6s;
    -webkit-transition-timing-function: cubic-bezier(0, 0.35, 0.5, 1.7);
  }
  .shield.ub-mega-menu li.has-child.tab-head.active .child-content,
  .shield.ub-mega-menu li.has-child.mega-hover > .child-content {
    max-height: 1000px;
    -moz-transform: none;
    -ms-transform: none;
    opacity: 1;
    -o-transform: none;
    transform: none;
    -webkit-transform: none;
  }
  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .sidebar .product-items .product-item-details {
    margin-left: 85px;
  }
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Bold.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Bold.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Light.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Light.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Medium.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Medium.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Regular.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Regular.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-ExtraLightItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-ExtraLightItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-ExtraLight.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-ExtraLight.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Black.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Black.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-ExtraBold.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-ExtraBold.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-ExtraBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Bold_1.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Bold_1.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Bold_1.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-BlackItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-BlackItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Italic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Italic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-BoldItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-BoldItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-BoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Light_1.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Light_1.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Light_1.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-ExtraBoldItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-ExtraBoldItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-ExtraBoldItalic.ttf') format('truetype');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Regular_1.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Regular_1.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Regular_1.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-SemiBoldItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-SemiBoldItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-MediumItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-MediumItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-LightItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-LightItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-ThinItalic.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-ThinItalic.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-SemiBold.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-SemiBold.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Medium_1.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Medium_1.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Medium_1.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Overpass';
  src: url('../fonts/overpass_compressed/subset-Overpass-Thin.woff2') format('woff2'), url('../fonts/overpass_compressed/subset-Overpass-Thin.woff') format('woff'), url('../fonts/overpass_compressed/subset-Overpass-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.has-float-label {
  display: block;
  position: relative;
}
.has-float-label label,
.has-float-label > span {
  position: absolute;
  left: 8px;
  top: -6px;
  padding: 0 2px;
  cursor: text;
  font-size: 1rem;
  color: #27a86b;
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color: #fff;
}
.has-float-label select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.has-float-label textarea {
  width: 100%;
}
.has-float-label input,
.has-float-label select,
.has-float-label textarea {
  font-size: inherit;
  padding-top: 1em;
  margin-bottom: 2px;
  border-radius: 0;
}
.has-float-label input::-webkit-input-placeholder,
.has-float-label select::-webkit-input-placeholder,
.has-float-label textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.has-float-label input::-moz-placeholder,
.has-float-label select::-moz-placeholder,
.has-float-label textarea::-moz-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input:-ms-input-placeholder,
.has-float-label select:-ms-input-placeholder,
.has-float-label textarea:-ms-input-placeholder {
  opacity: 1;
  transition: all .2s;
}
.has-float-label input::placeholder,
.has-float-label select::placeholder,
.has-float-label textarea::placeholder {
  opacity: 1;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.has-float-label input:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-webkit-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-webkit-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label select:placeholder-shown:not(:focus)::-moz-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::-moz-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label select:placeholder-shown:not(:focus):-ms-input-placeholder,
.has-float-label textarea:placeholder-shown:not(:focus):-ms-input-placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus)::placeholder,
.has-float-label select:placeholder-shown:not(:focus)::placeholder,
.has-float-label textarea:placeholder-shown:not(:focus)::placeholder {
  opacity: 0;
}
.has-float-label input:placeholder-shown:not(:focus) ~ .label,
.has-float-label select:placeholder-shown:not(:focus) ~ .label,
.has-float-label textarea:placeholder-shown:not(:focus) ~ .label {
  font-size: 14px;
  opacity: .5;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  color: #717171;
}
.has-float-label input:focus,
.has-float-label select:focus,
.has-float-label textarea:focus {
  outline: none;
}
.has-float-label select {
  padding-right: 1em;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right 0.5em bottom 0.25em;
  background-size: 8px 10px;
}
@media only screen and (min-width: 768px) {
  .amblog-index-index .page-title-wrapper,
  .amblog-index-category .page-title-wrapper {
    margin-bottom: -20px;
  }
  .amblog-index-index .page-title-wrapper .page-title,
  .amblog-index-category .page-title-wrapper .page-title {
    margin-bottom: 0;
    padding-right: 0;
  }
  .amblog-index-index .page-main,
  .amblog-index-category .page-main {
    padding: 0 20px;
  }
  .amblog-index-index .desktop.two-columns-right,
  .amblog-index-category .desktop.two-columns-right {
    flex-direction: column;
  }
  .amblog-index-index .desktop.two-columns-right section.content,
  .amblog-index-category .desktop.two-columns-right section.content {
    order: 2;
    width: 100%;
    padding-right: 0;
  }
  .amblog-index-index .desktop.two-columns-right aside.right,
  .amblog-index-category .desktop.two-columns-right aside.right {
    order: 1;
    width: 100%;
  }
  .amblog-index-index .desktop.two-columns-right aside.right .amblog-element-block,
  .amblog-index-category .desktop.two-columns-right aside.right .amblog-element-block {
    margin-bottom: 35px;
  }
  #amblog_sidebar_categories .amblog-title {
    display: none;
  }
  #amblog_sidebar_categories .amblog-list .amblog-categories {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #amblog_sidebar_categories .amblog-list .amblog-categories li {
    padding: 0;
    margin-left: 20px;
    border-bottom: none;
  }
  .amblog-main-content .amblog-container-list {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .amblog-main-content .amblog-container-list .amblog-post-container {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
  .amblog-main-content .amblog-container-list .amblog-post-container:nth-child(2n) {
    margin-right: 0;
  }
  .amblog-main-content .amblog-post-container {
    display: flex;
    flex-direction: column;
  }
  .amblog-main-content .amblog-post-container .amblog-footer {
    margin-top: auto;
  }
  .amblog-element-block {
    border: none;
    -moz-box-shadow: unset;
    -webkit-box-shadow: unset;
    box-shadow: unset;
  }
  .amblog-post-container .amblog-more {
    text-align: left;
  }
  .amblog-pager-container {
    margin-top: 0;
    width: 100%;
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 1024px) {
  .amblog-index-index .page-title,
  .amblog-index-category .page-title {
    font-size: 3rem;
  }
  .desktop.two-columns-right aside.right {
    max-width: inherit;
  }
  .amblog-main-content .amblog-container-list .amblog-post-container {
    width: calc(33.33% - 10.7px);
    margin: 0 16px 65px 0;
  }
  .amblog-main-content .amblog-container-list .amblog-post-container:nth-child(2n) {
    margin-right: 16px;
  }
  .amblog-main-content .amblog-container-list .amblog-post-container:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .amblog-index-index .page-title,
  .amblog-index-category .page-title {
    font-size: 3.6rem;
  }
  .amblog-index-index .page-main,
  .amblog-index-category .page-main {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
  }
  .amblog-index-index .desktop.two-columns-right aside.right .amblog-element-block {
    margin-bottom: 45px;
  }
  .amblog-index-category .desktop.two-columns-right aside.right .amblog-element-block {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) {
  .amblog-index-post .desktop.two-columns-right section.content {
    width: 100%;
    padding-right: 0;
  }
  .amblog-index-post .desktop.two-columns-right aside.right {
    display: none;
  }
  .amblog-index-post .slick-slider .slick-arrow.slick-prev {
    left: -10px;
  }
  .amblog-index-post .slick-slider .slick-arrow.slick-next {
    right: -10px;
  }
  .main .amblog-related-wrapper .l-related-posts-top {
    padding: 0 20px;
  }
  .amblog-related-wrapper .l-related-posts-top {
    display: flex;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .amblog-related-wrapper .l-related-posts-top .amblog-title {
    margin-right: auto;
  }
  .amblog-related-wrapper .l-related-posts-top .l-view-all-category-posts {
    display: block;
  }
  .amblog-related-wrapper .l-related-posts-top .l-view-all-category-posts a {
    color: #262626;
  }
  .amblog-related-wrapper .l-related-posts-top .l-view-all-category-posts a:hover {
    color: #717171;
  }
}
@media only screen and (min-width: 1024px) {
  .amblog-title {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1200px) {
  .amblog-related-wrapper {
    max-width: 1200px;
    margin: 0 auto 40px;
  }
  .amblog-related-wrapper .l-related-posts-top {
    margin-bottom: 45px;
  }
  .amblog-title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 480px) {
  #confirmBox {
    width: 450px;
  }
}
@media only screen and (min-width: 768px) {
  #confirmBox {
    width: 620px;
  }
  #confirmBox .am-photo-container .product-item-photo {
    flex: 1 1 25%;
  }
  #confirmBox .am-photo-container .am-product-container {
    margin-left: 0;
  }
  #confirmBox .amcart-message-box {
    margin: 0 18px;
    width:  calc(100% - 36px) ;
  }
  #confirmBox .amcart-confirm-buttons {
    margin: 0 18px;
  }
  #confirmBox .amcart-confirm-buttons a.checkout {
    padding: 23px 62px;
  }
  #confirmBox .am-related-box {
    width: 100%;
    padding: 25px 18px;
  }
}
@media only screen and (min-width: 768px) {
  .faq-category-view .amfaq-search {
    display: flex;
    justify-content: center;
  }
  .faq-category-view .amfaq-search form {
    display: flex;
    align-self: center;
    width: 376px;
  }
  .faq-category-view .amfaq-search form input {
    flex-grow: 1;
  }
  .faq-category-view .amfaq-search form button {
    padding: 0 40px;
    width: auto;
  }
  .faq-category-view .amfaq_categories.slick-slider {
    padding: 0 15px;
  }
  .faq-category-view .page-main {
    padding: 100px 20px 0;
    max-width: 100%;
  }
  .faq-category-view .columns .column.main {
    padding: 0;
    width: 100%;
  }
  .faq-category-view .amfaq-category-description {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
  }
  .faq-category-view .amfaq-category-description > div {
    max-width: 575px;
  }
}
@media only screen and (min-width: 1024px) {
  .faq-category-view h1 {
    font-size: 3rem;
  }
  .amfaq_questions.widget {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .amfaq_questions.widget > .am-item {
    max-width: 768px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .faq-category-view .l-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-category-view h1 {
    font-size: 3.6rem;
  }
  .faq-category-view .amfaq_categories.slick-slider {
    padding: 0 12px;
  }
  .amfaq_categories.slick-slider .slick-list {
    overflow: visible;
  }
  .amfaq_categories.slick-slider .slick-slide {
    padding: 0 8px;
  }
  .faq-category-view .page-main {
    padding: 110px 0 0;
  }
  .faq-category-view .amfaq-category-description > div {
    width: 100%;
  }
  .faq-category-view .amfaq-category-description ~ div {
    padding: 0;
  }
}
@media only screen and (min-width: 768px) {
  .faq-question-view,
  .faq-search-index .amfaq-search {
    display: flex;
    justify-content: center;
  }
  .faq-question-view form,
  .faq-search-index .amfaq-search form {
    display: flex;
    align-self: center;
    width: 376px;
  }
  .faq-question-view form input,
  .faq-search-index .amfaq-search form input {
    flex-grow: 1;
  }
  .faq-question-view form button,
  .faq-search-index .amfaq-search form button {
    padding: 0 40px;
    width: auto;
  }
  .faq-question-view,
  .faq-search-index .amfaq_categories.slick-slider {
    padding: 0 15px;
  }
  .faq-question-view,
  .faq-search-index .page-main {
    padding: 100px 20px 0;
    max-width: 100%;
  }
  .faq-question-view .columns .column.main,
  .faq-search-index .columns .column.main {
    padding: 0;
    width: 100%;
  }
  .faq-question-view,
  .faq-search-index .amfaq-category-description {
    margin-bottom: 70px;
    display: flex;
    justify-content: center;
  }
  .faq-question-view > div,
  .faq-search-index .amfaq-category-description > div {
    max-width: 575px;
  }
}
@media only screen and (min-width: 1024px) {
  .faq-question-view,
  .faq-search-index h1 {
    font-size: 3rem;
  }
  .amfaq_questions.widget {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .amfaq_questions.widget > .am-item {
    max-width: 768px;
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .faq-question-view,
  .faq-search-index .l-container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
  }
  .faq-question-view,
  .faq-search-index h1 {
    font-size: 3.6rem;
  }
  .faq-question-view,
  .faq-search-index .amfaq_categories.slick-slider {
    padding: 0 12px;
  }
  .amfaq_categories.slick-slider .slick-slide {
    padding: 0 8px;
  }
  .faq-question-view,
  .faq-search-index .page-main {
    padding: 110px 20px 0;
  }
  .faq-question-view,
  .faq-search-index {
    margin-bottom: 98px;
  }
  .faq-question-view .amfaq-category-description > div,
  .faq-search-index .amfaq-category-description > div {
    width: 100%;
  }
  .faq-question-view .amfaq-category-description ~ div,
  .faq-search-index .amfaq-category-description ~ div {
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .mgz-element-order_sods {
    margin: 0 auto;
  }
  .order-sods-container .order-sods-incentive {
    display: none;
  }
  .order-sods-container .l-bottom .order-sods-trustedshops-container {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .product.media .fotorama {
    overflow: visible;
  }
  .fotorama__nav-wrap {
    position: absolute;
  }
}
@media only screen and (min-width: 768px) {
  .catalog-product-view .columns .column.main {
    display: flex;
    flex-wrap: wrap;
    min-height: 0;
  }
  .catalog-product-view .product.media {
    order: 2;
    align-self: baseline;
    width: 50%;
    margin: 0 0 0 auto;
  }
  .catalog-product-view .product-info-main {
    order: 1;
    width: 45%;
  }
  .catalog-product-view .product-info-main .page-title-wrapper .page-title {
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) {
  .catalog-product-view .page-main {
    padding-left: 0;
    padding-right: 0;
  }
  .catalog-product-view .page.messages {
    position: absolute;
    width: 100%;
  }
  .catalog-product-view .product.media {
    width: calc(50% + 84px);
  }
  .catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
    left: 0;
    top: 0;
    transform: unset;
  }
  .catalog-product-view .product.media .fotorama__nav--thumbs {
    display: flex;
    align-items: center;
    padding-bottom: 84px;
  }
  .catalog-product-view .product-info-main {
    width: 40%;
  }
  .catalog-product-view .product.media .l-block-order {
    left: 84px;
    bottom: 84px;
    width: calc(100% - 84px);
  }
  .page-title {
    font-size: 3.4rem;
  }
}
@media only screen and (min-width: 1200px) {
  .catalog-product-view .page-main {
    max-width: 100%;
  }
  .catalog-product-view .columns .column.main {
    align-items: center;
  }
  .catalog-product-view .product.media {
    width: calc(50% + 98px);
  }
  .catalog-product-view .product.media .fotorama__stage {
    left: 98px !important;
  }
  .catalog-product-view .product.media .fotorama__nav--thumbs {
    padding-bottom: 98px;
  }
  .catalog-product-view .product.media .fotorama__stage__frame .fotorama__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .catalog-product-view .product.media .fotorama__nav-wrap--vertical .fotorama__nav__shaft {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 13px 0;
    background-color: transparent;
  }
  .catalog-product-view .product.media .fotorama__thumb-border {
    display: none;
  }
  .catalog-product-view .product-info-main {
    width: 38%;
    padding-left: calc(50% - 580px);
    padding-bottom: 98px;
  }
  .catalog-product-view .product.media .l-block-order {
    left: 98px;
    bottom: 17%;
    width: calc(100% - 98px);
  }
  .catalog-product-view .product.media .l-block-order .l-order-toggle-btn {
    display: none;
  }
  .catalog-product-view .product.media .l-block-order .l-inner-content {
    display: block;
    max-width: 340px;
    margin-left: 20%;
  }
  .catalog-product-view .product.media .l-block-order .l-inner-content #orderCloseBtn {
    display: none;
  }
  .m-block-order {
    padding: 12px 40px 40px;
  }
  .m-block-order .product-info-price {
    margin-bottom: 17px;
  }
  .m-block-order .product-info-price .price {
    font-size: 2.8rem;
  }
  .m-block-order .product-info-price .unit-price {
    font-size: 1.4rem;
  }
  .m-block-order .product-info-price .tax {
    font-size: 1.4rem;
  }
  .m-block-order .product-info-price .special-price .price {
    font-size: 2.8rem;
  }
  .m-block-order .product-info-price .old-price .price {
    font-price: 2rem;
  }
  .m-block-order .product-info-price .l-price-btw {
    font-size: 1.4rem;
  }
  .m-block-order .product-info-price .tax-container {
    margin-left: 5px;
  }
  .m-block-order .product-add-form .box-tocart .field.qty {
    margin-bottom: 20px;
  }
  .m-block-order .product-add-form .box-tocart .actions button {
    line-height: 58px;
  }
}
@media only screen and (min-width: 1440px) {
  .catalog-product-view .product.media .l-block-order {
    padding-bottom: 0;
  }
  .catalog-product-view .product.media .l-block-order .l-inner-content {
    margin-bottom: -10px;
  }
  .page-title {
    font-size: 3.6rem;
  }
}
@media only screen and (min-width: 1600px) {
  .catalog-product-view .product.media .l-block-order .l-inner-content {
    margin-bottom: -20px;
  }
}
@media only screen and (min-width: 1750px) {
  .catalog-product-view .product.media .l-block-order .l-inner-content {
    margin-bottom: -30px;
  }
}
@media only screen and (min-width: 1920px) {
  .catalog-product-view .product.media .l-block-order .l-inner-content {
    margin-bottom: -40px;
  }
}
@media only screen and (max-width: 850px) {
  .products-container .product.product-item-details {
    padding-left: 0;
  }
}
h1 {
  margin: 1px;
}
.sidr {
  display: block;
  position: fixed;
  top: 0;
  height: 100%;
  z-index: 999999;
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #e5e1d9;
}
.sidr.sidr-right {
  left: auto;
  right: -100%;
}
.sidr.sidr-left {
  left: -100%;
  right: auto;
}
#main-menu {
  padding: 0 20px;
}
#main-menu .sidr-inner:first-child {
  position: sticky;
  top: 0;
  z-index: 2;
  background-color: #e5e1d9;
}
#main-menu .l-menu-header {
  padding: 15px 0;
  margin-bottom: 50px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgba(112, 112, 112, 0.25);
}
#main-menu .l-menu-header .logo {
  margin: 0 auto 0 0;
  display: flex;
  align-items: center;
}
#main-menu .l-menu-header .logo svg {
  min-width: 38px;
  margin-right: 10px;
}
#main-menu .l-menu-header .logo .logo-header-text {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
  letter-spacing: 3.6px;
}
#main-menu .l-menu-header .l-temp-cart-icon {
  display: flex;
  margin-right: 20px;
  height: 20px;
}
#main-menu .l-menu-header .l-temp-cart-icon.l-hide {
  display: none;
}
#main-menu .l-menu-header .minicart-wrapper {
  margin: 0 20px 0 0;
}
#main-menu .l-menu-header .l-close {
  margin-top: 2px;
  cursor: pointer;
}
#main-menu .l-menu-header .l-close svg line {
  stroke: #262626;
}
#main-menu .ub-mega-menu {
  display: flex;
  flex-direction: column;
  margin-bottom: 40px;
}
#main-menu .ub-mega-menu.level0:not(.l-sidebar-extra-links) > li.mega {
  margin-bottom: 10px;
  border-bottom: none;
}
#main-menu .ub-mega-menu.level0:not(.l-sidebar-extra-links) > li.mega > .mega {
  line-height: 1.4;
  font-size: 3.6rem;
  font-weight: 300;
  text-transform: none;
}
#main-menu .ub-mega-menu.level0:not(.l-sidebar-extra-links) > li.mega > .mega:hover,
#main-menu .ub-mega-menu.level0:not(.l-sidebar-extra-links) > li.mega > .mega:focus {
  color: #f57a21;
  background-color: transparent;
}
#main-menu .ub-mega-menu.level0:not(.l-sidebar-extra-links) > li.mega > .mega > .fa {
  display: none;
}
#main-menu .l-menu-customer-service {
  margin-bottom: 50px;
}
#main-menu .l-menu-customer-service h4 {
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  font-weight: 500;
}
#main-menu .l-menu-customer-service ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#main-menu .l-menu-customer-service ul li {
  margin-bottom: 0;
  font-weight: 500;
}
#main-menu .l-sidebar-menu-general-info {
  margin-bottom: 50px;
}
#main-menu .l-sidebar-menu-general-info h4 {
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  font-weight: 500;
}
#main-menu .l-sidebar-menu-general-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}
#main-menu .l-sidebar-menu-general-info ul li {
  margin-bottom: 0;
  font-weight: 500;
}
#main-menu .l-sidebar-menu-social-media {
  margin-bottom: 50px;
}
#main-menu .l-sidebar-menu-social-media h4 {
  margin: 0 0 20px 0;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: .42px;
}
#main-menu .l-sidebar-menu-social-media ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
#main-menu .l-sidebar-menu-social-media ul li {
  margin: 0 20px 0 0;
}
#main-menu .l-sidebar-menu-social-media ul svg path {
  fill: #919191;
}
#main-menu .l-sidebar-menu-social-media ul a:hover svg path,
#main-menu .l-sidebar-menu-social-media ul a:focus svg path {
  fill: #262626;
}
#main-menu .l-sidebar-extra-links {
  list-style: none;
  padding-left: 0;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
}
#main-menu .l-sidebar-extra-links li {
  margin-bottom: 0;
  border: none;
}
#main-menu .l-sidebar-extra-links li a {
  display: inline-block;
  font-weight: 300;
  line-height: 1.7;
  color: #262626;
  background-color: transparent;
  text-transform: initial;
  padding: 0;
}
#main-menu .l-sidebar-extra-links li a:hover,
#main-menu .l-sidebar-extra-links li a:focus {
  color: #717171;
  background-color: transparent;
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  #main-menu {
    display: grid;
    align-items: start;
    grid-template-areas: "a a" "b c" "b d" "e f";
  }
  #main-menu .sidr-inner:first-child {
    grid-area: a;
  }
  #main-menu .sidr-inner:nth-child(2) {
    grid-area: b;
  }
  #main-menu .sidr-inner:nth-child(3) {
    grid-area: c;
  }
  #main-menu .sidr-inner:nth-child(4) {
    grid-area: d;
  }
  #main-menu .sidr-inner:nth-child(5) {
    grid-area: f;
  }
  #main-menu .sidr-inner:last-child {
    grid-area: e;
  }
  #main-menu .l-menu-header {
    position: relative;
    margin-top: 70px;
    padding: 27px 0 0 0;
    border-top: 1px solid rgba(112, 112, 112, 0.25);
    border-bottom: none;
  }
  #main-menu .l-menu-header .logo {
    position: static;
    order: 2;
    margin: 0 auto;
  }
  #main-menu .l-menu-header .logo .logo-header-text {
    font-size: 1.6rem;
  }
  #main-menu .l-menu-header .logo svg,
  #main-menu .l-menu-header .logo .svg {
    margin: 0;
    position: absolute;
    top: -58px;
    left: 50%;
    transform: translateX(-50%);
  }
  #main-menu .l-menu-header .l-minicart-placeholder {
    order: 3;
  }
  #main-menu .l-menu-header .minicart-wrapper {
    margin-right: 0;
  }
  #main-menu .l-menu-header .l-temp-cart-icon {
    margin-right: 0;
  }
  #main-menu .l-menu-header .l-close {
    order: 1;
  }
  #main-menu ul.level0:not(.l-sidebar-extra-links) > li.mega > .mega {
    padding: 0;
  }
  #main-menu .l-menu-customer-service {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidr {
    width: 75%;
    max-width: 1200px;
  }
  .ub-bg-overlay {
    background-color: transparent;
    transition: all 0.3s ease-in-out;
  }
  .sidr-animating .ub-bg-overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: 0.8;
  }
  .main-menu-open .ub-bg-overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #262626;
    opacity: 0.8;
  }
  #main-menu .l-menu-header .logo .logo-header-text {
    font-size: 1.8rem;
    letter-spacing: 5.4px;
  }
}
@media only screen and (min-width: 1440px) {
  #main-menu {
    padding: 0 140px;
  }
  .sidr {
    width: 75%;
  }
  .main-menu-open .ub-bg-overlay {
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
  }
  #main-menu .l-menu-header {
    margin-bottom: 0;
  }
  #main-menu .ub-mega-menu {
    margin-bottom: 0;
  }
  #main-menu .l-sidebar-menu-general-info {
    margin-bottom: 0px;
    margin-top: -160px;
  }
  #main-menu .l-sidebar-extra-links {
    margin: -100px 0 0 0;
  }
  #main-menu .l-sidebar-menu-social-media {
    margin: -100px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1440px) {
  #main-menu {
    padding: 0 80px;
  }
}
.buttons {
  display: flex;
  flex-wrap: wrap;
}
.buttons > * {
  margin-right: 20px;
}
.buttons > *:last-child {
  margin-right: 0;
}
.product-item .minimal-price .custom-price-container {
  display: flex;
  align-items: center;
}
.product-item .minimal-price .custom-price-container .price-label {
  font-size: 1.8rem;
}
.product-item .minimal-price .custom-price-container .product-item-details {
  pointer-events: none;
}
@media (min-width: 1024px) {
  .page-layout-landingpage .cHeader > .left__col {
    padding: 70px 0 150px 30px;
  }
  .page-layout-landingpage .fwHeader > img,
  .page-layout-landingpage .fwHeader > picture {
    min-width: 65vw;
  }
}
@media (max-width: 1023px) {
  .page-layout-landingpage .cHeader .left__col p {
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.4);
  }
}
.page-layout-landingpage .fwSods {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .page-layout-landingpage .fwSods {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 850px) {
  .mz__our__products .mgz-element-single_product .mgz-block-heading {
    padding: 0 10px;
  }
  .mz__our__products .mgz-element-static_block .mgz-element-text {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  #customerReviews .l-customer-reviews-title {
    margin-bottom: 20px;
  }
  #customerReviews .l-customer-reviews-title h2,
  #customerReviews .l-customer-reviews-title p.mz__paragraph__heading {
    padding-left: 80px;
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  #customerReviews .l-customer-reviews-title {
    margin-bottom: 30px;
  }
  #customerReviews .l-customer-reviews-title h2,
  #customerReviews .l-customer-reviews-title p.mz__paragraph__heading {
    padding-left: 0;
    font-size: 3.6rem;
  }
  #customerReviews .owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  #customerReviews .owl-carousel.owl-drag .owl-item:not(.active) {
    opacity: .15;
  }
  #customerReviews .mgz-carousel-nav-position-bottom_right .owl-nav {
    margin-top: 0;
    top: -35px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  #customerReviews .mgz-carousel-nav-position-bottom_right .owl-nav button.owl-next {
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  #historyParallaxImage {
    padding: 150px 0;
  }
  #historyParallaxImage .l-history-img-1 {
    position: absolute;
    left: 0;
  }
  #historyParallaxImage .l-history-img-1 .mgz-element-inner {
    margin-bottom: 0;
  }
  #historyParallaxImage .l-history-img-1 img {
    max-width: 60%;
  }
  #historyParallaxImage .l-history-img-2 {
    position: absolute;
    right: 0;
    top: -50%;
  }
  #historyParallaxImage .l-history-img-2 .mgz-element-inner {
    margin-bottom: 0;
  }
  #historyParallaxImage .l-history-img-2 img {
    max-width: 60%;
  }
  #historyParallaxImage .l-history-img-3 {
    position: absolute;
    bottom: -75%;
    right: 10%;
  }
  #historyParallaxImage .l-history-img-3 .mgz-element-inner {
    margin-bottom: 0;
  }
  #historyParallaxImage .l-history-img-3 img {
    max-width: 60%;
  }
  #historyParallaxImage .l-history-content {
    padding: 0 16%;
  }
  #historyParallaxImage .l-history-content h5 {
    margin: 0 0 27px 0;
    font-size: 1.2rem;
    font-weight: 400;
    opacity: .4;
  }
  #historyParallaxImage .l-history-content p {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.44;
  }
}
@media only screen and (min-width: 1024px) {
  #historyParallaxImage .l-history-img-1 img {
    max-width: 80%;
  }
  #historyParallaxImage .l-history-img-2 img {
    max-width: 80%;
  }
  #historyParallaxImage .l-history-img-3 {
    right: 10%;
  }
  #historyParallaxImage .l-history-img-3 img {
    max-width: 80%;
  }
  #historyParallaxImage .l-history-content {
    padding: 0 10%;
    z-index: 150;
  }
  #historyParallaxImage .l-history-content h5 {
    margin: 0 0 33px 0;
  }
  #historyParallaxImage .l-history-content p {
    font-size: 3rem;
  }
}
@media only screen and (min-width: 1440px) {
  #historyParallaxImage .l-history-img-1 img {
    max-width: 100%;
  }
  #historyParallaxImage .l-history-img-2 img {
    max-width: 100%;
  }
  #historyParallaxImage .l-history-img-3 {
    right: 12%;
  }
  #historyParallaxImage .l-history-img-3 img {
    max-width: 100%;
  }
  #historyParallaxImage .l-history-content {
    padding: 0 12%;
  }
  #historyParallaxImage .l-history-content h5 {
    margin: 0 0 37px 0;
  }
  #historyParallaxImage .l-history-content p {
    font-size: 3.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .l-general-gallery-image-row #galleryImage1,
  .l-general-gallery-image-row #galleryImage2,
  .l-general-gallery-image-row #galleryImage3,
  .l-general-gallery-image-row #galleryTitle {
    display: none !important;
  }
  .l-general-gallery-image-row #galleryImagesMobileWrapper .l-gallery-title-mobile {
    margin-bottom: 18px;
    padding: 0 30px;
    text-align: center;
  }
  .l-general-gallery-image-row #galleryImagesMobileWrapper .l-gallery-title-mobile h2 {
    font-size: 2.6rem;
    font-weight: 300;
    line-height: 1.38;
  }
  .l-general-gallery-image-row #galleryImagesMobileWrapper .l-gallery-link-mobile {
    margin-bottom: 40px;
    text-align: center;
  }
  .l-general-gallery-image-row #galleryImagesMobileWrapper .l-gallery-link-mobile a {
    padding-bottom: 10px;
    border-bottom: 1px solid #f57a21;
  }
  .l-general-gallery-image-row #galleryImagesMobileWrapper .l-gallery-link-mobile a:hover {
    text-decoration: none;
    border-color: #c25f19;
  }
  .l-general-gallery-image-row #generalGalleryProgressSection {
    padding: 30px;
  }
  .l-general-gallery-image-row #generalGalleryProgressSection #progressBarWrapper {
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .l-general-gallery-image-row .inner-content.mgz-container {
    max-width: 1200px;
    padding: 0 20px;
  }
  .l-general-gallery-image-row #galleryImagesMobileWrapper {
    display: none !important;
  }
  .l-general-gallery-image-row .l-gallery-images > .mgz-element-inner {
    display: flex;
  }
  .l-general-gallery-image-row .l-gallery-images .l-img {
    position: relative;
  }
  .l-general-gallery-image-row .l-gallery-images .l-img .mgz-single-image-wrapper {
    width: 100%;
  }
  .l-general-gallery-image-row .l-gallery-images .l-img .mgz-single-image-inner {
    position: relative;
    padding-top: 50%;
  }
  .l-general-gallery-image-row .l-gallery-images .l-img .mgz-single-image-inner img {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .l-general-gallery-image-row #galleryImage1 {
    margin-bottom: 60px;
  }
  .l-general-gallery-image-row #galleryImage1 .l-img-1 {
    width: 56%;
    margin-right: auto;
  }
  .l-general-gallery-image-row #galleryImage1 .l-img-1 .mgz-single-image-inner {
    padding-top: 57.6%;
  }
  .l-general-gallery-image-row #galleryImage1 .l-img-2 {
    width: 32.5%;
    margin-top: auto;
    transform: translateY(65%);
  }
  .l-general-gallery-image-row #galleryImage1 .l-img-2 .mgz-single-image-inner {
    padding-top: 57.4%;
  }
  .l-general-gallery-image-row #galleryTitle {
    margin-bottom: 50px;
  }
  .l-general-gallery-image-row #galleryTitle .l-title {
    margin-bottom: 20px;
    text-align: center;
  }
  .l-general-gallery-image-row #galleryTitle .l-title h2 {
    margin: 0;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.44;
  }
  .l-general-gallery-image-row #galleryTitle .l-link {
    text-align: center;
  }
  .l-general-gallery-image-row #galleryTitle .l-link a {
    padding-bottom: 10px;
    border-bottom: 1px solid #f57a21;
  }
  .l-general-gallery-image-row #galleryTitle .l-link a:hover,
  .l-general-gallery-image-row #galleryTitle .l-link a:focus {
    text-decoration: none;
    border-color: #c25f19;
  }
  .l-general-gallery-image-row #galleryImage2 {
    margin-bottom: 80px;
  }
  .l-general-gallery-image-row #galleryImage2 .l-img-1 {
    width: 49.3%;
    margin: 0 auto;
  }
  .l-general-gallery-image-row #galleryImage2 .l-img-1 .mgz-single-image-inner {
    padding-top: 57.5%;
  }
  .l-general-gallery-image-row #galleryImage2 .l-img-2 {
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(50%);
    width: 15.5%;
  }
  .l-general-gallery-image-row #galleryImage2 .l-img-2 .mgz-single-image-inner {
    padding-top: 182.8%;
  }
  .l-general-gallery-image-row #galleryImage3 {
    padding-bottom: 7.5%;
  }
  .l-general-gallery-image-row #galleryImage3 > .mgz-element-inner {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-1 {
    width: 40.9%;
    margin-right: auto;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-1 .mgz-single-image-inner {
    padding-top: 57.6%;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-2 {
    width: 56%;
    margin-top: 10%;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-2 .mgz-single-image-inner {
    padding-top: 57.6%;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-3 {
    position: absolute;
    top: 84%;
    width: 40.9%;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-3 .mgz-element-inner {
    display: flex;
    justify-content: flex-end;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-3 .mgz-single-image-wrapper {
    width: 58.65%;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-3 .mgz-single-image-inner {
    padding-top: 57.5%;
  }
}
@media only screen and (min-width: 1024px) {
  .l-general-gallery-image-row #galleryImage1 {
    margin-bottom: 70px;
  }
  .l-general-gallery-image-row #galleryTitle {
    margin-bottom: 60px;
  }
  .l-general-gallery-image-row #galleryTitle .l-title {
    margin-bottom: 25px;
  }
  .l-general-gallery-image-row #galleryTitle .l-title h2 {
    font-size: 2.8rem;
  }
  .l-general-gallery-image-row #galleryImage2 {
    margin-bottom: 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .l-general-gallery-image-row #galleryImage1 {
    margin-bottom: 85px;
  }
  .l-general-gallery-image-row #galleryImage1 .l-img-1 {
    transform: translateX(-10%);
  }
  .l-general-gallery-image-row #galleryTitle {
    margin-bottom: 72.5px;
  }
  .l-general-gallery-image-row #galleryTitle .l-title {
    margin-bottom: 27.5px;
  }
  .l-general-gallery-image-row #galleryTitle .l-title h2 {
    font-size: 3.6rem;
  }
  .l-general-gallery-image-row #galleryImage2 {
    margin-bottom: 120px;
  }
  .l-general-gallery-image-row #galleryImage3 .l-img-2 {
    transform: translateX(10%);
  }
}
@media only screen and (min-width: 768px) {
  .l-slider-col.mgz-element-column > .mgz-element-inner {
    padding: 0;
  }
  #customSlider {
    position: relative;
  }
  #customSlider .owl-stage {
    display: flex;
  }
  #customSlider .owl-item {
    overflow: visible;
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  #customSlider .owl-item .item {
    padding: 0 20px;
    transition: all .25s ease;
  }
  #customSlider .owl-item .item .item-content {
    display: none;
  }
  #customSlider .owl-item:not(.center) .item,
  #customSlider .owl-item:not(.cloned) .item {
    transform: scale(0.5) translate(20%, 50%);
  }
  #customSlider .owl-item.center .item {
    transform: scale(1) translate(0);
  }
  #customSlider .owl-item.center ~ .owl-item {
    transform: scale(1) translate(0);
    visibility: hidden;
    opacity: 0;
  }
  #customSlider .owl-item.center .item .item-content {
    display: block;
  }
  #customSlider .item .item-content {
    left: -35px;
    top: 20px;
    padding: 0;
    width: auto;
    max-width: 60%;
    opacity: 0;
    transition: opacity 2s ease;
  }
  #customSlider .item .item-content .item-title {
    display: block;
    min-height: 18px;
    margin-bottom: 20px;
    font-size: 1.2rem;
    color: #262626;
    opacity: .4;
  }
  #customSlider .item .item-content .item-description {
    margin-top: 0;
    font-size: 2rem;
  }
  #customSlider .owl-item.center .item .item-content {
    opacity: 1;
  }
  #customSlider .owl-carousel .owl-nav {
    display: block;
  }
  #customSlider .owl-carousel .owl-nav .owl-prev {
    display: block;
    left: 80px;
    top: 40px;
    opacity: 1;
    width: 50px;
    height: 50px;
    font-size: 1.8rem;
    border: 1px solid #a6a6a6;
    border-radius: 50px;
    line-height: 50px;
  }
  #customSlider .owl-carousel .owl-nav .owl-prev:before {
    display: none;
  }
  #customSlider .owl-carousel .owl-nav .owl-prev:hover {
    color: #f57a21;
    border-color: #f57a21;
    background-color: transparent;
  }
  #customSlider .owl-carousel .owl-nav .owl-next {
    display: none;
  }
  #customSlider .mgz-element-raw_html {
    position: static;
  }
  #customSlider .mgz-element-raw_html > .mgz-element-inner {
    position: static;
  }
  #customSliderProgressSection {
    position: absolute;
    top: 150px;
    right: 15px;
    z-index: 9;
    max-width: 150px;
  }
  #customSliderProgressSection #progressBarWrapper {
    padding: 0;
    margin-bottom: 20px;
  }
  #customSliderProgressSection #progressBarWrapper > span {
    color: initial;
  }
  #customSliderProgressSection #progressBar {
    background-color: #c8c8c8;
  }
  #customSliderProgressSection #bar {
    background-color: #262626;
  }
  #customSliderProgressSection .l-info-wrapper {
    padding: 0;
    background-color: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #customSliderProgressSection .l-info {
    margin-bottom: 50px;
  }
  #customSliderProgressSection .l-info p {
    line-height: 1.6;
  }
}
@media only screen and (min-width: 1024px) {
  #customSlider .owl-item .item {
    padding: 0 40px;
  }
  #customSlider .item .item-content {
    top: 25px;
    left: -40px;
  }
  #customSlider .item .item-content .item-title {
    font-size: 1.4rem;
  }
  #customSlider .item .item-content .item-description {
    font-size: 2.8rem;
    line-height: 1.44;
  }
  #customSlider .owl-carousel .owl-nav {
    display: block;
  }
  #customSlider .owl-carousel .owl-nav .owl-prev {
    left: 100px;
    top: 100px;
    width: 80px;
    height: 80px;
    border-radius: 80px;
    line-height: 80px;
  }
  #customSliderProgressSection {
    max-width: 200px;
    top: 190px;
    right: 30px;
  }
  #customSliderProgressSection #progressBarWrapper {
    margin-bottom: 30px;
  }
  #customSliderProgressSection .l-info {
    margin-bottom: 80px;
  }
}
@media only screen and (min-width: 1200px) {
  #customSlider .owl-item .item {
    padding: 0 50px;
  }
  #customSlider .owl-carousel .owl-nav .owl-prev {
    left: 130px;
    top: 110px;
  }
  #customSliderProgressSection {
    top: 200px;
    right: 50px;
  }
}
@media only screen and (min-width: 1440px) {
  #customSlider .owl-item .item {
    padding: 0 60px;
  }
  #customSlider .item .item-content {
    left: -30px;
  }
  #customSlider .item .item-content .item-description {
    font-size: 3.6rem;
    line-height: 1.44;
  }
  #customSlider .owl-carousel .owl-nav {
    display: block;
  }
  #customSlider .owl-carousel .owl-nav .owl-prev {
    left: calc(50% - 580px);
    top: 120px;
    width: 110px;
    height: 110px;
    border-radius: 110px;
  }
  #customSliderProgressSection {
    top: 200px;
    right: calc(50% - 600px);
  }
  #customSliderProgressSection #progressBarWrapper {
    margin-bottom: 30px;
  }
  #customSliderProgressSection .l-info {
    margin-bottom: 120px;
  }
}
@media only screen and (min-width: 1650px) {
  #customSlider .owl-carousel .owl-nav .owl-prev {
    left: calc(50% - 640px);
    top: 130px;
  }
  #customSliderProgressSection {
    top: 230px;
    right: calc(50% - 700px);
  }
}
