@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,600,700&display=swap.less');
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li {
  margin: 0;
}
.abs-action-cart-button button.action {
  border: none;
  padding: 12px 24px;
  opacity: .8;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 1.5;
  font-family: inherit;
  border-radius: 0 !important;
  height: inherit;
}
.abs-action-cart-button button.action:not(:hover) {
  background-color: #f4f4f4;
  color: #222529;
}
.action-primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-button-l {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt {
  float: left;
  clear: left;
  margin: 0 0.5em 0.25em 0;
}
.abs-product-options-list dt:after {
  content: ': ';
}
.abs-product-options-list dd {
  float: left;
  display: inline-block;
  margin: 0 0 0.25em;
}
.abs-button-responsive {
  width: 100%;
}
.abs-reset-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.abs-account-page-title {
  background-color: #f4f4f4;
  border-bottom: none;
  padding: 3.75rem 0;
  text-align: center;
  position: relative;
}
.abs-account-page-title h1.page-title {
  color: #212529 !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.abs-account-page-title::before,
.abs-account-page-title::after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.abs-account-page-title::before {
  right: 100%;
}
.abs-account-page-title::after {
  left: 100%;
}
.abs-login-block-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  color: #222529;
  letter-spacing: -.01em;
}
.abs-dropdown-simple {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items {
  padding: 6px 0;
}
.abs-input-qty {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets {
  margin-bottom: 2em;
}
.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link {
  font-weight: 400;
}
.abs-product-link > a {
  color: #777777;
  text-decoration: none;
}
.abs-product-link > a:visited {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:hover {
  color: #777777;
  text-decoration: underline;
}
.abs-product-link > a:active {
  color: #777777;
  text-decoration: underline;
}
.abs-like-link {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-reset-left-margin {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-fields .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 1.5em;
}
.abs-add-fields .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice {
  margin: 1.5em 0 0;
}
.abs-hidden {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden,
.mgz__actions-switch-checkbox {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 0.25em;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto {
  color: #222529;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  text-decoration: none;
}
.abs-actions-addto:before {
  display: block;
}
.abs-box-tocart {
  margin: 0 0 1.5em;
}
.abs-toggling-title,
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 0.5em 2em 0.5em 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\e81b';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.abs-checkout-product-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-block-line-height {
  line-height: 24px;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax {
  color: #222529;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price {
  font-weight: 400;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 0.5em;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after {
  content: '\e81b';
}
.abs-forms-margin-small {
  margin-bottom: 1em;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  vertical-align: baseline;
  padding-top: 1px;
  padding-right: 1.25em;
  padding-bottom: 0.25em;
}
.abs-rating-summary .rating-result {
  vertical-align: top;
  display: table-cell;
}
.abs-account-actions:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0.5em;
  border-left: 1px solid #eaeaea;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.abs-account-blocks .box-title {
  display: block;
}
.abs-account-blocks .box-title > .action {
  font-weight: 400;
  margin-left: 0.5em;
}
.abs-colon:after {
  content: ": ";
}
.abs-icon-add,
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before {
  margin-left: -17px;
  margin-right: 0.25em;
}
.abs-no-display,
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-status {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  padding: 0 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title {
  color: #0088cc;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.abs-title-orders .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #e7e7e7;
}
.abs-block-items-counter {
  color: #c1c1c1;
  font-size: 1.2rem;
  white-space: nowrap;
}
.abs-block-widget-title {
  margin: 0 0 1em;
}
.abs-block-widget-title strong {
  font-size: 16px;
  font-weight: 600;
  color: #000;
}
.abs-shopping-cart-items {
  margin-bottom: 1em;
}
.abs-shopping-cart-items .actions.main .continue,
.abs-shopping-cart-items .actions.main .clear {
  display: none;
}
.abs-field-date .control {
  position: relative;
}
.abs-field-date-input,
.abs-field-date input {
  margin-right: 0.5em;
  width: calc(100% - (23px + 0.5em));
}
.abs-field-tooltip {
  position: relative;
}
.abs-field-tooltip input {
  margin-right: 0.5em;
  width: calc(100% - (21px + 0.5em + 0.25em));
}
.abs-checkout-tooltip-content-position-top {
  right: -0.5em;
  top: 40px;
  left: auto;
}
.abs-checkout-tooltip-content-position-top:before,
.abs-checkout-tooltip-content-position-top:after {
  border: 10px solid transparent;
  height: 0;
  width: 0;
  margin-top: -21px;
  right: 0.5em;
  left: auto;
  top: 0%;
}
.abs-checkout-tooltip-content-position-top:before {
  border-bottom-color: #dddddd;
}
.abs-checkout-tooltip-content-position-top:after {
  border-bottom-color: #f4f4f4;
  top: 1px;
}
.abs-checkout-title {
  padding-bottom: 0.5em;
  color: #777777;
  font-weight: 300;
  font-size: 1rem;
}
.abs-sidebar-totals {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
  padding-right: 0.5em;
}
.abs-sidebar-totals .grand .amount {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
}
.abs-sidebar-totals .msrp {
  margin-bottom: 0.5em;
}
.abs-sidebar-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 1em;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e81b';
}
.abs-sidebar-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}
.abs-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field {
  display: table-cell;
}
@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e81b';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0.25em;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0.5em 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 2em 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #777777;
  }
  .navigation .level0.active .all-category .ui-state-focus {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
    display: inline-block;
  }
  .navigation .level0 > .level1 {
    font-weight: 600;
  }
  .navigation .level0.active > a:not(.ui-state-active),
  .navigation .level0.has-active > a:not(.ui-state-active) {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
  }
  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: -8px;
  }
  .navigation li.level0:last-child {
    border-bottom: 1px solid #dddddd;
  }
  .navigation .submenu > li {
    word-wrap: break-word;
  }
  .navigation .submenu > li > a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child) {
    font-weight: 400;
    line-height: 1.3;
    left: auto !important;
    overflow-x: hidden;
    padding: 0;
    position: relative;
    top: auto !important;
    transition: left 0.3s ease-out;
  }
  .navigation .submenu:not(:first-child) > li > a {
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) > li:last-child {
    margin-bottom: 0;
  }
  .navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
  }
  .navigation .submenu:not(:first-child) ul > li {
    margin: 0;
  }
  .navigation .submenu:not(:first-child) ul > li a {
    color: #777777;
    display: block;
    line-height: normal;
  }
  .navigation .submenu:not(:first-child) ul > li a:hover {
    color: #777777;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 0.5em 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #777777;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-right: 0;
  }
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form-discount .g-recaptcha {
  margin-top: 50px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
.block-minicart .block-content > .actions .smart-buttons {
  margin-top: 15px;
}
.pay-later-message {
  margin-top: 10px;
}
.smart-buttons > div > div {
  vertical-align: bottom;
}
.apple-pay {
  margin-top: 14px;
}
.cart-summary .apple-pay {
  margin-top: 11px;
}
.google-pay {
  margin-top: 14px;
}
.google-pay button {
  background-origin: content-box;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 0;
}
.cart-summary .google-pay {
  margin-bottom: 14px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.-am-blocked {
  pointer-events: none;
}
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #707070;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.ammenu-sticky {
  left: 0;
  max-width: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10;
}
/* phpcs:disable */
/* phpcs:enable */
/* phpcs:ignore Magento2.Less.SelectorDelimiter.LineBreakAfterDelimiter */
.ammmenu-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .ammmenu-word-break {
  word-break: break-all;
}
._ammenu-link.-first {
  min-height: 60px;
  padding: 17px 0;
}
._ammenu-link.-second {
  font-size: 1.6rem;
  font-weight: 400;
  min-height: 50px;
  padding: 14px 0;
}
@-webkit-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes ammenu-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-moz-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-ms-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@-o-keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@keyframes ammenu-animation__fadeInLeft {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translateZ(0);
    opacity: 1;
    transform: translateZ(0);
  }
}
@media (max-width: 992px + 1) {
  .ammenu-header-container.-sticky .header.content {
    padding: 10px;
  }
}
._ammenu-toggle-buttons:hover {
  filter: brightness(85%);
}
._ammenu-toggle-buttons:active {
  filter: brightness(50%);
}
@keyframes slide-right {
  0% {
    transform: translateX(-500%);
  }
  100% {
    transform: translateX(0);
  }
}
@keyframes slide-left {
  0% {
    transform: translateX(500%);
  }
  100% {
    transform: translateX(0);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.amscroll-arrow-icon {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-chevron-icon {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
@-webkit-keyframes amScrollRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.amscroll-arrow-style {
  padding: 0;
  width: 50px;
  height: 50px;
  border-radius: 100px;
}
.amscroll-arrow-style:before {
  border-radius: 100px;
}
.amscroll-arrow-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
}
.amscroll-arrow-style .amscroll-text {
  display: none;
}
.amscroll-text-style {
  padding-right: 7px;
  border-radius: 100px;
  transform: rotate(-90deg) translate(60px, 60px);
}
.amscroll-text-style:before {
  border-radius: 100px;
}
.amscroll-text-style:after {
  width: 24px;
  height: 24px;
  background: url('../Amasty_Scroll/images/chevron.svg');
}
.amscroll-edge-style {
  right: 0;
  padding: 4px 26px 4px 20px;
  border-radius: 20px 20px 0 0;
  transform: rotate(-90deg) translate(71px, 72px);
}
.amscroll-edge-style .amscroll-text {
  margin-right: 20px;
}
.amscroll-edge-style:before {
  border-radius: 20px 20px 0 0;
}
.amscroll-edge-style:after {
  width: 14px;
  height: 28px;
  background: url('../Amasty_Scroll/images/arrow.svg');
  transform: rotate(90deg) translateX(2px);
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
@charset "UTF-8";
/* Slider */
.slick-loading .slick-list {
  background: #ffffff url('../../../../../frontend/Smartwave/porto/sv_SE/Amasty_Blog/images/ajax-loader.gif') center center no-repeat;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none !important;
  outline: none !important;
  background: white;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.2) !important;
}
.slick-prev:hover,
.slick-next:hover,
.slick-prev:focus,
.slick-next:focus {
  outline: none;
  background: white;
  color: transparent;
}
.slick-prev:hover:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #ffffff;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -5px;
  z-index: 9;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: url("../../../../../frontend/Smartwave/porto/sv_SE/Dibs_EasyCheckout/images/left-arrow.svg");
}
[dir="rtl"] .slick-prev:before {
  content: url("../../../../../frontend/Smartwave/porto/sv_SE/Dibs_EasyCheckout/images/right-arrow.svg");
}
.slick-next {
  right: -5px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: url("../../../../../frontend/Smartwave/porto/sv_SE/Dibs_EasyCheckout/images/right-arrow.svg");
}
[dir="rtl"] .slick-next:before {
  content: url("../../../../../frontend/Smartwave/porto/sv_SE/Dibs_EasyCheckout/images/left-arrow.svg");
}
/* Dots */
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: #000000;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #000000;
  opacity: 0.75;
}
.dibs-btn {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
}
.dibs-btn:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
.dibs-btn:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.dibs-white__backdrop {
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
}
.dibs-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.dibs-table-align {
  width: calc(100% - 205px);
  left: 205px;
  position: relative;
}
.radio,
.radio:checked:after {
  border-radius: 50% !important;
}
.checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
.checkbox:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../../../../../frontend/Smartwave/porto/sv_SE/Dibs_EasyCheckout/images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
.dibs_easy_checkout-index-index {
  -webkit-font-smoothing: antialiased;
}
.dibs_easy_checkout-index-index .page-title-wrapper,
.dibs_easy_checkout-index-index .nav-toggle {
  display: none;
}
.dibs_easy_checkout-index-index .page-header {
  background-color: #ffffff;
}
.dibs_easy_checkout-index-index .page-wrapper {
  background-color: #e5e5e5;
}
#dibs_easy_checkoutSidebar {
  font-family: 'Source Sans Pro', sans-serif;
  color: #444444;
  display: block;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 40px;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading span.counter:before {
  content: "";
  display: inline-block;
  border: 2px solid #000000;
  vertical-align: middle;
  padding: 0 4px;
  margin: 0 2px;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-cart #dibs-easy-checkout-cart-heading span.dibs-payment-methods__img img {
  vertical-align: bottom;
  float: right;
}
#dibs_easy_checkoutSidebar #dibs-easy-checkout_cart {
  border-top: 1px solid #d1d1d1;
  display: inline-block;
  width: 100%;
}
#dibs_easy_checkoutSidebar .load.indicator {
  position: fixed !important;
}
#dibs_easy_checkoutSidebar .load.indicator:before {
  background: transparent url("../../../../../frontend/Smartwave/porto/sv_SE/Amasty_Blog/images/ajax-loader.gif") no-repeat 50% 50%;
}
#dibs_easy_checkoutSidebar input:not(.qty),
#dibs_easy_checkoutSidebar select,
#dibs_easy_checkoutSidebar textarea {
  border: 1px solid #d1d1d1;
  border-radius: 4px;
}
#dibs_easy_checkoutSidebar input:not(.qty),
#dibs_easy_checkoutSidebar select:not(.qty) {
  height: 50px;
}
#dibs_easy_checkoutSidebar input[type='checkbox'],
#dibs_easy_checkoutSidebar select[type='checkbox'] {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
#dibs_easy_checkoutSidebar input[type='checkbox']:checked:after,
#dibs_easy_checkoutSidebar select[type='checkbox']:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../../../../../frontend/Smartwave/porto/sv_SE/Dibs_EasyCheckout/images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
#dibs_easy_checkoutSidebar input[type='radio'],
#dibs_easy_checkoutSidebar select[type='radio'] {
  position: relative;
  width: 20px;
  height: 20px;
  top: 4px;
  left: 0;
  border: 1px solid #d1d1d1;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border-radius: 4px;
  margin-bottom: 0 !important;
}
#dibs_easy_checkoutSidebar input[type='radio'],
#dibs_easy_checkoutSidebar select[type='radio'],
#dibs_easy_checkoutSidebar input[type='radio']:checked:after,
#dibs_easy_checkoutSidebar select[type='radio']:checked:after {
  border-radius: 50% !important;
}
#dibs_easy_checkoutSidebar input[type='radio']:checked:after,
#dibs_easy_checkoutSidebar select[type='radio']:checked:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 20px;
  border-radius: 4px;
  top: 0;
  left: 0;
  line-height: 20px;
  text-align: center;
  background: #0094cf url("../../../../../frontend/Smartwave/porto/sv_SE/Dibs_EasyCheckout/images/checkmark.svg") no-repeat 50% 50%;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  border-color: #0094cf;
}
#dibs_easy_checkoutSidebar h4[role="heading"] {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  margin-top: 0;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-currency {
  float: right;
  padding-left: 5px;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-title {
  float: right;
  padding-right: 10px;
}
#dibs_easy_checkoutSidebar h4[role="heading"] .total-amount {
  float: right;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset {
  position: relative;
  display: flex;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .field {
  flex: 1;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset input {
  border-right: none !important;
  border-bottom-right-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.apply.primary,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.cancel.primary,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.apply.primary:hover,
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.discount #discount-coupon-form .fieldset .actions-toolbar .action.cancel.primary:hover {
  background: transparent;
  border: 1px solid #d1d1d1;
  color: #0094cf;
  height: 50px;
  border-left: none !important;
  border-bottom-left-radius: 0 !important;
  border-top-left-radius: 0 !important;
}
#dibs_easy_checkoutSidebar .dibs-easy-checkout-block.grand-total .total-info {
  color: #888888;
}
#dibs_easy_checkoutSidebar .slick-slide:not(.slick-active) {
  position: relative;
  opacity: .7;
}
#dibs_easy_checkoutSidebar .slick-slide:not(.slick-active):after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}
#dibs-checkout-iframe {
  vertical-align: bottom;
}
.different-checkout-link {
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background: #ffffff;
}
.different-checkout-link a {
  color: #0094cf;
}
table.dibs-easy-checkout-review th {
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 400;
}
table.dibs-easy-checkout-review th,
table.dibs-easy-checkout-review td {
  vertical-align: middle;
}
table.dibs-easy-checkout-review th.qty,
table.dibs-easy-checkout-review td.qty {
  text-align: center !important;
}
table.dibs-easy-checkout-review td.qty div.qty {
  display: flex;
}
table.dibs-easy-checkout-review td.qty .remove-product {
  display: inline-flex;
  align-items: center;
}
table.dibs-easy-checkout-review td.qty .remove-product span {
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  width: 26px;
  height: 26px;
  text-align: center;
  font-size: 26px;
  cursor: pointer;
  margin-right: 40px;
  display: block;
  line-height: 26px;
  font-weight: 200;
}
table.dibs-easy-checkout-review td.qty span.qty {
  display: flex;
}
table.dibs-easy-checkout-review td.qty span.qty input {
  border-left: 0 !important;
  border-right: 0 !important;
  border: 1px solid #d1d1d1;
  width: 50px;
  height: 40px;
  text-align: center;
}
table.dibs-easy-checkout-review td.qty span.qty input:not([disabled]):focus {
  box-shadow: none;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-increment,
table.dibs-easy-checkout-review td.qty span.qty .input-number-decrement {
  height: 38px;
  width: 35px;
  text-align: center;
  border: 1px solid #d1d1d1;
  cursor: pointer;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-increment {
  border-bottom-right-radius: 50%;
  border-top-right-radius: 50%;
  font-size: 20px;
  line-height: 40px;
}
table.dibs-easy-checkout-review td.qty span.qty .input-number-decrement {
  border-bottom-left-radius: 50%;
  border-top-left-radius: 50%;
  font-size: 28px;
  line-height: initial;
}
table.dibs-easy-checkout-review td.subtotal {
  text-align: right !important;
}
table.dibs-easy-checkout-review td.subtotal .price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dl {
  margin-top: 20px;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dt {
  clear: left;
  float: left;
  margin: 0 10px 5px 0;
  font-weight: 400 !important;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dt:after {
  content: ': ';
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .item-options dd {
  display: inline-block;
  float: left;
  margin: 0 0 5px;
}
table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info .product-item-name {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
table.dibs-easy-checkout-review .col.price .currency {
  padding-left: 3px;
}
table.dibs-easy-checkout-review .col.price .currency:before {
  content: '(';
}
table.dibs-easy-checkout-review .col.price .currency:after {
  content: ')';
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell {
  width: 100%;
  padding: 0;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .block-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  text-align: center;
  margin-bottom: 0;
  margin-top: 30px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items {
  width: 100%;
  margin: 0;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item {
  display: inline-block;
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  width: 25%;
  margin: 0 15px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item img {
  border-radius: 4px;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item .product-item-info {
  width: 100%;
}
#dibs_easy_checkoutCrosssell .block.dibs-crosssell .dibs-products-grid .product-items .product-item .product-item-details {
  padding-bottom: 20px;
}
.dibs-easy-checkout-shipping {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #d1d1d1;
}
.dibs-easy-checkout-shipping .dibs-easy-checkout-section-content {
  width: 100%;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method {
  width: 100%;
  margin: 0;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row {
  text-align: center;
  background: #ffffff;
  border-radius: 4px;
  margin: 0 34px 0 0;
  padding: 50px 30px;
  border: 1px solid #d1d1d1;
  position: relative;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row:hover {
  border-color: #0094cf;
  opacity: 1 !important;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row input[type='radio'] {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row span > * {
  display: block;
}
.dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row .price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  display: block;
}
@media only screen and (max-width: 560px) {
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .dibs-easy-checkout-radio-row {
    margin-right: 0;
  }
}
.dibs-easy-checkout-shipping .slick-list.draggable {
  margin-top: 10px;
}
.dibs-easy-checkout-shipping .slick-dots li {
  margin: 0;
}
.dibs-easy-checkout-shipping .slick-dots li.slick-active button {
  border-color: #0094cf;
  background-color: #0094cf;
}
.dibs-easy-checkout-shipping .slick-dots button {
  display: block;
  width: 7px;
  height: 7px;
  padding: 0;
  border: 1px solid #d1d1d1;
  border-radius: 50%;
  background-color: white;
  text-indent: -9999px;
  box-shadow: none !important;
}
.dibs-easy-checkout-shipping #shipping-method-button {
  height: 50px;
  position: relative;
  top: -1px;
  text-transform: none;
  font-size: 18px;
}
body.dibs_easy_checkout-index-index #checkout {
  width: 100%;
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper {
  padding: 0;
  left: 205px;
  width: calc(100% - 205px);
  position: relative;
}
@media (max-width: 768px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper {
    left: auto;
    width: 100%;
  }
}
@media (max-width: 639px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .form.methods-shipping {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
  }
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper .step-title {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
@media (max-width: 1024px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .table-checkout-shipping-method {
    min-width: 450px;
  }
}
@media (max-width: 639px) {
  body.dibs_easy_checkout-index-index #checkout .opc-wrapper .table-checkout-shipping-method {
    min-width: 1px;
  }
}
body.dibs_easy_checkout-index-index #checkout .opc-wrapper #checkout-shipping-method-load input[type='radio'] {
  top: 0;
  margin: 0;
  box-shadow: none;
}
button:not(.primary).dibs-primary {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 40px;
  font-size: 14px;
  padding: 10px 50px;
  text-transform: uppercase;
}
button:not(.primary).dibs-primary:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
button:not(.primary).dibs-primary:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.go-to-container {
  margin-top: 20px;
}
.go-to-container .go-to {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  padding: 12px 30px;
  width: 174px;
  height: 50px;
}
.go-to-container .go-to:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
.go-to-container .go-to:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
.shipping-price {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
  float: right;
  text-align: right;
}
#dibs-easy-checkout_cart_totals {
  text-align: right;
  color: #000000;
}
.dibs_easy_checkout-order-success .columns {
  letter-spacing: 0.5px;
}
.dibs_easy_checkout-order-success .dibs-primary {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2) !important;
  text-align: center;
  font-size: 18px;
  text-transform: none;
  text-decoration: none;
  padding: 12px 30px;
  width: 174px;
  height: 50px;
  font-weight: 600;
}
.dibs_easy_checkout-order-success .checkout-success h1 {
  color: #000000;
  text-align: center;
  font-weight: 600;
}
.dibs_easy_checkout-order-success #dibs_easy_checkoutSidebar {
  max-width: 1040px;
  margin: 0 auto;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details {
  list-style: none;
  display: table;
  width: 100%;
  margin: 15px 0 30px;
  padding: 15px 0 0;
  font-size: 18px;
  border-top: 6px solid #0094cf;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li {
  float: none;
  margin-bottom: 0;
  text-align: left;
  font-weight: 300;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li strong {
  width: 100%;
  display: block;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items {
  margin: 70px 0;
  border: 3px solid #0094cf;
  position: relative;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items strong {
  font-size: 25px;
  font-weight: 700;
  color: #000000;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table tbody {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table th,
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td {
  font-size: 16px;
  padding: 15px 0;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table th {
  text-transform: uppercase;
  font-weight: 600;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td.col-item {
  font-weight: 600;
}
.dibs_easy_checkout-order-success .dibs-easy-checkout-order__items table td.col-amount {
  font-weight: 300;
}
#nwt_unifaun_form label {
  font-weight: 600;
}
#nwt_unifaun_form .nwt_unifaun_form_agent label[for^="nwt_unifaun_form_agent_select_custom"]:first-child {
  width: 100%;
  margin-bottom: 0;
}
#nwt_unifaun_form .nwt_unifaun_form_agent label[for="nwt_unifaun_postcode"] {
  display: inline-block;
  width: 100%;
}
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_postcode,
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_select_agent {
  height: 35px;
}
@media only screen and (max-width: 560px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_postcode {
    width: 40% !important;
  }
}
#nwt_unifaun_form .nwt_unifaun_form_agent .nwt_unifaun_select_agent {
  margin-bottom: 0;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent {
  background-image: linear-gradient(0deg, #007eb2 0%, #0094cf 99%) !important;
  border-radius: 25px !important;
  color: #ffffff !important;
  border: none !important;
  font-family: 'Source Sans Pro', sans-serif !important;
  font-weight: 600;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
  height: 35px;
  font-size: 14px;
  margin-bottom: 5px;
  margin-left: 15px;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent:focus {
  box-shadow: 0 0 0 3px rgba(0, 126, 178, 0.5) !important;
}
#nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent:hover {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.4);
}
@media only screen and (max-width: 1000px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent {
    margin-left: 0 !important;
    width: 100% !important;
  }
}
@media only screen and (max-width: 767px) {
  #nwt_unifaun_form .nwt_unifaun_form_agent button.nwtunifaun-choose-agent {
    margin-top: 10px;
  }
}
#nwt_unifaun_form #nwt_unifaun_form_cellphone #nwt_unifaun_cellphone {
  height: 35px;
}
@media only screen and (max-width: 767px) {
  #nwt_unifaun_form input[type="text"] {
    border-top: 1px solid #d1d1d1 !important;
    border-radius: 4px !important;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper {
    left: 0;
  }
  .modal-popup.modal-slide.nets-popup-wrapper .action-close {
    margin-top: 3rem;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap {
  height: calc(100% - 10rem);
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap {
    height: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-header {
    padding-left: 25px;
    padding-right: 25px;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-header h1 {
  border-bottom: 0;
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content,
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content div {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.modal-popup.modal-slide.nets-popup-wrapper .modal-inner-wrap .modal-footer {
  display: none;
}
#nets-popup-iframe {
  width: 100%;
  height: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: unset;
  margin-top: -30px;
  color: #000;
}
.fa {
  font-size: 25px;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
/* =====CANVAS====FRAME=====CSS=========STRAT=============== */
/*==TABS======23==01==25============START================*/
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .custom-options-tabs .options-list {
  display: flex;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .custom-options-tabs > label {
  display: none;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .custom-options-tabs .options-list .field.choice {
  position: relative;
  width: 50%;
  background: #f0f0f0;
  text-align: center;
  border: 1px solid #cccccc;
  margin-bottom: 0px;
  background: #fff;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .custom-options-tabs .options-list .field.choice.active {
  box-shadow: 0px 0px 5px #ccc;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .custom-options-tabs .options-list .field.choice label {
  position: absolute;
  left: 50%;
  top: 50%;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  transform: translate(-50%, -50%);
}
.custom-options-tabs .options-list > .field .label::before {
  display: block;
  width: 45px;
  height: 45px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}
.custom-options-tabs .options-list > .field:first-child .label::before {
  content: "";
  background: url("../images/poster-title-img-1.png");
}
.custom-options-tabs .options-list > .field:nth-child(2) .label::before {
  content: "";
  background: url("../images/canva-title-img-1.png");
}
.custom-options-tabs .options-list > .field:nth-child(3) .label::before {
  content: "";
  background: url("../images/sticker-title-img-1.png");
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .custom-options-tabs .options-list .field.choice input {
  width: 100%;
  opacity: 0;
  margin: 0px;
  height: 44px;
}
/*==TABS======23==01==25============END==================*/
.catalog-product-view .product-info-main.canvas-active .product-add-form .product-options-wrapper .fieldset > div.field.margin-part,
.catalog-product-view .product-info-main.canvas-active .product-add-form .product-options-wrapper .fieldset > div.field.frame-part,
.catalog-product-view .product-info-main.sticker-active .product-add-form .product-options-wrapper .fieldset > div.field.frame-part {
  display: none;
}
.catalog-product-view .product-info-main .custom-options-tabs li.tab-link {
  background: rgba(240, 240, 240, 0.5);
}
.catalog-product-view .product-info-main .custom-options-tabs li.tab-link.active {
  color: #fff;
  background: #f0f0f0;
  box-shadow: 0px 0px 5px #ccc;
}
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active.black-most-popular .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child {
  border-image: url(../images/black.webp) !important;
  box-shadow: 0px 0px 5px #ccc;
  border-image-width: 100% !important;
  border-image-slice: 10% !important;
  border-image-repeat: space;
  padding: 12px;
}
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active.white .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child {
  border-image: url(../images/white.webp) !important;
  box-shadow: 0px 0px 5px #ccc;
  border-image-width: 100% !important;
  border-image-slice: 10% !important;
  border-image-repeat: space;
  padding: 12px;
}
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active.oak .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child {
  border-image: url(../images/Oak.webp) !important;
  box-shadow: 0px 0px 5px #ccc;
  border-image-width: 100% !important;
  border-image-slice: 1000 !important;
  border-image-repeat: space;
  padding: 12px;
}
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active.walnut .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child {
  border-image: url(../images/Walnut.webp) !important;
  box-shadow: 0px 0px 5px #ccc;
  border-image-width: 100% !important;
  border-image-slice: 10% !important;
  border-image-repeat: space;
  padding: 12px;
}
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active.rococo .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child {
  border-image: url(../images/Rococo.webp) !important;
  box-shadow: 0px 0px 5px #ccc;
  border-image-width: 100% !important;
  border-image-slice: 150 fill !important;
  border-image-repeat: space;
  padding: 65px;
}
.gallery-placeholder.tab-art-print-active.white-border-2cm .fotorama__stage {
  padding: 0px !important;
}
.gallery-placeholder.tab-art-print-active.white-border-2cm .fotorama__stage .fotorama__stage__frame.fotorama__active {
  left: 0px !important;
}
.gallery-placeholder.tab-art-print-active.white-border-2cm .fotorama__stage__frame.fotorama_vertical_ratio.fotorama__loaded.fotorama__loaded--img.fotorama__active img {
  border: 0px !important;
  background-color: #ccc;
  padding: 12px;
}
.catalog-product-view .product.media .gallery-placeholder .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  position: static;
  transform: none;
  width: 100%;
  height: 100%;
}
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img,
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active.no-borders .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
  padding: 0px;
  background-color: #fff;
}
.catalog-product-view .product.media .gallery-placeholder.tab-art-print-active.white-border-2cm .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child img,
.catalog-product-view .product.media .gallery-placeholder.tab-sticker-active.white-border-2cm .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child img {
  padding: 12px;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .options-list.nested {
  display: flex;
  gap: 5px;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .options-list.nested .field.choice {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #000;
  position: relative;
  height: 65px;
  text-align: center;
  width: 100%;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .options-list.nested .field.choice input {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0px;
  opacity: 0;
}
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice label span {
  font-size: 10px;
  line-height: normal;
}
/* .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice label{
     display: flex;
     flex-direction: column;
     justify-content: end;
     align-items: center;
     position: relative;
     text-align: center;
     height: 100%;
     width: 100%;
     padding: 16px 3px 3px 3px !important;
 } */
/* .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice label::before{
     display: block;
     width: 30px;
     height: 30px;
     background-size: contain;
     background-repeat: no-repeat;
 }
 .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice:nth-child(2) label::before{
     content: "";
     background-image: url("../images/black-thumb.png");
 }
 .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice:nth-child(3) label::before{
     content: "";
     background-image: url("../images/white-thumb.png");
 }
 .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice:nth-child(4) label::before{
     content: "";
     background-image: url("../images/oak-thumb.png");
 }
 .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice:nth-child(5) label::before{
     content: "";
     background-image: url("../images/walnut-thumb.png");
 }
 .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .field.choice:nth-child(6) label::before{
     content: "";
     background-image: url("../images/rococo-thumb.png");
 } */
.catalog-product-view .product-info-main .product-options-wrapper .fieldset .options-list.nested .field.choice.active {
  box-shadow: inset 0 0 0 2px #000 !important;
}
/*==============h===end================*/
/*// ======Hardik====NEW====CSS===START=======04-02-25=========*/
.gallery-placeholder.canvas-active .fotorama__stage__shaft.fotorama__grab .fotorama__stage__frame:first-child {
  filter: drop-shadow(0px 5px 5px #222222);
}
.gallery-placeholder.canvas-active .fotorama__stage {
  border: none;
}
.page-layout-1column .tab-product-part .product.media {
  width: 59%;
}
.page-layout-1column .tab-product-part .product-info-main {
  width: 39%;
}
.page-layout-1column .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap {
  display: none !important;
}
.page-layout-1column .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage {
  width: 100% !important;
  max-width: 100% !important;
  left: 0px !important;
}
.page-layout-1column .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage .fotorama__stage__shaft {
  width: 100% !important;
  max-width: 100% !important;
}
.tab-product-part .gallery-placeholder .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame img {
  height: 100%;
  object-fit: cover;
}
.tab-product-part .product-info-main .product-add-form .product-options-wrapper .fieldset > .field.size-part {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  column-gap: 15px;
  position: relative;
  padding-top: 32px;
}
.tab-product-part .product-info-main .product-add-form .product-options-wrapper .fieldset > .field.size-part > label {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
}
.tab-product-part .product-info-main .product-add-form .product-options-wrapper .fieldset > .field.size-part > .control {
  width: 100% !important;
  margin-bottom: 0px;
}
.tab-product-part .product-info-main .product-add-form .product-options-wrapper .fieldset > .field.size-part .field.field.qty {
  width: 104px !important;
  margin-right: 0px;
}
.tab-product-part .product-info-main .product-add-form .product-options-wrapper .fieldset > .field.size-part .field.field.qty label {
  display: none;
}
.tab-product-part .product-info-main .product-delivery .delivery-icons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 2%;
}
.tab-product-part .product-info-main .box-tocart {
  border-top: none;
  padding: 10px;
}
.tab-product-part .product-info-main .box-tocart .actions {
  margin: 0px 0px;
}
.tab-product-part .product-info-main .product-delivery .delivery-icons > li {
  display: flex;
  align-items: start;
  width: 49%;
  text-transform: none;
  margin: 0px 0px 10px 0px !important;
}
.tab-product-part .product-info-main .product-delivery .delivery-icons > li img {
  margin-top: 3px;
}
.tab-product-part .product-info-main .box-tocart {
  border-top: none;
  padding: 10px 0px 20px 0px;
}
.tab-product-part .product-info-main .box-tocart .actions {
  margin: 0px 0px;
}
.tab-product-part .product-info-main .box-tocart .actions > div {
  display: none;
}
.tab-product-part .product-info-main .accordion {
  margin-top: 10px;
}
.tab-product-part .product-info-main .accordion .item.title:first-child {
  border-top: 2px solid #e7e7e7;
}
.tab-product-part .product-info-main .accordion .item.title a {
  position: relative;
}
.tab-product-part .product-info-main .accordion .item.title a::after {
  content: "\e81c";
  font-size: 20px;
  display: block;
  position: absolute;
  right: 0px;
  font-weight: 400;
  top: 0px;
  transition: all 0.2s ease-in-out;
  font-family: 'porto-icons';
}
.tab-product-part .product-info-main .accordion .item.title[aria-expanded="true"] a:after {
  transform: rotate(-180deg);
}
.tab-product-part .product-info-main .stamped-reviews-custom-product {
  display: flex;
  justify-content: center;
}
.tab-product-part .product-info-main .stamped-reviews-custom-product img {
  height: 30px;
}
.tab-product-part .product-info-main .product-add-form .product-options-wrapper .fieldset > .field.canvastype {
  display: none;
}
.tab-product-part .product-info-main.canvas-active .product-add-form .product-options-wrapper .fieldset > .field.canvastype {
  display: block;
}
.teeninblue-product-setup .product.media,
.teeninblue-product-setup .product-info-main {
  width: 100% !important;
}
.teeninblue-product-setup .product.media > iframe {
  height: 700px;
}
.catalog-product-view .product.info.detailed .product.data.items > .item.title a:before {
  font-family: 'porto-icons';
  content: '\e81c' !important;
  position: absolute;
  right: 0.5em;
  top: 1px;
  display: block !important;
}
/*// ======Hardik====NEW====CSS===END=======04-02-25=========*/
/* ===========POSTER==CSS=========14-02-25============START========== */
.catalog-product-view .product-info-main .product-options-wrapper .fieldset > .field * {
  color: #000;
}
.catalog-product-view .product-info-main .field .control div.mage-error {
  color: #e02b27 !important;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field:last-child .options-list.nested .field.choice {
  height: 45px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field:last-child .options-list.nested .field.choice label {
  padding: 10px 3px !important;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field:last-child .options-list.nested .field.choice label span {
  font-size: 14px;
}
/* ===========POSTER==CSS=========14-02-25============END============ */
/* =====CANVAS====FRAME=====CSS=========END================= */
/* ==========STICKER=====CROPER==POPUP====CSS==========START============= */
.page-layout-1col-sticker .product-info-main.hockeystick-product {
  width: 40%;
}
.page-layout-1col-sticker .product.sticker.details.col-sticker-hockeystick {
  width: 55%;
}
body.cropperpopupopen {
  overflow: hidden;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer {
  max-height: 500px;
  width: 100%;
  max-width: 500px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  text-align: center;
  display: none;
  z-index: 1000;
  border-radius: 10px;
}
/* ================= */
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer .cropper-container.cropper-bg {
  width: 100% !important;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer #imagePreview {
  max-width: 100%;
  max-height: 400px;
  display: block;
  margin: 0 auto;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer #cropImageButton,
#cancelCropButton {
  display: inline-block;
  padding: 8px 12px;
  margin-top: 10px;
  text-align: center;
  border-radius: 5px;
  text-decoration: none;
  font-weight: bold;
  cursor: pointer;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer #cropImageButton {
  background-color: #28a745;
  color: white;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer #cancelCropButton {
  background-color: #dc3545;
  color: white;
  margin-left: 10px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer #cropImageButton:hover,
#cancelCropButton:hover {
  opacity: 0.8;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part a {
  text-align: center;
  color: #3C4150;
  line-height: 20px;
  gap: 5px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part a img {
  width: 30px;
}
/*======IMAGEUPLOAD====OVERLAP======START======== */
.porto-block-html-top,
header.page-header {
  z-index: 1;
}
.nav-sections .navigation {
  z-index: auto;
}
/*.catalog-product-view .page-main{
    z-index: 0;
}*/
/*======IMAGEUPLOAD====OVERLAP======END========== */
.cataloglabel.position-BR {
  z-index: 2;
}
.product-item-info.type3 .product-item-actions .towishlist,
.product-item-info.type5 .product-item-actions .towishlist,
.product-item-info.type6 .product-item-actions .towishlist {
  z-index: 2;
}
/*sticker-part overlap==start====*/
header.page-header {
  z-index: auto !important;
}
.catalog-product-view .page-main {
  z-index: auto !important;
}
.catalog-product-view .page-main .product-info-main .product-add-form .product.data.items {
  z-index: auto;
}
header.sticky-header .sections.nav-sections {
  z-index: 3 !important;
}
/*sticker-part overlap==end====*/
/* ==========STICKER=====CROPER==POPUP====CSS==========END=============== */
/* =========Progress==Bar==css===start========= */
.cart-progress-container {
  width: 100%;
  margin: 10px 0;
  text-align: center;
}
.progress-bar-container {
  width: 100%;
  height: 100%;
  background: #c4c8bd;
  position: relative;
  overflow: hidden;
}
.progress-bar-container:first-child {
  margin-bottom: 15px;
}
.progress-bar {
  background: #8B927E;
  transition: width 0.3s ease;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  font-weight: bold;
  min-height: 50px;
  position: static;
}
.progress-bar p {
  position: absolute;
  left: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-weight: 400;
}
.progress-bar p:first-child {
  top: 6px;
}
.progress-bar p:last-child {
  top: 24px;
}
.b1g1-message {
  font-size: 12px;
}
.progress-bar-container.second {
  background-color: #AFB1A9;
}
.progress-bar.second {
  background-color: #616656;
}
/* =========Progress==Bar==css===end========= */
/* =======MINI-CART========PART============START=============== */
header.page-header {
  z-index: 3 !important;
}
.minicart-wrapper .block-minicart::-webkit-scrollbar {
  width: 5px;
  background-color: #F5F5F5;
}
.minicart-wrapper .block-minicart::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
.minicart-wrapper .block-minicart {
  /*width: 350px !important;
    padding: 0px 0px !important;
    border: 2px solid #dfe0e0;
    overflow: scroll;
    overflow-x: hidden;*/
}
.header-row .header-right .minicart-wrapper > div {
  position: absolute;
  padding-top: 13px;
  /*    height: calc(100vh - 82px) !important;*/
  width: 350px !important;
  padding: 15px 0px 0px 0px !important;
  /*    border: 2px solid #dfe0e0;*/
  /*    overflow: scroll;*/
  /*    overflow-x: hidden;*/
  z-index: 100;
  right: 0px;
}
.header-row .header-right .minicart-wrapper > div > .block-minicart {
  margin-top: 0px;
  position: static;
  /*    height: calc(100vh - 82px) !important;*/
  overflow: scroll;
  border: 2px solid #dfe0e0;
}
.header-row .header-right .minicart-wrapper > div > .block-minicart #btn-minicart-close {
  display: none;
}
.minicart-wrapper #minicart-content-wrapper {
  /*    padding-top: 40px;*/
}
.cart-design-2 .action.showcart .minicart-icon::after {
  display: none !important;
}
/* ==============*******************=================== */
.minicart-wrapper .block-minicart .block-content .minicart-items-wrapper {
  height: auto !important;
  max-height: inherit;
}
.minicart-wrapper .block-minicart #minicart-content-wrapper {
  /*    height: 680px;*/
}
.minicart-wrapper .block-minicart #minicart-content-wrapper .minicart-always-free-text {
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart ul.footer-paylogo-minicart {
  display: flex;
  align-items: center;
  padding: 0px 10px 20px 10px;
  list-style: none;
}
.minicart-wrapper .block-minicart ul.footer-paylogo-minicart li {
  padding: 5px;
  border-bottom: 0px;
}
.minicart-wrapper .block-minicart ul.footer-paylogo-minicart li img {
  display: block;
}
.block-minicart .block-content > .actions > .primary .action.primary {
  margin-bottom: 0px !important;
}
.minicart-wrapper .block-minicart .block-content > .actions {
  padding-bottom: 0px !important;
}
.minicart-wrapper .block-minicart .block-content .action.close {
  display: block;
  top: 0px;
  right: 0px;
}
.minicart-wrapper .block-minicart .block-content .total-count .actions {
  margin-right: 45px;
  font-size: 12.5px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart .block-content .total-count .items-total {
  font-weight: 400;
}
.minicart-wrapper .block-minicart .block-content > .subtotal .price-container,
.minicart-wrapper .block-minicart .block-content > .subtotal .price-container * {
  font-weight: 700 !important;
}
.minicart-wrapper .block-minicart .block-content > .subtotal {
  padding: 10px 10px;
  font-size: 12px;
}
.minicart-wrapper .block-minicart .block-content > .subtotal * {
  font-size: 12px !important;
  font-weight: 500 !important;
}
.minicart-wrapper .block-minicart .block-content .discount-total {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0px 10px 10px 10px;
}
.minicart-wrapper .block-minicart .block-content .discount-total .note-custom-text-minicart {
  width: 100%;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product::before,
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product::after {
  display: none;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product {
  gap: 10px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-photo {
  order: 0;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details * {
  color: #000;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary {
  position: static;
  height: auto;
  width: auto;
  box-shadow: none;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product.actions .secondary a::before {
  content: "\f2ed";
  font-size: 20px;
  font-family: 'Font Awesome 5 Free';
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name {
  margin-bottom: 3px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .product-item-name a {
  white-space: normal;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .price-container * {
  font-weight: 500;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty {
  margin-top: 12px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty input {
  opacity: 1;
  height: 25px;
  margin-right: 0px;
  border-color: #000;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty input::placeholder {
  color: #000;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty > label {
  margin-right: 10px;
  width: auto;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty > span {
  height: 25px;
  width: 20px;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty > span::selection {
  background-color: transparent;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty > span.less {
  border-right: 0px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty > span.more {
  border-left: 0px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .update-cart-item {
  margin-left: 10px;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .update-cart-item {
  padding: 0px 10px;
  color: #fff;
  height: 25px;
  background-color: #000;
  border: 1px solid #000;
}
.minicart-wrapper .block-minicart .minicart-items-wrapper .minicart-items .product-item .product .product-item-details .details-qty.qty .update-cart-item * {
  color: #fff;
}
/* =======MINI-CART========PART============END================= */
/* =========Mini-cart===Progress==Bar==css===start========= */
.minicart-wrapper .cart-progress-container {
  margin: 0px 0px;
}
.minicart-wrapper .block-minicart .progress-bar-container {
  background: #c4c8bd;
  transition: width 0.3s ease-in-out;
  color: #fff;
  font-weight: bold;
  min-height: 50px;
  position: relative;
}
.minicart-wrapper .block-minicart .progress-bar-container.first {
  background-color: #c4c8be;
}
.minicart-wrapper .block-minicart .progress-bar-container.second {
  background-color: #b7b9b1;
}
.minicart-wrapper .block-minicart .progress-bar-container.third {
  background-color: #a1a39b;
}
.minicart-wrapper .block-minicart .progress-bar-container .minicart-progress-bar {
  background-color: #8B927E;
  min-height: 50px;
}
.minicart-wrapper .block-minicart .progress-bar-container .minicart-progress-bar.second {
  background-color: #616656;
}
.minicart-wrapper .block-minicart .progress-bar-container .minicart-progress-bar.third {
  background-color: #434738;
}
.progress-bar-container.third {
  background-color: #a1a39b;
}
.progress-bar.third {
  background-color: #434738;
}
.minicart-wrapper .block-minicart .progress-bar-container p {
  position: absolute;
  left: 0px;
  margin: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}
.minicart-wrapper .block-minicart .progress-bar-container p:first-child {
  top: 6px;
}
.minicart-wrapper .block-minicart .progress-bar-container p:last-child {
  top: 24px;
}
.minicart-wrapper .block-minicart .progress-bar-container p.second-minicart-b1g1-message.success {
  font-size: 11px;
}
/* =========Mini-cart===Progress==Bar==css===end=========== */
/* =============CANVASTYPE======FLORIN-FRAME==========CSS=========START======== */
.product-info-main .product-add-form .product-options-wrapper .fieldset .canvastype .field.choice {
  height: 65px !important;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .canvastype .options-list.nested .field.choice.no-florin-frame label,
.product-info-main .product-add-form .product-options-wrapper .fieldset .canvastype .options-list.nested .field.choice.florin-frame label {
  display: flex;
  align-items: center;
  gap: 7px;
  padding: 0px 0px !important;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .canvastype .no-florin-frame label::before {
  content: "";
  background: url("/media/images/canvas_no_florin.png");
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .canvastype .florin-frame label::before {
  content: "";
  background: url("/media/images/canavs_with_florin.png");
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .canvastype .admin__field.admin__field-option label::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
/* =============CANVASTYPE======FLORIN-FRAME==========CSS=========END========== */
/* ===========CANVAS==AND===STICKER=======RESPONSIVE=====CSS=====STRAT============== */
@media (max-width: 1199px) {
  .page-layout-1col-sticker .product-info-main.hockeystick-product .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload,
  .page-layout-1col-sticker .product-info-main.hockeystick-product .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li {
    width: 22% !important;
  }
}
@media (max-width: 1024px) {
  .page-layout-1col-sticker .product-info-main.hockeystick-product,
  .page-layout-1col-sticker .product.sticker.details.col-sticker-hockeystick {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload {
    padding: 0px 0px;
    border: 1px solid #eef6ff;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 1px 1px);
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part {
    border: none !important;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload button {
    padding: 0px 0px;
    font-size: 12px;
    border-radius: 50%;
  }
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_text-title,
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_bg-title,
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_motif-title {
    color: #3b4151;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_text-title img,
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_bg-title img,
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_motif-title img {
    display: none;
  }
  .page-layout-1col-sticker .sticker-tab-content div#sticker-tab-content-sticker_bg,
  .page-layout-1col-sticker .sticker-tab-content div#sticker-text-content {
    margin-bottom: 20px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li,
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload {
    width: 100%;
    max-width: 68px;
    border-radius: 50%;
    filter: drop-shadow(rgba(0, 0, 0, 0.1) 0px 1px 1px);
    padding: 10px;
    height: 68px;
    display: flex;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part a * {
    font-size: 9px;
    text-align: center;
    line-height: normal;
  }
  .page-layout-1col-sticker div#sticker-tab-content-sticker_motif .owl-nav button {
    color: #000;
    background: none;
    font-size: 35px;
  }
  .page-layout-1col-sticker div#sticker-tab-content-sticker_motif .owl-nav button.owl-prev {
    left: -15px;
  }
  .page-layout-1col-sticker div#sticker-tab-content-sticker_motif .owl-nav button.owl-next {
    right: -15px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li img {
    border-radius: 50%;
  }
  .page-layout-1col-sticker .sticker-media {
    top: 60px !important;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts li {
    width: 32.5%;
    padding: 6px;
  }
  .page-layout-1col-sticker div#sticker-tab-content-sticker_bg ul#sticker-bg-theme-images li img {
    border-radius: 150px;
  }
  .page-layout-1col-sticker div#sticker-bg select#sticker-bg-theme,
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#sticker-motif select#sticker-motif-theme {
    border-radius: 150px;
    border-color: #e3e3e3;
    height: 38px;
  }
  .page-layout-1col-sticker div#sticker-tab-content-sticker_motif {
    margin-bottom: 20px;
  }
  .page-layout-1col-sticker .sticker-media div#sticker-canvas,
  .page-layout-1col-sticker .sticker-media canvas#stCanvas {
    width: 250px !important;
    height: auto !important;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images {
    max-height: unset;
    margin-right: auto;
    margin-left: auto;
  }
  .page-layout-1col-sticker .product-info-main .page-title-wrapper h1 {
    font-size: 16px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product-info-price {
    margin-bottom: 0px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content {
    margin-top: 0px;
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav-wrap--horizontal > .fotorama__nav--thumbs {
    height: 96px !important;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__nav__frame,
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav-wrap--horizontal .fotorama__nav__shaft .fotorama__thumb-border {
    width: 80px !important;
    height: 80px !important;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field .options-list.nested {
    gap: 1%;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .fieldset .options-list.nested .field.choice {
    height: 50px;
  }
  .custom-options-tabs .options-list > .field .label::before {
    width: 35px;
    height: 35px;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .fieldset .custom-options-tabs .options-list .field.choice label {
    font-size: 12px;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.size-part .options-list.nested .field.choice {
    width: 24%;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .fieldset .margin-part .options-list.nested .field.choice {
    width: 49%;
  }
  .catalog-product-view .product-info-main .product-options-wrapper .fieldset .field.frame-part .options-list.nested .field.choice {
    width: 24%;
  }
  .page-layout-1col-wallpaper .owl-carousel .owl-item img.gallery-placeholder__image {
    height: 375px;
  }
  .catalog-product-view .page-main {
    padding: 0px 10px !important;
  }
  .catalog-product-view .product-info-main {
    padding: 0px 0px !important;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li,
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload {
    max-width: 20%;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif .owl-nav .owl-prev {
    left: 0px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif .owl-nav .owl-next {
    right: 0px;
  }
}
/* ===========CANVAS==AND===STICKER=======RESPONSIVE=====CSS=====END============== */
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-theme .owl-nav [class*='owl-'] {
  background: unset;
  margin-top: -30px;
  color: #000;
}
.fa {
  font-size: 25px;
}
.carousel-wrap {
  margin: 90px auto;
  padding: 0 5%;
  width: 80%;
  position: relative;
}
.owl-nav > div {
  margin-top: -26px;
  position: absolute;
  top: 50%;
  color: #cdcbcd;
}
.owl-nav .owl-prev {
  left: -30px;
}
.owl-nav .owl-next {
  right: -30px;
}
/**
 * Common
 */
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * Desktop
 */
/**
 * Mobile
 */
.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;
}
.mgz-productpagebuilder .mgz-element-inner .ppbd-product-gallery > .product.media,
.mgz-productpagebuilder .mgz-element-inner .ppbd-product-info > .product-info-main {
  width: 100%;
}
.mgz-productpagebuilder.page-product-downloadable .product-add-form {
  margin: 0;
}
.mgz-productpagebuilder .product-info-main {
  width: 100% !important;
}
.mgz-productpagebuilder .ppbd-product-name {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-price > .prices-tier.items {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-price .product-info-stock-sku {
  display: none;
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .type {
  font-weight: normal;
  margin-right: 5px;
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .type:after {
  content: '#:';
}
.mgz-productpagebuilder .ppbd-product-sku .product.sku .value {
  display: inline-block;
}
.mgz-productpagebuilder .ppbd-product-sku .stock.available {
  display: none;
}
.mgz-productpagebuilder .ppbd-product-sku .product-info-stock-sku {
  width: 100%;
  padding: 0;
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-stock .stock {
  margin: 0;
}
.mgz-productpagebuilder .ppbd-product-stock .stock.available,
.mgz-productpagebuilder .ppbd-product-stock .stock.unavailable {
  font-weight: 700;
  text-transform: uppercase;
}
.mgz-productpagebuilder .ppbd-social-links > .product-social-links {
  margin: 0;
}
.mgz-productpagebuilder .mgz-tabs-tab-title .counter:before {
  content: '(';
}
.mgz-productpagebuilder .mgz-tabs-tab-title .counter:after {
  content: ')';
}
.mgz-productpagebuilder .mgz-element.product-info-main {
  float: none;
  width: 100% !important;
}
.mgz-productpagebuilder .mgz-element-inner .swatch-option {
  box-sizing: unset;
}
.mgz-productpagebuilder .ppbd-product-addtocart .box-tocart {
  margin-bottom: 0;
}
.mgz-productpagebuilder .ppbd-product-addtocart .box-tocart .action.tocart:not(:last-child) {
  margin-bottom: 0;
}
.mgz-productpagebuilder .ppbd-sharing .ppbd-fb-like,
.mgz-productpagebuilder .ppbd-sharing .ppbd-fb-share,
.mgz-productpagebuilder .ppbd-sharing .ppbd-twitter-share,
.mgz-productpagebuilder .ppbd-sharing .ppbd-pinterest,
.mgz-productpagebuilder .ppbd-sharing .ppbd-googleplus {
  float: left;
  margin-right: 5px;
}
.mgz-productpagebuilder .ppbd-sharing > div:last-child {
  margin-right: 0;
}
.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;
}
a.product-image {
  position: relative;
}
.cataloglabel.cataloglabel-product-top-label {
  display: table;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  z-index: 10;
}
.cataloglabel.cataloglabel-product-top-label > span {
  display: table-cell;
  vertical-align: middle;
  line-height: 14px;
  padding: 10px 10px;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
}
.cataloglabel.cataloglabel-product-list img {
  margin-right: 3px;
}
.cataloglabel.cataloglabel-product-view img {
  margin-right: 10px;
}
.cataloglabel.cataloglabel-product-view table {
  width: 100%;
}
.cataloglabel.cataloglabel-product-view table td {
  text-align: left;
}
.cataloglabel.cataloglabel-product-view table td b {
  display: block;
}
.cataloglabel.position-TL {
  top: 0px;
  left: 0px;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-TR {
  top: 0px;
  right: 0px;
  left: auto;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-TC {
  top: 0px;
  right: auto;
  left: 50%;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-ML {
  top: 50%;
  bottom: auto;
  left: 0px;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-MR {
  top: 50%;
  bottom: auto;
  right: 0px;
  left: auto;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-MC {
  top: 50%;
  bottom: auto;
  right: auto;
  left: 50%;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-BL {
  bottom: 0px;
  top: auto;
  left: 0px;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-BR {
  bottom: 0px;
  top: auto;
  left: auto;
  right: 0px;
  position: absolute;
  z-index: 1000;
}
.cataloglabel.position-BC {
  bottom: 0px;
  top: auto;
  left: 50%;
  right: auto;
  position: absolute;
  z-index: 1000;
}
.category-products li.item {
  position: relative;
}
.tooltip {
  position: absolute;
  z-index: 1000;
  display: block;
  visibility: visible;
  font-size: 12px;
  line-height: 1.4;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.tooltip-inner {
  max-width: 200px;
  min-width: 70px;
  padding: 8px 4px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #666;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 10px;
}
.tooltip-inner b {
  display: block;
  font-size: 12px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #666;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #666;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #666;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #666;
}
.catalog-product-view-media {
  position: relative;
}
.product.media {
  position: relative;
}
.product-item-info a {
  position: relative;
  display: block;
}
body.gdpr-privacy-settings .column.main .actions-toolbar {
  margin-bottom: 1.5em;
}
body.gdpr-privacy-settings .column.main #download-form,
body.gdpr-privacy-settings .column.main #anonymize-form,
body.gdpr-privacy-settings .column.main #remove-form {
  margin-left: 7em;
}
[data-related-block] {
  width: 100%;
}
.mst-related__block-bulletproof {
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
}
.mst-related__block-bulletproof .bulletproof-title {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  transition: transform 500ms;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item {
  min-width: 200px;
  flex: 1 1 0;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info {
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-photo {
  display: flex;
  width: 152px;
  height: 190px;
  align-items: center;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-photo img {
  height: auto;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details {
  margin-top: 10px;
  text-align: center;
  display: block;
  max-width: 100%;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-name .bulletproof-item-link {
  color: #333;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-name .bulletproof-item-link:hover {
  text-decoration: underline;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box {
  margin-top: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box .price-label {
  color: #666666;
  font-size: 12px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .price-box .price {
  font-weight: bold;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .product-reviews-summary {
  margin-top: 10px;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-actions {
  margin-top: 10px;
}
html:lang(ar) .mst-related_products__productsList,
html:lang(arc) .mst-related_products__productsList,
html:lang(dv) .mst-related_products__productsList,
html:lang(fa) .mst-related_products__productsList,
html:lang(ha) .mst-related_products__productsList,
html:lang(he) .mst-related_products__productsList,
html:lang(khw) .mst-related_products__productsList,
html:lang(ks) .mst-related_products__productsList,
html:lang(ku) .mst-related_products__productsList,
html:lang(ps) .mst-related_products__productsList,
html:lang(ur) .mst-related_products__productsList,
html:lang(yi) .mst-related_products__productsList {
  direction: rtl;
}
.mst-related_products__productsList {
  padding: 0;
  position: relative;
  clear: both;
  margin-bottom: 10px;
  overflow: hidden;
}
.mst-related_products__productsList .productsList-list {
  display: block;
  transition-duration: 100ms;
  transition-property: transform;
  transition-timing-function: linear;
}
.mst-related_products__productsList .productsList-list .productsList-list-item {
  display: block;
  padding: 2.2rem;
  box-sizing: border-box;
  float: left;
  width: 100%;
}
.mst-related_products__productsList .productsList-list .productsList-list-item ._active {
  display: block;
}
.mst-related_products__productsList .productsList-list .productsList-list-item .products,
.mst-related_products__productsList .productsList-list .productsList-list-item .mst-related__block-bulletproof {
  margin: 0;
}
.mst-related_products__productsList .productsList-paging {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0rem;
  clear: both;
}
.mst-related_products__productsList .productsList-paging .productsList-page {
  user-select: none;
  margin: .5rem;
  width: 1rem;
  height: 1rem;
  border-radius: 2rem;
  background: #c7c7c7;
  cursor: pointer;
  transition: all 100ms;
}
.mst-related_products__productsList .productsList-paging .productsList-page._active {
  background: #ff5501;
  width: 1.5rem;
  height: 1.5rem;
}
.mst-related_products__productsList .productsList-prev,
.mst-related_products__productsList .productsList-next {
  height: 6rem;
  width: 1.5rem;
  position: absolute;
  top: calc(50% - 30px);
  background: #ffffff;
  background-repeat: no-repeat;
  background-size: 1.2rem 2rem;
  background-position: center;
  cursor: pointer;
  user-select: none;
  z-index: 1000;
  transition: all 100ms;
}
.mst-related_products__productsList .productsList-prev:hover,
.mst-related_products__productsList .productsList-next:hover {
  transform: scale(1.3);
}
.mst-related_products__productsList .productsList-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' 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='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' transform='translate(5.000000, 9.000000) scale(-1, 1) translate(-5.000000, -9.000000) ' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-related_products__productsList .productsList-next {
  right: 0;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='12px' height='20px' viewBox='0 0 12 20' 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='iconfinder_next_308956' transform='translate(1.000000, 1.000000)' stroke-width='2' stroke='%23c0c0c0'%3E%3Cpolyline id='Shape' points='0.5 0 9.5 9 0.5 18'%3E%3C/polyline%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.mst-related_products__productsList .products-grid li.product-item {
  margin-left: 0;
  margin-right: 0;
}
.mst-related_products__productsList.mst-arp-slider .productsList-list .productsList-list-item {
  transition: transform 100ms;
}
.mst-arp-wrapper .productsList-prev,
.mst-arp-wrapper .productsList-next,
.mst-arp-wrapper .productsList-paging {
  display: none;
}
.mst-arp-slider ol.product-items {
  justify-content: start !important;
  transition: transform 500ms;
}
@media only screen and (min-width: 1024px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 1023px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 767px) {
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
@media only screen and (max-width: 479px) {
  .mst-arp-wrapper .product-item {
    padding: 10px 0;
  }
  .mst-arp-slider ol.product-items {
    justify-content: start !important;
  }
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
@media (max-width: 768px) {
  .mst-rma-box {
    width: 100%;
    margin-left: 0 !important;
  }
  .mst-rma-box._half {
    max-width: 100%;
  }
}
@media print {
  .rma-rma-print .order-date {
    display: block;
    width: 100%;
  }
  .rma-rma-print .order-details-items {
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding-bottom: 10px;
  }
  .rma-rma-print * {
    -webkit-filter: none !important;
    background: transparent !important;
    color: #000000 !important;
    filter: none !important;
    text-shadow: none !important;
  }
  .rma-rma-print a,
  .rma-rma-print a:visited {
    text-decoration: underline !important;
  }
  .rma-rma-print pre,
  .rma-rma-print blockquote {
    border: 1px solid #999999;
    page-break-inside: avoid;
  }
  .rma-rma-print thead {
    display: table-header-group;
  }
  .rma-rma-print .table-wrapper table {
    width: 100%;
    table-layout: fixed;
  }
  .rma-rma-print .table-wrapper table td {
    width: auto;
  }
  .rma-rma-print .table-wrapper table > tfoot > tr:first-child {
    border-top: 1px solid #999999;
  }
  .rma-rma-print .box,
  .rma-rma-print tr,
  .rma-rma-print img {
    page-break-inside: avoid;
  }
  .rma-rma-print img {
    max-width: 100% !important;
  }
  @page {
    margin: 1cm;
  }
  .rma-rma-print .block-content,
  .rma-rma-print p,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    orphans: 3;
    widows: 3;
  }
  .rma-rma-print .block-content {
    page-break-before: avoid;
    display: inline-block;
    width: 100%;
  }
  .rma-rma-print .block-title,
  .rma-rma-print h2,
  .rma-rma-print h3 {
    page-break-after: avoid;
  }
  .rma-rma-print .nav-toggle {
    display: none !important;
  }
  .rma-rma-print .sidebar,
  .rma-rma-print .nav-sections,
  .rma-rma-print .header.content > *[class],
  .rma-rma-print .panel.wrapper > *[class],
  .rma-rma-print .footer.content > *[class] {
    display: none;
  }
  .rma-rma-print .logo,
  .rma-rma-print .footer .copyright {
    display: block !important;
    margin: 10px 0;
  }
  .rma-rma-print .order-details-items .order-items .order-gift-message:not(.expanded-content) {
    height: auto;
    visibility: visible;
  }
  .rma-rma-print .column.main {
    float: none !important;
    width: 100% !important;
  }
  .rma-rma-print .breadcrumbs {
    margin: 0 auto;
    text-align: right;
  }
  .rma-rma-print .footer.content {
    padding: 0;
  }
  .rma-rma-print .box {
    padding: 0;
    border: 0;
    float: left;
    width: 48.8%;
    margin-bottom: 20px;
    min-height: auto;
  }
  .rma-rma-print table.table thead {
    border-top: 0;
  }
  .rma-rma-print .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    box-shadow: none;
  }
  .rma-rma-print .table:not(.cart):not(.totals) > thead > tr > th,
  .rma-rma-print .table:not(.cart):not(.totals) > tbody > tr > td {
    border: none;
  }
  .rma-rma-print .hdmx__contact-button,
  .rma-rma-print #hdmx__contact-button {
    display: none;
  }
}
.mst-rma-create__add-order {
  display: flex;
  justify-content: center;
}
.mst-rma-create__add-order button {
  margin: 1rem;
}
.mst-rma-create__order-selector .field {
  display: flex;
  flex-wrap: wrap;
}
.mst-rma-create__order-selector .field select {
  max-width: 40rem;
}
.mst-rma-create__order-selector .field button {
  margin-left: 1rem;
}
.mst-rma-create__order-selector .mst-rma-buttons-delimiter-text {
  line-height: 32px;
  margin-left: 1rem;
}
.mst-rma-create__order {
  border: 2px solid #e8e8e8;
  padding: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}
.mst-rma-create__order .mst-rma-create__order-header {
  display: flex;
  margin-bottom: 2rem;
}
.mst-rma-create__order .mst-rma-create__order-header .increment-id {
  font-weight: 600;
  font-size: 1.8rem;
}
.mst-rma-create__order .mst-rma-create__order-header .remove {
  color: #1879c2;
  margin-left: auto;
  text-decoration: underline;
  cursor: pointer;
}
.mst-rma-create__order .mst-rma-create__order-header .remove:hover {
  text-decoration: none;
}
#rma-new-form .actions-toolbar {
  margin-top: 10px;
}
#rma-new-form .actions-toolbar.secondary.ui-remove-item-button-container {
  float: left;
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 42px;
    height: 42px;
    right: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
  }
  .sw-megamenu.navigation span.cat-label {
    top: 50%;
    right: 36px;
    margin-top: -7px;
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 2px;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 780px) and (orientation: landscape) {
  .product-video {
    height: 100%;
    width: 81%;
  }
}
@media (min-width: 576px) and (max-width: 991px) {
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
}
@media (min-width: 992px) {
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
}
@media (max-width: 991px) {
  .toolbar {
    font-size: 11px;
    letter-spacing: -.025em;
    font-weight: 600;
    color: #222529;
    margin-bottom: 20px;
    background: #f4f4f4;
    padding: 10px 2px 0 12px;
    margin-right: 0;
  }
  .toolbar select {
    text-transform: uppercase;
    height: 36px;
    max-width: 140px;
    letter-spacing: inherit;
    font-weight: inherit;
    color: #222529;
  }
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    font-weight: inherit;
  }
  .products.wrapper ~ .toolbar {
    background: none;
    margin: 0;
    padding: 0;
    padding-top: 25px;
    font-size: 13px;
    font-weight: 400;
    color: inherit;
    letter-spacing: normal;
    position: static !important;
  }
  .products.wrapper ~ .toolbar select {
    height: 34px;
    max-width: auto;
    color: inherit;
  }
}
@media (max-width: 575px) {
  .toolbar .modes,
  .toolbar .sorter-label,
  .toolbar .limiter .label {
    display: none;
  }
}
@media (max-width: 991px) {
  .nav-sections .switcher-trigger strong:after {
    font-size: 1.6rem;
    right: -25px;
    top: 2px;
  }
  .navigation .parent .level-top:after {
    font-size: 2.2rem;
    right: 10px;
    top: 13px;
  }
  header.page-header.sticky-header .header-main {
    position: fixed;
    width: 100%;
    top: 0;
    box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.06);
    background-color: #fff;
    z-index: 9;
  }
}
@media (max-width: 991px) {
  .nav-sections .customer-welcome,
  .nav-sections .customer-welcome + .authorization-link {
    display: none;
  }
}
@media (min-width: 992px) {
  html,
  body {
    min-height: 100%;
  }
  .ie9 body {
    background-color: #8f8f8f;
  }
  .customer-menu .header.links a {
    color: #777 !important;
  }
  .sticky-logo {
    float: left;
    margin-top: 13px;
    margin-right: 20px;
  }
  .sticky-logo .logo {
    margin: 0 !important;
  }
  .sticky-logo .logo img {
    height: 35px;
    width: auto;
    max-width: none;
    margin-right: 20px;
  }
  header.page-header.sticky-header .nav-sections {
    position: fixed !important;
    left: 0 !important;
    top: 0 !important;
    z-index: 200 !important;
    padding: 0;
    margin: 0 !important;
    width: 100% !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    pointer-events: all;
  }
  header.page-header.sticky-header .navigation {
    padding: 0 10px;
  }
  header.page-header.sticky-header .navigation > ul {
    background-color: transparent;
  }
  header.page-header.sticky-header .navigation li.level0 > a > span.cat-label {
    top: -9px;
  }
  header.page-header.sticky-header .minicart-wrapper {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .header.panel {
    padding: 0;
  }
  .page-header .switcher {
    float: left;
    margin-right: 15px;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-header .navigation .level0 > .level-top {
    text-transform: uppercase;
    display: inline-block;
  }
  .page-header .navigation .level0.parent > a:after {
    content: '\e81c';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 5px;
    line-height: 42px;
  }
  .page-header .navigation .level0 .submenu {
    padding: 10px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
  }
  .page-header .navigation .level0 .submenu li {
    margin-bottom: 0;
    position: relative;
  }
  .page-header .navigation .level0 .submenu .submenu {
    border-top-width: 0;
    margin-top: -6px !important;
    margin-left: 8px !important;
  }
  .page-header .navigation .level0 .submenu li.parent > a:after {
    content: '\f801';
    display: inline-block;
    font-family: 'porto-icons';
    vertical-align: top;
    margin-left: 6px;
    margin-right: 0;
    line-height: 15px;
    float: right;
  }
  .page-header .navigation .level0 .submenu .active > a {
    border: 0;
  }
  .page-header .drop-menu {
    position: relative;
  }
  .page-header .drop-menu .nav-sections {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background-color: #fff;
    border: 1px solid #e7e7e7;
    visibility: hidden;
    opacity: 0;
  }
  .page-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-header .drop-menu > a {
    display: block;
    font-size: 14px;
    letter-spacing: -.01em;
    font-weight: 700;
    background: #222529;
    color: #fff;
    line-height: 20px;
    padding: 15px 15px 15px 20px;
  }
  .page-header .drop-menu > a:hover {
    background-color: #555;
  }
  .cms-index-index .page-header .drop-menu > a {
    pointer-events: none;
  }
  .cms-index-index .page-header .drop-menu .nav-sections {
    visibility: visible;
    opacity: 1;
    padding: 0 !important;
  }
  .cms-index-index .page-header.sticky-header .drop-menu > a {
    pointer-events: all;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections {
    visibility: hidden;
    opacity: 0;
  }
  .cms-index-index .page-header.sticky-header .drop-menu .nav-sections.visible {
    visibility: visible;
    opacity: 1;
  }
  .page-main > .page-title-wrapper .page-title {
    display: inline-block;
  }
  .page-main > .page-title-wrapper .page-title + .action {
    float: right;
    margin-top: 1em;
  }
  .header.panel > .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    float: right;
    margin-left: auto;
  }
  .header.panel > .header.links > li {
    display: inline-block;
    vertical-align: top;
  }
  .header.panel > .header.links > li {
    margin-bottom: 0;
  }
  .header.panel > .header.links > li.welcome,
  .header.panel > .header.links > li > a {
    display: inline-block;
  }
  .header.panel > .header.links > li > a,
  .header.panel > .header.links > li > span {
    border-left: 1px solid rgba(255, 255, 255, 0.18);
  }
  .header.panel > .header.links > li:first-child > a,
  .header.panel > .header.links > li:first-child > span {
    padding-left: 0;
    border-left: 0;
  }
  .header.panel > .header.links > li.welcome a {
    color: #ffffff;
    padding-left: 0.25em;
  }
  .header.panel > .header.links > .customer-welcome + .authorization-link {
    display: none;
  }
  .logo img {
    max-height: inherit;
  }
  .page-wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100%;
    position: relative;
    transition: margin 0.3s ease-out 0;
  }
  .page-wrapper > .breadcrumbs,
  .page-wrapper > .top-container,
  .page-wrapper > .widget {
    box-sizing: border-box;
    width: 100%;
  }
  .ie10 .page-wrapper,
  .ie11 .page-wrapper {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .onepage-category > .category-list > ul > li {
    margin-bottom: 1rem;
  }
  .pt_row-o-full-height > .container > .row,
  .pt_row-o-equal-height > .container > .row > .pt_column_container > .pt_column-inner {
    height: 100%;
  }
  .footer .footer-top .widget {
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .onepage-cat.category-list + .main.container {
    padding: 0 50px;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 11px;
  }
  .onepage-category .category-detail .title-menu > .menu-popup {
    padding: 10px 0;
  }
}
@media (max-width: 991px) {
  .footer .footer-bottom > .container {
    justify-content: flex-start;
  }
  .footer .footer-bottom .custom-block.f-right {
    padding-left: 0;
    text-align: left;
  }
  .porto-ibanner-layer {
    font-size: .875rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .nav-open .onepage-category > .category-list {
    position: absolute;
  }
}
@media (max-width: 767px) {
  #newsletter_popup {
    width: 100% !important;
  }
  #newsletter_popup .col-10 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .porto-ibanner-layer {
    font-size: .8125rem;
  }
  .cms-index-index .onepage-category,
  .onepage-category {
    display: block;
  }
  .onepage-category > .category-list {
    width: auto;
    float: none;
    padding: 0;
    min-height: 0;
    position: static;
    margin-bottom: 20px;
  }
  .onepage-category > .category-list > ul {
    padding: 0;
  }
  .onepage-category > .category-list > ul > li {
    margin: 0;
    display: inline-block;
  }
  .onepage-category > .category-list > ul > li > a:after,
  .onepage-category > .category-list > ul > li > a:hover > span {
    display: none;
  }
  .onepage-category > .category-details {
    float: none;
    width: auto;
  }
  .onepage-category > .category-list > ul {
    position: static !important;
  }
  .onepage-category .category-detail .menu-popup > ul {
    display: block;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li {
    width: 50%;
    padding: 10px 15px;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(5n+1) {
    border-left: 1px solid #bebebe;
    clear: none;
  }
  .onepage-category .category-detail .menu-popup > ul.columns5 > li:nth-child(2n+1) {
    border-left: 0;
    clear: left;
  }
  .onepage-category .category-detail .menu-popup ul > li > a {
    font-size: 14px;
  }
}
@media (max-width: 575px) {
  .porto-ibanner-layer {
    font-size: .75rem;
  }
  .onepage-category .category-detail .products-area .category-link {
    margin-left: 0;
    margin-bottom: 25px;
    float: none;
    display: inline-block;
  }
}
.weltpixel-quickview-catalog-product-view .box-tocart .action.tocart,
.weltpixel_quickview-catalog_product-view .box-tocart .action.tocart {
  width: 100%;
}
.weltpixel-quickview-catalog-product-view .reviews-actions .add,
.weltpixel_quickview-catalog_product-view .reviews-actions .add {
  display: none;
}
.weltpixel-quickview-catalog-product-view .main-product-detail,
.weltpixel_quickview-catalog_product-view .main-product-detail {
  padding: 0;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  padding: 25px !important;
  background: #fff;
}
.weltpixel-quickview-catalog-product-view .sidebar,
.weltpixel_quickview-catalog_product-view .sidebar {
  display: none;
}
.weltpixel-quickview-catalog-product-view .page-main,
.weltpixel_quickview-catalog_product-view .page-main {
  max-width: 100% !important;
}
.weltpixel-quickview-catalog-product-view .page-main .columns,
.weltpixel_quickview-catalog_product-view .page-main .columns {
  padding: 0 !important;
}
.weltpixel-quickview-catalog-product-view .page-wrapper,
.weltpixel_quickview-catalog_product-view .page-wrapper {
  max-width: 100% !important;
  padding: 0 !important;
  min-height: auto;
}
.weltpixel-quickview-catalog-product-view .column.main,
.weltpixel_quickview-catalog_product-view .column.main {
  width: 100%;
  padding: 0;
}
.box-gotoproduct #product-gotoproduct-button {
  background: none;
  color: #222529;
  border: none;
  height: auto;
  margin-top: 10px;
  display: inline-block;
  min-width: auto;
  padding: 0;
}
.product-item .weltpixel-quickview {
  display: none;
}
.products-grid .product-item .product-item-info {
  position: relative;
}
@media all and (min-width: 769px), print {
  .abs-product-options-list-desktop dt,
  .block-giftregistry-shared .item-options dt {
    float: left;
    clear: left;
    margin: 0 0.5em 0.25em 0;
  }
  .abs-product-options-list-desktop dt:after,
  .block-giftregistry-shared .item-options dt:after {
    content: ': ';
  }
  .abs-product-options-list-desktop dd,
  .block-giftregistry-shared .item-options dd {
    float: left;
    display: inline-block;
    margin: 0 0 0.25em;
  }
  .abs-button-desktop {
    width: auto;
  }
  .abs-blocks-2columns,
  .abs-discount-block-desktop .block,
  .login-container .block,
  .account .column.main .block:not(.widget) .block-content .box,
  .block-addresses-list .items.addresses > .item,
  .form-edit-account .fieldset,
  .form-address-edit .fieldset,
  .storecredit .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-blocks-2columns:nth-child(1),
  .abs-discount-block-desktop .block:nth-child(1),
  .login-container .block:nth-child(1),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(1),
  .block-addresses-list .items.addresses > .item:nth-child(1),
  .form-edit-account .fieldset:nth-child(1),
  .form-address-edit .fieldset:nth-child(1),
  .storecredit .block:nth-child(1),
  .magento-payments-review-discount .block:nth-child(1),
  .paypal-review-discount .block:nth-child(1),
  .cart-discount .block:nth-child(1) {
    float: left;
    clear: left;
  }
  .abs-blocks-2columns:nth-child(2),
  .abs-discount-block-desktop .block:nth-child(2),
  .login-container .block:nth-child(2),
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2),
  .block-addresses-list .items.addresses > .item:nth-child(2),
  .form-edit-account .fieldset:nth-child(2),
  .form-address-edit .fieldset:nth-child(2),
  .storecredit .block:nth-child(2),
  .magento-payments-review-discount .block:nth-child(2),
  .paypal-review-discount .block:nth-child(2),
  .cart-discount .block:nth-child(2) {
    float: right;
  }
  .abs-blocks-2columns:nth-child(2) + *,
  .abs-discount-block-desktop .block:nth-child(2) + *,
  .login-container .block:nth-child(2) + *,
  .account .column.main .block:not(.widget) .block-content .box:nth-child(2) + *,
  .block-addresses-list .items.addresses > .item:nth-child(2) + *,
  .form-edit-account .fieldset:nth-child(2) + *,
  .form-address-edit .fieldset:nth-child(2) + *,
  .storecredit .block:nth-child(2) + *,
  .magento-payments-review-discount .block:nth-child(2) + *,
  .paypal-review-discount .block:nth-child(2) + *,
  .cart-discount .block:nth-child(2) + * {
    clear: both;
  }
  .abs-margin-for-blocks-and-widgets-desktop,
  .page-main .block,
  .customer-review .product-details {
    margin-bottom: 2.5em;
  }
  .abs-reset-left-margin-desktop,
  .column.main .magento-payments-review .actions-toolbar,
  .column.main .paypal-review .actions-toolbar,
  .column.main .block-giftregistry-shared-items .actions-toolbar {
    margin-left: 0;
  }
  .abs-action-remove-desktop,
  .abs-add-fields-desktop .fieldset .additional .action.remove,
  .form-giftregistry-share .fieldset .additional .action.remove,
  .form-giftregistry-edit .fieldset .additional .action.remove,
  .form-create-return .fieldset .additional .action.remove,
  .form.send.friend .fieldset .additional .action.remove {
    margin-left: 90%;
  }
  .abs-add-fields-desktop .fieldset .field .control,
  .form-giftregistry-share .fieldset .field .control,
  .form-giftregistry-edit .fieldset .field .control,
  .form-create-return .fieldset .field .control,
  .form.send.friend .fieldset .field .control {
    width: auto;
  }
  .abs-margin-for-forms-desktop {
    margin-left: 25.8%;
  }
  .abs-visually-hidden-desktop,
  .block-search .label,
  .block-collapsible-nav .title {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-add-clearfix-desktop:before,
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:before,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:before,
  .magento-payments-review-discount:after,
  .order-review-form:before,
  .order-review-form:after,
  .paypal-review .block-content:before,
  .paypal-review .block-content:after,
  .paypal-review-discount:before,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:before,
  .block-cart-failed .block-content:after,
  .cart-container:before,
  .cart-container:after,
  .login-container:before,
  .login-container:after,
  .account .page-title-wrapper:before,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:before,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:before,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:before,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:before,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:before,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:before,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:before,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:before,
  .order-links:after,
  .account .column.main .block.block-order-details-view:before,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:before,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:before,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    content: '';
    display: table;
  }
  .abs-add-clearfix-desktop:after,
  .magento-payments-review .block-content:after,
  .magento-payments-review-discount:after,
  .order-review-form:after,
  .paypal-review .block-content:after,
  .paypal-review-discount:after,
  .block-cart-failed .block-content:after,
  .cart-container:after,
  .login-container:after,
  .account .page-title-wrapper:after,
  .account .column.main .block:not(.widget) .block-content:after,
  .block-addresses-list .items.addresses:after,
  .block-giftregistry-shared .item-options:after,
  .data.table .gift-wrapping .nested:after,
  .data.table .gift-wrapping .content:after,
  .block-wishlist-management:after,
  .magento-rma-guest-returns .column.main .block.block-order-details-view:after,
  .order-links:after,
  .account .column.main .block.block-order-details-view:after,
  [class^="sales-guest-"] .column.main .block.block-order-details-view:after,
  .sales-guest-view .column.main .block.block-order-details-view:after {
    clear: both;
  }
  .abs-add-box-sizing-desktop,
  .abs-shopping-cart-items-desktop,
  .bundle-options-container .block-bundle-summary,
  .block.crosssell,
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    box-sizing: border-box;
  }
  .abs-add-box-sizing-desktop-m,
  .opc-wrapper {
    box-sizing: border-box;
  }
  .abs-revert-field-type-desktop .fieldset > .field,
  .abs-revert-field-type-desktop .fieldset .fields > .field {
    margin: 0 0 1em;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(.choice) > .control,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .abs-revert-field-type-desktop .fieldset > .field > .label,
  .abs-revert-field-type-desktop .fieldset .fields > .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .abs-revert-field-type-desktop .fieldset > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.choice:before,
  .abs-revert-field-type-desktop .fieldset > .field.no-label:before,
  .abs-revert-field-type-desktop .fieldset .fields > .field.no-label:before {
    display: none;
  }
  .abs-revert-field-type-desktop .fieldset > .field:not(:first-child):last-of-type,
  .abs-revert-field-type-desktop .fieldset .fields > .field:not(:first-child):last-of-type {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field,
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field,
  .form-create-return .fieldset .field,
  .form.send.friend .fieldset .field {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .abs-form-field-column-2 .fieldset .field:nth-last-child(1),
  .abs-form-field-column-2 .fieldset .field:nth-last-child(2),
  .form-giftregistry-share .fieldset .field:nth-last-child(1),
  .form-giftregistry-share .fieldset .field:nth-last-child(2),
  .form-giftregistry-edit .fieldset .field:nth-last-child(1),
  .form-giftregistry-edit .fieldset .field:nth-last-child(2),
  .form-create-return .fieldset .field:nth-last-child(1),
  .form-create-return .fieldset .field:nth-last-child(2),
  .form.send.friend .fieldset .field:nth-last-child(1),
  .form.send.friend .fieldset .field:nth-last-child(2) {
    margin-bottom: 0;
  }
  .abs-form-field-column-2 .fieldset .field + .fieldset,
  .form-giftregistry-share .fieldset .field + .fieldset,
  .form-giftregistry-edit .fieldset .field + .fieldset,
  .form-create-return .fieldset .field + .fieldset,
  .form.send.friend .fieldset .field + .fieldset {
    clear: both;
  }
  .abs-form-field-column-2 .fieldset .field .field,
  .form-giftregistry-share .fieldset .field .field,
  .form-giftregistry-edit .fieldset .field .field,
  .form-create-return .fieldset .field .field,
  .form.send.friend .fieldset .field .field {
    width: 100%;
    padding: 0;
  }
  .abs-form-field-revert-column-1 {
    width: 100%;
  }
  .abs-forms-general-desktop,
  .form-giftcard-redeem,
  .form-giftregistry-create {
    max-width: 500px;
  }
  .abs-forms-general-desktop .legend,
  .form-giftcard-redeem .legend,
  .form-giftregistry-create .legend {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .abs-forms-general-desktop .legend + br,
  .form-giftcard-redeem .legend + br,
  .form-giftregistry-create .legend + br {
    display: none;
  }
  .abs-revert-side-paddings,
  .checkout-cart-index .page-title-wrapper,
  .cart-empty {
    padding-left: 0;
    padding-right: 0;
  }
  .abs-account-table-margin-desktop,
  .table-wrapper.balance-history,
  .table-wrapper.reward-history {
    margin-top: -1.25em;
  }
  .abs-action-print {
    display: inline-block;
    text-decoration: none;
  }
  .abs-action-print:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 16px;
    line-height: 16px;
    color: inherit;
    content: '\e624';
    font-family: 'porto-icons';
    margin: 0 4px 0 0;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .abs-action-print:hover {
    text-decoration: underline;
  }
  .abs-no-display-desktop,
  .sidebar .block.widget .pager .item:not(.pages-item-next):not(.pages-item-previous) {
    display: none;
  }
  .abs-title-orders-desktop .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-returns .page-main .page-title-wrapper .order-date,
  .magento-rma-returns-view .page-main .page-title-wrapper .order-date,
  .account .page-main .page-title-wrapper .order-date,
  [class^="sales-guest-"] .page-main .page-title-wrapper .order-date,
  .sales-guest-view .page-main .page-title-wrapper .order-date {
    margin: -1em 0 18px;
  }
  .abs-table-bordered-desktop {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > tbody > tr > th,
  .abs-table-bordered-desktop > tfoot > tr > th,
  .abs-table-bordered-desktop > thead > tr > td,
  .abs-table-bordered-desktop > tbody > tr > td,
  .abs-table-bordered-desktop > tfoot > tr > td {
    border: none;
  }
  .abs-table-bordered-desktop > thead > tr > th,
  .abs-table-bordered-desktop > thead > tr > td {
    border-bottom: 1px solid #e7e7e7;
  }
  .abs-pager-toolbar,
  .account .toolbar,
  .toolbar-giftregistry-results,
  .toolbar-wishlist-results {
    position: relative;
  }
  .abs-pager-toolbar .toolbar-amount,
  .abs-pager-toolbar .limiter,
  .account .toolbar .toolbar-amount,
  .account .toolbar .limiter,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-giftregistry-results .limiter,
  .toolbar-wishlist-results .toolbar-amount,
  .toolbar-wishlist-results .limiter {
    position: relative;
    z-index: 1;
  }
  .abs-pager-toolbar .toolbar-amount,
  .account .toolbar .toolbar-amount,
  .toolbar-giftregistry-results .toolbar-amount,
  .toolbar-wishlist-results .toolbar-amount {
    line-height: 24px;
    padding: 0;
  }
  .abs-pager-toolbar .pages,
  .account .toolbar .pages,
  .toolbar-giftregistry-results .pages,
  .toolbar-wishlist-results .pages {
    position: absolute;
    z-index: 0;
    width: 100%;
  }
  .abs-shopping-cart-items-desktop,
  .block-cart-failed,
  .cart-container .form-cart,
  .cart-container .cart-gift-item {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 4%;
    position: relative;
  }
  .abs-discount-block-desktop .block,
  .magento-payments-review-discount .block,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .block > .title,
  .magento-payments-review-discount .block > .title,
  .paypal-review-discount .block > .title,
  .cart-discount .block > .title {
    border: 0;
    cursor: default;
    padding: 0 0 0.5em;
  }
  .abs-discount-block-desktop .block > .title strong,
  .magento-payments-review-discount .block > .title strong,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block > .title:after,
  .magento-payments-review-discount .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .magento-payments-review-discount .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .actions-toolbar .secondary,
  .magento-payments-review-discount .actions-toolbar .secondary,
  .paypal-review-discount .actions-toolbar .secondary,
  .cart-discount .actions-toolbar .secondary {
    bottom: -30px;
    left: 0;
    position: absolute;
  }
  h1 {
    font-size: 3em;
    margin-bottom: 2em;
  }
  .legend {
    border-bottom: 1px solid #c5c5c5;
  }
  .product.data.items {
    position: relative;
    z-index: 1;
    border-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .product.data.items:before,
  .product.data.items:after {
    content: '';
    display: table;
  }
  .product.data.items:after {
    clear: both;
  }
  .product.data.items > .item.title {
    float: left;
    width: auto;
  }
  .product.data.items > .item.title > .switch {
    height: 1em;
    display: block;
    position: relative;
    z-index: 2;
  }
  .product.data.items > .item.content {
    margin-top: 1em;
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    width: 100%;
  }
  .product.data.items > .item.content:before,
  .product.data.items > .item.content:after {
    content: '';
    display: table;
  }
  .product.data.items > .item.content:after {
    clear: both;
  }
  .product.data.items > .item.content.active {
    display: block;
  }
  .product.data.items > .item.title {
    margin: 0 -1px 0 0;
  }
  .product.data.items > .item.title > .switch {
    font-weight: 400;
    line-height: 2em;
    font-size: 1em;
    color: #c1c1c1;
    text-decoration: none;
    background: #f6f6f6;
    border: 1px solid #eeeeee;
    border-bottom: none;
    height: 2em;
    padding: 1px 35px 1px 35px;
  }
  .product.data.items > .item.title > .switch:visited {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #c1c1c1;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:focus,
  .product.data.items > .item.title:not(.disabled) > .switch:hover {
    background: #ffffff;
  }
  .product.data.items > .item.title:not(.disabled) > .switch:active,
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    background: #ffffff;
    color: #777777;
    text-decoration: none;
  }
  .product.data.items > .item.title.active > .switch,
  .product.data.items > .item.title.active > .switch:focus,
  .product.data.items > .item.title.active > .switch:hover {
    padding-bottom: 2px;
  }
  .product.data.items > .item.content {
    background: #ffffff;
    margin-top: 5em;
    padding: 35px 35px 35px 35px;
    border: 1px solid #eeeeee;
  }
  .product.data.items .item.title a:after {
    display: none;
  }
  .product.data.items > .item.title {
    margin: 0 35px 0 0;
    color: #818692;
    padding: 7px 0;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid transparent;
  }
  .product.data.items > .item.title > .switch {
    font-size: 13px;
    display: inline-block;
    border: none;
    height: auto;
    padding: 0 !important;
    color: inherit;
    font-weight: inherit;
    line-height: inherit;
    background: none !important;
    display: block;
  }
  .product.data.items > .item.title > .switch:hover,
  .product.data.items > .item.title > .switch:active,
  .product.data.items > .item.title > .switch:focus {
    color: inherit !important;
    border-color: inherit !important;
    background: none;
  }
  .product.data.items > .item.title.active {
    color: #222529;
    border-color: #222529;
  }
  .product.data.items > .item.title.active > .switch {
    color: inherit;
    background: none;
    padding: 0;
  }
  .product.data.items > .item.title.active > .switch:hover,
  .product.data.items > .item.title.active > .switch:focus {
    padding: 0;
    color: inherit;
    background: none;
  }
  .product.data.items > .item.title:hover {
    border-color: #222529;
  }
  .product.data.items > .item.title:hover > .switch {
    color: inherit;
    padding: 0;
  }
  .product.data.items > .item.content {
    border: none;
    border-top: solid 1px #e7e7e7;
    box-shadow: none;
    padding: 30px 0 15px;
    margin-top: 40px;
    background: none;
  }
  .vertical .product.data.items > .item:first-child + div.item.content {
    display: block;
  }
  .vertical .product.data.items > .item.title {
    max-width: 20%;
    text-align: left;
    float: none;
    border: none;
    padding: 0;
    margin: 0;
    margin-bottom: 13px;
    overflow: hidden;
    position: relative;
  }
  .vertical .product.data.items > .item.title > .switch {
    padding: 3px 0 10px !important;
    display: inline-block;
  }
  .vertical .product.data.items > .item.title > .switch::before {
    content: '';
    position: absolute;
    width: 100%;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 1;
  }
  .vertical .product.data.items > .item.title > .switch::after {
    content: '';
    display: block;
    position: absolute;
    width: 30vw;
    bottom: 0;
    border-bottom: 1px solid #dae2e6;
    z-index: 0;
    left: 0;
  }
  .vertical .product.data.items > .item.title.active > .switch::before,
  .vertical .product.data.items > .item.title:hover > .switch::before {
    border-width: 2px;
    border-bottom-color: inherit;
  }
  .vertical .product.data.items > .item.content {
    position: absolute;
    float: none;
    margin: 0;
    width: 80%;
    right: 0;
    top: 0;
    padding-top: 0;
    border-top: none;
    padding-left: 30px;
    min-height: 180px;
    display: none;
  }
  .accordion .product.data.items > .item.title {
    border-color: #e7e7e7;
  }
  .accordion .product.data.items > .item.title.active {
    border-color: inherit;
  }
  .accordion .product.data.items > .item.title,
  .accordion .product.data.items > .item.content {
    float: none;
    margin: 0;
    display: block;
  }
  .accordion .product.data.items > .item.content {
    border: none;
  }
  .sticky .product.data.items > .item.title.active {
    color: inherit;
    border-color: transparent;
  }
  .sticky .product.data.items > .item.title:hover {
    color: inherit;
    border-color: inherit;
  }
  .actions-toolbar {
    text-align: left;
  }
  .actions-toolbar:before,
  .actions-toolbar:after {
    content: '';
    display: table;
  }
  .actions-toolbar:after {
    clear: both;
  }
  .actions-toolbar .primary {
    float: left;
  }
  .actions-toolbar .primary,
  .actions-toolbar .secondary {
    display: inline-block;
  }
  .actions-toolbar .primary a.action,
  .actions-toolbar .secondary a.action {
    display: inline-block;
  }
  .actions-toolbar .primary .action {
    margin: 0 15px 0 0;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 6px;
  }
  .actions-toolbar > .primary,
  .actions-toolbar > .secondary {
    margin-bottom: 0;
  }
  .actions-toolbar > .primary .action,
  .actions-toolbar > .secondary .action {
    width: auto;
    margin-bottom: 0;
  }
  .popup-content .fieldset .actions-toolbar .secondary {
    display: inline-block;
    float: none;
  }
  .popup-content .fieldset .actions-toolbar .action.cancel {
    margin-top: 6px;
  }
  .modal-popup.modal-slide .modal-footer {
    border-top: 1px solid #c1c1c1;
    text-align: right;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .pagebuilder-mobile-only {
    display: none !important;
  }
  .magento-payments-review .magento-payments-review-title {
    border-bottom: 1px solid #e7e7e7;
  }
  .magento-payments-review .block-content .box-order-shipping-address,
  .magento-payments-review .block-content .box-order-shipping-method,
  .magento-payments-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .magento-payments-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .magento-payments-review .table-magento-payments-review-items .col.price,
  .magento-payments-review .table-magento-payments-review-items .col.qty {
    text-align: center;
  }
  .magento-payments-review .table-magento-payments-review-items .col.item {
    width: 60%;
  }
  .magento-payments-review .col.subtotal,
  .magento-payments-review .mark,
  .magento-payments-review .amount {
    text-align: right;
  }
  .magento-payments-review-discount {
    border-top: 1px solid #e7e7e7;
  }
  .magento-payments-review-discount .block {
    margin-bottom: 0.75em;
  }
  .magento-payments-review-discount .block .title:after {
    display: inline;
    margin-left: 0.5em;
    position: static;
  }
  .magento-payments-review-discount .block .content {
    padding-bottom: 0;
  }
  .order-review-form .actions-toolbar > .primary {
    float: right;
  }
  .order-review-form .action.primary {
    margin-right: 0;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  .amcart-confirm-block {
    max-height: 90vh;
  }
  .amcart-confirm-block .products-grid .product-item-actions {
    margin-top: 0;
  }
  .amcart-confirm-overlay.am-center {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
  }
  .amcart-confirm-overlay.am-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-end;
    padding-right: 230px;
  }
  .amcart-confirm-overlay.am-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    justify-content: flex-start;
    padding-left: 230px;
  }
  .amcart-confirm-overlay.am-top-right {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  .amcart-confirm-overlay.am-top-left {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  .amcart-confirm-overlay.am-top {
    justify-content: center;
    padding-top: 130px;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
  }
  .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: 20px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    clear: both;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    height: 70px;
    margin: 0;
    max-width: 305px;
  }
  .amcart-product-notice {
    font-size: 14px;
    padding: 20px 35px;
    width: initial;
  }
  .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 {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    margin: 0;
    padding: 0;
  }
  .ampage-top-info .am-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .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;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .checkout-index-index .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .am-checkout.-modern .amcheckout-trust-badges {
    justify-content: flex-end;
  }
  .amelsearch-further-section {
    display: block;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .ammenu-nav-sections .widget-product-carousel,
  .ammenu-nav-sections .widget {
    max-width: initial;
  }
  .ammenu-nav-sections .widget-product-carousel .slick-slide .product-item,
  .ammenu-nav-sections .widget .slick-slide .product-item {
    max-width: initial;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    max-width: initial;
    min-width: 700px;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    box-sizing: border-box;
    padding: 0 20px 0 0;
  }
  .amrelated-info.-top .amrelated-title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    font-size: 14px;
    margin: 5px 0 0;
  }
  .amrelated-info.-bottom .product-add-form {
    margin: 0;
    padding: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    border: 0;
    box-sizing: border-box;
    left: 0;
    margin: 0;
    padding: 0 25px;
    position: absolute;
    width: 50%;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    border: 0;
    width: 100%;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-left: 27px;
    margin-right: 27px;
  }
  .amcountdown-block-wrapper.-circle .amcountdown-item {
    margin: 0 18px 0 0;
  }
  .amcountdown-block-wrapper.-circle .amcountdown-item:last-child {
    margin-right: 0;
  }
  .amcountdown-block-wrapper.-round {
    max-width: 450px;
  }
  .amcountdown-block-wrapper.-round .amcountdown-list {
    flex-flow: column wrap;
  }
  .amcountdown-block-wrapper.-round .amcountdown-item {
    margin: 0 16px 24px 0;
    padding: 14px 8px 6px;
  }
  .amcountdown-block-wrapper.-round .amcountdown-item:last-child {
    margin-right: 0;
  }
  .amcountdown-block-wrapper.-round .amcountdown-text.-after {
    margin: 0;
  }
  .amcountdown-block-wrapper.-progress {
    max-width: 410px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-wrap:not(:last-of-type) {
    margin-right: 15px;
  }
  .amcountdown-block-wrapper.-progress .amcountdown-item:last-child {
    margin-right: 0;
  }
  .amscroll-backtotop-block.-desktop-arrow {
    padding: 0;
    width: 50px;
    height: 50px;
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-arrow:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
  }
  .amscroll-backtotop-block.-desktop-arrow .amscroll-text {
    display: none;
  }
  .amscroll-backtotop-block.-desktop-text {
    padding-right: 7px;
    border-radius: 100px;
    transform: rotate(-90deg) translate(60px, 60px);
  }
  .amscroll-backtotop-block.-desktop-text:before {
    border-radius: 100px;
  }
  .amscroll-backtotop-block.-desktop-text:after {
    width: 24px;
    height: 24px;
    background: url('../Amasty_Scroll/images/chevron.svg');
  }
  .amscroll-backtotop-block.-desktop-edge {
    right: 0;
    padding: 4px 26px 4px 20px;
    border-radius: 20px 20px 0 0;
    transform: rotate(-90deg) translate(71px, 72px);
  }
  .amscroll-backtotop-block.-desktop-edge .amscroll-text {
    margin-right: 20px;
  }
  .amscroll-backtotop-block.-desktop-edge:before {
    border-radius: 20px 20px 0 0;
  }
  .amscroll-backtotop-block.-desktop-edge:after {
    width: 14px;
    height: 28px;
    background: url('../Amasty_Scroll/images/arrow.svg');
    transform: rotate(90deg) translateX(2px);
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-color: var(--amsearch-color-border, #cccccc);
    border-left: 1px solid;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #ffffff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-tabs.product.data.items .item.title.active .switch {
    padding-bottom: 1px;
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  #template-contact-form .actions-toolbar .primary {
    float: right;
  }
  #template-contact-form .actions-toolbar .primary button {
    margin: 0;
  }
  table.dibs-easy-checkout-review th.item-img {
    visibility: hidden;
    opacity: 0;
  }
  table.dibs-easy-checkout-review th,
  table.dibs-easy-checkout-review td {
    vertical-align: middle;
  }
  table.dibs-easy-checkout-review th.qty,
  table.dibs-easy-checkout-review td.qty,
  table.dibs-easy-checkout-review th.price,
  table.dibs-easy-checkout-review td.price,
  table.dibs-easy-checkout-review th.subtotal,
  table.dibs-easy-checkout-review td.subtotal {
    padding-left: 40px;
    padding-right: 0;
  }
  table.dibs-easy-checkout-review th.item-img,
  table.dibs-easy-checkout-review td.item-img {
    padding-right: 0;
    padding-left: 0;
    width: 205px;
    max-width: 205px;
  }
  table.dibs-easy-checkout-review th.item-desc,
  table.dibs-easy-checkout-review td.item-desc {
    padding-right: 0;
    padding-left: 0;
  }
  table.dibs-easy-checkout-review th:not(.item-img),
  table.dibs-easy-checkout-review td:not(.item-img) {
    border-bottom: 1px solid #d1d1d1;
  }
  table.dibs-easy-checkout-review th.qty,
  table.dibs-easy-checkout-review td.qty {
    text-align: center !important;
  }
  table.dibs-easy-checkout-review td {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  table.dibs-easy-checkout-review td.subtotal {
    text-align: right !important;
  }
  table.dibs-easy-checkout-review td.subtotal .price {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  table.dibs-easy-checkout-review .dibs-easy-checkout-col .product-item-info {
    width: 90%;
  }
  #dibs-easy-checkout_cart_totals {
    width: calc(100% - 205px);
    left: 205px;
    position: relative;
    text-align: right;
    border-bottom: 1px solid #d1d1d1;
    color: #000000;
    float: left;
  }
  #dibs-easy-checkout_cart_totals table {
    width: 35%;
    float: right;
  }
  #dibs-easy-checkout_cart_totals table tfoot tr:last-of-type th,
  #dibs-easy-checkout_cart_totals table tfoot tr:last-of-type td {
    padding-bottom: 15px;
  }
  #dibs-easy-checkout_cart_totals table tfoot td,
  #dibs-easy-checkout_cart_totals table tfoot th {
    padding: 15px 0 0;
    font-size: 14px;
    font-weight: 700;
  }
  .dibs-easy-checkout-shipping {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #d1d1d1;
  }
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #d1d1d1;
  }
  .dibs-easy-checkout-shipping #dibs-easy-checkout_shipping_method .slick-track {
    margin-right: 0;
    margin-left: 0;
  }
  .dibs-easy-checkout-shipping input,
  .dibs-easy-checkout-shipping select {
    height: 50px;
    width: 192px;
    margin-bottom: 10px;
  }
  .dibs-easy-checkout-shipping input.postcode {
    position: relative;
    top: 1px;
    left: -3px;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
  }
  .dibs-easy-checkout-shipping select {
    border-bottom-right-radius: 0 !important;
    border-top-right-radius: 0 !important;
  }
  .dibs-easy-checkout-shipping,
  .dibs-easy-checkout-extra {
    width: calc(100% - 205px);
    left: 205px;
    position: relative;
  }
  .dibs-easy-checkout-extra__left {
    flex: 1;
  }
  .dibs-easy-checkout-extra__right {
    flex: 2;
  }
  .dibs-easy-checkout-block.discount,
  .dibs-easy-checkout-block.newsletter {
    width: 400px;
  }
  .dibs_easy_checkout-order-success .page-title {
    font-size: 25px;
    font-weight: 700;
    color: #000000;
  }
  .dibs_easy_checkout-order-success .checkout-success h1 {
    font-size: 52px;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-thankyou-order-details.order_details li {
    display: table-cell;
    width: 25%;
  }
  .dibs_easy_checkout-order-success .dibs-easy-checkout-order__items {
    padding: 45px 35px 25px;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .ppbd-product-gallery-right .fotorama__stage {
    left: 0 !important;
    right: auto !important;
  }
  .ppbd-product-gallery-right .fotorama__nav-wrap {
    right: 0 !important;
    left: auto !important;
  }
  .mgz-productpagebuilder.page-product-downloadable .product-options-wrapper,
  .mgz-productpagebuilder.page-product-downloadable .product-options-bottom {
    width: 100%;
  }
  .block-category-event.block:last-child {
    margin-bottom: 1.5em;
    padding: 0.5em 0 1.5em;
  }
  .block-category-event .block-title {
    margin: 0;
  }
  .block-category-event .block-title strong {
    font-size: 2.4rem;
  }
  .block-category-event .ticker li {
    display: none;
    margin: 0 50px;
  }
  .block-category-event .ticker .value {
    font-size: 6rem;
  }
  .block-category-event .ticker .label {
    font-size: 1.4rem;
    text-transform: none;
  }
  .block-category-event .dates .date {
    font-size: 5rem;
  }
  .block-category-event .dates .start {
    padding-right: 50px;
  }
  .block-category-event .dates .start:after {
    font-size: 5rem;
    right: 10px;
  }
  .paypal-review .paypal-review-title {
    border-bottom: 1px solid #e7e7e7;
  }
  .paypal-review .block-content .box-order-shipping-address,
  .paypal-review .block-content .box-order-shipping-method,
  .paypal-review .block-content .box-order-shipping-method + .box-order-billing-address {
    box-sizing: border-box;
    float: left;
    width: 33%;
  }
  .paypal-review .block-content .box-order-shipping-address {
    padding: 0 5%;
    width: 34%;
  }
  .paypal-review .table-paypal-review-items .col.price,
  .paypal-review .table-paypal-review-items .col.qty {
    text-align: center;
  }
  .paypal-review .table-paypal-review-items .col.item {
    width: 60%;
  }
  .paypal-review .col.subtotal,
  .paypal-review .mark,
  .paypal-review .amount {
    text-align: right;
  }
  .paypal-review-discount {
    border-top: 1px solid #e7e7e7;
  }
  .my-credit-cards .card-type img {
    display: block;
  }
  .block-cart-failed .secondary .action {
    margin: 0;
  }
  .block-cart-failed .actions.primary {
    float: right;
  }
  .bundle-actions .action.primary.customize {
    width: auto;
  }
  .bundle-options-container .bundle-options-wrapper,
  .bundle-options-container .product-options-wrapper {
    float: left;
  }
  .bundle-options-container .block-bundle-summary {
    padding: 0 15px;
    float: right;
    width: 49%;
    position: relative;
  }
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper,
  .bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
    font-size: 1.5rem;
    line-height: 1;
    font-weight: 600;
    letter-spacing: -.02em;
    color: #222529;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee {
    color: #575757;
  }
  .bundle-options-container .block-bundle-summary .price-container .weee .price {
    font-size: 1.2rem;
    font-weight: 700;
  }
  .bundle-options-container .block-bundle-summary .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .page-layout-2columns-left .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-left .bundle-options-container .block-bundle-summary,
  .page-layout-2columns-right .bundle-options-container .bundle-options-wrapper,
  .page-layout-2columns-right .bundle-options-container .block-bundle-summary,
  .page-layout-3columns .bundle-options-container .bundle-options-wrapper,
  .page-layout-3columns .bundle-options-container .block-bundle-summary {
    width: 48%;
  }
  .box-tocart .action.tocart {
    margin-bottom: 0;
    min-width: 150px;
  }
  .product-social-links {
    text-align: left;
  }
  .product-options-bottom .price-box .price-including-tax + .price-excluding-tax .price,
  .product-info-price .price-box .price-including-tax + .price-excluding-tax .price {
    font-size: 1.4rem;
    line-height: 16px;
  }
  .product-image-carousel .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel .active + .active .item {
    position: relative;
  }
  .product-image-carousel .active + .active .item::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.07000000000000001);
    content: '';
    z-index: 1;
  }
  .product-image-carousel .active + .active + .active .item::before {
    display: none;
  }
  .product-info-main {
    float: right;
  }
  .product.media {
    float: left;
  }
  .page-layout-1column .product-info-main {
    width: 40%;
  }
  .page-layout-1column .product.media {
    width: 57%;
  }
  .page-layout-2columns-left .product-info-main,
  .page-layout-2columns-right .product-info-main,
  .page-layout-3columns .product-info-main {
    width: 48%;
  }
  .page-layout-2columns-left .product.media,
  .page-layout-2columns-right .product.media,
  .page-layout-3columns .product.media {
    width: 50%;
  }
  .compare.wrapper {
    float: right;
    margin: 0;
    padding: 0;
    list-style: none none;
  }
  .compare.wrapper .action.compare {
    line-height: 38px;
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:visited {
    color: #777777;
    text-decoration: none;
  }
  .compare.wrapper .action.compare:hover {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .action.compare:active {
    color: #777777;
    text-decoration: underline;
  }
  .compare.wrapper .counter.qty {
    color: #c1c1c1;
  }
  .compare.wrapper .counter.qty:before {
    content: "(";
  }
  .compare.wrapper .counter.qty:after {
    content: ")";
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 24px 30px;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 1em;
    margin: 0 0 0.5em;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 10px;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 66%;
    padding-right: 1.5em;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 1em 0 1em;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 0.5em;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #777777;
    font-weight: 600;
    font-size: 1rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #0088cc;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #777777;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 1em;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1em;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 1em;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 0.5em 1.5em 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 0.5em 0 0 2em;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 1em 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 0.5em 0.5em 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    max-width: 83.333%;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
    max-width: 50%;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar > .primary,
  .form.create.account .actions-toolbar > .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar > .primary .action,
  .form.create.account .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1rem;
    background: #222529;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .form.forget {
    max-width: 50%;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 1em;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0.5em 0.5em 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 2em;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 1em;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0.5em;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1em;
    margin: 0 0 0 0.25em;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1em;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    line-height: 1em;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 1em;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 1em 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0 0 0 0.5em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #777777;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e81b';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 1em;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 1em;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 1em;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 1em 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 1em;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 1em;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 0.5em;
    padding: 0.25em 0.5em 0.5em;
    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: 0.5em;
    padding: 0.25em 0.5em 0.5em;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 1.25em;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend .fieldset .field.text {
    width: 100%;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 0.5em 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 0.5em;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 1em 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .block.widget .products-grid .product-item {
    width: 33.33333333%;
  }
  .sidebar .block.widget .products-grid .product-item {
    margin-left: 0;
    width: 100%;
  }
  .sidebar .block.widget .products-grid .product-item .actions-secondary {
    display: block;
    padding: 10px 0;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 6%) / 4);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(3n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 50%;
  }
  .sidebar .block.widget .pager .pages-item-next {
    padding: 0;
  }
  .sidebar .block.widget .pager .pages-item-next .action {
    margin: 0;
  }
  .page-wrapper .header-notice-top {
    font-size: 1.2em;
  }
  .page-wrapper .page-main {
    padding: 20px 0px 10px 0px;
  }
  .product.data.items > .item.content {
    padding: 12px 12px 12px 12px;
  }
  .page-header.type1 .navigation > ul {
    justify-content: center;
  }
  .page-header.type1 .navigation > ul:before {
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    border-top: 1px solid #eef6ff;
  }
  .page-header.type1 .navigation .level0 .level-top:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 3px;
    top: 0;
    left: 0;
    opacity: 0;
    background-color: #75828a;
  }
  .page-header.type1 .navigation .level0:hover .level-top:before {
    opacity: 1;
  }
  .category-image {
    margin-bottom: 10px;
  }
  .category-image h1 {
    background-size: cover;
    height: 250px;
    line-height: 250px;
  }
  .page-product-sticker .product-info-main {
    width: 49%;
    float: left;
  }
  .page-product-sticker .product.sticker.details {
    width: 49%;
    float: right;
    clear: none;
  }
  .cms-index-index .page-main {
    max-width: 1140px !important;
  }
  .breadcrumbs,
  .footer-middle,
  .footer-bottom {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .catalog-product-view .block.related .products-grid.small-list .product-item-info {
    float: left;
    width: 50%;
  }
  .catalogsearch-result-index .products-grid .product-item {
    width: 33.33333333%;
  }
}
@media all and (min-width: 992px), print {
  .navigation,
  .header.content,
  .footer.content,
  .page-wrapper > .widget,
  .page-wrapper > .page-bottom,
  .block.category.event,
  .top-container,
  .page-main {
    padding-left: 10px;
    padding-right: 10px;
    margin-left: auto;
    margin-right: auto;
    width: auto;
    max-width: 1140px;
    box-sizing: border-box;
  }
  .page-main {
    width: 100%;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .ie9 .page-main {
    width: auto;
  }
  .columns {
    display: block;
  }
  .column.main {
    min-height: 300px;
  }
  .page-layout-1column .column.main {
    width: 100%;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-3columns .column.main {
    width: 50%;
    display: inline-block;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .sidebar-main {
    padding-right: 2%;
  }
  .page-layout-3columns .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-left .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    width: 25%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-layout-2columns-right .sidebar-main {
    padding-right: 0;
    padding-left: 2%;
  }
  b .panel.header {
    padding: 10px 20px;
  }
  .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;
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  /* phpcs:ignore Magento2.Less.AvoidId.IdSelectorUsage */
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eeeeee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .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;
  }
  .checkout-index-index:not(.amasty-jet-theme) .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;
    transition: all .3s ease;
    width: 380px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    max-height: 100vh;
    overflow: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar .amcheckout-trust-seal {
    font-size: 12px;
    max-width: 265px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    background: #ffffff;
    border: 1px solid #d4d4d4;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options {
    background: #ffffff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    height: 0;
    margin: 0;
    padding: 0;
    visibility: hidden;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-badges {
    justify-content: center;
    margin: 0 0 15px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary .amcheckout-trust-seal {
    font-size: 12px;
    margin: auto;
    max-width: 66%;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    margin: 0;
    position: absolute;
    right: 7px;
    top: 7px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .checkout-payment-method .amcheckout-trust-seal {
    max-width: 66%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .dibs-easy-checkout-extra {
    display: flex;
  }
  .go-to {
    float: right;
  }
  .products-grid.columns3 .product-item,
  .products-grid.columns4 .product-item,
  .products-grid.columns5 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item,
  .products-grid.columns7 .product-item,
  .products-grid.columns8 .product-item {
    width: 20%;
  }
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns8 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.columns8 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1,
  .products-grid.products.grid.flex-grid.columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns8 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns8 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 38px;
    letter-spacing: -.01em;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-social-links {
    float: right;
    margin-right: 20px;
    margin-top: 0;
    display: inline-block;
    width: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-reviews-summary {
    margin-top: 0;
    height: auto;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-info-price {
    margin-bottom: 0;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .short-custom-block {
    float: right;
  }
  .product-type-carousel:not(.weltpixel_quickview-catalog_product-view) .product-info-main .product-add-form {
    text-align: right;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    right: 10px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-social-links .product-share {
    margin-right: .5rem;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main {
    padding-right: 50px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .prev-next-products {
    margin: 0;
    margin-right: 5px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .block.upsell {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .short-custom-block {
    float: left;
    width: 50%;
    padding-right: 10px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product-social-links {
    float: right;
    width: auto;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.title {
    margin-right: 50px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.title > .switch {
    font-size: 18px;
  }
  .product-type-sticky_right:not(.weltpixel_quickview-catalog_product-view) .product.detailed .product.data.items > .item.content {
    background: none;
  }
  .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: #e7e7e7;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 1em;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
  .amslider .wrapper {
    justify-content: center;
  }
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns4 .product-item {
    width: 25%;
  }
  .products-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.columns4 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns4 .product-item.nth-child-4np1 {
    clear: left;
  }
  .products-grid.columns5 .product-item {
    width: 20%;
  }
  .products-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.columns5 .product-item.nth-child-3np1 {
    clear: none;
  }
  .products-grid.columns5 .product-item.nth-child-5np1 {
    clear: left;
  }
  .products-grid.columns6 .product-item {
    width: 16.66666667%;
  }
  .products-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.columns6 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns6 .product-item.nth-child-6np1 {
    clear: left;
  }
  .products-grid.columns7 .product-item {
    width: 14.28571429%;
  }
  .products-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.columns7 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid.columns7 .product-item.nth-child-7np1 {
    clear: left;
  }
  .products-grid .columns8 .product-item {
    width: 12.5%;
  }
  .products-grid .columns8 .product-item.nth-child-2np1,
  .products-grid .columns8 .product-item.nth-child-3np1,
  .products-grid .columns8 .product-item.nth-child-5np1 {
    clear: none;
  }
  .products-grid .columns8 .product-item.nth-child-8np1 {
    clear: left;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-2np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns3 .product-item.nth-child-3np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns3 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns3 .product-item:nth-child(3) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-3np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item.nth-child-4np1,
  .products-grid.divider-line.columns4 .product-item.nth-child-4np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns4 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns4 .product-item:nth-child(4) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-3np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns5 .product-item.nth-child-5np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns5 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns5 .product-item:nth-child(5) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-5np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item.nth-child-6np1,
  .products-grid.divider-line.columns6 .product-item.nth-child-6np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns6 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns6 .product-item:nth-child(6) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-2np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-3np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-5np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-5np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item.nth-child-7np1,
  .products-grid.divider-line.columns7 .product-item.nth-child-7np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid.columns7 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line.columns7 .product-item:nth-child(7) .product-item-info {
    border-top-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-2np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-2np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-3np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-3np1,
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-5np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-5np1 {
    border-left-color: rgba(0, 0, 0, 0.09);
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item.nth-child-8np1,
  .products-grid.divider-line .columns8 .product-item.nth-child-8np1 {
    border-left-color: transparent;
  }
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(1) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(2) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(3) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(4) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(5) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(6) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(7) .product-item-info,
  .products-grid.products.grid.flex-grid .columns8 .product-item:nth-child(8) .product-item-info,
  .products-grid.divider-line .columns8 .product-item:nth-child(8) .product-item-info {
    border-top-color: transparent;
  }
  .box-tocart .paypal:first-of-type {
    margin-top: 13px;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .page-main {
    padding: 0;
  }
  .product-type-fullwidth:not(.weltpixel_quickview-catalog_product-view) .product-info-main .page-title-wrapper h1 {
    font-size: 40px;
  }
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.eot');
  src: url('../fonts/Roboto-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff'), url('../fonts/Roboto-Regular.ttf') format('truetype'), url('../fonts/Roboto-Regular.svg#Roboto-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'voga';
  src: url('../fonts/cdtype_-_voga_medium-webfont.eot');
  src: url('../fonts/cdtype_-_voga_medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/cdtype_-_voga_medium-webfont.woff2') format('woff2'), url('../fonts/cdtype_-_voga_medium-webfont.woff') format('woff'), url('../fonts/cdtype_-_voga_medium-webfont.ttf') format('truetype'), url('../fonts/cdtype_-_voga_medium-webfont.svg#vogamedium') format('svg');
  font-weight: normal;
  font-style: normal;
}
.products .custom-category {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  gap: 15px;
}
@media only screen and (max-width: 1199px) {
  .products .custom-category {
    gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .products .custom-category {
    flex-direction: column;
  }
}
.products .custom-category .custom-category-first-left {
  width: 50%;
}
@media only screen and (max-width: 1199px) {
  .products .custom-category .custom-category-first-left {
    width: 68%;
    gap: 10px;
  }
}
@media only screen and (max-width: 575px) {
  .products .custom-category .custom-category-first-left {
    width: 100%;
  }
}
.products .custom-category .custom-category-first-left ul {
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
}
.products .custom-category .custom-category-first-left ul li {
  width: 50% !important;
}
.products .custom-category .custom-category-first-left ul li .product-item-details .price-box {
  margin-bottom: 0px !important;
}
.products .custom-category .custom-category-second-rgt {
  width: 50%;
  margin-bottom: 20px;
  padding-right: 10px;
}
@media only screen and (max-width: 1199px) {
  .products .custom-category .custom-category-second-rgt {
    width: 32%;
  }
}
@media only screen and (max-width: 575px) {
  .products .custom-category .custom-category-second-rgt {
    width: 100%;
    padding: 0 10px;
  }
}
@media only screen and (max-width: 991px) {
  .products .custom-category .custom-category-second-rgt div {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .products .custom-category .custom-category-second-rgt div {
    height: auto;
  }
}
@media only screen and (max-width: 991px) {
  .products .custom-category .custom-category-second-rgt div a {
    height: 100%;
  }
}
@media only screen and (max-width: 575px) {
  .products .custom-category .custom-category-second-rgt div a {
    height: auto;
  }
}
.products .custom-category .custom-category-second-rgt div a img {
  object-fit: cover;
  min-height: 651px;
}
@media only screen and (max-width: 991px) {
  .products .custom-category .custom-category-second-rgt div a img {
    height: 100%;
    max-height: 830px;
  }
}
@media only screen and (max-width: 575px) {
  .products .custom-category .custom-category-second-rgt div a img {
    height: auto;
    min-height: unset;
  }
}
.products .product-image-photo {
  height: 100%;
  object-fit: cover;
}
.product-info-main {
  position: relative;
}
.product-info-main .box-tocart .fieldset {
  display: flex;
}
.product-info-main .box-tocart .fieldset .actions {
  width: 100%;
}
.product-info-main .box-tocart .fieldset .actions .action.tocart {
  width: 100%;
}
.product-info-main .box-tocart .moved-add-to-links {
  position: absolute;
  top: 0;
  right: 0;
}
.product-info-main .box-tocart .moved-add-to-links .product-addto-links .towishlist {
  border: none !important;
}
.product-info-main .product-social-links .share-links a.share-tiktok img {
  display: block;
  position: absolute;
  width: 28px;
  height: 28px;
  object-fit: cover;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.product-info-main .product-social-links .share-links a.share-tiktok img.tiktok-dt {
  display: none;
}
.product-info-main .product-social-links .share-links a.share-tiktok:hover img.tiktok-dt {
  display: block;
}
.product-info-main .product-social-links .share-links a.share-tiktok:hover img.tiktok-db {
  display: none;
}
.product-info-main .product-social-links .share-links a.share-tiktok:hover {
  background: #000;
  opacity: 1;
  border: none;
}
/*9-05-2024-S*/
.price-box span.old-price span.price {
  font-size: 20px !important;
  color: #444 !important;
  font-weight: 600;
  text-decoration-color: #000;
  text-decoration-thickness: 2px;
}
.price-box span.special-price span.price {
  color: #ff0000;
  font-size: 20px;
  font-weight: 600;
}
.price-box span.mp-discount-label-wrap {
  padding: 0.25rem 0.5rem;
  width: 100%;
  max-width: 46px;
  text-align: center;
  background: #3b4150;
  color: #fff;
  margin-top: 10px;
  font-weight: 500;
  font-size: 12px;
  line-height: normal;
  border-radius: 0.125rem;
  letter-spacing: .5px;
  height: 26px;
  vertical-align: middle;
}
.magezon-builder .price-box span.old-price span.price {
  font-size: 18px !important;
}
.magezon-builder .price-box span.special-price span.price {
  font-size: 18px;
}
.great_deal {
  padding: 5px;
  text-align: center;
  margin-top: 0px;
  border-radius: 5px;
  background: #222529;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
}
.great_deal strong {
  color: #000;
}
.great_deal p {
  display: inline;
  color: #fff;
}
.great_deal_box strong {
  display: flex;
  justify-content: center;
}
.great_deal_box .widget.block.block-static-block {
  margin-bottom: 0;
}
@media only screen and (max-width: 991px) {
  .page-wrapper .navigation li.level0 > a:before {
    content: "";
    display: inline-block;
    width: 35px !important;
    height: 35px !important;
    opacity: 1 !important;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    margin-right: 10px;
    border-radius: 50%;
    background-position: center;
    position: unset !important;
    background-color: #fff !important;
  }
  .page-wrapper .navigation li.level0:first-child > a:before {
    background-image: url(../images/Name-label.png);
  }
  .page-wrapper .navigation li.level0:nth-child(2) > a:before {
    background-image: url(../images/second-Category-img.png);
  }
  .page-wrapper .navigation li.level0:nth-child(3) > a:before {
    background-image: url(../images/third-img.png);
  }
  .page-wrapper .navigation li.level0:nth-child(4) > a:before {
    background-image: url(../images/TIlestickers.png);
  }
  .page-wrapper .navigation li.level0:nth-child(5) > a:before {
    background-image: url(../images/Poster.png);
  }
  .page-wrapper .navigation li.level0:nth-child(6) > a:before {
    background-image: url(../images/Canvas.jpg);
  }
  .page-wrapper .navigation li.level0:nth-child(7) > a:before {
    background-image: url(../images/seven-img.png);
  }
  .page-wrapper .navigation li.level0:nth-child(8) > a:before {
    background-image: url(../images/Stickers.png);
  }
  .page-wrapper .navigation li.level0:nth-child(9) > a:before {
    background-image: url(../images/Contact-paper.png);
  }
  .page-wrapper .navigation .parent .level-top:after {
    top: 50%;
    transform: translateY(-50%);
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    height: 66px;
  }
}
/*9-05-2024-E*/
/*18/06-S*/
.breadcrumbs-parent .breadcrumbs {
  background: none !important;
}
.breadcrumbs-parent .breadcrumbs .items > li a,
.breadcrumbs-parent .breadcrumbs .items > li strong,
.breadcrumbs-parent .breadcrumbs .items {
  color: #000 !important;
}
.breadcrumbs-parent .breadcrumbs {
  padding: 0px;
}
.breadcrumbs-parent .breadcrumbs .items {
  padding: 0px 10px 12px;
  margin-top: -3px;
  display: flex;
  flex-wrap: wrap;
  font-size: 1em;
}
.page-layout-1column .breadcrumbs-parent .breadcrumbs .items {
  margin-top: 0px;
  padding: 12px 10px;
}
.breadcrumbs-parent .breadcrumbs .items li {
  text-shadow: none;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  margin: 0;
}
.breadcrumbs-parent .breadcrumbs .items li.item.home a {
  position: relative;
  width: 14px;
  text-indent: -9999px;
}
.breadcrumbs-parent .breadcrumbs .items li a {
  display: inline-block;
  border-color: transparent;
  background: transparent;
  padding: 0;
}
.breadcrumbs-parent .breadcrumbs .items > li.home a:after {
  font-family: porto-icons;
  content: "\e883";
  float: left;
  text-indent: 0;
}
.breadcrumbs-parent .breadcrumbs .items > li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 4px;
  width: 20px;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: inherit;
}
.breadcrumbs-parent .breadcrumbs .items li strong {
  font-weight: 700;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.category-desc h2 {
  text-align: center;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}
.category-desc {
  max-width: 60%;
  margin: 0 auto;
  color: #000;
}
.category-desc p {
  color: #000;
  line-height: normal;
  text-align: center;
}
.page-wrapper > .breadcrumbs .items > li strong {
  font-weight: 700;
}
.catalog-category-view .page-wrapper > .breadcrumbs .items {
  padding-top: 0px !important;
  padding-left: 0px !important;
  margin-top: -3px;
}
@media only screen and (max-width: 767px) {
  .category-desc {
    max-width: 100%;
  }
}
/*18/06-E*/
/*19/06-S*/
.category-posters .products li .product-item-info .product-item-photo img.product-image-photo {
  padding: 30px;
  background: #f0f0f0;
}
.category-posters .products li .product-item-info .product-item-details {
  text-align: center;
}
.category-posters .products li .product-item-info .product-item-details .price-box .price {
  font-weight: 700;
  font-size: 14px;
}
.category-posters .products li .product-item-info .product-item-photo .product-item-actions .towishlist {
  top: -3px;
  right: 0px;
  font-size: 20px;
}
.category-posters .products li .product-item-info .product-item-photo .product-item-actions .towishlist:before {
  font-size: 20px;
}
.category-posters .products li .product-item-info .product-item-details a.product-item-link {
  font-size: 14px;
}
.product-info-main .product-add-form .product-options-wrapper input.product-custom-option::-webkit-input-placeholder {
  color: #777;
  font-weight: 400;
  font-size: .85rem;
}
.product-info-main .product-add-form .product-options-wrapper input.product-custom-option::-moz-placeholder {
  color: #777;
  font-weight: 400;
  font-size: .85rem;
}
.product-info-main .product-add-form .product-options-wrapper input.product-custom-option:-ms-input-placeholder {
  color: #777;
  font-weight: 400;
  font-size: .85rem;
}
.product-info-main .product-add-form .product-options-wrapper input.product-custom-option:-moz-placeholder {
  color: #777;
  font-weight: 400;
  font-size: .85rem;
}
.color-hex-box p {
  display: inline-block;
  margin: 0;
  font-weight: 700;
  color: #3b4151;
  font-size: 15px;
}
/*19/06-S*/
/*21/06-S*/
.lowest-price-popup .modal-content {
  padding: 0px !important;
}
.lowest-price-popup .modal-content .modal-body {
  display: flex;
  justify-content: space-between;
}
.lowest-price-popup .modal-content .modal-body .right-container {
  background: #eef6ff;
  padding: 20px;
}
.lowest-price-popup .modal-content .modal-body .right-container h5 {
  font-size: 18px;
  font-weight: 700;
  color: #222529;
  margin: 0 0 10px;
}
.lowest-price-popup .modal-content .modal-body .right-container .product-content {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.lowest-price-popup .modal-content .modal-body .right-container .product-content label {
  color: #222529;
  min-width: 115px;
  font-weight: 700;
}
.lowest-price-popup .modal-content .modal-body .right-container .product-content p {
  margin: 0;
  font-weight: 700;
  color: #777;
}
.lowest-price-popup .modal-content .modal-body .left-container {
  padding: 20px;
}
.lowest-price-popup .modal-content .modal-body .left-container .form-title p {
  font-size: 16px;
  color: #222529;
  margin-bottom: 10px;
}
.lowest-price-popup .modal-content .modal-body .left-container .tab {
  display: flex;
  margin-bottom: 15px;
  gap: 10px;
}
.lowest-price-popup .modal-content .modal-body .left-container .tab button {
  border: 1px solid #cfd8dc;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  color: #607d8b;
  padding: 8px 14px;
}
.lowest-price-popup .modal-content .modal-body .left-container .tab button:hover {
  color: #fff;
}
.lowest-price-popup .modal-content .modal-body .left-container .tab button.tablinks.active {
  background: #3b4151;
  color: #fff;
}
.lowest-price-popup .modal-content .modal-body .left-container .form-group {
  margin-bottom: 10px;
}
.lowest-price-popup .modal-content .modal-body .left-container .form-group input::-ms-input-placeholder {
  color: #b2b3b2;
}
.lowest-price-popup .modal-content .modal-body .left-container .form-group input::placeholder {
  color: #b2b3b2;
}
.lowest-price-popup .modal-content .modal-body .left-container .form-group textarea:-moz-placeholder,
.lowest-price-popup .modal-content .modal-body .left-container .form-group textarea::-moz-placeholder,
.lowest-price-popup .modal-content .modal-body .left-container .form-group textarea:-ms-input-placeholder,
.lowest-price-popup .modal-content .modal-body .left-container .form-group textarea::-webkit-input-placeholder,
.lowest-price-popup .modal-content .modal-body .left-container .form-group textarea::placeholder {
  color: #b2b3b2;
}
.lowest-price-popup .modal-content .modal-body .left-container .form-group textarea#productProperty input#image {
  border: none;
}
.lowest-price-popup .modal-content .modal-body .left-container .container label.checkbox {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.lowest-price-popup .modal-content .modal-body .left-container .container label.checkbox input#Checkbox {
  width: 20px;
  top: 7px;
  margin: 0 10px 0 0;
  height: auto;
}
.lowest-price-popup .modal-content .modal-body .left-container .container label.checkbox .content span {
  color: #455a64;
}
.lowest-price-popup .modal-content .modal-body .left-container .container label.checkbox .content a {
  color: #0088cc;
  font-weight: 600;
}
.lowest-price-popup .modal-content .modal-body .left-container .container label.checkbox .content a:hover {
  text-decoration: underline;
}
.catalog-product-view .product-delivery ul.delivery-icons {
  list-style: none;
  padding: 0px;
  margin: 10px 0 0;
}
.catalog-product-view .product-delivery ul.delivery-icons li {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 15px 5px 0;
  vertical-align: middle;
  font-size: 13px;
}
.catalog-product-view .product-delivery ul.delivery-icons li img {
  width: 20px;
  margin-right: 5px;
}
.catalog-product-view .product-delivery ul.delivery-icons li img.normal-image-delivery {
  width: 30px;
}
/*New-layout-design-s*/
@media only screen and (min-width: 769px) {
  .page-layout-1col-sticker .product.sticker.details {
    /* width:55%; */
    width: 40%;
  }
}
.page-layout-1col-sticker .product.sticker.details .page-title-wrapper {
  text-align: center;
  position: relative;
}
.page-layout-1col-sticker .product.sticker.details .page-title-wrapper h1.page-title {
  font-size: 20px;
  line-height: 1.2;
  color: #222529;
  letter-spacing: -.01em;
  font-weight: 700;
  width: 100%;
  max-width: 300px;
  margin: 0 auto 5px;
}
.page-layout-1col-sticker .product.sticker.details .page-title-wrapper a.action.towishlist {
  position: absolute;
  right: 0;
  top: 0;
  color: #222529;
}
.page-layout-1col-sticker .product.sticker.details .page-title-wrapper a.action.towishlist:before {
  content: '\e889';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.page-layout-1col-sticker .product.sticker.details .page-title-wrapper a.action.towishlist span {
  display: none;
}
.page-layout-1col-sticker .product.sticker.details .product.attribute.shortdesc .value {
  color: #000;
  font-weight: 500;
  margin-bottom: 10px;
}
@media only screen and (min-width: 769px) {
  .page-layout-1col-sticker .product-info-main {
    width: 55%;
  }
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links {
  border: 1px solid #171a1c;
  border-radius: 10px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li {
  margin: 0px 0px 0px 0px;
  border-right: 1px solid #171a1c;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li a {
  background: none;
  border-radius: 10px;
  color: #3b4151;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li a:hover {
  background: #eef6ff;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li a img {
  width: 30px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li.active a {
  background: #eef6ff;
  color: #3b4151;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li:first-child a {
  border-radius: 10px 0px 0px 10px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li:last-child {
  border-right: 0px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker ul.sticker-tab-links li:last-child a:hover {
  border-radius: 0px 10px 10px 0px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content {
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 0px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .sticker-text-row input {
  border: 1px solid #e3e3e3;
  border-radius: 150px;
  background: #fff;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .sticker-text-row input::-ms-input-placeholder {
  color: #b2b3b2;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .sticker-text-row input::placeholder {
  color: #b2b3b2;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .sticker-block {
  border-bottom: none;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .sticker-block h4 {
  margin-bottom: 15px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .sticker-block ul#sticker-text-fonts {
  padding-left: 0px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font h4 {
  margin-left: 0px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
  justify-content: space-between;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts li {
  border: 1px solid #e3e3e3;
  background: none;
  /* width: 32.7%; */
  width: 32%;
  margin: 0;
  text-align: center;
  padding: 5px 6px;
  font-size: 16px;
  border-radius: 150px;
  cursor: pointer;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts li:hover {
  background: #eef6ff;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-color h4 {
  margin-left: 0px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-color .sp-replacer {
  padding: 6px 10px;
  width: 100%;
  max-width: 80px;
  border-radius: 150px;
  border: 1px solid #e3e3e3;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-color .sp-replacer .sp-preview {
  height: 25px;
  border-radius: 50%;
  border: none;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-color .sp-replacer .sp-preview .sp-preview-inner {
  border-radius: 50%;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-color .sp-replacer .sp-preview .sp-preview-inner:after {
  content: "\e81c";
  font-family: 'porto-icons';
  font-size: 28px;
  margin-left: 38px;
  display: block;
  vertical-align: middle;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-color .sp-replacer .sp-dd {
  display: none;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-color #sticker-reset {
  border-radius: 150px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#sticker-motif {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#sticker-motif select#sticker-motif-theme {
  width: 100%;
  max-width: 210px;
  border-radius: 5px;
  border-color: #171a1c;
  color: #000;
  font-weight: 400;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#sticker-motif div#motifsw-box {
  margin-top: 0;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5%;
  max-height: 400px;
  width: 100%;
  margin-bottom: 15px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li {
  /* width: 18%; */
  width: 22%;
}
@media only screen and (max-width: 1199px) {
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li {
    width: 18%;
  }
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li img {
  margin: 0 auto;
  display: block;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload {
  /* width: 18%; */
  width: 22%;
  margin: 3px 2px;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part {
  height: 100%;
  margin: 0px 0px !important;
  padding: 0;
  position: relative;
  margin: 3px 2px;
  border: 1px solid #eef6ff;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part input {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part > * {
  height: 100%;
  width: 100%;
  border: none;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part:hover button {
  background-color: rgba(0, 0, 0, 0.7);
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part:hover button span {
  color: #fff;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part button span {
  display: block;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .input-part a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload .preview-img-part img {
  height: 100%;
  width: auto;
  margin: 0px auto;
}
.page-layout-1col-sticker .label-container {
  display: flex;
  align-items: flex-start;
  width: 100%;
  max-width: 800px;
  margin: 0 auto 25px;
  padding: 13px;
}
.page-layout-1col-sticker .label-container p {
  color: #000;
  font-weight: 500;
  margin-bottom: 0;
  margin-left: 15px;
  font-size: 20px;
}
.page-layout-1col-sticker div#sticker-bg select#sticker-bg-theme {
  width: 100%;
  max-width: 150px;
  border-radius: 5px;
  border-color: #171a1c;
  color: #000;
  font-weight: 400;
}
.page-layout-1col-sticker div#sticker-tab-content-sticker_bg ul#sticker-bg-theme-images {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.page-layout-1col-sticker div#sticker-tab-content-sticker_bg ul#sticker-bg-theme-images li {
  /* width: 19.3%; */
  width: 22%;
  margin: 0;
}
.page-layout-1col-sticker div#sticker-tab-content-sticker_bg ul#sticker-bg-theme-images li img {
  width: 100%;
  border-radius: 5px;
}
.page-layout-1col-sticker .products .product-item .product-item-info {
  width: 100% !important;
  padding: 0.75rem;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 5px 0px;
  background-color: #f8f8f8;
  border: 2px solid #f8f8f8;
  border-radius: 15px;
}
.page-layout-1col-sticker .products .product-item {
  width: 100%;
}
.page-layout-1col-sticker .products .product-item {
  width: 100%;
}
.page-layout-1col-sticker .products .product-item .product-item-info a.product-item-link {
  padding: 0 30px;
  color: #222529;
  font-weight: 700;
}
.page-layout-1col-sticker .products .product-item .product-item-info .price-box {
  margin: 0;
}
.page-layout-1col-sticker .products .product-item .product-item-info .field.choice.related {
  top: 0;
}
.page-layout-1col-sticker .products .product-item .product-item-info .field.choice.related input {
  height: 25px;
  width: 25px;
  margin: 0 10px 0 0;
}
.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content .text-text .sticker-text-row span span {
  display: inline-block;
  margin-bottom: 7px;
  line-height: normal;
}
/*product-text-measurement*/
.product-info-main .product-add-form .parent-pricecalculation .total_qty_measurement {
  background: #f0f0f0;
  display: flex;
  align-items: center;
  padding: 10px 0px;
  margin-bottom: 0;
  gap: 10px;
  margin-top: 0px;
}
.product-info-main .product-add-form .parent-pricecalculation .total_qty_measurement .control {
  position: relative;
  width: 150px;
}
.product-info-main .product-add-form .parent-pricecalculation .total_qty_measurement .control button#decreaseQty {
  position: absolute;
  left: 0;
}
.product-info-main .product-add-form .parent-pricecalculation .total_qty_measurement label.label {
  font-weight: bold;
  color: #000;
  margin: 0;
  min-width: 65px;
}
.product-info-main .product-add-form .parent-pricecalculation .total_qty_measurement .control button#increaseQty {
  position: absolute;
  right: 0;
}
.product-info-main .product-add-form .parent-pricecalculation .total_qty_measurement .control input {
  text-align: center;
  height: 40px;
  font-weight: bold;
  color: #000;
  border-color: #f0f0f0;
}
.product-info-main .product-add-form .parent-pricecalculation .total_qty_measurement .control button {
  width: 40px;
  height: 40px;
  padding: 0px 10px;
  border-color: #f0f0f0;
  font-size: 23px;
  line-height: 40px;
}
.product-info-main .product-add-form .parent-pricecalculation div#TotalQtyPrice {
  display: flex !important;
  gap: 5px;
  background: #f0f0f0;
  padding: 0px 0px 0px;
  align-items: center;
  font-weight: bold;
  color: #000;
  margin-top: 0px;
}
.product-info-main .product-add-form .parent-pricecalculation div#TotalQtyPrice span {
  font-weight: 400;
}
/*product-text-measurement*/
/*====Hardik========css========end=====*/
.page-header > img {
  max-width: 310px;
  width: 100%;
  margin: 0px 0px -20px 15px;
}
/* =============06===11===2024=====start==============*/
.catalog-product-view #product_addtocart_form .product-options-wrapper div[data-role="customily-options"] {
  width: 100%;
}
.catalog-product-view #product_addtocart_form .product-options-bottom .fieldset .field.qty .control {
  width: 104px;
}
/* =============06===11===2024=====end==============*/
/* ======breadcrumbs====css============= */
.breadcrumbs-parent .breadcrumbs .items {
  margin-top: 10px;
  padding: 12px 10px;
}
/* ======breadcrumbs====css============= */
.banner-container {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.banner-container .banner-title,
.banner-container .banner-description {
  color: #333;
}
.banner-container .banner-title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 15px;
}
.banner-container .banner-description {
  display: flex;
  font-weight: 600;
}
.banner-container .banner-description .share-instagram {
  display: flex;
  font-size: 0px;
}
.banner-container .banner-description .share-instagram::before {
  content: "\f16d";
  display: inline-block;
  font-size: 18px;
  color: #333;
  font-family: 'Font Awesome 5 Brands';
  margin: 0px 10px;
  line-height: 24px;
}
.catalog-product-view .banner-container {
  margin-bottom: 40px;
}
/*==============h===end================*/
/* =========CART-PAGE=============START================= */
.checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > a.product-item-photo {
  display: none;
}
.checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > .product-item-details > .item-options {
  margin-top: 0px;
}
.checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > .product-item-details > .item-options > *:not(:last-child) {
  display: none;
}
.checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > .product-item-details > .item-options > dd:last-child img {
  margin: 0px;
}
/* =========CART-PAGE=============END================= */
/* ===========CHECK-OUT=====PAGE====================START============ */
.checkout-klarna-index .page.messages {
  position: relative;
}
.checkout-klarna-index .page.messages .checkout-container-text {
  position: absolute;
  bottom: 0;
  padding: 10px 0px;
  z-index: -1;
  width: auto;
  left: 50%;
  transform: translateX(-50%);
}
.checkout-klarna-index .page.messages .checkout-container-text .checkout-title {
  margin: 0px;
}
.checkout-klarna-index .page.messages .checkout-container-text .checkout-title .checkout-text {
  font-weight: 400;
}
.checkout-klarna-index .checkout-container .opc-summary-wrapper #opc-sidebar > .opc-block-summary {
  display: flex;
  flex-wrap: wrap;
}
.checkout-klarna-index .checkout-container .opc-summary-wrapper #opc-sidebar > .opc-block-summary > * {
  width: 100%;
}
.checkout-klarna-index .checkout-container .opc-summary-wrapper #opc-sidebar > .opc-block-summary > div.items-in-cart {
  order: 0;
}
.checkout-klarna-index .checkout-container .opc-summary-wrapper #opc-sidebar > .opc-block-summary > span.title {
  order: 1;
  margin-top: 10px;
}
.checkout-klarna-index .checkout-container .opc-summary-wrapper #opc-sidebar > .opc-block-summary > table.table-totals {
  order: 2;
}
/* ===========CHECK-OUT=====PAGE====================END=============== */
/* =========POSTER-PAGE-WITH--THUMBNAIL-IMG-PART===================START================= */
/*.catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap{
    display: flex;
    justify-content: space-between;
    gap: 1%;
}*/
.catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap {
  display: block !important;
  /*position: static;
    width: 18%;*/
}
/*.catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__thumb-border,
.catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap .fotorama__nav__shaft .fotorama__nav__frame{
    width: 100% !important;
}
.catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap img{
    width: 100%;
}
.catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage{
    width: 81% !important;
    order: 1;
}*/
@media (max-width: 991px) {
  .catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__nav-wrap {
    display: none !important;
  }
  .catalog-product-view .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage {
    width: 100% !important;
  }
}
/* =========POSTER-PAGE-WITH--THUMBNAIL-IMG-PART===================END=================== */
@media only screen and (max-width: 1199px) {
  .page-layout-1col-sticker div#sticker-tab-content-sticker_bg ul#sticker-bg-theme-images li {
    width: 19%;
  }
  .catalog-product-view .column.main .label-container {
    max-width: 100%;
    padding: 0px;
  }
  .page-header .header-main .header-row .header-center {
    gap: 0px;
  }
  .page-header .header-main .header-row .header-right .header-contact {
    gap: 6px;
  }
  .page-header .header-main .header-row .header-right .header-contact a {
    margin: 0px !important;
    padding: 0px !important;
  }
  .page-header .header-main .header-row .header-right .header-contact a i {
    margin: 0px;
    font-size: 22px !important;
  }
  .page-header .header-main .header-row .header-right .minicart-wrapper a.showcart i.minicart-icon {
    width: 20px !important;
    height: 15px !important;
  }
  .page-header .header-main .header-row .header-right .minicart-wrapper a.showcart i.minicart-icon::before {
    width: 12px;
    height: 9px;
    left: 60%;
  }
  .page-header .header-main .header-row .header-right .minicart-wrapper a.showcart .counter.qty {
    right: 10px;
  }
  /*====Hardik========css========end=====*/
}
@media only screen and (max-width: 1024px) {
  .page-layout-1col-sticker .product.sticker.details,
  .page-layout-1col-sticker .product-info-main {
    width: 100%;
  }
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_text-title,
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_bg-title,
  .page-layout-1col-sticker .sticker-tab-content p#tab-label-sticker_motif-title {
    color: #3b4151;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 16px;
    font-weight: 600;
  }
  .page-layout-1col-sticker .sticker-tab-content div#sticker-tab-content-sticker_bg,
  .page-layout-1col-sticker .sticker-tab-content div#sticker-text-content {
    margin-bottom: 20px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li,
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images #sticker-imageupload {
    width: 17.6%;
  }
  .page-layout-1col-sticker .label-container p br {
    display: none;
  }
  .page-layout-1col-sticker .product-info-main .page-title-wrapper.product {
    text-align: center;
    background-color: white;
    padding: 1rem;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    margin-top: -50px;
    max-width: 100%;
  }
  .product-info-main .page-title-wrapper {
    margin-top: 10px;
  }
  .page-layout-1col-sticker .product-info-main .box-tocart .moved-add-to-links {
    top: -49px;
  }
  .page-layout-1col-sticker .product-info-main .page-title-wrapper.product {
    padding-right: 40px;
  }
  .page-layout-1col-sticker .message.success {
    z-index: 1;
  }
}
@media only screen and (max-width: 991px) {
  .page-wrapper .page-main {
    padding-left: 15px;
    padding-right: 15px;
  }
  .great_deal {
    margin-top: 25px;
  }
  /* =========HARDIK=====FOOTER====CSS=================START========= */
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) > div {
    justify-content: center;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) > div > ul {
    padding: 0px 30px;
    width: 50%;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) > div > ul:first-child {
    text-align: right;
    border-right: 2px solid #fff;
  }
  .cms-se-home-test .footer .footer-bottom {
    margin-top: 15px;
  }
  .cms-se-home-test .footer .footer-bottom .footer-paylogo {
    justify-content: center;
  }
  .cms-se-home-test .footer .footer-middle .container {
    padding-top: 0px !important;
  }
  /* =========HARDIK=====FOOTER====CSS=================END=========== */
}
@media only screen and (max-width: 880px) {
  .product-info-main .product-add-form .product-options-wrapper .fieldset .total_qty_measurement,
  .product-info-main .product-add-form .product-options-wrapper .fieldset div#TotalQtyPrice {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #background-mobile-custom {
    margin-bottom: 56px;
  }
  #background-mobile-custom .owl-nav {
    top: 50%;
    transform: translateY(-50%);
  }
  #background-mobile-custom .owl-nav button {
    color: #000;
    background-color: transparent;
    font-size: 35px;
  }
  #background-mobile-custom .owl-nav button.owl-prev {
    left: -7px;
  }
  #background-mobile-custom .owl-nav button.owl-next {
    right: -7px;
  }
  #background-mobile-custom #sticker-bg-theme-images {
    max-height: inherit;
    gap: inherit !important;
    row-gap: 10px !important;
    margin: 0px -5px;
  }
  #background-mobile-custom #sticker-bg-theme-images > li {
    width: 25% !important;
    padding: 0px 5px;
  }
  #background-mobile-custom .owl-dots {
    position: absolute;
    width: 100%;
    bottom: -30px;
  }
  .great_deal {
    margin-top: 0px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images {
    gap: 10px;
  }
  /* =========CART-PAGE=============START================= */
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item {
    width: 100%;
    float: left;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.price {
    width: 33%;
    float: left;
    text-align: left;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.qty {
    width: 33%;
    float: left;
    text-align: left;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.subtotal {
    width: 33%;
    float: left;
    text-align: left;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.qty .control.qty {
    justify-content: start;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.qty input {
    width: 60px;
    height: 36px;
    border: 1px solid #c2c2c2;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item::before {
    display: none;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > .product-item-details {
    display: flex;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > .product-item-details .product-item-name {
    order: 1;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > .product-item-details .item-options {
    order: 0;
  }
  .checkout-cart-index #form-validate #shopping-cart-table .item-info.preview .col.item > .product-item-details > .item-options > dd:last-child img {
    max-width: 100px !important;
    margin-top: -40px !important;
  }
  /* =========CART-PAGE=============END================= */
}
@media (max-width: 575px) {
  #background-mobile-custom {
    margin-bottom: 35px;
  }
  #background-mobile-custom .owl-dots {
    bottom: -25px;
  }
  /* =========HARDIK=====FOOTER====CSS=================START========= */
  .cms-se-home-test .footer .footer-bottom .footer-paylogo {
    margin-top: 20px;
  }
  .cms-se-home-test .footer .custom-footer-middle {
    padding: 0px 0px;
  }
  .cms-se-home-test .footer .custom-footer-middle > .container {
    padding: 25px 15px !important;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row {
    margin: 0px 0px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6 {
    padding: 0px !important;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) > div > ul:first-child {
    padding: 0px 15px 0px 0px !important;
    margin-bottom: 0px !important;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) > div > ul:nth-child(2) {
    padding: 0px 0px 0px 15px !important;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) > div > ul a {
    min-width: inherit;
  }
  .cms-se-home-test .footer .footer-bottom ul.footer-paylogo {
    max-width: 200px;
    flex-wrap: wrap;
  }
  .cms-se-home-test .footer .footer-bottom ul.footer-paylogo li {
    width: 20%;
    margin: 6px 0px;
    padding: 0px 6px;
  }
  .cms-se-home-test .footer .footer-bottom ul.footer-paylogo li img {
    max-width: 100% !important;
  }
  /* =========HARDIK=====FOOTER====CSS=================END=========== */
}
@media only screen and (max-width: 480px) {
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#sticker-motif {
    flex-direction: column;
    gap: 15px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#sticker-motif select#sticker-motif-theme,
  .page-layout-1col-sticker div#sticker-bg select#sticker-bg-theme {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }
  /*.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li {
        width: 22%;
    }*/
  .page-layout-1col-sticker div#sticker-tab-content-sticker_bg ul#sticker-bg-theme-images li {
    width: 23.9%;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts li {
    width: 49%;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images {
    justify-content: flex-start;
    min-width: 320px;
  }
  .page-layout-1col-sticker .product-info-main .page-title-wrapper h1 {
    font-size: 14px;
  }
  .product-info-main .box-tocart .action.tocart {
    padding: 0 5px;
    overflow: unset !important;
    line-height: normal;
  }
  .product-info-main .box-tocart .fieldset .actions {
    margin-right: 0;
  }
  .page-wrapper .header-main .header.content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header-row .header-right .minicart-wrapper {
    position: static;
  }
  .header-row .header-right .minicart-wrapper > div {
    width: 100% !important;
    right: 0px;
  }
  .minicart-wrapper .block-minicart {
    position: fixed;
    height: 100vh;
    left: 0;
    right: 0;
    top: 0;
    margin-top: 0px;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper {
    /*height: 100%;*/
    height: auto;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content {
    height: 100%;
    position: relative;
  }
  .minicart-wrapper .block-minicart .minicart-items-wrapper {
    max-height: inherit;
    height: 100% !important;
    padding-bottom: 190px;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .subtotal {
    position: absolute;
    left: 0;
    bottom: 77px;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
  .minicart-wrapper .block-minicart #minicart-content-wrapper .block-content > .actions {
    position: absolute;
    left: 0;
    bottom: -2px;
    width: 100%;
    background: #fff;
    z-index: 99;
  }
}
@media only screen and (max-width: 380px) {
  /*.page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif ul#sticker-motif-theme-images li {
        width: 21.5%;
    }*/
  .page-layout-1col-sticker div#sticker-tab-content-sticker_bg ul#sticker-bg-theme-images li {
    width: 23.7%;
  }
  .product-info-main .box-tocart .action.tocart {
    padding: 0 10px;
  }
  .page-wrapper .header-main .header-row .logo {
    max-width: 90px;
  }
  .page-wrapper .header-main .search-area.show-icon-tablet a.search-toggle-icon {
    right: 44%;
    top: -8px;
  }
  .page-wrapper .page-header.type1 .header-contact .my-account i,
  .page-wrapper .page-header.type1 .header-contact .wishlist i {
    font-size: 23px;
    margin: 0 2px;
  }
  .page-wrapper .page-header.type1 .header-contact .my-account {
    margin: 0 !important;
  }
}
/*New-layout-design-E*/
.modal-popup .action-close::after,
.modal-slide .action-close::after {
  top: 16px !important;
}
/*Categoy-banner*/
.carousel-category-image .carousel-category-title {
  margin-bottom: 10px;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}
.carousel-category-image .carousel-category-title:before {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  background: #3c4150;
  position: absolute;
  top: 40%;
  z-index: 0;
}
.carousel-category-image .carousel-category-title h2 {
  padding: 0 10px;
  color: #3c4150;
  display: inline-block;
  position: relative;
  background: #fff;
}
.carousel-category-image .owl-carousel .item .product-item-photo {
  position: relative;
  margin: 0px;
}
.carousel-category-image .owl-carousel .item .product-item-photo a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.3);
}
.carousel-category-image .owl-carousel .item .product-item-photo p {
  position: absolute;
  color: #fff;
  margin: 0;
  font-weight: 700;
  z-index: 5;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*  text-shadow: 0px 0px 5px #000;*/
  text-align: center;
  font-size: 16px;
}
.footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) {
  padding: 0 0 0 120px;
}
/*Categoy-banner*/
.product-info-main .product-add-form a#show-text-link {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 15px;
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset {
  display: flex;
  column-gap: 15px;
  flex-wrap: wrap;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset > .field {
  width: 100% !important;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field {
  /*width: 48.6%;*/
}
.product-info-main .product-add-form a#show-text-link:hover {
  font-weight: 800;
}
.product-info-main .product-add-form .product-options-bottom div.mage-error {
  position: absolute;
  top: 100%;
  background: red;
  color: #fff;
  padding: 2px 5px;
}
.product-info-main .product-add-form .parent-pricecalculation {
  border: 1px solid #e8e8e8;
  background: #f0f0f0;
  font-weight: 700;
  color: #222529;
  padding: 5px 10px;
}
.product-info-main .product-add-form .parent-pricecalculation span {
  font-weight: 500;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field.lamination-option {
  width: 100%;
  max-width: 273px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field.lamination-option span.tooltip-lamination img {
  height: 18px;
  width: 18px;
  object-fit: cover;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field.lamination-option:after {
  content: "";
  width: 100%;
  background: #e7e7e7;
  height: 1px;
  position: absolute;
  margin-top: 20px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset .field select {
  padding: 8px 40px 8px 12px;
  font-size: .85rem;
  line-height: 32px;
}
.product-info-main .product-add-form .product-options-wrapper .fieldset div#or-text {
  width: 100%;
  margin-bottom: 6px;
}
/*.product-info-main .product-add-form .product-options-wrapper .fieldset .field.lamination-option label.label {
    margin-top: 30px;
}*/
.product-info-main .product-add-form .product-options-wrapper .fieldset div#or-text p {
  margin: 0;
}
.catalog-category-view .lipscore-service-review-modal-toggle svg {
  width: 195px;
  height: 20px;
}
.catalog-category-view .lipscore-service-review-modal-toggle {
  height: 20px;
}
.catalog-category-view .product-item-info .product-item-details .price-box {
  margin-bottom: 10px;
}
/*.product-info-main .product-add-form div#calculations {
    border-top: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    padding: 5px 10px 0;
    background: #f0f0f0;
    font-weight: 700;
    color: #222529;
}
.product-info-main .product-add-form div#totalarea {
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    padding: 0px 10px 0;
     background: #f0f0f0;
    font-weight: 700;
    color: #222529;
}
.product-info-main .product-add-form div#unitcalculations {
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    border-left: 1px solid #e8e8e8;
    padding: 0px 10px 5px;
     background: #f0f0f0;
    font-weight: 700;
    color: #222529;
}*/
/*product-detail-page-title-Lägsta pris garanterat.*/
.product-info-main .lowestPrice-calc a#lowest-pirce {
  display: flex;
  align-items: center;
}
.product-info-main .lowestPrice-calc a#lowest-pirce img {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
/*product-detail-page-title- Lägsta pris garanterat.*/
/*multilable-product*/
.page-layout-1col-sticker .multilable-product {
  width: 40% !important;
  float: right;
  clear: none;
}
.page-layout-1col-sticker .col-sticker-multilabel {
  width: 55% !important;
  float: left !important;
}
.page-layout-1col-sticker .multilable-product .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts li {
  width: 32.4%;
}
.page-layout-1col-sticker .col-sticker-multilabel .sticker-media div#sticker-canvas,
.page-layout-1col-sticker .col-sticker-multilabel .sticker-media canvas#stCanvas {
  width: 636px !important;
  height: 674px !important;
}
#sticker-container {
  position: relative;
}
.navigation-arrows {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}
.arrow {
  pointer-events: auto;
  color: #fff;
  cursor: pointer;
  user-select: none;
}
.navigation-arrows .arrow-right:before {
  content: '\e81a';
}
.navigation-arrows .arrow-left:before {
  content: '\e819';
}
.navigation-arrows span.arrow:before {
  font-family: 'porto-icons';
  font-size: 22px;
  font-weight: 600;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 29px;
  display: block;
  color: #222529;
}
.navigation-arrows span.arrow:hover {
  transform: scale(1.3);
}
.radio-container {
  text-align: center;
}
.radio-container input[type="radio"] {
  accent-color: #222529;
}
.radio-container input[type="radio"]:checked {
  background-color: #222529;
  /* Inner circle color when selected */
  border-color: #222529;
  /* Border color */
}
.page-layout-1col-sticker .multilable-product .multilable-product-custom-catefory ul#sticker-bg-theme-images {
  margin-bottom: 0px;
  margin-top: 15px;
}
.page-layout-1col-sticker .multilable-product .multilable-product-custom-catefory ul#sticker-bg-theme-images li.active img {
  border: 2px solid #000;
  border-radius: 50% !important;
}
/*multilable-product*/
@media only screen and (max-width: 1199px) {
  .product-info-main .product-add-form .product-options-wrapper .fieldset .field {
    width: 48.4%;
  }
}
@media only screen and (max-width: 1024px) {
  .page-layout-1col-sticker .multilable-product,
  .page-layout-1col-sticker .col-sticker-multilabel {
    width: 100% !important;
  }
}
@media only screen and (max-width: 992px) {
  .page-header .header-main a,
  .page-header.type5 .search-area a.search-toggle-icon {
    color: #2699d6;
  }
  .page-header .header-main .text-center.position-relative.p-t-sm.p-b-sm .container .top-header-right a {
    color: #fff;
  }
}
@media only screen and (max-width: 991px) {
  .catalog-product-view .column.main .product.media,
  .catalog-product-view .column.main .product-info-main {
    width: 100%;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder.tab-art-print-active .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
    height: fit-content;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder.tab-art-print-active.black-most-popular .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
  .catalog-product-view .column.main .product.media .gallery-placeholder.tab-art-print-active.white .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
  .catalog-product-view .column.main .product.media .gallery-placeholder.tab-art-print-active.oak .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame,
  .catalog-product-view .column.main .product.media .gallery-placeholder.tab-art-print-active.walnut .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
    padding: 4%;
    border-image-slice: 400 fill !important;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder.tab-art-print-active.rococo .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame {
    border-image-slice: 200 fill !important;
    padding: 10%;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder.tab-art-print-active .fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame img {
    height: 100%;
    width: 100%;
  }
  .catalog-product-view .product-info-main {
    padding: 0px 15px;
  }
}
@media only screen and (max-width: 767px) {
  .owl-carousel .owl-item img {
    border-radius: 50%;
  }
  .carousel-category-image .owl-carousel .item .product-item-photo a:before {
    background: transparent;
  }
  .carousel-category-image .owl-carousel .item .product-item-photo:before {
    display: none;
  }
  .carousel-category-image .owl-carousel .item .product-item-photo p {
    position: static;
    color: #000;
    text-align: center;
    padding: 0 5px;
    transform: none;
    text-shadow: none;
  }
  .carousel-category-image .carousel-category-title {
    margin-top: 15px;
  }
  .product-info-main .product-add-form .product-options-wrapper .fieldset .field {
    width: 100%;
  }
  .lowest-price-popup .modal-content .modal-body {
    flex-direction: column;
  }
  .product-info-main .product-add-form .product-options-wrapper .fieldset .field.lamination-option {
    width: 100%;
    max-width: 100%;
  }
  .page-layout-1col-sticker .multilable-product .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts li {
    width: 32.5%;
  }
  .page-layout-1col-sticker .multilable-product .sticker-media div#sticker-canvas,
  .page-layout-1col-sticker .multilable-product .sticker-media div#sticker-canvas canvas#stCanvas {
    width: 100% !important;
    height: auto !important;
  }
  .doorsticker-product .sticker-media div#sticker-canvas,
  .doorsticker-product .sticker-media canvas#stCanvas {
    width: 100% !important;
    height: auto !important;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder {
    padding: 0px 20px;
  }
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer {
    max-width: 80%;
  }
  /* =========HARDIK=====FOOTER====CSS=================START========= */
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) {
    max-width: 100% !important;
  }
  /* =========HARDIK=====FOOTER====CSS=================END=========== */
  .page-layout-1col-sticker .product-info-main .product-add-form .product.info.sticker .sticker-tab-content div#sticker-tab-content-sticker_motif div#imageCropperContainer {
    overflow: auto;
  }
}
@media only screen and (max-width: 480px) {
  .page-layout-1col-sticker .multilable-product .product-add-form .product.info.sticker .sticker-tab-content div#sticker-text-content .text-font ul#sticker-text-fonts li {
    width: 49%;
  }
}
/*New-tabbing-design-S*/
/*.custom-product-tabs .parent-tabbing-section {
    font-family: 'Roboto';
}*/
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content {
  height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content p.qty-error {
  margin: 0 10px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0px 10px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li {
  width: 31.8%;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li label.content-block {
  margin-bottom: 0;
  padding: 5px;
  background: #fff;
  border-radius: 10px;
  position: relative;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content p.short-des {
  width: 130px;
  font-weight: 400;
  line-height: 18px;
  padding: 5px 10px;
  top: 100%;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content p.short-des:after {
  transform: none;
  left: 25px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li label.content-block span.material-title {
  display: block;
  margin-top: 50px;
  margin-left: 0;
  font-size: 11px;
  text-align: center;
  z-index: 111;
  position: relative;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li label.content-block span.checkmark {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 4px solid #e0e0e0;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li label.content-block img {
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
  height: 35px;
  width: 35px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content {
  position: relative;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li label.content-block.active span.checkmark {
  border: 4px solid #3b4151;
}
.parent-tabbing-section {
  display: flex;
  justify-content: space-between;
  gap: 2%;
}
.parent-tabbing-section div#m-content {
  display: none;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block {
  width: 100%;
  cursor: pointer;
  margin-bottom: 10px;
  padding-left: 85px;
  font-size: 16px;
}
.parent-tabbing-section div#info {
  display: none;
}
.custom-product-tabs .tab-pane button#create-design-btn {
  background: #3b4151;
  padding: 20px 25px;
  width: 100%;
  border-radius: unset;
  font-size: 18px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent {
  width: 25%;
  border: none;
  padding: 0;
  margin: 0;
}
.custom-product-tabs .parent-tabbing-section .tabcontent p.tab-heading {
  background: none;
  margin: 0 0 10px;
  padding: 5px 0;
  font-size: 20px;
  font-weight: 700;
  width: 100%;
}
.parent-tabbing-section div#s-content,
.parent-tabbing-section div#q-content {
  display: none;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content .custom-qty label {
  font-size: 14px;
  font-weight: 400;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content .custom-qty label span.prod-price {
  font-size: 14px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content,
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content,
.custom-product-tabs .parent-tabbing-section .tabcontent div#size-content,
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content {
  background-color: #fff;
  border: 1px solid #f5f5f5;
  box-shadow: 1px 0px 5px 5px rgba(0, 0, 0, 0.05);
  height: 480px;
  margin-bottom: 20px;
  padding: 8px 0px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#size-content p.error-note {
  margin: 0 10px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content span.checkmark {
  height: 60px;
  width: 60px;
  left: 12px;
  top: 2px;
  background: #e0e0e0;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content input:checked ~ .checkmark {
  border: 4px solid #3b4151;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content {
  height: 480px;
  overflow-y: auto;
  overflow-x: hidden;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content:hover,
.custom-product-tabs .parent-tabbing-section .tabcontent div#material-content:hover,
.custom-product-tabs .parent-tabbing-section .tabcontent div#size-content:hover,
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content:hover {
  border: 1px solid #3b3772;
  box-shadow: 0px 0px 10px -1px #3b3772;
  transition: 0.3s;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content p.price-sheet {
  padding: 0 8px;
  font-weight: 400;
  font-size: 16px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block:hover {
  background: #eef6ff;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block:hover span.cutline-title {
  font-weight: 600;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block.active {
  background-color: #eef6ff;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block:hover span.sticker-price,
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block:hover span.cmt-saves,
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block:hover span.qty-title,
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block:hover span.cutline-title,
.custom-product-tabs .parent-tabbing-section .tabcontent div#size-content ul li label.content-block:hover span.canvassize-title {
  font-weight: 600 !important;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block span.sticker-price {
  font-size: 16px !important;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .content-block .checkmark {
  height: 65px;
  width: 65px;
  left: 10px;
}
.custom-product-tabs #material-content .content-block img {
  height: 50px;
  width: 50px;
  left: 17px;
}
.custom-product-tabs #cutline-content .content-block img {
  left: 17px;
  height: 50px;
  width: 50px;
}
.content-block input:checked ~ .checkmark:after {
  display: none;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .custom-size {
  padding: 0 8px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .custom-size label {
  display: block;
}
.custom-product-tabs .content-block input:checked ~ .checkmark:after {
  display: none;
}
.custom-product-tabs #size-content .custom-size span:first-child {
  width: 100%;
  display: block;
  margin-bottom: 10px;
  font-weight: 400;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .custom-size label {
  font-weight: 400;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .custom-size input#customwidth {
  margin-left: 0;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .custom-size input {
  max-width: 70px !important;
}
.custom-product-tabs #size-content .custom-size span:last-child {
  margin-right: 0px;
  margin-left: 0px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent .custom-size label input#customheight {
  margin-left: 5px;
}
.custom-product-tabs #size-content .custom-size span {
  margin-left: 0px;
  margin-right: 0px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#size-content ul li {
  width: 100%;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#size-content ul li label.content-block {
  margin-bottom: 0px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.custom-product-tabs .content-block input {
  left: 10px;
}
.custom-product-tabs #size-content li .content-block .checkmark {
  left: 10px;
}
.custom-product-tabs #qty-content li {
  width: 100%;
}
.custom-product-tabs #qty-content li .content-block {
  margin-bottom: 0px;
  padding-bottom: 8px;
  display: flex;
  align-items: center;
  padding-left: 50px;
}
.custom-product-tabs #qty-content li .content-block span.qty-title {
  font-size: 16px;
  font-weight: 400;
}
.custom-product-tabs #qty-content li .content-block span.cmt-saves {
  font-weight: 400;
  font-size: 14px;
}
.custom-product-tabs #qty-content li .content-block .checkmark {
  left: 10px;
}
.custom-product-tabs .tab-pane button#create-design-btn {
  background: #3b4151;
  padding: 20px 25px;
  width: 100%;
  border-radius: unset;
}
.custom-product-tabs .tab-pane button#create-design-btn:after {
  display: none;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content .custom-qty {
  margin-bottom: 15px;
  padding: 0px 8px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content .custom-qty .price-tooltip {
  display: block;
}
.custom-product-tabs .tabcontent #startdesigning font,
.custom-product-tabs .tabcontent #finishorder font,
.tab-pane .upload-tab-pane #upload-btn.btn:first-child font {
  vertical-align: unset !important;
}
.custom-product-tabs .tab-pane #startdesigning:after,
.custom-product-tabs .tab-pane .upload-tab-pane #upload-btn.btn:first-child:after {
  display: none;
}
.custom-product-tabs .tab-pane .btn:last-child:after {
  display: none;
}
.custom-product-tabs .parent-tabbing-section .tabcontent #qty-content .custom-qty label input#custom-qtantity {
  max-width: 50px;
  margin: 0 7px 0 7px;
  padding: 8px;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content .custom-qty .price-tooltip .price-tooltip-inner {
  left: 20px;
  transform: translateY(-50%);
}
.custom-product-tabs .parent-tabbing-section .tabcontent #qty-content .custom-qty label {
  position: relative;
}
.custom-product-tabs .parent-tabbing-section .tabcontent #qty-content .custom-qty label .price-tooltip-main {
  position: unset;
}
.custom-product-tabs .tab-pane #finishorder,
.custom-product-tabs .tab-pane #startdesigning,
.tab-pane .upload-tab-pane #upload-btn.btn:first-child {
  border-radius: 0px;
}
.bottom-button-design {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.bottom-button-design .right-side-button {
  width: 50%;
}
.bottom-button-design .designProof {
  width: 50%;
}
.bottom-button-design .designProof .a_row {
  display: flex;
  align-items: center;
}
.bottom-button-design .designProof .a_row input#proofCheckbox {
  margin: -3px 10px 0 0;
  height: auto;
}
.bottom-button-design .designProof p {
  font-size: 13px;
  color: #6367d5;
  margin-left: 22.73px;
}
.bottom-button-design .designProof .a_row label {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #555;
}
.itemSelection {
  width: 100%;
}
.itemSelection h3.stickerMakerHeading {
  border-bottom: 1px solid #ccc;
  padding-bottom: 7px;
  color: #3b3772;
  margin: 0;
  margin-bottom: 10px;
  font-family: 'Roboto';
  font-size: 20px;
  line-height: normal;
}
.itemSelection_row {
  display: flex;
  margin-top: 20px;
}
.itemSelectionWid {
  width: 60%;
}
.priceSummarySect {
  width: 40%;
}
.itemSelection .itemSelectionCont .itemTxt_ar {
  display: flex;
}
.itemSelection .itemSelectionCont .itemTxt_ar p {
  margin: auto 0;
  color: #000;
  font-weight: 400;
  font-size: 16px;
}
.itemSelection .itemSelectionCont .itemTxt_ar span {
  font-weight: 600;
  color: #000;
  margin-left: 5px;
  font-size: 16px;
}
.priceSummarySect .priceSummTxt p#totalPriceSumm {
  margin: 0;
  font-size: 40px;
  font-weight: 600;
  color: #000;
  line-height: initial;
  transition: 0.3s all;
}
.priceSummarySect .priceSummTxt {
  text-align: right;
}
.custom-product-tabs .tab-pane {
  text-align: left;
  margin-top: 24px;
  width: 100%;
}
.custom-product-tabs .tab-pane span.or-option {
  width: 100%;
  display: block;
  margin: 10px 0px;
  text-align: center;
}
.custom-product-tabs .tab-pane button#finishorder {
  margin-left: 0;
  width: 100%;
  margin-bottom: 15px;
  font-size: 18px;
}
.custom-product-tabs .tab-pane button#finishorder span {
  display: block;
  font-size: 12px;
}
.custom-product-tabs .tab-pane span.upload-tab-pane button#upload-btn p.upload-text {
  display: block;
  margin: 0;
  font-size: 12px;
  font-style: normal;
}
.custom-product-tabs .tab-pane .upload-tab-pane #upload-btn.btn:first-child {
  height: auto !important;
  padding: 10px 25px;
  width: 100%;
  font-size: 18px;
  background: #333;
}
.custom-product-tabs .bottom-button-design {
  gap: 2%;
}
.custom-product-tabs .bottom-button-design .designProof .top-section-info {
  padding-top: 0;
  font-size: 15px;
  margin-bottom: 20px;
}
.custom-product-tabs .bottom-button-design .designProof .top-section-info .col-12 {
  padding: 0;
}
.custom-product-tabs .tab-pane .instruction-sec {
  margin-bottom: 0;
}
.uploadprofile-sec p.instruction-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.custom-product-tabs .tab-pane .instruction-sec textarea#instructions {
  max-width: 100%;
}
.custom-product-tabs .tab-pane .uploadprofile-sec a#edit-image,
.custom-product-tabs .tab-pane .uploadprofile-sec a#delete-image {
  width: 30px;
  height: 30px;
  padding: 8px;
  font-size: 14px;
}
.custom-product-tabs .tab-pane .uploadprofile-sec a#edit-image {
  top: 70px;
}
.custom-product-tabs .description-content-top .top-section-info {
  padding-top: 0;
  font-size: 15px;
  margin-bottom: 20px;
}
.custom-product-tabs .description-content-top .top-section-info p {
  font-size: 16px;
  margin-bottom: 20px;
  font-family: 'Roboto';
  line-height: 25px;
  text-align: left;
}
.catalog-product-view .namelabel-slider {
  z-index: 0;
}
.custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content span.sticker-price,
.custom-product-tabs .bottom-button-design .itemSelection p#totalPriceSumm {
  text-transform: capitalize;
}
@media only screen and (min-width: 1200px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-child(3n+3) p.short-des {
    right: 0;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-child(3n+3) p.short-des:after {
    left: auto;
    right: 25px;
  }
}
@media only screen and (max-width: 1199px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li {
    width: 48.6%;
  }
}
@media only screen and (min-width: 1024px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-child(3n+3) p.short-des {
    right: 0;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-child(3n+3) p.short-des:after {
    left: auto;
    right: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .parent-tabbing-section {
    flex-wrap: wrap;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent {
    width: 49%;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li {
    width: 32.3%;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-child(2n+2) p.short-des {
    right: 0;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-child(2n+2) p.short-des:after {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content p.short-des {
    width: 100%;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content p.short-des:after {
    transform: translateX(-50%);
    left: 50%;
  }
}
@media only screen and (max-width: 830px) {
  .bottom-button-design {
    flex-direction: column;
  }
  .bottom-button-design .designProof {
    width: 100%;
  }
  .bottom-button-design .right-side-button {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content .content-block {
    min-height: 65px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent .content-block span.tag {
    left: 84px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent #cutline-content .content-block p.short-des {
    margin-top: 0px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li {
    width: 31.9%;
  }
  .minicart-wrapper.active .action.showcart::after {
    content: '\f81a' !important;
    font-weight: 400;
    font-size: 25px;
    color: #3b4151;
    margin-left: 10px;
  }
  .minicart-wrapper.active .action.showcart > span,
  .minicart-wrapper.active .action.showcart > i {
    display: none;
  }
}
@media only screen and (min-width: 767px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent #cutline-content .content-block p.short-des {
    top: auto;
    right: -100%;
    left: auto;
    width: 100%;
    margin-bottom: unset;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 5px 16px 19px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent #cutline-content .content-block p.short-des:after {
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    left: -10px;
  }
}
@media only screen and (max-width: 639px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent {
    width: 100%;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li {
    width: 32.6%;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:last-child p.short-des,
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-last-of-type(2) p.short-des {
    top: auto;
    bottom: 100%;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:last-child p.short-des:after,
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li:nth-last-of-type(2) p.short-des:after {
    transform: translateX(-50%);
    top: auto;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2d2d2d;
    border-bottom: none;
  }
}
@media only screen and (min-width: 575px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent #cutline-content .content-block p.short-des {
    top: auto;
    right: -100%;
    left: auto;
    width: 100%;
    margin-bottom: unset;
    font-weight: 400;
    line-height: 18px;
    padding: 10px 5px 16px 19px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent #cutline-content .content-block p.short-des:after {
    top: 50%;
    transform: rotate(-90deg) translateY(-50%);
    left: -10px;
  }
}
@media only screen and (max-width: 575px) {
  .custom-product-tabs .tab-pane button#create-design-btn {
    width: 100%;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent .custom-size label {
    display: flex;
    flex-wrap: wrap;
  }
  .custom-product-tabs #size-content .custom-size span,
  .custom-product-tabs #size-content .custom-size span:last-child {
    margin-left: 5px;
    margin-right: 5px;
  }
  .custom-product-tabs #size-content .custom-size span:first-child {
    margin-left: 0;
    margin-right: 0;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content,
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content,
  .custom-product-tabs .parent-tabbing-section .tabcontent div#size-content,
  .custom-product-tabs .parent-tabbing-section .tabcontent div#qty-content {
    height: auto;
  }
  .custom-product-tabs .tab-pane {
    text-align: center;
  }
  .custom-product-tabs .tab-pane button {
    white-space: unset;
  }
  .custom-product-tabs .preferred-formates ul.formate-list {
    justify-content: center;
  }
  .custom-product-tabs .tab-pane #finishorder,
  .custom-product-tabs .tab-pane #startdesigning,
  .tab-pane .upload-tab-pane #upload-btn.btn:first-child {
    width: 100%;
  }
  .custom-product-tabs .tab-pane span.inner-tab-pane span.or-option {
    margin-top: 15px;
    display: block;
  }
  .custom-product-tabs .tab-pane span.inner-tab-pane button#finishorder {
    margin: 15px 0 15px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content .content-block:last-child:hover p.short-des {
    top: auto;
    bottom: 65px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#cutline-content .content-block:last-child p.short-des:after {
    top: auto;
    bottom: -10px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #2d2d2d;
    border-bottom: none;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__stage {
    max-width: 100% !important;
    width: 100% !important;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav-wrap.fotorama__nav-wrap--vertical {
    position: relative;
    width: 100%;
  }
  .catalog-product-view .column.main .product.media .gallery-placeholder .fotorama__nav-wrap.fotorama__nav-wrap--vertical .fotorama__nav--thumbs {
    width: 100% !important;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent #cutline-content .content-block p.short-des {
    top: 100%;
    right: 10px;
    width: 40%;
    padding: 10px;
    left: auto;
  }
  .itemSelection_row {
    flex-direction: column;
  }
  .itemSelectionWid,
  .priceSummarySect {
    width: 100%;
  }
  .priceSummarySect .priceSummTxt {
    text-align: left;
    margin-top: 10px;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li {
    width: 32.3%;
  }
}
@media only screen and (max-width: 480px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li label.content-block img {
    height: 80px;
    width: 80%;
    object-fit: contain;
  }
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li label.content-block span.material-title {
    margin-top: 90px;
  }
}
@media only screen and (max-width: 370px) {
  .custom-product-tabs .parent-tabbing-section .tabcontent div#material-content ui li {
    width: 32.1%;
  }
}
/*New-tabbing-design-E*/
/*sticker-css-added-by-K*/
.page-layout-1col-sticker .product-info-price .price-box {
  display: block;
}
.page-layout-1col-sticker .block.related {
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  padding: 20px;
}
.page-layout-1col-sticker ul.namnlappar_custom_text {
  margin: 0 0 25px;
  padding: 0;
}
.page-layout-1col-sticker ul.namnlappar_custom_text li {
  list-style-type: none;
  vertical-align: middle;
  font-size: 18px;
  color: #000;
}
.page-layout-1col-sticker ul.namnlappar_custom_text li svg {
  margin-right: 10px;
  fill: green;
  vertical-align: middle;
}
.page-layout-1col-sticker .block.related .products-related {
  margin: 0;
}
.page-layout-1col-sticker .block.related .products-related ol li {
  padding: 0;
  width: 31.3333%;
}
.page-layout-1col-sticker .block.related .products-related ol {
  display: flex;
  gap: 10px;
  margin: 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info {
  box-shadow: none;
  background: none;
  border-radius: 0;
  border: none;
  padding: 0;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price {
  border: 1px solid #e3e3e3;
  border-radius: 0;
  margin-bottom: 30px;
  padding: 10px;
  position: relative;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info label.custom-top-namnlappar {
  background: #4f7850;
  padding: 5px;
  color: #fff;
  border-radius: 20px 20px 0px 0px;
  font-size: 12px;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price label.custom-bottom-namnlappar {
  background: #d2302e;
  position: absolute;
  bottom: -19px;
  font-size: 10px;
  color: #fff;
  transform: translateX(-50%);
  left: 50%;
  min-width: 80px;
  border-radius: 15px;
  z-index: 1;
  font-weight: 600;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-details {
  padding-top: 30px;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price span {
  font-size: 14px;
  padding: 0;
  margin: 0;
  font-weight: 400;
  white-space: normal;
  color: #222529;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price .field.choice.related {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price .field.choice.related input {
  height: 100%;
  width: 100%;
  margin: 0;
  border: 0;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price.active {
  background: #eef6ff;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price span.price {
  font-weight: 700;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .product-item-photo {
  border: 1px solid #e3e3e3;
  margin-bottom: 0;
  padding: 5px;
}
.page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price span.product-item-link {
  font-size: 12px;
}
@media only screen and (max-width: 480px) {
  .page-layout-1col-sticker .block.related .products-related ol {
    gap: 0;
  }
  .page-layout-1col-sticker .block.related {
    padding: 20px 15px;
  }
}
@media only screen and (max-width: 380px) {
  .page-layout-1col-sticker .block.related .products-related ol li .product-item-info label.custom-top-namnlappar {
    padding: 4px;
    font-size: 10px;
  }
  .page-layout-1col-sticker .block.related .products-related ol li .product-item-info .product-item-details .namnlappar_name_price label.custom-bottom-namnlappar {
    font-size: 9px;
    min-width: 70px;
  }
}
/*sticker-css-added-by-K*/
/*New-wallpaper-design-S*/
.page-layout-1col-wallpaper .owl-carousel .owl-dots {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  z-index: 10;
  bottom: -40px;
  margin-top: 0px !important;
  width: 100%;
}
.page-layout-1col-wallpaper .owl-carousel .owl-dots button.owl-dot span {
  margin: 0 4px;
  width: 16px;
  height: 16px;
  display: inline-block;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #000;
  box-shadow: none;
}
.page-layout-1col-wallpaper .owl-carousel .owl-dots .owl-dot.active span,
.page-layout-1col-wallpaper .owl-carousel .owl-dots .owl-dot:hover span {
  background: #000;
}
.page-layout-1col-wallpaper .owl-carousel .owl-item img.gallery-placeholder__image {
  height: 700px;
  width: 100%;
  object-fit: contain;
  background-color: #ece9e3;
}
.page-layout-1col-wallpaper .owl-carousel button i {
  display: none;
}
.page-layout-1col-wallpaper .owl-carousel .owl-nav button {
  font-size: 40px !important;
  background: none !important;
  height: 30px !important;
  color: #000;
}
.page-layout-1col-wallpaper .owl-carousel .owl-nav button:hover {
  background: #eef6ff;
  color: #000;
}
.page-layout-1col-wallpaper .banner_image_wallpaper {
  position: relative;
}
.page-layout-1col-wallpaper .banner_image_wallpaper button.button_wallpaper.product__custom-price-button {
  position: absolute;
  bottom: 60px;
  left: 50%;
  z-index: 2;
  transform: translateX(-50%);
  letter-spacing: .5pt;
  font-size: 16px;
  font-weight: 600;
  color: #000;
  padding: 12px 20px;
  text-align: center;
}
.page-layout-1col-wallpaper .banner_image_wallpaper button.button_wallpaper.product__custom-price-button:after {
  content: '\f309';
  font-family: 'porto-icons';
  font-style: normal;
  font-weight: 400;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.page-layout-1col-wallpaper .banner_image_wallpaper button.button_wallpaper.product__custom-price-button:hover {
  background: #eef6ff;
  border-color: #eef6ff;
}
.page-layout-1col-wallpaper .product-info-main {
  margin-top: 40px;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .page-title-wrapper.product {
  max-width: 100%;
  width: 100%;
  display: inline-block;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-left-child .product-info-price {
  margin: 0 0px 0 0;
}
.category-description-container p {
  margin: 0;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .product.attribute.shortdesc {
  margin: 0 auto 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .product.attribute.shortdesc .mgz-element-column > .mgz-element-inner {
  padding: 10px 0 0;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .product.attribute.shortdesc p {
  margin-bottom: 0;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .product.attribute.shortdesc p span {
  font-size: 15px !important;
}
.category-description-container .category-name-wallpaper-parent {
  display: flex;
  padding: 16px;
  border-top: 1px solid #e8e8e8;
  margin: 0 auto;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  row-gap: .5rem;
  -moz-column-gap: .75rem;
  column-gap: .75rem;
}
.category-description-container .category-name-wallpaper-parent .category-name-wallpaper:hover {
  background: #171a1c;
}
.category-description-container .category-name-wallpaper-parent .category-name-wallpaper {
  background: #eef6ff;
  font-weight: 500;
  padding: 6px 16px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: normal;
  letter-spacing: .1em;
  color: #000;
  transition: all .5s;
}
.category-description-container .category-name-wallpaper-parent .category-name-wallpaper a {
  color: #000;
}
.category-description-container .category-name-wallpaper-parent .category-name-wallpaper:hover a {
  color: #fff;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-right-child .product-reviews-summary {
  margin-bottom: 0;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .page-title-wrapper.product h1.page-title {
  margin-bottom: 0;
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .page-title-wrapper.product .product-addto-links {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5%;
}
.page-layout-1col-wallpaper .banner_image_wallpaper .owl-carousel .owl-nav button {
  color: #000;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-right-child .product-social-links,
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-right-child .product-social-links .product-share {
  margin: 0;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-right-child .product-social-links .product-share .share-links a {
  margin-top: 0;
  margin-bottom: 0;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom div#left-bottom-left-child-id .product.attribute.product-id {
  background: none;
  padding: 5px 0 5px;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom div#left-bottom-left-child-id .product.attribute.product-id strong.type,
.page-layout-1col-wallpaper .product-info-main .left-bottom div#left-bottom-left-child-id .product.attribute.product-id .value {
  font-size: 16px;
  font-weight: 500;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .page-title-wrapper.product .product-addto-links a {
  height: auto;
  border: none;
  line-height: normal;
  vertical-align: middle;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-right-child {
  float: right;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-right-child .product-reviews-summary.mg-lipscore-rating-wrapper {
  display: none;
}
.page-layout-1col-wallpaper .product-info-main .left-bottom .left-bottom-right-child .product-reviews-summary:after {
  display: none;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom div#left-container-qty-des {
  width: 33.333%;
  border-right: 2px solid #ebebeb;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product.attribute.shortdesc .value {
  padding-right: 40px;
  color: #000;
  font-size: 14px;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product.attribute.shortdesc .value p span {
  font-size: 14px !important;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product.attribute.shortdesc .value p a {
  font-size: 14px;
  color: #000;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product.attribute.shortdesc .value p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product.attribute.shortdesc .mgz-element-inner {
  padding: 0px !important;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom div#right-bottom-custom-new {
  width: 33.333%;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 10px;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart {
  border: none;
  padding: 0;
}
.page-layout-1col-wallpaper #product_addtocart_form .product-options-wrapper div[data-role="customily-options"] {
  display: flex;
  justify-content: space-between;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form div#product-options-wrapper .fieldset .field {
  width: 100%;
  margin-bottom: 20px;
}
.page-layout-1col-wallpaper .product.info.detailed .product.data.items > .item.title {
  margin: 0px 37px 0 0;
  padding: 8px 0;
}
.page-layout-1col-wallpaper .product.info.detailed .product.data.items > .item.title.active {
  border-bottom: 3px solid #222529;
  position: relative;
}
.page-layout-1col-wallpaper .product.info.detailed .product.data.items > .item.title:nth-child(11) {
  margin: 0;
}
/*.page-layout-1col-wallpaper .product-info-main .right-bottom .product-delivery ul.delivery-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.page-layout-1col-wallpaper .product-info-main .right-bottom .product-delivery ul.delivery-icons li {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-delivery ul.delivery-icons li img {
    margin: 0 0 12px;
}*/
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset {
  align-items: center;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset {
  display: block;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty {
  display: flex;
  align-items: center;
  gap: 2%;
  margin-bottom: 20px;
  margin-right: 0px;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset .field.qty label.label {
  display: block;
  margin-bottom: 0;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset .actions .apple-pay {
  display: none;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset .actions {
  margin: 0;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset .actions .product-page-designer {
  display: block;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .box-tocart .fieldset .actions .product-page-designer .custom-btn-wall-sample {
  margin-top: 15px;
}
.page-layout-1col-wallpaper .wallpaper-popup .action-close::before {
  top: 20px !important;
}
.popup-main .popup-left-column .dimension-box .checkbox {
  border: none;
}
.page-layout-1col-wallpaper .product-info-main .right-bottom div#right-bottom-custom-new div#product-options-wrapper {
  margin-bottom: 0;
}
.page-layout-1col-wallpaper .custom-description {
  padding: 10px 15px;
  background: #e3e3e4;
  width: 33.333%;
}
.page-layout-1col-wallpaper .custom-description h4 {
  font-size: 18px;
  color: #000;
  letter-spacing: .5px;
  margin-bottom: 5px;
}
.page-layout-1col-wallpaper .custom-description p {
  color: #000;
  font-size: 14px;
  margin-bottom: 10px;
}
.page-layout-1col-wallpaper .custom-description ul {
  margin: 0 0 25px;
  padding: 0 0px 0 20px;
}
.page-layout-1col-wallpaper .custom-description ul li {
  color: #000;
  font-weight: 500;
}
.page-layout-1col-wallpaper .custom-description .custom-btn-wall-sample-section {
  text-align: left;
}
.page-layout-1col-wallpaper .custom-wallpaper {
  margin-bottom: 30px;
}
.page-layout-1col-wallpaper .custom-wallpaper ul {
  display: flex;
  gap: 6%;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.page-layout-1col-wallpaper .custom-wallpaper ul li {
  text-align: center;
}
.page-layout-1col-wallpaper .custom-wallpaper ul li span {
  font-weight: 400;
  color: #000;
  font-size: 10px;
  line-height: normal;
  padding-top: 5px;
  display: inline-block;
}
.page-layout-1col-wallpaper .custom-wallpaper ul li img {
  height: 60px;
  object-fit: contain;
  width: 100%;
  max-width: 60px;
}
.page-layout-1col-wallpaper .custom-description .custom-btn-wall-sample-section button {
  background: #3b4151;
  width: 100%;
  height: auto;
  line-height: normal;
  padding: 10px;
}
.page-layout-1col-wallpaper .custom-description .custom-btn-wall-sample-section button:before {
  font-size: 1.5rem;
  vertical-align: middle;
  display: inline-block;
  content: "\e8ba";
  font-family: "porto-icons";
  margin-right: .5rem;
}
.page-layout-1col-wallpaper .product.info.detailed div#description {
  padding-top: 40px;
}
.page-layout-1col-wallpaper .custom-description .custom-btn-wall-sample-section button:hover {
  background: #171a1c;
}
.page-layout-1col-wallpaper .product-info-main .box-tocart .fieldset .actions .action.tocart:before {
  display: none;
}
.page-layout-1col-wallpaper .product-info-main .box-tocart .fieldset .actions .action.tocart img {
  width: auto;
  height: 30px;
  object-fit: cover;
  margin-right: 10px;
}
.custom_prodct_wallpaper {
  background: #f1f1f1;
  margin-bottom: 20px;
}
.custom_prodct_wallpaper ul {
  list-style-type: none;
  margin: 0;
  padding: 15px 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  text-align: center;
  flex-wrap: wrap;
}
.custom_prodct_wallpaper ul li {
  padding: 0 10px;
  width: 25%;
}
.custom_prodct_wallpaper ul li img {
  width: 100%;
  max-width: 50px;
}
.custom_prodct_wallpaper ul li span {
  color: #6B6D74;
  font-size: 12px;
}
.custom_prodct_wallpaper ul li h4 {
  color: #000;
  font-weight: 400;
  margin: 10px 0px;
  text-transform: uppercase;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .page-layout-1col-wallpaper .product-info-main .left-bottom {
    width: 100%;
  }
  .page-layout-1col-wallpaper .product-info-main {
    width: 100%;
  }
  .page-layout-1col-sticker .multilable-product .multilable-product-custom-catefory ul#sticker-bg-theme-images {
    max-height: none;
    gap: 2%;
  }
  .page-layout-1col-sticker .multilable-product .multilable-product-custom-catefory ul#sticker-bg-theme-images li {
    width: 23% !important;
    margin-bottom: 10px !important;
  }
  .navigation-arrows .arrow-left {
    margin-left: -15px;
  }
  .navigation-arrows .arrow-right {
    margin-right: -15px;
  }
  .page-layout-1col-wallpaper .canvas-detail .price {
    float: left;
    margin-top: 0;
  }
  .page-layout-1col-wallpaper .canvas-detail .price .product-info-price {
    margin: 0;
    line-height: normal;
  }
  .page-layout-1col-wallpaper .canvas-detail .price .product-info-price .price-box {
    display: inline-block;
    vertical-align: middle;
  }
  .page-layout-1col-wallpaper .canvas-detail .btn-action {
    float: right;
    margin: 0px;
  }
  .page-layout-1col-wallpaper .canvas-detail .btn-action .error-message,
  .page-layout-1col-wallpaper .canvas-detail .btn-action .error-message p {
    margin: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-layout-1col-wallpaper .product-info-main .right-bottom div#right-bottom-custom-new {
    padding-left: 20px;
    padding-right: 20px;
  }
  .page-layout-1col-wallpaper .custom-wallpaper {
    margin-bottom: 15px;
  }
  .page-layout-1col-wallpaper .product.info.detailed .product.data.items > .item.title {
    float: none;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    background: none;
    border-bottom: 2px solid #e7e7e7;
    margin: 0;
  }
  .page-layout-1col-wallpaper .product.info.detailed .item.content {
    padding: 12px 12px 12px 12px;
    box-sizing: border-box;
    display: block;
    float: none;
    margin: 0;
  }
  .page-layout-1col-wallpaper .product.info.detailed .product.data.items > .item.title a:before {
    font-family: 'porto-icons';
    content: '\e81c' !important;
    position: absolute;
    right: 0.5em;
    top: 1px;
  }
  .page-layout-1col-wallpaper .product.info.detailed .pagebuilder-column {
    background-attachment: scroll !important;
    flex-basis: 100%;
    max-width: 100%;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom .product.attribute.shortdesc .value {
    padding-right: 10px;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom div#left-container-qty-des,
  .page-layout-1col-wallpaper .product-info-main .right-bottom div#right-bottom-custom-new {
    width: 50%;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom {
    flex-wrap: wrap;
  }
  .page-layout-1col-wallpaper .custom-description {
    width: 100%;
    margin-top: 20px;
  }
  .custom_prodct_wallpaper ul li {
    width: 50%;
    margin-bottom: 15px;
  }
  .custom_prodct_wallpaper ul {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .custom_prodct_wallpaper ul {
    padding: 15px 30px;
  }
}
@media only screen and (max-width: 992px) {
  .page-layout-1col-wallpaper .popup-main .popup-left-column {
    margin-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .page-layout-1col-wallpaper .product-info-main .left-bottom {
    margin-bottom: 20px;
  }
  .owl-carousel .owl-item img {
    border-radius: unset !important;
  }
  .page-layout-1col-wallpaper .banner_image_wallpaper button.button_wallpaper.product__custom-price-button {
    padding: 10px;
    width: 100%;
    max-width: 170px;
    line-height: normal;
    font-size: 13px;
  }
  .page-layout-1col-wallpaper .custom-wallpaper ul {
    gap: 3%;
    justify-content: center;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom div#left-container-qty-des {
    border: none;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom .product.attribute.shortdesc .value {
    padding: 0px;
  }
  .page-layout-1col-wallpaper .custom-wallpaper {
    padding: 20px 0px;
  }
  .page-layout-1col-wallpaper .product.info.detailed .product.data.items > .item.title a:before {
    display: none;
  }
  .page-layout-1col-wallpaper .owl-carousel .owl-item img.gallery-placeholder__image {
    height: 500px;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom {
    flex-direction: column;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom div#left-container-qty-des,
  .page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form,
  .page-layout-1col-wallpaper .custom-description {
    width: 100%;
  }
  .page-layout-1col-wallpaper .product-info-main {
    padding: 0px;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom div#right-bottom-custom-new {
    padding: 20px 0px 0px;
  }
  .page-layout-1col-wallpaper .custom-description {
    padding: 15px 15px 25px;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom {
    margin-bottom: 0;
  }
  .page-layout-1col-wallpaper .custom-wallpaper {
    margin-bottom: 0px;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom div#right-bottom-custom-new {
    width: 100%;
  }
  .page-layout-1col-wallpaper .custom-description {
    margin-top: 0px;
  }
  .cms-se-home-test .banner-custom .Banner-section-description .banner-content p {
    margin-bottom: 0;
  }
  .custom_prodct_wallpaper ul {
    padding: 15px 20px;
  }
}
@media only screen and (max-width: 480px) {
  .page-layout-1col-wallpaper #product_addtocart_form .product-options-wrapper div[data-role="customily-options"] {
    flex-direction: column;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form div#product-options-wrapper .fieldset .field {
    width: 100%;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom {
    margin-bottom: 0;
  }
  .page-layout-1col-wallpaper .product-info-main .right-bottom .product-add-form .product-options-bottom .action.tocart {
    padding: 10px 5px !important;
    font-size: 14px;
  }
  .page-layout-1col-wallpaper .product-info-main .box-tocart .fieldset .actions .action.tocart img {
    margin-right: 5px;
    height: 25px;
  }
  .page-layout-1col-wallpaper .custom-wallpaper ul {
    gap: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .page-layout-1col-wallpaper .custom-wallpaper ul li {
    margin: 0;
    width: 30%;
  }
  .page-layout-1col-wallpaper .custom-wallpaper ul li img {
    display: block;
    margin: 0 auto;
    height: 50px;
    max-width: 50px;
  }
  .page-layout-1col-wallpaper .custom-wallpaper ul li span {
    display: block;
    font-size: 9px;
  }
  .custom_prodct_wallpaper ul li {
    width: 100%;
  }
  .custom_prodct_wallpaper ul {
    padding: 15px;
  }
}
@media only screen and (max-width: 380px) {
  .page-layout-1col-wallpaper .custom-wallpaper {
    padding: 10px 0px;
  }
  .page-layout-1col-wallpaper .custom-wallpaper ul {
    gap: 5px;
  }
}
/*New-wallpaper-design*/
.amcountdown-block-wrapper.-circle {
  max-width: 100% !important;
}
/*File-upload-s*/
.product-info-main .product-add-form .file-upload-custom {
  position: relative;
  overflow: hidden;
}
.product-info-main .product-add-form .file-upload-custom button.btn {
  border: 2px dashed #ccc;
  background-color: white;
  padding: 10px 10px;
  font-size: 14px;
  font-weight: 600;
  height: 150px !important;
  width: 150px;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.product-info-main .product-add-form .file-upload-custom .product-custom-option {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  height: 150px;
  cursor: pointer;
  width: 100%;
  max-width: 150px;
}
.product-info-main .product-add-form .file-upload-custom button.btn span.plus {
  font-size: 30px;
  color: #000000;
  font-weight: 400;
}
/*File-upload-E*/
/*New-homepage-design-S*/
.cms-se-home-test .footer .block-newsletter .action.subscribe:hover {
  background-color: #000000;
  color: #fff;
}
.cms-se-home-test .footer ul.footer-links {
  float: left;
}
.cms-se-home-test .footer ul.footer-links li a:hover {
  font-weight: 700;
}
.cms-se-home-test .block-newsletter h3 {
  margin-bottom: 5px;
  font-size: 16px;
}
.cms-se-home-test .footer .block-newsletter p {
  margin: 0px 0px 20px;
  line-height: normal;
  font-size: 14px;
}
.cms-se-home-test .footer .footer-links a {
  font-size: 14px;
  margin-bottom: 5px;
  display: inline-block;
  min-width: 155px;
}
.cms-se-home-test .services-section {
  display: none;
}
.cms-se-home-test .carousel-wrap-custom {
  margin-bottom: 40px;
}
.cms-se-home-test .footer ul.footer-links li a:hover {
  font-weight: 700;
}
.cms-se-home-test .footer ul.footer-links {
  float: left;
}
.cms-se-home-test .footer .follow-us .share-links a {
  font-size: 20px;
  width: 35px;
  height: 35px;
}
.cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) {
  padding: 0 0 0 120px;
}
.cms-se-home-test .page-wrapper .header-notice-top {
  font-size: 12px;
  padding: 5px 0px;
}
.cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-left a.stamped-reviews-badge-mobile img {
  clip-path: inset(0 55% 0 0);
  -webkit-clip-path: inset(0 55% 0 0);
}
.cms-se-home-test .page-header.type1.sticky-header .navigation {
  justify-content: space-around;
}
.cms-se-home-test .page-wrapper .header-main .header.content.header-row {
  max-width: 100%;
}
.cms-se-home-test .nav-sections-item-content > .navigation {
  max-width: 100%;
}
.cms-se-home-test .footer .footer-middle,
.cms-se-home-test .footer .footer-bottom {
  max-width: 100%;
}
.cms-se-home-test .banner-custom .Mobile-image-banner {
  display: none !important;
}
.cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-center img {
  width: 96px;
  height: 41px;
  object-fit: cover;
}
.cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-center {
  justify-content: center;
}
.cms-se-home-test .page-wrapper .header-main .header-row .search-area .search-toggle-icon {
  font-size: 24px;
  vertical-align: middle;
  height: 24px;
}
.cms-se-home-test .page-wrapper .header-main .header-row .search-area .search-toggle-icon .porto-icon-magnifier:before {
  font-weight: 600;
}
.cms-se-home-test .page-wrapper .header-main .header-row i:before {
  font-weight: 600;
  margin: 0px;
}
.cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-left {
  min-width: unset;
  width: 33.333%;
}
.cms-se-home-test .page-wrapper .page-header.type1 .minicart-wrapper {
  margin-left: 0;
}
.cms-se-home-test .page-wrapper .header-main .header-row .header-right,
.cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact {
  gap: 20px;
}
.cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact a.my-account {
  padding: 0px;
}
.cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact a {
  height: 22px;
  line-height: 22px;
}
.cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact i {
  margin: 0;
  font-size: 24px;
}
.cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact {
  line-height: normal;
}
.cms-se-home-test .page-wrapper header.page-header.type1 {
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  padding: 0;
  margin: 0 !important;
  width: 100% !important;
  transition: opacity 0.1s, visibility 0.2s, transform 0.2s, -webkit-transform 0.2s, top 0.2s;
}
.cms-se-home-test .page-wrapper header.page-header.sticky-header .nav-sections {
  position: unset !important;
}
.cms-se-home-test .cart-design-2 .action.showcart .minicart-icon {
  border: none;
  width: 24px;
  height: 24px;
  margin: 0px;
  font-size: x-large;
}
.cms-se-home-test .cart-design-2 .action.showcart .minicart-icon::before {
  content: '\e8ba';
  position: unset;
  border: none;
  width: auto;
  height: auto;
  margin: 0;
}
.cms-se-home-test .header-main .header-row a {
  color: #3b4151;
}
.cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-right {
  width: 33.333%;
}
.cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-left a.stamped-reviews-badge-mobile {
  max-width: 300px;
}
.cms-se-home-test .header-main .header-row .search-area .amsearch-form-block {
  position: absolute;
  right: 35px;
  top: 0px;
  z-index: 10;
  display: none;
}
.cms-se-home-test .header-main .header-row .search-area .search-toggle-icon {
  display: inline-block;
  font-size: 20px;
  width: auto;
}
.cms-se-home-test .header-main .header-row .search-area .search-toggle-icon.open:after {
  display: none;
}
.cms-se-home-test .banner-btm-main .banner-btm-f .mgz-element-inner {
  margin-bottom: 0px;
}
.cms-se-home-test .home-page-title h3.title {
  color: #3a3f4e;
  padding: 0 15px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
  margin: 0 auto;
  font-size: 24px;
  text-align: center;
  position: relative;
  z-index: 12;
}
.cms-se-home-test .home-page-title {
  position: relative;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 20px;
}
.cms-se-home-test .home-page-title:before {
  content: "";
  display: block;
  background-color: #eaeaea;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 50%;
}
/* =========HARDIK=====FOOTER====CSS=================START========= */
.cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) > div {
  display: flex;
  flex-wrap: wrap;
}
.cms-se-home-test .footer .footer-bottom {
  width: 100%;
  background-color: transparent;
  padding: 0;
}
.cms-se-home-test .footer .footer-bottom .container {
  padding: 5px 0px 0px 0px !important;
}
.cms-se-home-test .footer .footer-bottom .footer-paylogo {
  display: flex;
}
/* =========HARDIK=====FOOTER====CSS=================END=========== */
/* ==========namly=====10-06====TEENINBLUE-PRODUCT===START============ */
body.teeninblue-product-setup .product-info-main .product-add-form #product_addtocart_form {
  display: flex;
  align-items: center;
  gap: 5px;
}
body.teeninblue-product-setup .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper {
  width: 50%;
}
body.teeninblue-product-setup .product-info-main .product-add-form #product_addtocart_form .product-options-wrapper .control select {
  height: 48px;
}
body.teeninblue-product-setup .product-info-main .product-add-form #product_addtocart_form .product-options-bottom {
  margin: 0px 0px -17px 0px;
}
body.teeninblue-product-setup .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart,
body.teeninblue-product-setup .product-info-main .product-add-form #product_addtocart_form .product-options-bottom .box-tocart .field.qty {
  padding: 0px;
  border: 0px;
  margin: 0;
}
body.teeninblue-product-setup .column.main .product.media > iframe {
  height: 840px;
}
/* ==========namly=====10-06====TEENINBLUE-PRODUCT===END============ */
.custom-category .owl-item .item .product-item-photo span {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 22px;
  color: #fff;
  font-weight: 700;
  z-index: 11;
  text-shadow: 1px 1px 2px #839199;
}
.custom-category .owl-item .item .product-item-photo:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
}
.custom-category .owl-item .item .product-item-photo:hover:after {
  opacity: 1;
}
.custom-category .owl-item .item .product-item-photo:hover {
  box-shadow: none;
}
.custom-category .owl-item .item .product-item-photo {
  margin-bottom: 0;
}
.carousel-wrap-custom .custom-category {
  margin-bottom: 0;
}
.custom-category .owl-item .item .product-item-photo img {
  -webkit-transition: all 0.4s !important;
  -moz-transition: all 0.4s !important;
  -ms-transition: all 0.4s !important;
  -o-transition: all 0.4s !important;
}
.custom-category .owl-item .item .product-item-photo a {
  display: block;
  position: relative;
  overflow: hidden;
}
.custom-category .owl-item .item .product-item-photo:hover img {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.cms-se-home-test .banner-custom .mgz-element-inner {
  margin-bottom: 0px !important;
}
.cms-se-home-test .banner-custom .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.cms-se-home-test .banner-custom .Banner-section-description,
.cms-se-home-test .banner-custom .Banner-section-description .mgz-element-inner,
.cms-se-home-test .banner-custom .Banner-section-description .mgz-element {
  position: unset;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 100%;
  max-width: 380px;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content .overlay-banner-content {
  background-color: rgba(255, 255, 255, 0.7);
  padding: 15px 40px;
  margin-bottom: 20px;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content p {
  font-size: 30px;
  font-weight: 500;
  text-transform: uppercase;
  color: #393e4e;
  line-height: normal;
  margin-bottom: 5px;
  font-family: 'voga';
  letter-spacing: 2px;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content p span {
  font-size: 55px;
  font-weight: 500;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content a {
  max-width: 175px;
}
.cms-se-home-test .-new-arrival-banner-content a {
  max-width: 150px;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content a,
.cms-se-home-test .-new-arrival-banner-content a {
  text-align: center;
  padding: 5px 10px;
  width: 100%;
  display: inline-block;
  border: 2px solid #3b4151;
  background-color: rgba(255, 255, 255, 0.7);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content a:hover,
.cms-se-home-test .-new-arrival-banner-content a:hover {
  background: #3b4151;
  color: #fff !important;
}
.cms-se-home-test .banner-custom .Banner-section-description .banner-content a:visited,
.cms-se-home-test .-new-arrival-banner-content a:visited {
  color: #3b4151;
}
.cms-se-home-test .-new-arrival-banner-content a {
  z-index: 10;
  position: relative;
}
.cms-se-home-test .-new-arrival-banner-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 35px;
  padding: 70px 90px;
  text-align: center;
}
.cms-se-home-test .New-arrival-section,
.cms-se-home-test .New-arrival-section .mgz-element-inner,
.cms-se-home-test .New-arrival-section .mgz-element-inner .mgz-element {
  position: unset;
}
.cms-se-home-test .-new-arrival-banner-content p {
  text-align: center;
  font-size: 60px;
  line-height: normal;
  font-family: 'voga';
  z-index: 9999;
  position: relative;
  font-weight: 500;
  text-transform: uppercase;
  color: #393e4e;
  margin-bottom: 10px;
}
.cms-se-home-test .-new-arrival-banner-content:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.8);
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
}
.cms-se-home-test .page-wrapper .magezon-builder .mgz-container {
  width: 100%;
}
.cms-se-home-test .page-wrapper .page-main {
  padding: 0px 0px 10px 0px !important;
}
.cms-se-home-test .page-wrapper .mgz-element-column > .mgz-element-inner {
  padding: 0px;
}
.cms-se-home-test .banner-custom {
  position: relative;
}
.cms-se-home-test .minicart-wrapper .action.showcart .counter.qty {
  right: 5px;
  top: 7px;
  background: none;
  color: #000;
}
.cms-se-home-test .page-wrapper header.page-header.sticky-header .header-main .header-row .header-center {
  padding: 5px 15px;
}
.cms-se-home-test .page-wrapper header.page-header.sticky-header .header-main .header-row .header-right {
  padding: 10px 0;
}
.cms-se-home-test .minicart-wrapper .action.showcart::after {
  display: none;
}
.cms-se-home-test .page-wrapper header.page-header .main-panel-top {
  display: none;
}
.cms-se-home-test .Flex-box-main .home-page-title {
  margin-bottom: 5px;
}
.cms-se-home-test .Flex-box-main .flexbox-title-below-txt {
  text-align: center;
  font-weight: 600;
  font-size: 17px;
  line-height: normal;
  color: #839199;
  margin-bottom: 5px;
}
.New-arrival-bannermain {
  margin-bottom: 10px;
}
.cms-se-home-test .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
  font-weight: 700;
}
.cms-se-home-test .review-section .reviews-bottom-section {
  text-align: center;
  margin-bottom: 20px;
}
.cms-se-home-test .review-section .reviews-bottom-section p.reviews-heading {
  color: #000000;
  padding: 0 15px;
  display: inline-block;
  background: #fff;
  font-weight: 600;
  margin: 0 auto;
  font-size: 24px;
  position: relative;
  z-index: 12;
  text-align: center;
}
.cms-se-home-test .review-section a.stamped-reviews-badge-mobile img {
  margin: 0 auto;
  text-align: center;
  display: block;
  width: 100%;
  max-width: 408px;
  padding: 0 20px;
}
.cms-se-home-test .review-section {
  margin-bottom: 10px;
  margin-top: 20px;
  padding: 0 15px;
}
.cms-se-home-test .review-section a.stamped-reviews-badge-mobile {
  border: 2px solid #000;
  width: 100%;
  display: block;
  max-width: 800px;
  margin: 0 auto;
  border-radius: 20px;
}
.cms-se-home-test .review-section .reviews-bottom-section p.reviews-custom-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.cms-se-home-test .footer .footer-middle .container {
  max-width: 1180px;
}
.cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6 .block-newsletter {
  text-align: center;
}
.cms-se-home-test .footer address {
  text-align: center;
  display: block;
  width: 100%;
  padding: 10px 8px 10px 0;
  line-height: 35px;
}
.cms-se-home-test .footer .footer-bottom ul.footer-paylogo li {
  margin: 10px 5px;
}
.cms-se-home-test .footer .footer-bottom ul.footer-paylogo li img {
  width: 100%;
  max-width: 40px !important;
  height: auto;
  object-fit: cover;
  display: block;
}
@media only screen and (min-width: 768px) {
  .cms-se-home-test .banner-btm-main .inner-content {
    gap: 1%;
    flex-wrap: unset !important;
  }
  .cms-se-home-test .banner-btm-main .inner-content .mgz-col-md-4 {
    padding: 0;
    border: none;
  }
  .cms-se-home-test .header-main .header-row .search-area .amsearch-form-block .amsearch-input-wrapper {
    min-width: 200px;
  }
}
@media only screen and (max-width: 1199px) {
  .cms-se-home-test .-new-arrival-banner-content {
    padding: 50px 90px;
  }
  .cms-se-home-test .footer .footer-middle .container {
    max-width: 1000px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) {
    padding: 0 0 0 70px;
  }
}
@media only screen and (max-width: 1024px) {
  .cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-center {
    padding: 0;
    justify-content: end;
  }
  .cms-se-home-test .page-wrapper header.page-header.sticky-header .header-main .header-row .header-center {
    padding: 0px;
  }
  .cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-center .search-area.show-icon-tablet {
    position: relative !important;
  }
  .cms-se-home-test .page-wrapper .page-header .header-main .header-row .header-right {
    width: auto;
  }
  .cms-se-home-test .page-wrapper .header-main .header-row .search-area .search-toggle-icon {
    height: auto;
    right: 8px;
  }
  .cms-se-home-test .page-wrapper .header-main .header-row .header-right,
  .cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact {
    gap: 10px;
  }
  .cms-se-home-test .page-wrapper .header-main .header.content.header-row {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact a {
    margin-right: 0px !important;
  }
  .cms-se-home-test .page-wrapper header.page-header.sticky-header .header-main {
    position: unset;
  }
  .page-wrapper header.page-header.sticky-header a.stamped-reviews-badge-mobile {
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media only screen and (min-width: 992px) {
  .cms-se-home-test .footer .custom-footer-middle .container {
    padding: 30px 20px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:first-child {
    border-right: 2px solid #fff;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6 .block-newsletter {
    max-width: 355px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:first-child .follow-us {
    text-align: center;
    max-width: 340px;
    margin-bottom: 15px !important;
  }
  .cms-se-home-test .page-wrapper .page-header .navigation:not(.side-megamenu) .level0 {
    margin-right: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .cms-se-home-test .footer .custom-footer-middle .follow-us {
    text-align: center;
    padding-bottom: 35px;
    display: block;
    margin-bottom: 0px !important;
  }
  .cms-se-home-test .-new-arrival-banner-content {
    padding: 20px 80px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) {
    padding: 0 10px;
  }
  .cms-se-home-test .search-area.show-icon-tablet a.search-toggle-icon i::before {
    font-weight: 400;
  }
  .cms-se-home-test .header-main .header-row .search-area .amsearch-form-block {
    position: static;
  }
  .cms-se-home-test .page-header .amsearch-wrapper-block {
    top: 70px;
    left: 0px;
    position: absolute;
    width: 100%;
  }
  .cms-se-home-test .header-main .header-row a img {
    max-height: max-content;
  }
  .cms-se-home-test .page-wrapper .header-main {
    padding-top: 10px;
  }
  .cms-se-home-test .header-main .header-row .search-area .amsearch-form-block {
    position: static;
  }
  .cms-se-home-test .page-header .amsearch-wrapper-block {
    top: 70px;
    left: 0px;
    position: absolute;
    width: 100%;
  }
  header.page-header .nav-sections-item-title {
    display: none;
  }
  .cms-se-home-test .page-wrapper header.page-header.sticky-header .nav-sections {
    position: fixed !important;
  }
}
@media only screen and (max-width: 767px) {
  .cms-se-home-test .banner-custom .Mobile-image-banner {
    display: block !important;
  }
  .cms-se-home-test .banner-custom .banner-desktop-image {
    display: none;
  }
  .cms-se-home-test .columns .column.main {
    margin-top: 0;
  }
  .cms-se-home-test .banner-custom .inner-content .banner-desktop-main {
    display: none !important;
  }
  .cms-se-home-test .New-arrival-section {
    position: static;
  }
  .cms-se-home-test .New-arrival-section .-new-arrival-banner-content {
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .cms-se-home-test .-new-arrival-banner-content p {
    font-size: 50px;
  }
  .cms-se-home-test .New-arrival-bannermain img.mgz-hover-main {
    min-height: 300px;
    object-fit: cover;
  }
  .cms-se-home-test .page-wrapper .header-main .header-row .search-area .search-toggle-icon {
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
  }
  .section.porto-inner-container .col-md-3.last-child {
    display: none;
  }
  .section.porto-inner-container .col-md-3 p span {
    display: none;
  }
  .section.porto-inner-container .col-md-3 {
    width: 33.333%;
  }
  .cms-se-home-test .banner-custom .Banner-section-description .banner-content {
    top: 46%;
    transform: translateX(-50%);
  }
  .cms-se-home-test .page-wrapper .header-main .header-row .header-right .header-contact a.wishlist {
    margin-top: 2px;
  }
  .cms-se-home-test .page-wrapper .page-header.type1 .minicart-wrapper {
    margin-top: 3px;
    margin-left: 0px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6 {
    text-align: center;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) {
    text-align: left;
    max-width: 350px;
    margin: 0 auto;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) ul.footer-links:first-child {
    border-right: 2px solid #fff;
    text-align: right;
    padding-right: 15px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) .footer-links-second {
    padding-left: 15px;
    margin-bottom: 0px !important;
  }
  .cms-se-home-test .footer .custom-footer-middle .follow-us {
    padding-bottom: 30px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) [data-content-type='html'] {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .cms-se-home-test .footer {
    display: flex;
    flex-wrap: wrap;
  }
  .cms-se-home-test .footer .custom-footer-middle {
    order: 2;
  }
  .cms-se-home-test .footer .footer-bottom {
    order: 1;
    width: 100%;
    margin-top: 0px;
  }
  .cms-se-home-test .footer address {
    order: 3;
  }
  .cms-se-home-test .footer .footer-bottom ul.footer-paylogo {
    max-width: 200px;
    margin: 0 auto;
    width: 100%;
    flex-wrap: wrap;
  }
  .cms-se-home-test .footer .footer-bottom ul.footer-paylogo li img {
    height: auto;
    width: 100%;
    max-width: 60px;
  }
  .cms-se-home-test .footer .footer-bottom ul.footer-paylogo li {
    margin: 6px 0px;
    width: 25%;
    padding: 0px 5px;
  }
  .cms-se-home-test .footer .footer-bottom .container {
    padding: 0px !important;
  }
}
@media only screen and (max-width: 639px) {
  .section.porto-inner-container .col-md-3 {
    width: 100%;
  }
}
@media only screen and (max-width: 480px) {
  .cms-se-home-test .banner-custom .Banner-section-description .banner-content p span {
    font-size: 45px;
    margin: 0px;
  }
  .cms-se-home-test .banner-custom .Banner-section-description .banner-content a {
    max-width: 145px;
  }
  .cms-se-home-test .banner-custom .Banner-section-description .banner-content .overlay-banner-content {
    padding: 15px 20px;
  }
  .cms-se-home-test .banner-custom .Banner-section-description .banner-content {
    max-width: 300px;
    top: 30%;
  }
  .cms-se-home-test .banner-custom .Banner-section-description .banner-content p {
    font-size: 25px;
  }
  .cms-se-home-test footer.page-footer .footer .footer-middle .container {
    padding-left: 5px;
    padding-right: 5px;
  }
  .cms-se-home-test .footer ul.footer-links {
    float: none;
  }
  .cms-se-home-test .footer .footer-links a {
    font-size: 12px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) {
    max-width: 100%;
    padding: 0px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) ul.footer-links:first-child {
    padding-right: 10px;
  }
  .cms-se-home-test .footer .custom-footer-middle .container .row .col-lg-6:nth-child(2) .footer-links-second {
    padding-left: 10px;
  }
}
@media only screen and (max-width: 380px) {
  .cms-se-home-test .page-wrapper .header-main .header-row .search-area .search-toggle-icon {
    right: 10px;
  }
}
/*New-homepage-design-S*/
.page-layout-1col-sticker .namelabel_icon_description {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}
.page-layout-1col-sticker .namelabel_icon_description ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.page-layout-1col-sticker .namelabel_icon_description ul li img {
  width: 38px;
  height: 38px;
}
.page-layout-1col-sticker .namelabel_icon_description ul li {
  display: flex;
  align-items: center;
  gap: 3%;
  width: 50%;
  line-height: normal;
  margin-bottom: 15px;
}
.page-layout-1col-sticker .namelabel_icon_description ul li span {
  font-size: 14px;
  display: inline-block;
}
.page-layout-1col-sticker .container-namelabel {
  display: flex;
  background: #d9dedb;
  padding: 20px 30px;
  gap: 30px;
  margin-bottom: 20px;
  width: 100%;
}
.page-layout-1col-sticker .container-namelabel .left-section-namelabel {
  text-align: center;
  width: 30%;
  padding-top: 12px;
}
.page-layout-1col-sticker .container-namelabel .left-section-namelabel p {
  margin-bottom: 35px;
}
.page-layout-1col-sticker .container-namelabel .left-section-namelabel h2 {
  margin-bottom: 5px;
}
.page-layout-1col-sticker .container-namelabel .left-section-namelabel h2,
.page-layout-1col-sticker .container-namelabel .left-section-namelabel p {
  font-size: 18px;
  color: #000;
  font-weight: 600;
  margin: 0px;
}
.page-layout-1col-sticker .container-namelabel .left-section-namelabel .faq-image-wrapper {
  margin: 15px 0 0px;
}
.page-layout-1col-sticker .container-namelabel a.faq-btn {
  background: #3b4151;
  color: #fff;
  padding: 10px 50px;
  display: inline-block;
  border-radius: 24px;
  font-size: 16px;
}
.container-namelabel .right-section-namelabel a.faq-btn {
  display: none;
}
.page-layout-1col-sticker .container-namelabel a.faq-btn:hover {
  background: #171a1c;
}
.page-layout-1col-sticker .container-namelabel .left-section-namelabel .accordion-container {
  width: 100%;
  background: #f2f2f2;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-item {
  margin-bottom: 0;
  border: none;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-header {
  padding: 10px 20px 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 400;
  color: #000000;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #d9d9d9;
  background: #f2f2f2;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-header::after {
  font-size: 15px;
  transition: transform 0.3s ease;
  content: "\e81c";
  font-family: "porto-icons";
  color: #505050;
  text-align: right;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-header.active::after {
  transform: rotate(180deg);
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-content {
  padding: 10px 20px 10px;
  display: none;
  font-size: 14px;
  color: #666;
  background: #fff;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-content h2 {
  font-size: 16px;
  font-weight: 600;
  margin: 10px 0 5px;
  color: #000;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-content ul {
  list-style-type: disc;
  padding-left: 20px;
  margin: 0 0 15px;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-content li {
  margin-bottom: 5px;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-content p {
  margin: 0 0 15px;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel {
  width: 70%;
}
.page-layout-1col-sticker .container-namelabel .right-section-namelabel .accordion-item .accordion-header.active {
  background: #fff;
  border: none;
}
.page-layout-1col-sticker .product.info.detailed .product.data.items > .item.title a:before {
  display: none !important;
}
@media only screen and (max-width: 992px) {
  .page-layout-1col-sticker .namelabel_icon_description ul li {
    width: 50%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .page-layout-1col-sticker .container-namelabel {
    flex-direction: column;
    padding: 20px;
  }
  .page-layout-1col-sticker .container-namelabel .left-section-namelabel .faq-image-wrapper {
    display: none;
  }
  .page-layout-1col-sticker .container-namelabel .right-section-namelabel,
  .page-layout-1col-sticker .container-namelabel .left-section-namelabel {
    width: 100%;
  }
  .page-layout-1col-sticker .container-namelabel .left-section-namelabel {
    margin-bottom: 20px;
  }
  .page-layout-1col-sticker .container-namelabel .left-section-namelabel a.faq-btn {
    display: none;
  }
  .page-layout-1col-sticker .container-namelabel .left-section-namelabel p {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 480px) {
  .page-layout-1col-sticker .namelabel_icon_description ul li span br {
    display: none;
  }
  .page-layout-1col-sticker .namelabel_icon_description ul li span {
    padding-right: 5px;
  }
}
/*.page-layout-1column .tab-product-part .product.media{
    max-width: 500px;
    width: 100%;
}
.page-layout-1column .tab-product-part .product.media .gallery-placeholder .fotorama__wrap .fotorama__stage{
    height: 700px !important;
}*/
/*Mega-menu-style-S*/
.mega-menu-main .mega-menu-col .second-col .ammenu-category-columns .category-item a:hover,
.mega-menu-main .mega-menu-col .common-col a:hover {
  text-decoration: underline;
}
.page-wrapper .page-header .ammenu-menu-wrapper .ammenu-nav-sections nav.ammenu-main-container ul.ammenu-items {
  max-width: 100%;
}
.page-wrapper .page-header .ammenu-menu-wrapper .ammenu-nav-sections nav.ammenu-main-container {
  padding: 0px;
}
.mega-menu-main {
  display: flex;
  justify-content: space-between;
}
.mega-menu-main .mega-menu-col {
  width: 60%;
  flex-wrap: wrap;
  gap: 4%;
  display: flex;
}
.mega-menu-main .mega-menu-col .first-col {
  width: 35%;
  text-align: left;
}
.mega-menu-main .col.image-block {
  width: 40%;
  justify-content: center;
  display: flex;
}
.mega-menu-main .mega-menu-col .common-col a {
  display: block;
  padding: 5px 0px;
  font-size: 16px;
  color: #333;
}
.mega-menu-main .mega-menu-col .first-col {
  border-right: 1px solid #000;
}
.mega-menu-main .mega-menu-col .common-col h3 {
  color: #000;
  font-size: 25px;
  margin-bottom: 20px;
  font-weight: bold;
}
.mega-menu-main .mega-menu-col .second-col .ammenu-category-columns {
  justify-content: space-between;
  gap: 0%;
  width: 100%;
}
.mega-menu-main .mega-menu-col .second-col .ammenu-category-columns .category-item {
  padding: 0 23px 0 0;
  width: 48%;
}
.mega-menu-main .mega-menu-col .second-col .ammenu-category-columns .category-item a {
  margin: 0;
  padding: 2px 0;
  color: #333 !important;
  font-weight: 400;
}
.mega-menu-main .mega-menu-col .second-col {
  width: 60%;
  text-align: left;
  padding-left: 20px;
}
.ammenu-nav-sections.-topmenu .ammenu-submenu-wrapper {
  height: 100vh;
  max-height: 100vh;
}
.mega-menu-main .mega-menu-col .second-col .ammenu-category-columns .category-item ul.ammenu-list {
  display: none;
}
.mega-menu-main .col.image-block .left-img {
  margin-right: 10px;
}
.mega-menu-main .col.image-block .left-img img {
  max-width: 580px;
  width: 100%;
  height: 500px;
  object-fit: cover;
}
.mega-menu-main .col.image-block .right-imgs {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.mega-menu-main .col.image-block .right-imgs img {
  width: 100%;
  max-width: 300px;
  height: 250px;
  object-fit: cover;
}
/*Mega-menu-style-E*/
.cataloglabel.position-BL {
  z-index: 10;
}
.cataloglabel.position-BR {
  z-index: 10;
}
.cataloglabel.position-BC {
  z-index: 10;
}
.mst-related__block-bulletproof .bulletproof-content .bulletproof-items .bulletproof-item .bulletproof-item-info .bulletproof-item-details .bulletproof-item-actions {
  display: none;
}
.mst-related_products__productsList .productsList-paging {
  display: none;
}
.pr-cookie-notice-actions .pr-cookie-notice-btn,
.pr-cookie-left-bar .pr-actions-buttons .action {
  height: 3rem;
  padding: 0 2em;
  overflow: hidden;
  font-size: 1em;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 3rem;
  text-transform: uppercase;
}
.pr-cookie-notice-actions .pr-cookie-notice-btn.setting-link,
.pr-cookie-modal button.pr-cookie-setting-btn.setting-link {
  color: #444;
  text-transform: none;
}
.pr-cookie-notice-actions .pr-cookie-notice-btn.setting-link:hover,
.pr-cookie-modal button.pr-cookie-setting-btn.setting-link:hover {
  color: #777;
}
.pr-cookie-left-bar .pr-cookie-description p,
.pr-cookie-category-descrip {
  font-size: 0.9rem;
  margin-bottom: 0.9rem;
}
#pr-cookie-setting-bar .option-label {
  font-size: 1rem;
}
#pr-cookie-setting-bar .option-status {
  font-size: 1rem;
}
.pr-cookie-left-bar .pr-cookie-details {
  font-size: 1rem;
}
.pr-cookie-details-modal #pr-cookie-setting-bar .pr-cookie-title,
.pr-cookie-details-modal #pr-cookie-setting-bar .pr-cookie-manage-title {
  margin-bottom: 1rem;
  font-size: 1.2rem;
}
.pr-cookie-details-modal .category-open .first-details {
  padding: 1rem 1.2rem;
  border-top: 1px solid #DEE5EB;
}
.pr-cookie-details-modal .pr-cookie-description {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}
.pr-cookie-details-modal .pr-actions-buttons {
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #EEF6FF;
}
.pr-cookie-details-modal .confirm.primary {
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .pr-cookie-details-modal.modal-popup .modal-inner-wrap {
    padding: 2rem 2rem 2.5rem 2rem;
    height: 626px;
    max-height: 626px;
  }
}
@media (min-width: 768px) {
  .pr-cookie-details-modal .accordion-title > .pr-cookie-option {
    padding: 0.8rem 1.5rem;
  }
  .pr-cookie-details-modal .accordion-title > .pr-cookie-option:before {
    margin-right: 0.2rem;
  }
  .pr-cookie-details-modal #pr-cookie-setting-bar .option-label {
    padding-left: 1rem;
  }
  .pr-cookie-details-modal .accordion-title > .pr-cookie-option:after {
    background: #EEF6FF;
  }
}
