/**
 * 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: 'Museo 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: 'Museo 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 {
  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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  background: none;
  border: none;
  box-shadow: none;
  font-weight: 400;
  outline: none;
  padding: 0;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 992px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    background: transparent;
    padding: 9px 16px;
    position: inherit;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    margin: 0 0 25px 0;
    order: 3;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 0;
  margin: 0;
  opacity: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 0;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.message-error.error.message {
  word-wrap: break-word;
}
.login-container .block.block-static-block {
  float: none !important;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Search
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
@media only screen and (max-width: 600px) {
  .minisearch .search-category {
    top: 65% !important;
    right: 15px !important;
    height: 32px;
    display: none;
  }
}
.autocomplete-suggestions {
  border: 1px solid #bbbbbb;
  background: #ffffff;
  cursor: default;
  border-top: none;
  height: auto;
  overflow: auto;
  max-height: 2000px;
}
.autocomplete-suggestion {
  cursor: pointer;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
  font-size: 1.2em;
  border-bottom: 1px solid #eeeeee;
  display: block;
}
.autocomplete-suggestion:last-child {
  border-bottom: none;
}
.search-category,
#mpsearch-category {
  height: 100%;
}
.autocomplete-selected {
  background: #eef3d6;
}
input#searchauto {
  border: 1px solid #bbbbbb;
  border-radius: 2px;
  width: 375px;
}
.suggestion-left {
  float: left;
  width: 15%;
  padding: auto;
}
.suggestion-right {
  width: 82%;
  padding-left: 10px;
  text-align: left;
  color: black;
  float: left;
}
.product-name {
  font-size: 14px;
  color: #3399cc;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-price {
  font-size: 12px;
}
.product-des {
  font-size: 12px;
}
.product-des p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-line {
  margin-bottom: 5px;
}
ul#ui-id-1 {
  font-family: inherit;
  padding: 0px;
  border-bottom: none;
}
p.short-des {
  margin: 0px;
  font-size: 0.9em;
  color: #aaaaaa;
}
#view_all {
  text-align: center;
  background: #eff4f7;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .block-search {
    z-index: 999 !important;
    padding-left: 140px !important;
  }
}
@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,
  .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),
  .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),
  .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) + *,
  .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 .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,
  .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,
  .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,
  .paypal-review-discount .block,
  .cart-discount .block {
    width: 48%;
  }
  .abs-discount-block-desktop .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,
  .paypal-review-discount .block > .title strong,
  .cart-discount .block > .title strong {
    font-size: 1.6rem;
  }
  .abs-discount-block-desktop .block > .title:after,
  .paypal-review-discount .block > .title:after,
  .cart-discount .block > .title:after {
    display: none;
  }
  .abs-discount-block-desktop .block .content,
  .paypal-review-discount .block .content,
  .cart-discount .block .content {
    display: block !important;
    padding: 0;
  }
  .abs-discount-block-desktop .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;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    background: #fafafa;
    padding: 5px 10px;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    border: none;
    flex-basis: auto;
    margin: 0;
    padding: 0;
  }
  .amrev-toolbar-container .amrev-sorting {
    flex-basis: 250px;
    order: 2;
    padding: 0 0 0 15px;
  }
  .amrev-toolbar-container.-all .amrev-sorting {
    border-left: 1px solid #d6d6d6;
  }
  .amrev-toolbar-container .amrev-label {
    margin: 0 7.5px;
  }
  .amrev-toolbar-container .amrev-select {
    max-width: 175px;
  }
  .amreview-images.slick-slider .slick-slide {
    display: inline-block;
  }
  .amreview-images.slick-slider .slick-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat;
  }
  .amrev-comment-block {
    margin: 0;
  }
  .amrev-area-field div.mage-error {
    margin-top: 4px;
    position: absolute;
    top: 100%;
  }
  .amrev-comment-form .amrev-fieldset {
    flex-basis: 70%;
  }
  .amrev-comment-toolbar {
    flex-wrap: nowrap;
    padding: 25px 0 20px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: auto;
    order: 3;
    padding: 0 15px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus {
    margin: 0 10px 0 0;
  }
  .amrev-comment-toolbar .amrev-comment {
    border-right: 1px solid #767676;
    flex-basis: auto;
    justify-content: initial;
    margin: 0;
    order: 2;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amreview-helpful-wrap .amreview-helpful {
    font-size: 12px;
  }
  .amreview-submit-form .field.review-field-nickname.-half,
  .amreview-submit-form .field.review-field-email {
    width: 48%;
  }
  .amreview-submit-form .review-form .action.submit.primary {
    padding: 11px 22px;
  }
  .amreview-submit-form > .block-content {
    padding: 25px 0 55px;
  }
  .amreview-submit-form .review-fieldset {
    margin: 0 0 40px;
  }
  .amreview-submit-form .review-fieldset .field {
    margin: 0 0 15px 0;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info.amreview-showmore {
    display: none;
  }
  .amreview-review-list {
    margin: 0;
    padding: 50px 0 20px 0;
  }
  .amreview-review-list.-empty {
    padding: 40px;
  }
  .amrev-desc-title {
    flex-wrap: nowrap;
  }
  .amreview-author-details {
    margin: 10px 0 20px;
  }
  .amreview-percent-block {
    display: flex;
    align-items: center;
  }
  .amreview-summary-info {
    display: inline-block;
  }
  .amreview-add-new {
    margin: 40px 0 0;
  }
  .amreview-add-new .amreview-label {
    max-width: 160px;
    text-align: left;
  }
  .amreview-author-details {
    display: inline-block;
    margin: 0 auto 0 0;
    vertical-align: top;
    width: 25%;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    background: #f1f1f1;
    border-left: 2px solid #1ab900;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
    margin: 20px 0;
    max-width: 78px;
    padding: 4px 4px 4px 6px;
    position: relative;
  }
  .amreview-recommended:after {
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    bottom: 0;
    content: '';
    display: block;
    position: absolute;
    right: -32px;
    top: 0;
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    border: 0;
    float: right;
    padding: 20px 0;
  }
  .amreview-toolbar-wrap.review-toolbar .limiter {
    float: left;
    padding: 20px 0;
  }
  .amreview-review-wrapper.review-item {
    padding: 30px 0 40px 0;
  }
  .amreview-description-wrap {
    display: inline-block;
    position: relative;
    width: 75%;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-left: 35px;
    padding-right: 35px;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful {
    margin: 0;
    width: auto;
  }
  .amreview-widget-container.-summary-widget .amreview-icon {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-plus {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-minus {
    margin: 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-wrapper {
    padding: 25px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    padding: 35px;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    min-width: 200px;
    z-index: 1001;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    display: inline-block;
    margin: 0 0 0 15px;
    position: static;
    transform: translateY(-2px);
  }
  .sidebar.sidebar-main.-amshopby-sticky {
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 10;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options {
    overflow-y: auto;
    scrollbar-width: thin;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover {
    scrollbar-color: #adadad rgba(173, 173, 173, 0.2);
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar {
    background: #f0f0f0;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-thumb {
    background: #adadad;
    border-radius: 6px;
    cursor: pointer;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options:hover::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ffffff;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar {
    height: 12px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options::-webkit-scrollbar-thumb {
    height: 6px;
    width: 6px;
  }
  .sidebar.sidebar-main.-amshopby-sticky .filter-options ::-webkit-scrollbar-track {
    height: 6px;
    width: 6px;
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 0;
    margin: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    width: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 12.5px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .amlocator-main-container .amlocator-search-container {
    width: 33%;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block {
    margin-bottom: 0;
    text-align: center;
    margin-bottom: 5px;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
    color: #1979c3;
    background: #fff;
    margin-top: 10px;
    width: 100%;
    margin-left: auto;
  }
  .amlocator-main-container .amlocator-search-container .amlocator-block.-separator {
    display: none;
  }
  .amlocator-main-container .amlocator-map-container {
    height: 100vh;
    max-height: 800px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-filter {
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    width: 67%;
    height: 80vh;
    max-height: 800px;
    padding-left: 15px;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-block.-storelist {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    order: inherit;
    width: 33%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map {
    height: 100%;
  }
  .amlocator-main-container .amlocator-map-container .amlocator-map button {
    top: 0 !important;
    right: 0 !important;
  }
  .amlocator-main-container .amlocator-store-list .amlocator-wrapper {
    max-height: inherit;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-content {
    display: block;
  }
  .amlocator-main-container .amlocator-filters-container .amlocator-hidden-filter {
    display: none;
  }
  .amlocator-location-main .amlocator-location-container {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left,
  .amlocator-location-main .amlocator-location-container .amlocator-block.-grey {
    background: #fbfbfb;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-left {
    width: 33%;
  }
  .amlocator-location-main .amlocator-location-container > .amlocator-column.-right {
    display: block;
    padding-left: 15px;
    width: 67%;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-block.-map {
    height: 60vh;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-location-reviews .amlocator-wrapper {
    margin-right: auto;
  }
  .amlocator-location-main .amlocator-location-container .amlocator-attributes-wrapper .amlocator-collapse-title {
    display: none;
  }
  .amlocator-location-main .amlocator-location-attribute {
    width: 50%;
    margin-bottom: 10px;
  }
  .amlocator-location-main .amlocator-location-attribute:not(:first-of-type) {
    margin-top: 0;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(odd) {
    float: left;
  }
  .amlocator-location-main .amlocator-location-attribute:nth-of-type(even) {
    float: right;
  }
  .amlocator-attributes-container {
    display: block;
  }
  .amlocator-popup-overlay .amlocator-review-popup {
    width: 30%;
    min-width: 330px;
  }
  .amlocator-popup-overlay .field.review-field-ratings .control {
    width: inherit;
  }
  .ampickup-store-container.-checkout .ampickup-field {
    box-sizing: border-box;
  }
  .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-left: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-right: 10px;
    width: 50%;
  }
  .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .ampickup-map-popup .ampickup-content {
    width: 80vw;
  }
  .checkout-index-index .ampickup-conditions-container.block > .title,
  .paypal-review .ampickup-conditions-container.block > .title {
    display: none;
  }
  .checkout-index-index .ampickup-conditions-container.block > .content,
  .paypal-review .ampickup-conditions-container.block > .content {
    padding-top: 0;
  }
  .ampickup-map-popup .ampickup-content {
    display: flex;
    flex-direction: column;
    width: 80vw;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container {
    min-height: 600px;
  }
  .ampickup-map-popup .amlocator-main-container .amlocator-map-container .amlocator-block.-map {
    height: 100%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field {
    width: 33%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: column;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    align-self: stretch;
    margin: 15px 0;
    width: inherit;
    border-top: 1px solid #c7c7c7;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-date {
    padding-left: 5%;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-time {
    padding-right: 5%;
  }
  .paypal-review .ampickup-conditions-container.block {
    float: none;
    width: 100%;
  }
  .paypal-review .ampickup-options-container {
    padding-right: calc((100% - 33% * 2) + 10px);
    width: 100%;
  }
  #search_mini_form {
    width: 374px;
    float: right;
  }
  .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: 'Museo 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-footer .share-links {
    margin-top: auto;
    text-align: right;
  }
  .page-footer .footer-middle .container {
    padding-bottom: 30px;
  }
  .page-footer .footer-middle .column-container {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .page-footer .footer-middle .row {
    justify-content: space-between;
  }
  .page-footer .footer-middle .col-lg-3 {
    max-width: 240px;
  }
  .page-footer .footer-middle .col-lg-3:first-of-type {
    max-width: 340px;
  }
  .page-footer .footer-middle .col-lg-3:last-of-type > div {
    height: 100%;
  }
  .page-footer .footer-middle .icon-list {
    margin-top: 60px;
  }
  .page-footer .footer-middle > .container::after {
    max-width: 1420px;
    border-color: #333333;
  }
  .page-footer .footer-social {
    width: 100%;
  }
  .page-footer .footer-social .share-links {
    text-align: right;
  }
  .page-footer .copyright {
    padding-top: 20px;
    margin-top: 30px;
    border-top: 1px solid #333333;
    width: 100%;
  }
  .page-footer .copyright span {
    line-height: 20px;
  }
  .page-footer .footer-bottom {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@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;
  }
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
  }
  .amreview-summary-details {
    flex-basis: auto;
    margin-left: 20px;
    order: initial;
    padding: 0;
  }
  .amreview-summary-details .amreview-label .amreview-bar {
    width: 80px;
  }
  .amreview-summary-info {
    flex-basis: auto;
    order: initial;
  }
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-add-new {
    flex-basis: auto;
    order: initial;
  }
  .amreview-info-wrapper .amreview-summary-info,
  .amreview-info-wrapper .amreview-summary-details,
  .amreview-info-wrapper .amreview-add-new {
    vertical-align: middle;
  }
  .amreview-info-wrapper .amreview-summary-details {
    border-right: 2px solid #767676;
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
  }
  .amreview-info-wrapper .amreview-add-new {
    background: none;
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 0;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    background: #f8fcff;
    border-bottom: 0;
    width: 49%;
  }
  .amreview-widget-container.-grid .amreview-title {
    background: none;
    cursor: unset;
    padding: 10px 0;
    pointer-events: none;
  }
  .amreview-widget-container.-grid .amreview-title:after {
    display: none;
  }
  .amreview-widget-container.-grid .amreview-description-wrapper {
    min-width: 200px;
  }
  .amreview-widget-container.-grid .amreview-message {
    max-width: 290px;
  }
  .amreview-widget-container.-sidebar .amreview-rating-wrapper {
    max-width: 30%;
    min-width: 120px;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-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;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-field.-store .ampickup-wrapper {
    flex-direction: row;
  }
  .paypal-review .ampickup-store-container.-checkout .ampickup-separator {
    margin: 0 25px;
    border-top: 0;
    border-right: 1px solid #c7c7c7;
  }
  .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 {
  .amslider .wrapper {
    justify-content: center;
  }
  .amlocator-schedule-table .amlocator-cell.-time {
    padding-right: 7%;
    text-align: right;
  }
  .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: 'Museo Sans';
  src: url('../fonts/F37_Ginger_Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}
@media screen and (min-width: 1200px) {
  .accessories-items-list ol {
    column-count: 2;
  }
}
.stock-items {
  list-style-type: none;
}
.accessories-items-list ol li {
  background-color: #fafafa;
  padding: 10px !important;
}
.accessories-items-list ol li :is(.acc-right, .accessory-image-photo) {
  height: 120px;
}
.accessories-items-list ol li [class^='swatch-opt-'] {
  display: block !important;
  margin-top: 10px;
}
.accessories-items-list ol li [class^='swatch-opt-'] .swatch-select {
  padding: 4px;
}
.accessories-items-list ol li [class^='swatch-opt-'] .swatch-input {
  display: none;
}
.acc-left {
  width: 55%;
}
.acc-left .price-box .price {
  font-size: 14px;
  vertical-align: middle;
  margin-left: 5px;
}
.acc-left .price-parent {
  display: flex;
}
.acc-left input {
  width: 20px;
  height: 20px;
}
.acc-left .acc-checkbox-wrapper {
  bottom: 5px;
  display: flex;
  position: absolute;
}
.acc-left .acc-product-qty {
  display: none;
}
img.accessory-image-photo {
  padding: 0px;
  float: right;
}
.cart-item-accessories {
  margin-bottom: 10px;
}
.cart-item-accessories .product-item-name,
.cart-item-accessories .product.name a {
  color: black;
  font-size: 14px;
}
.cart-item-accessories h3 {
  font-size: 16px;
}
.action.showcart.movs-icon .porto-icon-shopping-cart::before {
  content: url('../images/menu/varukorg.svg');
}
.my-account .porto-icon-user-2.movs-icon::before {
  content: url('../images/menu/inlogg.svg') !important;
}
.my-account .porto-icon-location.movs-icon::before {
  content: url('../images/menu/kartnal.svg') !important;
}
.my-account .action.tocompare::before {
  content: url('../images/menu/jamfor.svg') !important;
}
/**
 * Replaced by sku
 */
.replaced-by-sku-info {
  color: #eb5202;
  font-size: 26px;
}
@media (min-width: 768px) {
  .replaced-by-sku-info {
    margin-bottom: 195px;
  }
}
.replaced-by-sku.wrapper {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 7px 7px;
}
.replaced-by-sku.wrapper span {
  background: #222529;
  color: #f5f5f5;
  font-size: 18px;
  display: inline-block;
  font-family: 'F37Ginger', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  border: 0;
  box-sizing: border-box;
  font-weight: 500;
  letter-spacing: 0.08em;
  padding: 12px 24px;
  line-height: 1.1;
}
.replaced-by-sku.wrapper span.title {
  color: #ffffff;
}
.replaced-by-sku.wrapper span.value a,
.replaced-by-sku.wrapper span.value a:visited,
.replaced-by-sku.wrapper span.value a:active,
.replaced-by-sku.wrapper span.value a:hover {
  color: #eb5202;
}
.replaced-by-sku.wrapper span.value a:hover {
  text-decoration: underline;
}
.cms-kontakt,
.cms-kontakt-verkstad {
  color: #1D1D1B;
}
.cms-kontakt h1,
.cms-kontakt-verkstad h1 {
  margin-bottom: 0;
  color: #1D1D1B;
  font-size: 36px;
  font-weight: 400;
}
.cms-kontakt h2,
.cms-kontakt-verkstad h2 {
  color: #1D1D1B;
  margin-bottom: 20px;
}
.cms-kontakt .contact-info-bar,
.cms-kontakt-verkstad .contact-info-bar {
  background-color: #1D1D1B !important;
  color: #ffffff;
}
.cms-kontakt [data-content-type='row'][data-appearance='contained'],
.cms-kontakt-verkstad [data-content-type='row'][data-appearance='contained'] {
  max-width: 1340px;
}
.cms-kontakt .pagebuilder-button-secondary,
.cms-kontakt-verkstad .pagebuilder-button-secondary {
  border: 1px solid #333333;
  border-radius: 30px;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  background-color: transparent;
  padding: 6px 12px;
}
.cms-kontakt .pagebuilder-button-secondary:hover,
.cms-kontakt-verkstad .pagebuilder-button-secondary:hover {
  color: #333333;
  border: 1px solid #333333;
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cms-kontakt [data-content-type='row'][data-appearance='contained'] {
    padding: 20px;
  }
  .cms-kontakt .pagebuilder-column {
    margin: 10px 0;
  }
}
.amlocator-index-index .page-wrapper .amlocator-main-container {
  color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .page-title-wrapper .page-title span {
  color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .amlocator-range-slider {
  background-color: #CCCCCC;
}
.amlocator-index-index .page-wrapper .amlocator-range-slider .amlocator-tooltip {
  background-color: #1D1D1B;
  font-size: 11px;
  line-height: 20px;
}
.amlocator-index-index .page-wrapper .amlocator-range-slider .amlocator-tooltip:after {
  background-color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .amlocator-range-slider .ui-slider-range {
  background-color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .amlocator-range-slider .amlocator-handle {
  background-color: #1D1D1B !important;
}
.amlocator-index-index .page-wrapper .amlocator-store-desc {
  background-color: #f7f7f7;
}
.amlocator-index-index .page-wrapper .amlocator-map-container button {
  font-weight: 400 !important;
}
.amlocator-index-index .page-wrapper .amlocator-current-location .amlocator-text {
  color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .amlocator-current-location .amlocator-text::placeholder {
  color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .amlocator-filters-container .amlocator-clear {
  color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .amlocator-attribute-wrapper .amlocator-input .chosen-choices li.search-field input[type=text] {
  color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .contact-info-bar {
  color: #FFFFFF;
  background-color: #1D1D1B;
}
.amlocator-index-index .page-wrapper .contact-info-bar p {
  margin: 0;
}
@media only screen and (max-width: 822px) and (min-width: 672px) {
  .text-under-logo > h3,
  .text-under-logo > p {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1230px) {
  .cms-index-index .magefan-blog .blog-list {
    max-width: 1230px;
    margin-left: auto;
    margin-right: auto;
  }
  .cms-index-index .magefan-blog ul.post-list.clearfix {
    display: flex !important;
  }
}
body[class*=' categorypath-reservdelar'] .category-image .image {
  max-width: 720px;
}
.category-image .image {
  width: unset;
}
.amlocator-link {
  color: #333;
}
.section.magefan-blog .row > div {
  margin-bottom: 20px;
}
.product-info-main .page-title-wrapper {
  max-width: 100%;
}
.product-info-main .page-title-wrapper h1 {
  font-size: 1.8vw;
}
.amlocator-search-container .amlocator-search-radius label {
  display: none;
}
.cms-index-index .magefan-blog .blog-list li {
  min-width: 400px;
}
@media only screen and (max-width: 1230px) and (min-width: 10px) {
  .cms-index-index .magefan-blog .blog-list {
    margin: auto;
  }
  .cms-index-index .magefan-blog ul.post-list.clearfix {
    display: unset;
  }
  .hide-mobile {
    display: none;
  }
}
.accessories-items-list .products.list.items.product-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
.top-footer-container {
  display: flex;
}
.top-footer-container > div {
  width: 20%;
  display: flex;
}
.top-footer-container img {
  margin-right: 5px;
}
.footer-top .custom-block:after,
.footer-top .custom-block:before {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 0px;
}
.amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
  margin-top: 0px;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected {
  font-weight: bolder;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top span {
    font-size: 12px;
  }
  .page-header.type1 .custom-block {
    display: none;
  }
  .page-with-filter ul.post-list.clearfix li.post-holder {
    max-width: 300px;
  }
}
@media (max-width: 770px) {
  .first-img {
    margin-right: 0px !important;
  }
  .second-img {
    margin-left: 0px !important;
    margin-top: 20px;
  }
  .cms-index-index .pagebuilder-mobile-only {
    width: 100%;
  }
  .cms-index-index .scooter-2-go .pagebuilder-mobile-only {
    width: auto;
  }
  .second-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 20px;
  }
  .product-info-main .page-title-wrapper h1 {
    font-size: 3vw;
  }
  body[class*=' categorypath-reservdelar'] .category-image .image {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .page-with-filter ul.post-list.clearfix li.post-holder .post-content {
    display: none;
  }
  .accessories-items-list .products.list.items.product-items {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }
  .svea-checkout-cart .product-item-name {
    font-size: 1em !important;
  }
  table.svea-checkout-review td.subtotal .price {
    font-size: 1em !important;
  }
  .svea-checkout-cart .price-including-tax:before {
    display: none !important;
  }
  #svea_checkoutSidebar table.svea-checkout-review th:nth-child(4) span {
    display: none !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 822px) {
  .text-under-logo > h3,
  .text-under-logo > p {
    margin-bottom: 0px !important;
  }
}
a.product-social-links {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
i.action.tocompare {
  margin: 0 !important;
  width: 35px !important;
  height: 39px !important;
}
.my-account .porto-icon-location.movs-icon:before {
  font-size: 20px !important;
}
.my-account .porto-icon-user-2.movs-icon:before {
  font-size: 20px !important;
}
a.my-account {
  margin-right: 5px !important;
}
.additional-attributes-wrapper.store-stocks {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}
.additional-attributes-wrapper.store-stocks table > tbody > tr > th,
.additional-attributes-wrapper.store-stocks table > tbody > tr > td {
  font-size: 14px;
  text-transform: lowercase;
  border-top: none;
  padding-top: 0px;
  font-weight: 100;
}
.additional-attributes-wrapper.store-stocks table > tbody > tr:first-child > th,
.additional-attributes-wrapper.store-stocks table > tbody > trtr:first-child > td {
  font-weight: 600;
}
.additional-attributes-wrapper.store-stocks table > thead > tr > th,
.additional-attributes-wrapper.store-stocks table > thead > tr > td {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
}
ul.post-list.clearfix {
  flex-direction: row !important;
  gap: 15px;
  min-height: 608px;
}
.catalog-product-view .product-info-stock-sku .stock.available {
  display: none;
}
.catalog-category-view ul.post-list.clearfix {
  min-height: 308px;
}
.product-add-form .block-content .block-actions {
  display: none;
}
ul.post-list.clearfix li.post-holder {
  border-bottom: none !important;
  max-width: 400px;
  margin-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin: 0 7px 7px 7px;
  max-height: 460px;
}
.post-list .post-content {
  margin-botton: 0px;
}
.catalog-category-view .post-text-hld {
  display: none;
}
.catalog-category-view .post-info,
.cms-index-index .post-info {
  display: none;
}
.post-list .post-description {
  border: 2px solid lightgray;
}
.section .post-list .post-description {
  min-height: 400px;
}
.post-content .post-description .post-ftimg-hld {
  float: none !important;
  width: inherit;
  margin: 0;
}
.post-content .post-description .post-ftimg-hld > a {
  display: block !important;
}
.cms-index-index .post-title-holder {
  margin-left: 10px;
}
div[data-content-type=text] p {
  padding: 20px 10px !important;
}
.navigation a.level-top:not(:first-child)::before {
  content: ' | ' !important;
  padding: 0 10px;
}
.post-holder .post-header {
  min-height: 40px;
  margin-bottom: 0px !important;
}
.cms-index-index .columns .column > .post-list-wrapper .post-list .post-holder {
  max-width: 33.33%;
}
.cms-index-index [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.post-header .post-title {
  font-size: 14px !important;
}
.columns .column > .post-list-wrapper .post-list .post-header {
  min-height: 50px;
}
.amlocator-search-radius .amlocator-title {
  display: none;
}
.amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
.amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
  background-color: transparent;
}
.amlocator-info-popup .amlocator-name .amlocator-title a.amlocator-link {
  color: black;
}
.amlocator-info-popup .amlocator-name .amlocator-title a.amlocator-link:hover {
  opacity: 0.8;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: black;
}
.chosen-container .chosen-container-multi .chosen-width-drop .chosen-container-active {
  background-color: black;
}
.amlocator-store-desc.-active {
  background: black;
}
.chosen-container-active .chosen-choices {
  border: 1px solid black;
}
.amlocator-filters-container .amlocator-clear {
  color: black;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
  color: white;
  background-color: black;
  font-weight: 700;
  border: none;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover {
  background-color: #555;
}
.amlocator-attribute-wrapper .amlocator-label {
  font-weight: 600;
  font-size: 16px;
}
.amlocator-main-container .amlocator-search-container .amlocator-block label {
  font-size: 18px;
}
.amlocator-main-container .amlocator-button,
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  font-size: 14px;
  background-color: black;
}
.amlocator-main-container .amlocator-button:hover {
  background-color: #555;
}
.amlocator-filters-container .amlocator-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 15px;
  margin-bottom: 8px;
}
.chosen-container .chosen-results li.no-results {
  line-height: 20px;
  font-size: 20px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  font-size: 16px;
}
.amlocator-filters-container,
.amlocator-search-container {
  background: transparent !important;
}
.swatch-select .atv_typ {
  padding: 8px 22px !important;
}
.product-item-link {
  color: #444;
}
.product-item-link:hover {
  color: #888;
}
.acc-product-qty {
  margin: 10px 0 25px;
}
/*.cms-page-view .pagebuilder-button-primary{
    height: 3rem;
    padding: 0 2em;
    margin-bottom: 0;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: -.015em;
    font-weight: 700;
    line-height: 3rem;
    border: none;
    background: #8ae67c;
    !* font-size: 14px; *!
    color: #000;
}*/
.product-item-info.type3 .product-item-actions .tocompare.actions-secondary {
  opacity: 0.8;
  color: #333;
}
#product-addtocart-button:hover {
  background-color: #555;
}
.nav-sections-item-switch {
  color: black !important;
  font-size: 13px !important;
}
header.page-header .nav-sections-item-title {
  background-color: #f6f6f6 !important;
  border: none !important;
}
.top_sale_product .porto-products .flash-deal {
  position: unset !important;
}
.col-lg-5 [data-content-type='html'] {
  width: fit-content;
  margin-left: auto;
}
.product.info.detailed.accordion {
  background: none;
}
@media (max-width: 671px) {
  .terms-block {
    display: none;
  }
  .text-under-logo > h3,
  .text-under-logo > p {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  .text-under-logo {
    display: none;
  }
}
.catalog-product-view .additional-attributes .attributes-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.catalog-product-view .additional-attributes-wrapper {
  padding: 10px;
}
.catalog-product-view .additional-attributes-wrapper .col.data {
  font-weight: 400;
}
.catalog-product-view .additional-attributes-wrapper .col.label {
  text-transform: uppercase;
}
.custom-block > [data-content-type='html'] {
  width: 100%;
}
.terms-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 20px !important;
}
.follow-us-title {
  margin-bottom: 0px;
}
.share-links .share-facebook,
.share-links .share-twitter,
.share-links .share-linkedin,
.share-links .share-instagram,
.share-links .share-youtube {
  background: black !important;
  color: white !important;
}
.share-links a .share-instagram {
  background: black !important;
  color: white !important;
}
.safe-buy {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
.bottom-payment-icons {
  width: -webkit-fill-available;
}
.bottom-payment-icons:first-of-type {
  margin-bottom: 10px;
}
/*
body[class*=' categorypath-reservdelar'] .category-image .image {
max-width:720px;
}
.category-image .image {
width: unset;
}
*/
.sidebar-additional {
  display: none;
}
body[class*=' categorypath-reservdelar'] .sidebar-additional {
  display: block;
}
body[class*=' categorypath-tillbehor'] .sidebar-additional {
  display: block;
}
@media (min-width: 1440px) {
  .layout-1220 .block.category.event,
  .layout-1220 .footer.content,
  .layout-1220 .header.content,
  .layout-1220 .navigation,
  .layout-1220 .page-main,
  .layout-1220 .page-wrapper > .breadcrumbs > ul,
  .layout-1220 .page-wrapper > .page-bottom,
  .layout-1220 .page-wrapper > .widget,
  .layout-1220 .top-container,
  .layout-1220 .container {
    max-width: 1420px;
  }
}
@media (max-width: 992px) {
  .header-row > .header-right {
    position: unset !important;
    padding: 20px 0 10px 0;
  }
}
@media (max-width: 767px) {
  page-header.type1 .search-area {
    max-width: 100%;
  }
  search-area.show-icon-tablet {
    max-width: 100% !important;
  }
  .header-row .header-center {
    padding: 0 0 10px 0 !important;
  }
  .page-header.type1 .search-area .block.block-search {
    border: 1px solid #e2e2e2;
    opacity: 0.9;
  }
  .svea-checkout-cart .product-image-container {
    max-width: none;
    min-width: auto;
  }
}
.main-panel-top > .container {
  min-width: 100%;
  padding: 0;
}
.info-top-header,
.rating-top-header {
  height: fit-content;
}
.info-top-header > p,
.rating-top-header > p {
  margin-bottom: 0;
}
.extra-info i {
  padding: 5px;
  font-size: 20px;
  vertical-align: middle;
}
@media (min-width: 0px) {
  .page-header .header.panel {
    display: block !important;
  }
  .wrapper > .header-right {
    flex-direction: column-reverse;
  }
  .page-header .panel.wrapper .header-right {
    width: 100%;
  }
  .page-header .panel.wrapper .header-right .rating-top-header {
    margin-left: auto;
    padding-right: 30px;
  }
  [data-content-type='html'] {
    width: inherit;
  }
  .info-top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 75%;
    margin-left: 5%;
  }
  .header-row > .header-left {
    padding: 10px 0;
  }
  .header-row > .header-center {
    justify-content: flex-start;
  }
  .page-header.type1 .search-area .block.block-search {
    border: 2px solid #e2e2e2;
    opacity: 0.9;
  }
  .page-header.type1 .block-search input {
    height: 38px;
  }
  .page-header.type1 .search-area .minisearch .actions button {
    height: 38px;
  }
  .page-header.type1 .search-category {
    height: 38px;
    line-height: 38px;
  }
}
.search-area.show-icon-tablet a.search-toggle-icon {
  display: none !important;
}
/*header */
@media (max-width: 767px) {
  .search-area.show-icon-tablet .block.block-search {
    right: 0px !important;
    min-width: 100% !important;
  }
  .search-area .show-icon-tablet {
    border: 1px solid #c1c1c1 !important;
    border-radius: 25px !important;
  }
  .search-area.show-icon-tablet .block.block-search {
    display: unset !important;
    position: unset !important;
    right: 0px !important;
    border: none !important;
  }
  .header.content {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
    grid-template-areas: "a . . b" "c c c c";
    padding-right: 30px;
  }
  .header-left {
    grid-area: a;
  }
  .header-center {
    grid-area: c;
    width: 100% !important;
  }
  .header-right {
    grid-area: b;
  }
}
.block-search .block-content {
  border: 1px solid #000;
  border-radius: 25px;
}
li .ui-menu-item level0 fullwidth parent {
  margin-right: 0px !important;
}
.page-header.type1 .navigation:not(.side-megamenu) .level0 {
  margin-right: 0px !important;
}
.page-header .navigation .level0.parent > a:after {
  content: none !important;
}
nav ul li + li a.level-top::before {
  content: ' | ' !important;
  padding: 0 10px;
}
.logo img {
  width: 200px !important;
  max-height: none;
  height: auto !important;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: normal;
}
h1 {
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 32px 0;
}
h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 32px 0;
}
h3 {
  font-weight: 700;
  font-size: 14px;
  line-height: 32px;
  margin: 0 0 20px 0;
}
h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #444;
  margin: 0 0 14px 0;
}
h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  margin: 0 0 14px 0;
}
h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #6b7a83;
  margin: 0 0 14px 0;
}
.home-banner-slider h2.vc_custom_heading,
.custom-font4 {
  font-family: 'Segoe Script', 'Savoye LET';
}
html .heading-secondary,
html .lnk-secondary,
html .text-color-secondary {
  color: #ff7272;
}
li {
  line-height: 27px;
}
html .btn-modern {
  text-transform: uppercase;
  font-size: .75rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
  height: auto;
}
html .action.primary,
html .btn {
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.42857;
  border-radius: 0;
}
html .btn-modern {
  font-size: .8125rem;
  padding: 1em 2.8em;
}
html .btn-xl {
  font-size: 1rem;
  padding: .8rem 2rem;
}
.btn-modern.btn-xl {
  font-size: 1rem;
  padding: 1.25em 3.125em;
}
.btn-flat {
  padding: 0 !important;
  background: none !important;
  border: none !important;
  border-bottom: 1px solid transparent!important;
  box-shadow: none !important;
  text-transform: uppercase;
  font-size: .75rem;
}
html .btn-dark {
  color: #fff;
}
html .btn-light {
  color: #333333;
  background-color: #fff;
  border-color: #fff #fff #e6e6e6;
}
html .btn-quaternary {
  color: #fff;
  background-color: #000;
  border-color: #000 #000 #000;
}
html .background-color-secondary {
  background-color: #f4a085 !important;
}
.page-header .sw-megamenu.navigation li.level0 > em,
.page-header .sw-megamenu.navigation li.level0 i {
  display: none;
}
.top-icon .porto-sicon-header {
  margin-bottom: .75rem;
}
.page-header.type1 .panel.wrapper {
  font-size: 12px;
  font-weight: 400;
}
.page-header.type1 .switcher:first-child .options .action.toggle {
  padding-left: 0;
}
.page-header.type1 .header-main .header-left {
  min-width: auto;
}
.page-header.type1 .minicart-wrapper .action.showcart .counter.qty {
  background-color: #222529;
  right: -8px;
}
.page-header.type1 .minicart-wrapper .action.showcart::after {
  display: none;
}
.page-header.type1 a.wishlist {
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem !important;
  padding: 0 !important;
}
.page-header.type1 .minicart-wrapper .action.showcart {
  min-width: 32px;
  justify-content: center;
}
@media (max-width: 767px) {
  .extra-info .info-top-header {
    display: none;
  }
  .extra-info .rating-top-header {
    margin-right: auto !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .header.content {
    max-width: 100%;
  }
  .page-with-filter ul.post-list.clearfix {
    display: flex !important;
  }
  .page-header.type1.sticky-header .cart-design-2 .action.showcart .minicart-icon {
    border-color: #222529;
  }
  .page-header.type1 .search-area {
    max-width: 564px;
  }
  .page-header.type1 .header.panel > .header.links > li > a {
    padding: 0;
    display: inline-block;
    float: left;
  }
  .page-header.type1 .header.panel > .header.links > li {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 0 !important;
    font-weight: 400;
  }
  .page-header.type1 .header.panel > .header.links > li:last-child {
    padding-right: 0;
  }
  .page-header.type1 .panel.header .switcher {
    margin-right: 0;
  }
  .page-header.type1 .panel.header .switcher:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    color: #e7e7e7;
    margin: 0 5px 0 5px;
    opacity: 1;
    font-size: 1.2em;
    display: inline-block;
  }
  .page-header.type1 .panel.header .switcher:last-child:after {
    display: none;
  }
  .page-header.type1 .header.panel > .header.links > li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    color: #e7e7e7;
    margin: 0 15px 0 15px;
    opacity: 1;
    font-size: 1.2em;
    display: inline-block;
  }
  .page-header.type1 .header.panel > .header.links > li:last-child:after {
    display: none;
  }
  .page-header.type1 .header.panel > .header.links {
    display: none;
  }
  .page-header.type1 .block-search input {
    height: 38px;
  }
  .page-header.type1 .search-category {
    right: 64px !important;
    height: 38px;
    line-height: 38px;
  }
  .page-header.type1 .search-area .minisearch .actions button {
    width: 64px;
    height: 38px;
    margin-right: -2px;
    border-radius: 0 25px 25px 0;
    font-size: 20px;
  }
  .page-header.type1 .block-search .action.search:before {
    font-weight: 400;
  }
  .page-header.type1 .nav-sections {
    padding: 5px 0;
  }
  .page-header.type1 .navigation:not(.side-megamenu) .level0 {
    margin-right: 30px;
  }
  .page-header .navigation > ul {
    max-width: 93%;
  }
}
.widget,
.sidebar-content .widget {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.widget .widgettitle {
  font-size: 1rem;
  letter-spacing: -.02em;
}
.section-title {
  font-weight: 900;
}
.products-grid .product-item {
  padding-top: 10px;
}
body:not(.catalog-product-view) .products-grid:not(.small-list) .product-item:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  background: #222529;
}
.product-item-info.type3:hover .product-item-photo {
  box-shadow: none;
}
.owl-carousel .owl-nav .disabled {
  opacity: .5;
}
body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
  color: #fff !important;
  background-color: #f4631b;
  border-color: #f4631b;
}
.page-wrapper > .breadcrumbs {
  font-weight: 700;
  letter-spacing: .05em;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 35px;
}
.page-wrapper > .breadcrumbs .items {
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-wrapper > .breadcrumbs .items > li.home a {
  width: auto;
  text-indent: 0;
}
.page-wrapper > .breadcrumbs .items > li.home a:after {
  display: none;
}
.catalog-category-view .sidebar.sidebar-main .sidebar-content,
.catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
  border: none;
}
.sidebar .sidebar-content .block-category-list,
.side-custom-block .custom-block,
.filter-options-item,
.filter-actions {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.filter-current {
  padding: 0;
}
.block-category-list .block-title,
.side-custom-block .custom-block h2,
.filter-options-title,
.filter .filter-current-subtitle {
  border-bottom: 1px solid #dfdfdf;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 8px 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
.block-category-list .block-content,
.filter-options-content,
.custom-block .block-content,
.filter-current .items,
.filter-actions {
  padding-left: 15px;
}
.block-category-list .block-content ol li a {
  font-size: 12px;
  padding: 4px 0;
  line-height: 1.8;
  color: #000;
}
.side-custom-block .custom-block:last-child {
  margin-bottom: 0;
}
.side-custom-block .custom-block h5 {
  margin-top: 0 !important;
}
html .background-color-secondary {
  background-color: #ff7272 !important;
}
@media (min-width: 768px) {
  .page-layout-1column .column.main > .custom-block ~ .product-info-main {
    width: 49%;
  }
  .page-layout-1column .column.main > .custom-block ~ .product.media {
    width: 49%;
  }
}
.products-slider.owl-carousel .owl-stage-outer {
  margin-top: 0px;
}
.blog-post-view .post-description p {
  font-size: 14px;
}
.parent-category-top > a {
  color: #000;
}
.amasty-catalog-topnav .toggle {
  right: unset;
}
.sidebar-content a {
  color: unset;
}
.stock.ontheway:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #ffce00;
}
.stock.available:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #81e77a;
}
/* New color for discounted prices */
.special-price .price-container .price {
  color: #eb5202;
}
.reseller-price .special-price .price-container .price {
  color: #00a51d;
}
/* style for warning message in checkout */
.product-item-qty-warning {
  font-weight: 600;
  width: 100%;
}
/* stling for continue shopping button in checkout */
.continue-shopping {
  width: 100%;
  text-align: center;
}
/*hide checkout "home" button, redundant with "continue shopping" button
.svea_checkout-index-index .breadcrumbs .Home {
display:none;
}*/
/*hide checkout "continue shopping" button */
.svea_checkout-index-index .continue-shopping {
  display: none;
}
.svea-campaign-pricing:after {
  display: none;
}
/*Changed color on the bar and tex, and made the text smaller */
.extra-info {
  display: flex;
  flex-direction: row;
  background-color: #1D1D1B;
  height: 50px;
  align-items: center;
  border-top: 1px #d9d9d6;
  font-size: 14px;
  color: #FFFFFF;
}
/*Changed color on the bar to almost black*/
.amlocator-location-container .amlocator-block.-route {
  background: #1D1D1B;
}
/*Menyn – byte till tunnare font, färg, mindre padding uppe och nere */
.page-header.type1 .navigation:not(.side-megamenu) .level0 .level-top {
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0;
  color: #707070;
  padding: 12px 0 13px 0;
}
/*Byt färg på prick från rött till orange*/
.stock.backorder:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #F6C944;
}
/* change so that stock list is 100% width on product page*/
.stock.stock-item div > div {
  width: 100%;
}
.stock-items-list .stock-item {
  display: flex;
}
/*color on link to "store stock" tab on product page */
.show-storestock,
.show-storestock:visited,
.show-storestock:hover {
  font-weight: 600;
}
.show-storestock span:after {
  font-family: 'porto-icons';
  content: '\e81c';
  position: relative;
  right: 0.5em;
  top: 1px;
  margin-left: 10px;
}
/*show arrows on product page tabs*/
.product.data.items .item.title a:after {
  display: block;
}
/*svea campaign margin after */
.svea-campaign {
  margin-bottom: 25px;
}
.svea-campaign-pricing strong:after {
  content: '\f05a';
  font-family: 'Font Awesome 5 Free';
  text-indent: 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 23px;
  height: 22px;
  margin: auto;
  z-index: 2;
  color: darkgreen;
}
/*svea logo mindre */
.svea-campaign > .svea-logo img {
  max-width: 40px !important;
  display: inline-block;
  margin-right: 5px;
}
/* svea product description hidden*/
/*mindre marginal mellan svea logga och pris */
.product-info-price {
  margin-bottom: 0px;
}
/*sku not bold */
.product-info-main .product.sku .value {
  font-weight: 100;
  font-size: 14px;
}
/*marginal lagertext */
.stock span {
  margin-left: 5px;
}
.stocks-block {
  background-color: #fcfcfc;
}
.stocks-block .product-name {
  width: 50%;
}
.stocks-block .acc-right {
  width: 20%;
}
.stocks-block .product-qty {
  width: 20%;
}
.stocks-block .shipment-time {
  width: 20%;
}
.cart-item-accessories h3 {
  margin-bottom: 0px;
  color: #444;
  font-size: 16px !important;
  line-height: 19px !important;
}
.accessories-items-list ol li {
  background-color: #f5f5f6;
  min-height: 140px;
}
.accessories-items-list .acc-checkbox-wrapper {
  line-height: 1.8rem;
}
/*byt storlek och vikt på recensionstext */
.reviews-actions {
  font-size: 14px;
  font-weight: 100;
}
/*byt storlek och vikt Svea-texten (den undre) */
.svea-campaign-description {
  font-size: 14px;
  font-weight: 100;
}
/*Minska avståndet till vänster i lagerrutan*/
.stock-items {
  padding-inline-start: 10px;
  font-weight: 100;
}
.additional-attributes-wrapper.store-stocks table {
  margin-left: 25px;
  max-width: 1000px;
}
.additional-attributes-wrapper.store-stocks {
  background-color: #fcfcfc;
}
.additional-attributes-wrapper.store-stocks thead {
  text-transform: uppercase;
}
.additional-attributes-wrapper.store-stocks tbody th {
  padding-left: 30px;
}
.additional-attributes-wrapper th.label {
  text-transform: uppercase;
}
.additional-attributes-wrapper {
  background-color: #fcfcfc;
}
additional-attributes-wrapper table.additional-attributes tr:even {
  display: flex;
}
/*accessories image */
.accessories-items-list ol li :is(.acc-right,.accessory-image-photo) {
  height: 80px;
  width: 80px;
}
.accessories-items-list .acc-left {
  width: 70%;
}
@media screen and (max-width: 1200px) {
  /*
    .accessories-items-list .acc-left {
    width: min-content !important;
    }
    */
  .accessories-items-list .product-item .acc-left {
    width: 60%;
  }
  .accessories-items-list .product-item .acc-right {
    margin-left: auto;
  }
}
.aw-arp-container .tocart {
  padding: 0 .625rem;
  height: 36px;
  font-size: .75rem;
}
.catalog-product-view h3.aw-arp-container__title {
  font-size: 1.1429em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.catalog-product-view .aw-arp-container .product-item-name a {
  font-size: 1.4rem;
}
.svea-checkout-cart .product-item-name {
  white-space: normal;
}
.header-row .header-right {
  margin-right: unset;
}
.page-header.type1 .header-contact .my-account {
  padding: 0px;
}
.page-header .header-contact i {
  margin: 0px;
}
.product-social-links .action.tocompare:before {
  font-size: 27px;
}
.with-100 {
  width: 100%;
}
.catalog-product-view .product-items-related .product-item {
  display: flex;
  max-width: 100px;
}
.accessories-items-list ol li [class^='swatch-opt-'] {
  width: 150px;
}
.accessories-items-list ol li [class^='swatch-opt-'] .swatch-select {
  padding-right: 20px;
}
.page-with-filter .catalog-topnav .filter-options-item {
  margin-right: 10px;
}
.page-with-filter .catalog-topnav .filter-options-title {
  min-width: 120px;
  text-align: center;
}
.discount_text_container {
  display: none;
}
.cms-index-index .startpage-seo p {
  opacity: 0.8;
}
.search-category:after {
  margin-left: -25px;
}
.product-type-default .discount_text_container {
  display: none !important;
}
a.action.edit {
  color: #7e7c7c;
}
a.action.change-password {
  color: #7e7c7c;
}
.cms-index-index .page.messages {
  display: block;
}
.page-product-configurable .product-info-main > .child-tier-price {
  display: none !important;
}
.catalog-category-view .category-image {
  display: none;
}
[class*="categorypath-reservdelar"] .category-image {
  display: block !important;
}
[data-label="Incl. tax"]:before {
  display: none;
}
.tax-switcher {
  display: none;
}
.customer-account-index .tax-switcher {
  display: block;
}
.sidebar .o-list li a {
  max-width: 90%;
}
.cart-item-accessories .accessories-items-list ol li [class^=swatch-opt-] .swatch-select {
  width: fit-content !important;
  padding-right: 20px !important;
}
.stocks-block .stock-title h4 {
  text-transform: uppercase;
}
#svea-checkout_cart_totals tfoot tr:nth-child(2) {
  display: none !important;
}
.item.Home {
  display: none !important;
}
#svea_checkoutHeader {
  display: none !important;
}
@media only screen and (min-width: 769px) {
  .pagebuilder-column-line {
    display: flex;
    flex-direction: row;
  }
}
.acc-left .acc-checkbox-wrapper {
  position: unset !important;
}
.product-item-actions .tocompare::before {
  content: url(../images/jamfor.svg) !important;
  width: 30px;
  margin: auto;
  padding: 4px;
  padding-left: 6px;
}
@media only screen and (max-width: 639px) {
  .table-wrapper .table:not(.totals):not(.cart):not(.table-comparison) > thead > tr > th {
    display: block;
  }
}
/**
 * Configurable options
 */
.page-product-configurable .product-options-wrapper div.fieldset {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: unset;
}
.page-product-configurable .product-options-wrapper div.fieldset select {
  width: fit-content;
}
.page-product-configurable .product-options-wrapper .stocks-block .product-name {
  width: 50%;
}
.page-product-configurable .product-options-wrapper .stocks-block .acc-right,
.page-product-configurable .product-options-wrapper .stocks-block .product-qty,
.page-product-configurable .product-options-wrapper .stocks-block .shipment-time {
  width: 25%;
}
.page-product-configurable .product-options-wrapper .stocks-block ol.stock-items {
  padding-inline-start: 0px;
}
/**
 * Category tree
 */
.outer-ul {
  padding: 0;
}
.outer-ul li {
  background: unset;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: 27px;
}
.outer-ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.outer-ul li > ul {
  padding-top: 15px;
  margin-top: 0;
  display: none;
  margin-left: 1em;
}
.block-left-nav .block-title strong {
  font-size: 14px;
  font-weight: 700;
}
.outer-ul li a {
  max-width: 90%;
  display: inline-block;
}
.block-left-nav .parent {
  float: right;
  height: 21px;
  width: 19px;
  cursor: pointer;
  position: relative;
}
.block-left-nav :not(.loading) {
  background: none;
}
.block-left-nav .parent::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #222529;
  cursor: pointer;
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
  right: 4px;
  display: block;
}
.block-left-nav .parent.expanded::before {
  background: #fff;
}
.block-left-nav .parent::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #222529;
  cursor: pointer;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.block-left-nav .block-content > ul > li:last-of-type {
  border-bottom: 0;
}
.search-autocomplete {
  display: none !important;
}
/**
 * Fonts
 */
/**
 * Colors
 */
/**
 * Breakpoints
 */
/**
 max 770
 991 -992
 max 1200
 */
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-500.otf') format('opentype');
  font-display: swap;
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-500Italic.otf') format('opentype');
  font-display: swap;
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-500.otf') format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-500Italic.otf') format('opentype');
  font-display: swap;
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-100.otf') format('opentype');
  font-display: swap;
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-100Italic.otf') format('opentype');
  font-display: swap;
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-300.otf') format('opentype');
  font-display: swap;
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-300Italic.otf') format('opentype');
  font-display: swap;
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-700.otf') format('opentype');
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-700Italic.otf') format('opentype');
  font-display: swap;
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-900.otf') format('opentype');
  font-display: swap;
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Museo Sans';
  src: url('../fonts/MuseoSans-900Italic.otf') format('opentype');
  font-display: swap;
  font-weight: 900;
  font-style: italic;
}
/**
 * Links
 */
/**
 * Buttons
 */
/**
 * Input
 */
body {
  background-color: #f4f2ed;
  color: #333333;
  font-family: 'Museo Sans', sans-serif;
  font-weight: 500;
  line-height: 27px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #333333;
}
h1 {
  font-weight: 700;
  font-size: 36px;
  line-height: 44px;
  margin: 0 0 32px 0;
}
h2 {
  font-weight: 700;
  font-size: 30px;
  line-height: 40px;
  margin: 0 0 32px 0;
}
h3 {
  font-size: 14px;
  line-height: 32px;
  margin: 0 0 20px 0;
}
h5 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #444;
  margin: 0 0 14px 0;
}
h6 {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #6b7a83;
  margin: 0 0 14px 0;
}
a:link,
.alink:link,
a:hover,
.alink:hover,
a:visited,
.alink:visited,
a:active,
.alink:active,
a:focus,
.alink:focus,
a:focus-visible,
.alink:focus-visible,
a:focus-within,
.alink:focus-within,
a:target,
.alink:target {
  color: #333333;
}
a:hover,
.alink:hover {
  text-decoration: underline;
}
button,
button.button,
button[type="button"],
a.button,
input[type="submit"],
button.action.primary {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
button:hover,
button.button:hover,
button[type="button"]:hover,
a.button:hover,
input[type="submit"]:hover,
button.action.primary:hover {
  background-color: #333333;
}
.action.primary:hover {
  border: 0;
}
b,
strong {
  font-weight: 900;
}
.hide-mobile {
  display: none;
}
:root {
  --form-control-color: #d25abe;
  --form-control-disabled: #959495;
}
.form-control {
  font-family: system-ui, sans-serif;
  /* font-size: 2rem; */
  font-weight: bold;
  line-height: 1.1;
  display: grid;
  grid-template-columns: 1em auto;
  gap: 0.5em;
}
.form-control + .form-control {
  margin-top: 1em;
}
.form-control--disabled {
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
input[type="checkbox"] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0 3px 0 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--form-control-color);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  /*
    input[type="checkbox"]:focus {
      outline: max(2px, 0.15em) solid currentColor;
      outline-offset: max(2px, 0.15em);
    }
    */
}
input[type="checkbox"]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: var(--form-control-color);
  color: white;
  position: absolute;
}
input[type="checkbox"]::after {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  /* background-color: var(--form-control-color); */
  color: white;
  padding: 0;
  margin: 0;
  position: absolute;
  rotate: 43deg;
  border-bottom: 3px solid;
  border-right: 3px solid;
  width: .5em;
  height: .8em;
  left: 25%;
}
input[type="checkbox"]:checked::before {
  transform: scale(1);
}
input[type="checkbox"]:checked::after {
  transform: scale(1);
  content: "";
  width: 1em;
  height: 1em;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  /* background-color: var(--form-control-color); */
  color: white;
  padding: 0;
  margin: 0;
  position: absolute;
  rotate: 43deg;
  border-bottom: 3px solid;
  border-right: 3px solid;
  width: .5em;
  height: .8em;
  left: 25%;
  border-radius: 0;
  background: none;
  transition: none;
}
input[type="checkbox"]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
@media (max-width: 1023px) {
  .page-wrapper {
    padding-top: 140px;
  }
}
@media (min-width: 1024px) {
  .page-wrapper {
    padding-top: 170px;
  }
}
@media (min-width: 1440px) {
  .layout-1220 .block.category.event,
  .layout-1220 .footer.content,
  .layout-1220 .header.content,
  .layout-1220 .navigation,
  .layout-1220 .page-main,
  .layout-1220 .page-wrapper > .breadcrumbs > ul,
  .layout-1220 .page-wrapper > .page-bottom,
  .layout-1220 .page-wrapper > .widget,
  .layout-1220 .top-container,
  .layout-1220 .container {
    max-width: 1420px !important;
  }
}
/**
 * Header
 */
@media (min-width: 0px) {
  .page-header .header.panel {
    display: block !important;
  }
  .wrapper > .header-right {
    flex-direction: column-reverse;
  }
  .page-header .panel.wrapper .header-right {
    width: 100%;
  }
  .page-header .panel.wrapper .header-right .rating-top-header {
    margin-left: auto;
    padding-right: 30px;
  }
  [data-content-type='html'] {
    width: inherit;
  }
  .info-top-header {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    width: 75%;
    margin-left: 5%;
  }
  .header-row > .header-left {
    padding: 10px 0;
  }
  .header-row > .header-center {
    justify-content: flex-start;
  }
  .header-row > .header-right {
    z-index: 6;
  }
  .page-header.type1 .block-search input {
    height: 38px;
  }
  .page-header.type1 .search-area .minisearch .actions button {
    height: 38px;
  }
  .page-header.type1 .search-category {
    height: 38px;
    line-height: 38px;
  }
}
@media (max-width: 767px) {
  .search-area.show-icon-tablet .block.block-search {
    right: 0px !important;
    min-width: 100% !important;
  }
  .search-area .show-icon-tablet {
    border: 1px solid #c1c1c1 !important;
    border-radius: 25px !important;
  }
  .search-area.show-icon-tablet .block.block-search {
    display: unset !important;
    position: unset !important;
    right: 0px !important;
    border: none !important;
  }
  .header.content {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-template-rows: auto;
    grid-template-areas: "a . . b" "c c c c";
    padding-right: 30px;
  }
  .header-left {
    grid-area: a;
  }
  .header-center {
    grid-area: c;
    width: 100% !important;
  }
  .header-right {
    grid-area: b;
  }
}
.top-icon .porto-sicon-header {
  margin-bottom: .75rem;
}
@media (max-width: 767px) {
  .extra-info .info-top-header {
    display: none;
  }
  .extra-info .rating-top-header {
    margin-right: auto !important;
    padding: 0 !important;
  }
}
@media (min-width: 992px) {
  .header.content {
    max-width: 100%;
  }
  .page-with-filter ul.post-list.clearfix {
    display: flex !important;
  }
  .page-header.type1.sticky-header .cart-design-2 .action.showcart .minicart-icon {
    border-color: #222529;
  }
  .page-header.type1 .search-area {
    max-width: 564px;
  }
  .page-header.type1 .header.panel > .header.links > li > a {
    padding: 0;
    display: inline-block;
    float: left;
  }
  .page-header.type1 .header.panel > .header.links > li {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 1px;
    padding-right: 0 !important;
    font-weight: 400;
  }
  .page-header.type1 .header.panel > .header.links > li:last-child {
    padding-right: 0;
  }
  .page-header.type1 .panel.header .switcher {
    margin-right: 0;
  }
  .page-header.type1 .panel.header .switcher:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    color: #e7e7e7;
    margin: 0 5px 0 5px;
    opacity: 1;
    font-size: 1.2em;
    display: inline-block;
  }
  .page-header.type1 .panel.header .switcher:last-child:after {
    display: none;
  }
  .page-header.type1 .header.panel > .header.links > li:after {
    content: "|";
    font-weight: 300;
    position: relative;
    top: -1px;
    color: #e7e7e7;
    margin: 0 15px 0 15px;
    opacity: 1;
    font-size: 1.2em;
    display: inline-block;
  }
  .page-header.type1 .header.panel > .header.links > li:last-child:after {
    display: none;
  }
  .page-header.type1 .header.panel > .header.links {
    display: none;
  }
  .page-header.type1 .block-search input {
    height: 38px;
  }
  .page-header.type1 .search-category {
    right: 64px !important;
    height: 38px;
    line-height: 38px;
  }
  .page-header.type1 .search-area .minisearch .actions button {
    width: 64px;
    height: 38px;
    margin-right: -2px;
    border-radius: 0 25px 25px 0;
    font-size: 20px;
  }
  .page-header.type1 .block-search .action.search:before {
    font-weight: 400;
  }
  .page-header.type1 .nav-sections {
    padding: 5px 0;
  }
  .page-header.type1 .navigation:not(.side-megamenu) .level0 {
    margin-right: 30px;
  }
  .page-header .navigation > ul {
    max-width: 93%;
  }
}
.with-100 {
  width: 100%;
}
header.page-header {
  background-color: #52524f;
}
header.page-header .extra-info i {
  padding: 5px;
  font-size: 20px;
  vertical-align: middle;
}
header.page-header.type1 .panel.wrapper {
  font-size: 12px;
  font-weight: 400;
}
header.page-header.type1 .switcher:first-child .options .action.toggle {
  padding-left: 0;
}
header.page-header.type1 .header-main .header-left {
  min-width: auto;
}
header.page-header.type1 .minicart-wrapper .action.showcart .counter.qty {
  background-color: #222529;
  right: -8px;
}
header.page-header.type1 .minicart-wrapper .action.showcart::after {
  display: none;
}
header.page-header.type1 a.wishlist {
  display: none;
  margin-left: 0.5rem;
  margin-right: 0.5rem !important;
  padding: 0 !important;
}
header.page-header.type1 .minicart-wrapper .action.showcart {
  min-width: 32px;
  justify-content: center;
}
header.page-header.type1 .header-contact .my-account {
  padding: 0px;
}
@media (max-width: 767px) {
  header.page-header.type1 .search-area {
    max-width: 100%;
  }
  header.page-header search-area.show-icon-tablet {
    max-width: 100% !important;
  }
  header.page-header .header-row .header-center {
    padding: 0 0 10px 0 !important;
  }
}
header.page-header .tax-switcher {
  display: none;
}
header.page-header .customer-account-index .tax-switcher {
  display: block;
}
header.page-header .main-panel-top > .container {
  min-width: 100%;
  padding: 0;
}
header.page-header .main-panel-top {
  background-color: #333333;
}
header.page-header .main-panel-top .custom-block > [data-content-type='html'] {
  width: 100%;
}
header.page-header .main-panel-top .info-top-header,
header.page-header .main-panel-top .rating-top-header {
  height: fit-content;
}
header.page-header .main-panel-top .info-top-header > p,
header.page-header .main-panel-top .rating-top-header > p {
  margin-bottom: 0;
}
header.page-header .main-panel-top .extra-info {
  display: flex;
  flex-direction: row;
  height: 50px;
  align-items: center;
  border-top: 1px #d9d9d6;
  font-size: 14px;
  color: #FFFFFF;
}
header.page-header .main-panel-top .extra-info .info-top-header {
  width: unset;
  margin-left: 0;
}
header.page-header .header-main {
  background-color: #52524f;
}
header.page-header .header-main .header-left {
  padding-bottom: 13px;
}
header.page-header .header-main .header-left .nav-toggle:before {
  content: none;
}
header.page-header .header-main .header-row .header-center {
  padding-bottom: 13px;
}
@media (min-width: 992px) {
  header.page-header .header-main .header-row > .header-right {
    top: 53px;
  }
}
header.page-header .header-main .block-search .block-content {
  border: 1px solid #000;
  border-radius: 25px;
}
header.page-header .header-main .search-area.show-icon-tablet a.search-toggle-icon {
  display: none !important;
}
header.page-header .header-main .header-row .header-right {
  margin-right: unset;
}
header.page-header .header-main .nav-toggle:before,
header.page-header .header-main .nav-toggle:hover:before {
  color: #f4f2ed;
}
@media (max-width: 992px) {
  header.page-header .header-main .header-row > .header-right {
    position: unset !important;
    padding: 20px 0 10px 0;
  }
}
header.page-header .header-main .logo img {
  width: unset !important;
  max-height: 26px;
  min-width: 80px !important;
}
header.page-header .header-main .search-area .block.block-search {
  border: 0;
}
header.page-header .header-main .search-area .block-content {
  background-color: #ffffff;
  border: 0;
}
header.page-header .header-main .product-social-links .action.tocompare:before {
  font-size: 27px;
}
header.page-header .header-main .my-account.product-social-links {
  margin: 0;
  text-align: left;
}
header.page-header .header-main .my-account.product-social-links i.action.tocompare {
  margin: 0 !important;
  width: 35px !important;
  height: 39px !important;
}
header.page-header .header-main .my-account .porto-icon-location.movs-icon:before {
  font-size: 20px !important;
}
header.page-header .header-main .my-account .porto-icon-user-2.movs-icon:before {
  font-size: 20px !important;
}
header.page-header .header-main a.my-account {
  margin-right: 5px !important;
}
header.page-header .header-main my-account .porto-icon-location.movs-icon {
  height: 27px;
}
@media (max-width: 991px) {
  header.page-header.sticky-header .header-main {
    background-color: #52524f;
  }
}
@media (max-width: 1200px) {
  header.page-header.type-1 .custom-block {
    display: none;
  }
}
/**
 * Breadcrumbs
 */
.page-wrapper > .breadcrumbs .items > li.home a {
  width: auto;
  text-indent: 0;
}
.page-wrapper > .breadcrumbs .items > li.home a:after {
  display: none;
}
.page-wrapper div.breadcrumbs {
  color: #333333;
  font-weight: 700;
  border-bottom: 1pt solid #dcdcdc;
  background-color: inherit;
}
.page-wrapper > .breadcrumbs {
  letter-spacing: normal;
}
.page-wrapper > .breadcrumbs .items > li {
  text-transform: none;
}
/**
 * Main
 */
main.page-main {
  margin-top: 25px;
}
/**
 * Footer
 */
footer.page-footer * {
  color: #f4f2ed;
}
footer.page-footer .footer-top {
  background-color: #333333;
}
footer.page-footer .footer-top .custom-block > [data-content-type='html'] {
  width: 100%;
}
footer.page-footer .footer-top .custom-block:after,
footer.page-footer .footer-top .footer-top .custom-block:before {
  margin-top: 10px;
  margin-bottom: 10px;
  border-top: 0px;
}
footer.page-footer .footer-top .top-footer-container {
  display: flex;
}
footer.page-footer .footer-top .top-footer-container > div.d-none.d-lg-block {
  width: 20%;
  display: flex;
}
footer.page-footer .footer-top .top-footer-container img {
  margin-right: 5px;
}
footer.page-footer .footer-middle * {
  color: #f4f2ed;
}
footer.page-footer .footer-middle .widget-title {
  font-weight: 900;
}
footer.page-footer .footer-middle a:hover {
  color: #e0e0e0;
  text-decoration: none;
}
footer.page-footer .footer-middle .newsletter button.subscribe {
  background-color: #d25abe;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  text-transform: capitalize;
}
footer.page-footer .footer-middle .newsletter button.subscribe:hover {
  background-color: #db7bcb;
}
footer.page-footer .footer-middle .newsletter input#footer_newsletter {
  color: #52524f;
}
footer.page-footer .footer-middle .newsletter input#footer_newsletter::placeholder {
  color: #52524f;
}
footer.page-footer .footer-middle .terms-text {
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 14px;
  margin-bottom: 20px !important;
}
footer.page-footer .footer-middle .follow-us-title {
  margin-bottom: 0px;
}
footer.page-footer .footer-middle .share-links .share-facebook,
footer.page-footer .footer-middle .share-links .share-twitter,
footer.page-footer .footer-middle .share-links .share-linkedin,
footer.page-footer .footer-middle .share-youtube,
footer.page-footer .footer-middle .share-instagram {
  background: black !important;
  color: white !important;
}
footer.page-footer .footer-middle .safe-buy {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}
footer.page-footer .footer-middle .bottom-payment-icons {
  width: -webkit-fill-available;
}
footer.page-footer .footer-middle .bottom-payment-icons:first-of-type {
  margin-bottom: 10px;
}
@media (max-width: 671px) {
  footer.page-footer .terms-block {
    display: none;
  }
  footer.page-footer .text-under-logo > h3,
  footer.page-footer .text-under-logo > p {
    margin-bottom: 0px !important;
  }
}
@media (min-width: 1024px) {
  footer.page-footer .text-under-logo {
    display: none;
  }
}
/**
 * Store locator
 */
.amlocator-search-container .amlocator-search-radius label {
  display: none;
}
.amlocator-search-radius .amlocator-title {
  display: none;
}
.amlocator-route-creator .amlocator-mode:checked + .amlocator-label,
.amlocator-route-creator .amlocator-mode + .amlocator-label:hover {
  background-color: transparent;
}
.amlocator-info-popup .amlocator-name .amlocator-title a.amlocator-link {
  color: black;
}
.amlocator-info-popup .amlocator-name .amlocator-title a.amlocator-link:hover {
  opacity: 0.8;
}
.amlocator-attribute-wrapper .chosen-container .chosen-results li.highlighted {
  background: black;
}
.chosen-container .chosen-container-multi .chosen-width-drop .chosen-container-active {
  background-color: black;
}
.amlocator-store-desc.-active {
  background: black;
}
.chosen-container-active .chosen-choices {
  border: 1px solid black;
}
.amlocator-filters-container .amlocator-clear {
  color: black;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby {
  color: white;
  background-color: black;
  font-weight: 700;
  border: none;
}
.amlocator-main-container .amlocator-search-container .amlocator-button.-nearby:hover {
  background-color: #555;
}
.amlocator-attribute-wrapper .amlocator-label {
  font-weight: 600;
  font-size: 16px;
}
.amlocator-main-container .amlocator-search-container .amlocator-block label {
  font-size: 18px;
}
.amlocator-main-container .amlocator-button,
.amlocator-attribute-wrapper .chosen-container-multi .chosen-choices li.search-choice {
  font-size: 14px;
  background-color: black;
}
.amlocator-main-container .amlocator-button:hover {
  background-color: #555;
}
.amlocator-filters-container .amlocator-title {
  border-bottom: 1px solid #dfdfdf;
  padding: 8px 15px;
  margin-bottom: 8px;
}
.chosen-container .chosen-results li.no-results {
  line-height: 20px;
  font-size: 20px;
}
.amlocator-attribute-wrapper .chosen-container .chosen-choices {
  font-size: 16px;
}
.amlocator-filters-container,
.amlocator-search-container {
  background: transparent !important;
}
@media (max-width: 767px) {
  .svea-checkout-cart .product-image-container {
    max-width: none;
    min-width: auto;
  }
}
.product-item-qty-warning {
  font-weight: 600;
  width: 100%;
}
.continue-shopping {
  width: 100%;
  text-align: center;
}
.svea_checkout-index-index .continue-shopping {
  display: none;
}
.svea-campaign-pricing:after {
  display: none;
}
.amlocator-location-container .amlocator-block.-route {
  background: #1D1D1B;
}
.svea-checkout-cart .product-item-name {
  white-space: normal;
}
.svea-checkout-cart .item-options,
.svea-checkout-cart .product-item-description {
  display: none;
}
.svea_checkout-index-index .page-main > .page-title-wrapper h1.page-title {
  display: none;
}
#svea_checkoutSidebar {
  font-family: 'Museo Sans';
  color: #333333;
}
#svea_checkoutSidebar input[type=checkbox] {
  /* Add if not using autoprefixer */
  -webkit-appearance: none;
  /* Remove most all native input styles */
  appearance: none;
  /* For iOS < 15 */
  background-color: var(--form-background);
  /* Not removed via appearance */
  margin: 0 3px 0 0;
  font: inherit;
  color: currentColor;
  width: 1.15em;
  height: 1.15em;
  border: 0.15em solid var(--form-control-color);
  border-radius: 0.15em;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
  /*
    input[type="checkbox"]:focus {
      outline: max(2px, 0.15em) solid currentColor;
      outline-offset: max(2px, 0.15em);
    }
    */
}
#svea_checkoutSidebar input[type=checkbox]::before {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  background-color: var(--form-control-color);
  color: white;
  position: absolute;
}
#svea_checkoutSidebar input[type=checkbox]::after {
  content: "";
  width: 1em;
  height: 1em;
  transform: scale(0);
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  /* background-color: var(--form-control-color); */
  color: white;
  padding: 0;
  margin: 0;
  position: absolute;
  rotate: 43deg;
  border-bottom: 3px solid;
  border-right: 3px solid;
  width: .5em;
  height: .8em;
  left: 25%;
}
#svea_checkoutSidebar input[type=checkbox]:checked::before {
  transform: scale(1);
}
#svea_checkoutSidebar input[type=checkbox]:checked::after {
  transform: scale(1);
  content: "";
  width: 1em;
  height: 1em;
  box-shadow: inset 1em 1em var(--form-control-color);
  /* Windows High Contrast Mode */
  /* background-color: var(--form-control-color); */
  color: white;
  padding: 0;
  margin: 0;
  position: absolute;
  rotate: 43deg;
  border-bottom: 3px solid;
  border-right: 3px solid;
  width: .5em;
  height: .8em;
  left: 25%;
  border-radius: 0;
  background: none;
  transition: none;
}
#svea_checkoutSidebar input[type=checkbox]:disabled {
  --form-control-color: var(--form-control-disabled);
  color: var(--form-control-disabled);
  cursor: not-allowed;
}
.svea_checkout-index-index .breadcrumbs .items,
table.svea-checkout-review .svea-checkout-col .product-item-info .product-item-name,
table.svea-checkout-review td .price,
table.svea-checkout-review td.subtotal .price,
table.svea-checkout-review td.subtotal .remove-product,
#svea_checkoutSidebar #svea-checkout_cart #svea_cart_extra,
#svea-checkout_cart_totals,
#svea-checkout_cart_totals .grand.totals td,
#svea-checkout_cart_totals .grand.totals th,
#svea_checkoutSidebar h4[role=heading],
.svea-checkout-shipping #svea-checkout_shipping_method .svea-checkout-radio-row label,
.svea-checkout-shipping #svea-checkout_shipping_method .svea-checkout-radio-row .price,
.svea-checkout-title h4 {
  color: #333333;
}
.amlocator-index-index .amlocator-filters-container .amlocator-title {
  font-weight: 900;
  color: #333;
}
.amlocator-index-index .chosen-container .chosen-results li.active-result {
  font-size: 1rem;
  font-weight: 600;
}
.svea_checkout-index-index .product-item-qty-warning {
  font-weight: 400;
}
.svea_checkout-index-index table.svea-checkout-review td .price {
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.svea_checkout-index-index .svea-checkout-col .price-including-tax:before {
  display: none;
}
.svea_checkout-index-index .svea-checkout-col .price-including-tax:before {
  font-size: 1em;
}
.svea_checkout-index-index table.svea-checkout-review td.item-img {
  padding-left: 0;
  padding-right: 30px;
}
.svea_checkout-index-index .svea-checkout-col .price-including-tax {
  font-weight: 400;
  color: #333333;
  font-size: 14px;
}
.svea_checkout-index-index .product-item-info {
  text-align: left;
}
.svea_checkout-index-index table.svea-checkout-review .svea-checkout-col .product-item-info .product-item-name {
  font-size: 20px;
  color: #333333;
  text-transform: none;
}
/**
 * Main menu
 */
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top {
  text-transform: none;
}
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:link,
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:hover,
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:visited,
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:active,
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:focus,
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:focus-visible,
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:focus-within,
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:target {
  color: #f4f2ed;
}
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:hover {
  color: #e0e0e0;
}
header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:hover::before {
  color: #f4f2ed;
}
@media (max-width: 991px) {
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:link,
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:hover,
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:visited,
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:active,
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:focus,
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:focus-visible,
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:focus-within,
  header.page-header .navigation:not(.side-megamenu) .level0 > a.level-top:target {
    color: #333333;
  }
}
header.page-header .navigation a.level-top:not(:first-child)::before,
header.page-header nav ul li + li a.level-top:before {
  content: '' !important;
  padding: 0 10px;
}
@media (min-width: 992px) {
  header.page-header.sticky-header .nav-sections .nav-sections-items {
    background-color: #52524f;
  }
  header.page-header.sticky-header .sticky-logo .logo img {
    height: 20px !important;
    width: unset !important;
  }
  header.page-header .sw-megamenu.navigation li.level0.staticwidth .submenu .level1 > a,
  header.page-header .sw-megamenu.navigation li.level0.fullwidth .submenu .level1 > a {
    text-transform: none;
  }
}
header.page-header .nav-sections-item-switch {
  color: black !important;
  font-size: 16px !important;
}
header.page-header .nav-sections-item-title {
  background-color: #f6f6f6 !important;
  border: none !important;
}
header.page-header li .ui-menu-item level0 fullwidth parent {
  margin-right: 0px !important;
}
header.page-header.type1 .navigation:not(.side-megamenu) .level0 {
  margin-right: 0px !important;
}
header.page-header .navigation .level0.parent > a:after {
  content: none !important;
}
header.page-header .sw-megamenu.navigation li.level0 > em,
header.page-header .sw-megamenu.navigation li.level0 i {
  display: none;
}
@media (max-width: 991px) {
  header.page-header .navigation a.level-top:not(:first-child):before,
  header.page-header .navigation a.level-top:before,
  header.page-header .navigation > ul > div a.level-top:before,
  header.page-header nav ul li + li a.level-top:before {
    content: '' !important;
    padding: 10px;
  }
}
/**
 * Sidebar navigation
 */
.catalog-category-view .sidebar.sidebar-main .sidebar-content,
.catalogsearch-result-index .sidebar.sidebar-main .sidebar-content {
  border: 0 !important;
}
.sidebar .sidebar-content .block-category-list,
.side-custom-block .custom-block,
.filter-options-item,
.filter-actions {
  padding: 0;
  margin-bottom: 30px;
  border: none;
}
.filter-current {
  padding: 0;
}
.block-category-list .block-title,
.side-custom-block .custom-block h2,
.filter-options-title,
.filter .filter-current-subtitle {
  border-bottom: 1px solid #dcdcdc;
  border-bottom: 0;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .05em;
  padding: 8px 0;
  margin-bottom: 10px;
  line-height: 1.4;
}
.block-category-list .block-content,
.filter-options-content,
.custom-block .block-content,
.filter-current .items,
.filter-actions {
  padding-left: 15px;
}
.block-category-list .block-content ol li a {
  font-size: 12px;
  padding: 4px 0;
  line-height: 1.8;
  color: #000000;
}
.side-custom-block .custom-block:last-child {
  margin-bottom: 0;
}
.side-custom-block .custom-block h5 {
  margin-top: 0 !important;
}
.columns .sidebar .sidebar-content a {
  color: unset;
}
.columns .sidebar .block.filter * {
  color: #333333;
}
.columns .sidebar .block.filter [data-role="title"] {
  font-weight: 900;
}
.columns .sidebar .block.filter .filter-options-content .item a:hover .count {
  color: #333333;
}
.columns .sidebar .sidebar-additional {
  display: none;
  padding: 0;
}
.columns .sidebar .sidebar-additional .outer-ul {
  padding: 0;
}
.columns .sidebar .sidebar-additional .outer-ul li {
  background: unset;
  margin: 0;
  padding: 0;
  padding-bottom: 10px;
  line-height: 27px;
}
.columns .sidebar .sidebar-additional .outer-ul li:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
.columns .sidebar .sidebar-additional .outer-ul li > ul {
  padding-top: 15px;
  margin-top: 0;
  display: none;
  margin-left: 1em;
}
.columns .sidebar .sidebar-additional .outer-ul li a {
  max-width: 90%;
  display: inline-block;
}
.columns .sidebar .sidebar-additional .block-left-nav .parent {
  float: right;
  height: 21px;
  width: 19px;
  cursor: pointer;
  position: relative;
}
.columns .sidebar .sidebar-additional .block-left-nav :not(.loading) {
  background: none;
}
.columns .sidebar .sidebar-additional .block-left-nav .parent::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #222529;
  cursor: pointer;
  width: 2px;
  height: 10px;
  margin-left: -1px;
  margin-top: -5px;
  right: 4px;
  display: block;
}
.columns .sidebar .sidebar-additional .block-left-nav .parent.expanded::before {
  background: #fff;
}
.columns .sidebar .sidebar-additional .block-left-nav .parent::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #222529;
  cursor: pointer;
  width: 10px;
  height: 2px;
  margin-left: -5px;
  margin-top: -1px;
}
.columns .sidebar .sidebar-additional .block-left-nav .block-content > ul > li:last-of-type {
  border-bottom: 0;
}
.columns .sidebar .sidebar-additional .block-left-nav .block-title,
.columns .sidebar .sidebar-additional .block-left-nav .block-title strong {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 900;
}
.columns .sidebar .sidebar-additional .block-left-nav .block-content > ul > li {
  font-size: 12px;
  border: 0;
  border-bottom: 1px solid #dcdcdc;
}
.columns .sidebar .o-list li a {
  max-width: 90%;
}
.catalog-category-view .sidebar-content > h3 {
  display: none;
}
.catalog-category-view .sidebar-content > ul {
  display: none;
}
body[class*=' categorypath-lifebike-reservdelar'] .columns .sidebar .sidebar-additional {
  display: block;
}
body[class*=' categorypath-tillbehor'] .columns .sidebar .sidebar-additional {
  display: block;
}
body[class*=' categorypath-elcykel'] .columns .sidebar .sidebar-additional {
  display: block;
}
.page-wrapper .minicart-wrapper .block-minicart {
  color: #000000;
  border-radius: 5px;
  padding: 10px 20px 5px;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .items-total {
  text-transform: none;
  line-height: 25px;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .items-total span {
  font-weight: 400;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .total-count {
  padding: 12px 0;
  border-bottom: solid 1px #dcdcdc;
  color: #000000;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .viewcart:hover {
  text-decoration: none;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .viewcart:hover span {
  color: #707070;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .viewcart span {
  text-transform: none;
  line-height: 25px;
  font-weight: 700;
  color: #000000;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items {
  color: #000000;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items li {
  padding-left: 0;
  padding-right: 0;
  padding-top: 22px;
  border-bottom: solid 1px #dcdcdc;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items li:last-of-type {
  border-bottom: none;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .product-item-name {
  color: #000000;
  margin-bottom: 0;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .product-item-name a {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .actions {
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .actions .secondary {
  background-color: #333333;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .actions .secondary a {
  color: #F4F2ED;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .product-item-pricing .details-qty label {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .product-item-pricing .details-qty label:after {
  content: none;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .product-item-pricing .details-qty .item-qty {
  width: 21px;
  height: 21px;
  margin-left: 12px;
  font-size: 13px;
  color: #000000;
  border-radius: 3px;
  border: 1px solid #000000;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .price,
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .price-including-tax,
.page-wrapper .minicart-wrapper .block-minicart .block-content .minicart-items .product-item-details .price-excluding-tax {
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .subtotal {
  border-top: solid 1px #dcdcdc;
  padding: 10px 0;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .subtotal .label:after {
  content: none;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .subtotal span {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content .subtotal .amount .price-wrapper .price {
  font-size: 13px;
  line-height: 20px;
  font-weight: 600;
  text-transform: none;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content > .actions {
  padding-bottom: 5px;
  padding-left: 0;
  padding-right: 0;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content > .actions .primary .action.primary {
  background-color: #333333;
  border-radius: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 16px;
  color: #FFFFFF;
  text-transform: none;
}
.page-wrapper .minicart-wrapper .block-minicart .block-content > .actions .primary .action.primary:hover {
  background-color: #f7f7f7;
  color: #333333;
}
.page-wrapper .minicart-wrapper .action.showcart.movs-icon .porto-icon-shopping-cart::before {
  content: '\e8ba';
  color: #ffffff;
}
/**
 * Misc
 */
@media (max-width: 770px) {
  .first-img {
    margin-right: 0px !important;
  }
  .second-img {
    margin-left: 0px !important;
    margin-top: 20px;
  }
  .cms-index-index .pagebuilder-mobile-only {
    width: 100%;
  }
  .cms-index-index .scooter-2-go .pagebuilder-mobile-only {
    width: auto;
  }
  .second-row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 20px;
  }
  .cms-index-index .pagebuilder-column {
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
  .cms-index-index .pagebuilder-column:last-of-type {
    margin-bottom: 0;
  }
  .cms-index-index .video-banner-container {
    min-height: 700px;
  }
  .cms-index-index .video-banner-container .video-desktop {
    display: none;
  }
  .cms-index-index .video-banner-container .video-mobile {
    display: block;
  }
  .cms-index-index .hp-video.modal-slide {
    left: 0;
  }
  .cms-index-index .hp-video .modal-inner-wrap {
    background-color: transparent !important;
  }
  .cms-index-index [data-content-type='text'] {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cms-index-index .video-mobile-hp {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-content-type='text'].link-video {
    margin-bottom: 20px;
  }
  [data-content-type="banner"] {
    padding-left: 20px;
    padding-right: 20px;
  }
  [data-content-type="banner"].full-width-mobile {
    padding-left: 0;
    padding-right: 0;
  }
  .magefan-blog .row .col-xs-12 {
    padding-left: 20px;
    padding-right: 20px;
  }
  .magefan-blog .blog-list .post-list-wrapper .post-content div[data-content-type=text] p {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.video-4by5 {
  position: relative;
  width: 100%;
  padding-top: 125%;
  overflow: hidden;
  border-radius: 5px;
}
.video-4by5 video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-desktop {
  display: block;
}
.video-mobile {
  display: none;
}
.hp-video .modal-inner-wrap {
  background-color: transparent;
  box-shadow: none;
}
.hp-video .modal-inner-wrap .action-close {
  float: right;
  position: relative;
  display: inline-block;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #333333;
  cursor: pointer;
  padding: 0;
  transform: none;
  opacity: 1;
}
.hp-video .modal-inner-wrap .action-close::before,
.hp-video .modal-inner-wrap .action-close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  color: #ffffff;
  background-color: #ffffff;
  transform-origin: center;
}
.hp-video .modal-inner-wrap .action-close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.hp-video .modal-inner-wrap .action-close::after {
  transform: translate(-50%, -50%) rotate(135deg);
}
.popup-hp-video .hp-video-modal {
  display: none;
}
.cms-index-index [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.cms-index-index {
  font-size: 13px;
  line-height: 18px;
}
.cms-index-index .page-main {
  margin-top: 20px;
}
.cms-index-index .page-main .section-title {
  padding-top: 10px;
  border-top: 1px solid #DCDCDC;
  font-weight: 900;
  font-size: 15px;
  line-height: 25px;
  text-transform: none;
  margin-bottom: 20px;
  color: #333333;
  border-bottom: none;
}
.cms-index-index .page-main .section-title.light-orange {
  color: #FFA881;
}
.cms-index-index .pagebuilder-column {
  margin-right: 20px;
}
.cms-index-index .pagebuilder-column:last-of-type {
  margin-right: 0;
}
.cms-index-index [data-content-type="row"] {
  padding-bottom: 20px;
}
.cms-index-index a {
  color: #333333;
}
.cms-index-index a:hover {
  color: #707070;
}
.cms-index-index [data-content-type='html'] {
  width: auto;
}
.cms-index-index h2 {
  font-size: 36px;
  line-height: 40px;
  font-weight: 500;
  margin-bottom: 20px;
}
.cms-index-index h3 {
  font-size: 19px;
  line-height: 25px;
}
.cms-index-index h4 {
  font-size: 15px;
  line-height: 25px;
}
.cms-index-index h4.emoji-bag:before {
  content: '💰';
}
.cms-index-index h4.emoji-peace:before {
  content: "\270C\FE0F";
}
.cms-index-index h4.emoji-party:before {
  content: "🥳";
}
.cms-index-index h4.emoji-bag,
.cms-index-index h4.emoji-peace,
.cms-index-index h4.emoji-party {
  font-weight: 700;
  margin-bottom: 0;
  color: #333333;
}
.cms-index-index h4.emoji-bag:before,
.cms-index-index h4.emoji-peace:before,
.cms-index-index h4.emoji-party:before {
  display: block;
  font-size: 27px;
  margin-bottom: 10px;
}
.cms-index-index [data-content-type='text'].link-video {
  margin-top: 20px;
}
.cms-index-index [data-content-type='text'].link-video strong {
  color: #333333;
  font-weight: 700;
}
.cms-index-index [data-content-type='text'].link-video a {
  color: #333333;
  font-weight: 500;
  text-decoration: underline;
}
.cms-index-index [data-content-type='text'].link-video a:hover {
  color: #707070;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .cms-index-index .page-wrapper [data-content-type='row'] {
    max-width: 1200px;
  }
}
.video-banner-container {
  width: auto;
  height: 100%;
}
.video-banner-container .video-banner-wrapper {
  height: 100%;
}
.video-banner-wrapper {
  position: relative;
}
.video-banner-wrapper .video-banner-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 400px;
  overflow: hidden;
}
.video-banner-wrapper .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  border-radius: 5px;
}
.video-banner-wrapper .video-gradient-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(25deg, rgba(210, 90, 190, 0.2), rgba(255, 255, 255, 0), rgba(255, 255, 255, 0));
  z-index: 1;
  pointer-events: none;
}
.video-banner-wrapper .video-text-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  z-index: 3;
  flex-direction: column;
}
.video-banner-wrapper .video-text-overlay a,
.video-banner-wrapper .video-text-overlay button {
  background: #FFC2A6;
  display: inline-block;
  border-radius: 25px;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  min-width: 135px;
  padding: 15px;
  margin-right: 20px;
}
.video-banner-wrapper .video-text-overlay a:hover,
.video-banner-wrapper .video-text-overlay button:hover {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}
.video-banner-wrapper .video-text-overlay h2 {
  color: #ffffff;
  margin-bottom: 35px;
}
.video-banner-wrapper .video-text-overlay h3 {
  font-weight: 900;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 10px;
}
.video-banner-wrapper .video-text-overlay h4 {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 60px;
}
.col-lg-5 [data-content-type='html'] {
  width: fit-content;
  margin-left: auto;
}
.owl-carousel .owl-nav .disabled {
  opacity: .5;
}
body .owl-carousel .owl-nav .owl-prev,
body .owl-carousel .owl-nav .owl-next {
  color: #fff !important;
  background-color: #f4631b;
  border-color: #f4631b;
}
.page-main > .page-title-wrapper .page-title {
  color: #333333;
}
/**
 * Blog
 */
.cms-index-index .magefan-blog .blog-list li {
  min-width: 400px;
}
@media (min-width: 1230px) {
  .cms-index-index .magefan-blog .blog-list {
    max-width: none;
  }
}
@media only screen and (max-width: 1230px) and (min-width: 10px) {
  .cms-index-index .magefan-blog .blog-list {
    margin: auto;
  }
  .cms-index-index .magefan-blog ul.post-list.clearfix {
    display: unset;
  }
  .hide-mobile {
    display: none;
  }
}
.post-content .post-description .post-ftimg-hld {
  float: none !important;
  width: inherit;
  margin: 0;
}
.post-content .post-description .post-ftimg-hld img {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.post-content .post-description .post-ftimg-hld > a {
  display: block !important;
}
.post-holder .post-header {
  min-height: 40px;
  margin-bottom: 0px !important;
}
.cms-index-index .columns .column > .post-list-wrapper .post-list .post-holder {
  max-width: 33.33%;
}
.post-header .post-title {
  font-size: 14px !important;
}
[data-content-type="banner"] .pagebuilder-banner-wrapper {
  border-radius: 5px;
  font-size: 15px;
  line-height: 25px;
  color: #333333;
}
[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay p {
  margin-bottom: 0;
}
[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-overlay h3 {
  font-size: 15px;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 20px;
}
[data-content-type="banner"] .pagebuilder-banner-wrapper .pagebuilder-poster-overlay {
  align-items: flex-end;
}
[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-banner-wrapper {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 400px;
}
[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  z-index: 2;
}
[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-overlay a {
  background: #FFC2A6;
  display: inline-block;
  border-radius: 25px;
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #333333;
  min-width: 135px;
  padding: 15px;
  margin-right: 20px;
}
[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-overlay a:hover {
  background-color: #ffffff;
  color: #333333;
  text-decoration: none;
}
[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-overlay p {
  margin-bottom: 0;
}
[data-content-type="banner"][data-appearance="collage-centered"] .pagebuilder-overlay h2 {
  margin-bottom: 35px;
}
.page-wrapper .wpb_wrapper {
  font-size: 13px;
  line-height: 24px;
}
.page-wrapper .wpb_wrapper h4 {
  padding-top: 10px;
  border-top: 1px solid #DCDCDC;
  font-weight: 700;
  font-size: 15px;
  line-height: 25px;
  text-transform: none;
  margin-bottom: 20px;
}
.page-wrapper .wpb_wrapper h4 a {
  color: #000000;
}
.page-wrapper .wpb_wrapper .product-item-photo img {
  border-radius: 5px;
}
.page-wrapper .wpb_wrapper .products-grid .product-items .product-item-details a {
  color: #333333;
  font-size: 13px;
  line-height: 24px;
}
.page-wrapper .wpb_wrapper .products-grid .product-items .product-item-details .product-reviews-summary {
  margin-bottom: 8px;
}
.page-wrapper .wpb_wrapper .products-grid .product-items .product-item-details .price {
  color: #333333;
}
.page-wrapper .wpb_wrapper .products-grid .product-items .product-item-details .old-price {
  color: #333333;
}
[data-content-type='row'][data-appearance='contained'] > .row-full-width-inner {
  max-width: 1440px;
}
.columns .column > .post-list-wrapper .post-list .post-header {
  min-height: 50px;
}
.magefan-blog .post-content {
  border-radius: 5px;
}
.magefan-blog .post-description {
  padding-bottom: 20px;
}
.magefan-blog .post-title {
  font-size: 15px;
  line-height: 25px;
  margin-bottom: 10px;
  color: #333333;
  font-weight: 700;
}
.magefan-blog .post-title a:hover {
  text-decoration: none;
}
.magefan-blog .row > div {
  margin-bottom: 20px;
}
.magefan-blog .blog-list .post-content {
  margin-bottom: 0;
  background-color: #ffffff;
}
.magefan-blog .blog-list .post-content .post-title-holder {
  margin-left: 20px;
  margin-top: 20px;
  margin-right: 20px;
}
.magefan-blog .blog-list .post-content div[data-content-type=text] p {
  padding-top: 0 !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-bottom: 0;
}
.magefan-blog .blog-list .post-content .post-read-more {
  font-weight: 500;
  margin-left: 20px;
  text-decoration: underline;
}
.blog-category-view .page-title-wrapper {
  display: none;
}
.blog-category-view .post-list .post-item .post-info .post-title a {
  color: #333333;
}
.blog-category-view .post-list .post-item .post-description {
  border: 1px solid #dcdcdc;
}
.blog-category-view .post-list .post-item .post-read-more a.post-read {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
  background-color: #000000;
}
.blog-category-view .post-list .post-item .post-read-more a.post-read:hover {
  background-color: #333333;
}
.catalog-category-view .post-info,
.cms-index-index .post-info {
  display: none;
}
.pages .action,
.pages strong.page,
.pages a.page,
.pages a.page:visited {
  color: #333333;
}
.pages a.page:hover,
.pages .action:hover {
  border-color: #333333;
}
.blog-post-view .post-header .post-title.theme-color {
  color: #333333 !important;
}
.blog-post-view .post-content .post-description p {
  font-size: 14px;
}
.blog-post-view .post-content .post-description img {
  margin: 0;
  width: 100%;
}
.blog-post-view .post-holder .post-date .day {
  color: #333;
}
.blog-post-view .post-holder .post-date .month {
  background-color: #333;
}
.porto-products .product-item-info.type3:hover .product-item-photo {
  box-shadow: none;
}
.porto-products .section-title {
  font-weight: 900;
  color: #333333;
}
.porto-products.title-border-bottom > .section-title {
  border-bottom: 1px solid #dcdcdc;
}
.product-item-info.type3 .product-item-actions .tocompare.actions-secondary {
  opacity: 0.8;
  color: #333333;
}
.top_sale_product .porto-products .flash-deal {
  position: unset !important;
}
.brand-table .item {
  display: flex;
  flex-flow: row wrap;
}
.brand-table .item ul {
  margin: 0;
  padding: 0;
  width: 50%;
}
@media (min-width: 768px) {
  .brand-table .item ul {
    width: 25%;
  }
}
.brand-table .item li {
  font-size: 19px;
  line-height: 34px;
  list-style: none;
  margin: 0;
  padding: 0 0 5px 0;
  display: flex;
  color: #000000;
}
.brand-table .item li.pink {
  color: #d25abe;
}
.brand-table .item li.pink a {
  color: #d25abe;
}
.brand-table .item li a:hover,
.brand-table .item li a:visited:hover,
.brand-table .item li a:link:hover {
  opacity: .8;
  text-decoration: none;
}
.brand-table .item li span.reg-trade {
  font-size: .8rem;
  position: relative;
  top: -5px;
  display: none;
}
/**
 * Pagebuilder elements
 */
.cms-page-view a.pagebuilder-button-primary,
.cms-page-view a.pagebuilder-button-primary:visited,
.cms-page-view a.pagebuilder-button-primary:link {
  height: 3rem;
  padding: 0 2em;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 3rem;
  border: none;
  background: #333;
  color: #fff;
}
.cms-page-view a.pagebuilder-button-primary:hover {
  background: #333;
  opacity: .8;
}
.cms-page-view .pagebuilder-button-primary {
  height: 3rem;
  padding: 0 2em;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 1em;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 3rem;
  border: none;
  background: #000000;
  /* font-size: 14px; */
  color: #ffffff;
}
a.pagebuilder-button-primary,
a.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:focus {
  background-color: #000000;
  color: #ffffff;
  letter-spacing: 0;
  line-height: 1.42857;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 1em;
  border: 0;
}
a.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:focus {
  opacity: .8;
  background-color: #000000;
  color: #ffffff;
}
[class="^pagebuilder"] button {
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
  border: 0;
}
[class="^pagebuilder"] button:hover {
  background-color: #333333;
}
a.pagebuilder-button-primary,
a.pagebuilder-button-primary:hover,
a.pagebuilder-button-primary:focus {
  background-color: #000000;
  border: 0;
  color: #ffffff;
}
@media only screen and (min-width: 769px) {
  .pagebuilder-column-line {
    gap: 0;
  }
  .cms-index-index .column.main .container {
    padding: 0;
  }
  .cms-index-index [data-content-type='row'][data-appearance='contained'] {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cms-index-index [data-content-type='row'][data-appearance='contained'] .container {
    padding: 0;
  }
  .cms-index-index .wpb_wrapper .porto-products .products-grid.columns6 .product-items {
    display: flex;
  }
  .cms-index-index .porto-inner-container .container {
    padding: 0;
  }
  .cms-index-index .post-list-wrapper .row {
    margin: 0;
  }
  .cms-index-index .magefan-blog .container {
    padding: 0;
  }
  .cms-index-index .magefan-blog .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }
  .cms-index-index .magefan-blog .row > [class*="col-"] {
    display: flex;
    flex-direction: column;
  }
  .cms-index-index .magefan-blog .post-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .cms-index-index .magefan-blog .post-description {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  .cms-index-index .magefan-blog .post-read-more {
    margin-top: auto;
    display: block;
  }
  .cms-index-index .magefan-blog .post-description {
    padding-bottom: 20px;
  }
}
/**
 * Labels
 */
.product-labels .product-label.sale-label {
  background-color: #d25abe;
}
.product-item-info .product-labels .product-label {
  border-radius: 3px;
  font-size: 9px;
  font-weight: 400;
}
.product-item-info .product-labels .product-label.sale-label {
  color: #000000;
  background: #FFC2A6;
}
/**
 * Prices
 */
.product-options-bottom .price-box .old-price,
.product-info-price .price-box .old-price {
  font-size: 1em;
  color: #a7a7a7;
}
.price-box .price,
.price-box.price-final_price .price {
  font-size: 1em;
  font-weight: 500;
}
.price-box .special-price .price,
.price-box.price-final_price .special-price .price {
  font-size: 1em;
  color: #d25abe;
}
.reseller-price .special-price .price-container .price {
  color: #00a51d;
}
.porto-products .product-item-info .product-item-actions .tocompare::before {
  content: url('../images/jamfor.svg') !important;
  width: 30px;
  margin: auto;
  padding: 4px;
  padding-left: 6px;
}
.porto-products .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:before {
  margin-right: unset;
  content: url('../images/varukorg.svg');
  margin: auto;
  padding: 5px 8px;
  height: inherit;
}
.porto-products .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocart:hover,
.porto-products .product-item-info.type3 .product-item-photo .product-item-inner .product-item-actions > .actions-primary .tocompare:hover {
  color: unset;
}
.wpb_content_element .products-grid .product-items .price-box[data-role="priceBox"] {
  font-size: 13px;
}
.wpb_content_element .products-grid .product-items .price-box[data-role="priceBox"] .price {
  font-weight: 400;
}
.wpb_content_element .products-grid .product-items .price-box[data-role="priceBox"] .old-price .price {
  color: #333333;
}
.wpb_content_element .products-grid .product-items .price-box[data-role="priceBox"] .old-price,
.wpb_content_element .products-grid .product-items .price-box[data-role="priceBox"] .special-price,
.wpb_content_element .products-grid .product-items .price-box[data-role="priceBox"] .price-final_price {
  font-size: 13px;
  line-height: 24px;
}
.wpb_content_element .products-grid .product-items .price-box[data-role="priceBox"] .special-price .price {
  color: #d25abe;
}
.products .product-item .rating-summary .rating-result:before {
  color: #CCCCCC;
}
.products .product-item .rating-summary .rating-result > span:before {
  color: #333333;
}
/**
 * Product info
 */
.product-info-main .page-title-wrapper {
  max-width: 100%;
}
.product-info-main .page-title-wrapper h1 {
  color: #333333;
  font-size: 1.8vw;
}
@media (max-width: 770px) {
  .product-info-main .page-title-wrapper h1 {
    font-size: 3vw;
  }
}
.product-info-main .product-reviews-summary {
  color: #333333;
}
.product-info-main .product-reviews-summary .reviews-actions a.action {
  font-weight: 500;
  color: #333333;
}
.product-info-main .svea-campaign {
  margin-bottom: 25px;
}
.product-info-main .svea-campaign > .svea-logo img {
  max-width: 40px !important;
  display: inline-block;
  margin-right: 5px;
}
.product-info-main .svea-campaign .svea-campaign-pricing strong:after {
  content: '\f05a';
  font-family: 'Font Awesome 5 Free';
  text-indent: 0;
  position: relative;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  line-height: 23px;
  height: 22px;
  margin: auto;
  z-index: 2;
  color: darkgreen;
}
.product-info-main .product-info-price {
  margin-bottom: 0px;
}
.product-info-main .svea-campaigns-container strong {
  font-weight: 500;
}
.product-info-main .svea-campaign-description {
  font-size: 14px;
  font-weight: 100;
}
.product-info-main .product-info-stock-sku .stock.available {
  display: none;
}
.product-info-main a.product-social-links {
  margin: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding: 0 !important;
}
.product-item-link:hover {
  color: #333333;
  text-decoration: none;
  opacity: .8;
}
@media (min-width: 768px) {
  .page-layout-1column .column.main > .custom-block ~ .product-info-main {
    width: 49% !important;
  }
  .page-layout-1column .column.main > .custom-block ~ .product.media {
    width: 49% !important;
  }
}
.products-slider.owl-carousel .owl-stage-outer {
  margin-top: 0px;
}
/**
 * Configurable options
 */
.page-product-configurable .product-options-wrapper div.fieldset {
  flex-wrap: nowrap;
  flex-direction: column;
  align-items: unset;
}
.page-product-configurable .product-options-wrapper div.fieldset select {
  width: fit-content;
}
.page-product-configurable .product-options-wrapper .stocks-block .product-name {
  width: 50%;
}
.page-product-configurable .product-options-wrapper .stocks-block .acc-right,
.page-product-configurable .product-options-wrapper .stocks-block .product-qty,
.page-product-configurable .product-options-wrapper .stocks-block .shipment-time {
  width: 25%;
}
.page-product-configurable .product-options-wrapper .stocks-block ol.stock-items {
  padding-inline-start: 0px;
}
/**
 * Stocks
 */
/*marginal lagertext */
.stock span {
  margin-left: 5px;
}
.stock-items {
  padding-inline-start: 10px;
  font-weight: 100;
}
.stocks-block .product-name {
  width: 30%;
}
.stocks-block .acc-right {
  width: 20%;
}
.stocks-block .product-qty {
  width: 20%;
}
.stocks-block .shipment-time {
  width: 20%;
}
.stocks-block .stock-title {
  text-transform: uppercase;
}
.stocks-block .stock-title h4 {
  font-weight: 900;
  margin-bottom: revert;
}
.stocks-block {
  background-color: unset;
}
.stock.ontheway:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #ffce00;
}
.stock.available:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #81e77a;
}
.stock.backorder:before {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 7.5px;
  background-color: #F6C944;
}
.stock.stock-item div > div {
  width: 100%;
}
.stock-items-list .stock-item {
  display: flex;
}
/*color on link to "store stock" tab on product page */
.show-storestock,
.show-storestock:visited,
.show-storestock:hover {
  color: #08c;
  font-weight: 600;
}
.show-storestock span:after {
  font-family: 'porto-icons';
  content: '\e81c';
  position: relative;
  right: 0.5em;
  top: 1px;
  margin-left: 10px;
}
/**
 * Box tocart
 */
.box-tocart .moved-add-to-links .action.tocompare:before {
  content: url('../images/jamfor.svg') !important;
  padding: 15% 17%;
  height: inherit;
}
/**
 * Accessories
 */
.cart-item-accessories h3 {
  color: #333333;
  margin-bottom: 0px;
  font-size: 14px;
  font-weight: 900;
  margin-bottom: revert;
}
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
}
@media (max-width: 991px) {
  .cart-item-accessories .accessories-items-list ol.products.list.items.product-items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li,
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li.product-item {
  background-color: #ffffff;
  min-height: 140px;
}
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li *,
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li.product-item * {
  font-weight: 500;
}
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li.item.product.product-item,
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li.product-item.item.product.product-item {
  background-color: #ffffff;
}
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li .acc-checkbox-wrapper,
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li.product-item .acc-checkbox-wrapper {
  line-height: 1.8rem;
}
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li .acc-product-qty,
.cart-item-accessories .accessories-items-list ol.products.list.items.product-items li.product-item .acc-product-qty {
  margin: 10px 0 25px;
}
.cart-item-accessories a.product-item-link:hover {
  text-decoration: none;
  opacity: .8;
}
.swatch-select .atv_typ {
  padding: 8px 22px !important;
}
.cart-item-accessories .acc-left .acc-checkbox-wrapper {
  align-items: center;
}
.cart-item-accessories .acc-left .acc-checkbox-wrapper {
  position: unset !important;
}
.cart-item-accessories .acc-left .acc-checkbox-wrapper input[type="checkbox"] {
  position: initial;
}
.cart-item-accessories .accessories-items-list ol li :is(.acc-right,.accessory-image-photo) {
  height: 80px;
  width: 80px;
}
.cart-item-accessories .accessories-items-list .acc-left {
  width: 70%;
  max-height: 25px;
}
.cart-item-accessories .accessories-items-list .acc-left {
  max-height: unset;
}
@media screen and (max-width: 1200px) {
  .cart-item-accessories .product-item .acc-left {
    width: 60%;
  }
  .cart-item-accessories .product-item .acc-right {
    margin-left: auto;
  }
}
.cart-item-accessories .accessories-items-list ol li [class^='swatch-opt-'] {
  width: 150px;
}
/**
 * Description
 */
/**
 * Related products
 */
.aw-arp-container .tocart {
  padding: 0 .625rem;
  height: 36px;
  font-size: .75rem;
}
.catalog-product-view h3.aw-arp-container__title {
  font-size: 1.1429em;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.catalog-product-view .aw-arp-container .product-item-name a {
  font-size: 1.4rem;
}
.catalog-product-view .product-items-related .product-item {
  display: flex;
  max-width: 100px;
}
/**
 * Product info accordion
 */
/*show arrows on product page tabs*/
.product.data.items .item.title a:after {
  display: block;
}
.product.data.items .item.title,
.product.data.items .item.title:hover,
.product.data.items > .item.title,
.product.data.items > .item.title:hover {
  color: inherit;
}
.product.data.items > .item.title.active,
.product.data.items > .item.title,
.accordion .product.data.items > .item.title,
.accordion .product.data.items > .item.title.active {
  color: #52524f;
  border-color: #dcdcdc;
  border-width: 1px;
}
.product.info.detailed .product.data.items > .item.title,
.product.info.detailed a[data-toggle="switch"] {
  font-weight: 900;
}
.product.info.detailed .additional-attributes-wrapper.store-stocks {
  column-count: 1;
  -webkit-column-count: 1;
  -moz-column-count: 1;
}
.product.info.detailed .additional-attributes-wrapper.store-stocks table > tbody > tr > th,
.product.info.detailed .additional-attributes-wrapper.store-stocks table > tbody > tr > td {
  font-size: 14px;
  text-transform: lowercase;
  border-top: none;
  padding-top: 0px;
  font-weight: 100;
}
.product.info.detailed .additional-attributes-wrapper.store-stocks table > tbody > tr:first-child > th,
.product.info.detailed .additional-attributes-wrapper.store-stocks table > tbody > trtr:first-child > td {
  font-weight: 600;
}
.product.info.detailed .additional-attributes-wrapper.store-stocks table > thead > tr > th,
.product.info.detailed .additional-attributes-wrapper.store-stocks table > thead > tr > td {
  font-size: 14px;
  text-transform: uppercase;
  border-bottom: 1px solid #e7e7e7;
}
.product.info.detailed .additional-attributes .attributes-table {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  padding: 10px;
}
.product.info.detailed additional-attributes-wrapper {
  padding: 10px;
}
.product.info.detailed .additional-attributes-wrapper .col.data {
  font-weight: 400;
}
.product.info.detailed .additional-attributes-wrapper .col.label {
  text-transform: uppercase;
}
.product.info.detailed .additional-attributes-wrapper.store-stocks table {
  margin-left: 25px;
  max-width: 1000px;
}
.product.info.detailed .additional-attributes-wrapper.store-stocks thead {
  text-transform: uppercase;
}
.product.info.detailed .additional-attributes-wrapper.store-stocks tbody th {
  padding-left: 30px;
}
.product.info.detailed .additional-attributes-wrapper th.label {
  text-transform: uppercase;
}
.product.info.detailed additional-attributes-wrapper table.additional-attributes tr:even {
  display: flex;
}
.product-item-pricing [data-label="Incl. tax"]:before,
.price-box [data-label="Incl. tax"]:before,
.product-item-pricing [data-label="Inkl. Moms"]:before,
.price-box [data-label="Inkl. Moms"]:before {
  display: none;
}
.amreview-recommend-wrap > .amreview-checkbox {
  margin: 3px;
  opacity: 1;
  position: initial;
  right: 0;
  width: 1.15em;
  z-index: 1;
  order: 10;
}
.amreview-recommend-wrap > .amreview-checkboxlabel {
  padding-right: 4px;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:before {
  border: 0;
  width: 0;
}
.amreview-recommend-wrap > .amreview-checkboxlabel:hover:before {
  border: 0;
  box-shadow: unset;
}
.amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  background: unset;
}
.field.amreview-recommend-wrap {
  display: flex;
}
.amreview-submit-form .review-form .action.submit.primary,
.amreview-submit-form .review-form .action.submit.primary:hover {
  background-color: #000;
  border: 0;
}
/**
 * Upsell
 */
.product-item-info .product-item-details .product-item-actions .tocart,
.product-item-info .product-item-details .product-item-actions .tocart:hover {
  color: #fff;
  background-color: #000;
  font-weight: 700;
  border: 0;
}
.product-item-info:hover .product-item-details .product-item-actions .tocart {
  background-color: #000;
  border: 0;
  color: #fff;
}
.block.upsell .product-item-info {
  text-align: left;
}
.block.upsell .product-item-info .product-reviews-summary {
  margin: 0 0 .625rem;
}
.block.upsell .product-item-info .product-item-details .product-item-actions {
  display: none;
}
.block.upsell .product.name a {
  font-size: .9375rem;
}
/**
 * Product compare
 */
.cta-content li.cta-item,
.cta-content li.cta-item .button {
  background-color: #333333 !important;
}
.cta-content li.cta-item:hover,
.cta-content li.cta-item .button:hover {
  border: 0;
}
.cta-content li.cta-item h4:hover {
  color: #ffffff;
}
.cms-kontakt,
.cms-kontakt-verkstad-stockholm,
.cms-kontakt-verkstad-goteborg {
  color: #333333;
}
.cms-kontakt h1,
.cms-kontakt-verkstad-stockholm h1,
.cms-kontakt-verkstad-goteborg h1 {
  margin-bottom: 0;
  color: #333333;
  font-weight: 500;
}
.cms-kontakt h2,
.cms-kontakt-verkstad-stockholm h2,
.cms-kontakt-verkstad-goteborg h2 {
  color: #333333;
  margin-bottom: 20px;
}
.cms-kontakt strong,
.cms-kontakt-verkstad-stockholm strong,
.cms-kontakt-verkstad-goteborg strong {
  font-weight: 900;
}
.cms-kontakt .page-wrapper .contact-info-bar,
.cms-kontakt-verkstad-stockholm .page-wrapper .contact-info-bar,
.cms-kontakt-verkstad-goteborg .page-wrapper .contact-info-bar {
  background-color: #D25ABE;
  color: #F4F2ED;
}
.cms-kontakt .page-wrapper [data-content-type='row'][data-appearance='contained'],
.cms-kontakt-verkstad-stockholm .page-wrapper [data-content-type='row'][data-appearance='contained'],
.cms-kontakt-verkstad-goteborg .page-wrapper [data-content-type='row'][data-appearance='contained'] {
  max-width: 1400px;
}
.cms-kontakt [data-content-type='text'] a:hover,
.cms-kontakt-verkstad-stockholm [data-content-type='text'] a:hover,
.cms-kontakt-verkstad-goteborg [data-content-type='text'] a:hover {
  color: #707070;
}
.cms-kontakt .pagebuilder-button-secondary,
.cms-kontakt-verkstad-stockholm .pagebuilder-button-secondary,
.cms-kontakt-verkstad-goteborg .pagebuilder-button-secondary {
  border: 1px solid #333333;
  border-radius: 30px;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #333333;
  background-color: transparent;
  padding: 6px 12px;
}
.cms-kontakt .pagebuilder-button-secondary:hover,
.cms-kontakt-verkstad-stockholm .pagebuilder-button-secondary:hover,
.cms-kontakt-verkstad-goteborg .pagebuilder-button-secondary:hover {
  color: #333333;
  border: 1px solid #333333;
  background-color: #ffffff;
}
.amlocator-index-index .page-wrapper .amlocator-main-container .amlocator-range-slider {
  background-color: #CCCCCC;
}
.amlocator-index-index .page-wrapper .amlocator-main-container .amlocator-range-slider .amlocator-tooltip {
  background-color: #D25ABE;
  font-size: 11px;
  line-height: 20px;
}
.amlocator-index-index .page-wrapper .amlocator-main-container .amlocator-range-slider .amlocator-tooltip:after {
  background-color: #D25ABE;
}
.amlocator-index-index .page-wrapper .amlocator-main-container .amlocator-range-slider .ui-slider-range {
  background-color: #D25ABE;
}
.amlocator-index-index .page-wrapper .amlocator-main-container .amlocator-range-slider .amlocator-handle {
  background-color: #D25ABE !important;
}
.amlocator-index-index .page-wrapper .amlocator-main-container .amlocator-filters-container .amlocator-clear {
  color: #D25ABE;
}
.amlocator-index-index .page-wrapper .contact-info-bar {
  color: #F4F2ED;
  background-color: #D25ABE;
}
.amlocator-index-index .page-wrapper .contact-info-bar p {
  margin: 0;
}
@media (min-width: 0px) {
  .header-left .nav-toggle {
    display: block;
  }
  .page-wrapper .page-header {
    position: fixed;
    top: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(6px);
  }
  .page-wrapper .page-header .header-main {
    background-color: transparent;
  }
  .page-wrapper .page-header .header-main .search-area {
    text-align: left;
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
  }
  .page-wrapper .page-header .header-main .search-area .search-toggle-icon {
    color: #fff;
    font-size: 15px;
    width: auto;
  }
  .page-wrapper .page-header .header-main .search-area .search-toggle-icon:hover {
    text-decoration: none;
  }
  .page-wrapper .page-header .header-main .search-area .search-toggle-icon .porto-icon-magnifier:before {
    margin-right: 8px;
    color: #fff;
    font-weight: 700;
  }
  .page-wrapper .page-header .header-main .search-area .block-search {
    padding: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
    border-radius: 5px;
    opacity: 1;
  }
  .page-wrapper .page-header .header-main .search-area .block-search .search-category {
    top: 20px !important;
    font-size: 12px;
  }
  .page-wrapper .page-header .header-main .search-area .block-search .search-category:after {
    margin-right: 15px;
  }
  .page-wrapper .page-header .header-main .search-area .block-search input {
    font-size: 12px;
  }
  .page-wrapper .page-header .header-main .search-area .block-search .block-content {
    margin-left: 20px;
    background-color: #f4f2ed;
    border-radius: 5px;
  }
  .page-wrapper .page-header .header-main .search-area .block-search .minisearch .actions button {
    background-color: #333333;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    top: 20px;
    width: 38px;
    margin-right: 20px;
  }
  .page-wrapper .page-header .header-main .search-area .block-search .minisearch .actions button:before {
    color: #fff;
    font-weight: 700;
  }
  .page-wrapper .page-header .navigation-search {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .page-wrapper .page-header .navigation-search .navigation > ul {
    max-width: none;
  }
  .page-wrapper .page-header .navigation-search .navigation > ul li > .level-top {
    padding: 8px 5px !important;
    font-size: 15px !important;
    line-height: 15px !important;
    font-weight: 500 !important;
  }
  .page-wrapper .page-header .navigation-search .navigation > ul li > .level-top span {
    font-size: 15px !important;
  }
  .page-wrapper .page-header .nav-sections li:nth-of-type(5) > .level-top {
    color: #FFC2A6 !important;
  }
  .page-wrapper .page-header .nav-sections .navigation > ul {
    justify-content: center;
  }
  .page-wrapper .page-header .nav-sections .navigation > ul li .submenu {
    border-radius: 5px;
  }
  .page-wrapper .page-header .nav-sections [data-content-type="html"] {
    display: none;
  }
  .page-wrapper .page-header .header.content {
    display: flex;
  }
  .menu-burger {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #151515;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 40px;
    padding-left: 50px;
  }
  .menu-burger a {
    text-decoration: none;
  }
  .menu-burger li a:hover {
    color: #909090 !important;
  }
  .menu-burger .menu-container {
    padding-top: 100px;
  }
  .menu-burger .navigation {
    overflow: unset;
  }
  .menu-burger .navigation ul {
    padding-left: 0;
  }
  .menu-burger .navigation .level0 {
    border: none;
  }
  .menu-burger .navigation .level0 > .level-top {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #f4f2ed;
    text-transform: none;
  }
  .menu-burger [data-content-type="html"] .level0 > .level-top {
    font-size: 13px;
    line-height: 16px;
  }
  .menu-burger .title-account {
    display: none;
  }
  .menu-burger.account-tab .title-account {
    display: block;
  }
  .menu-burger.account-tab .title-menu {
    display: none;
  }
  .menu-burger.account-tab [data-content-type="html"] {
    display: none;
  }
  .menu-burger.account-tab .menu-container > li {
    margin-bottom: 5px;
    display: block;
  }
  .menu-burger .title-menu,
  .menu-burger .title-account {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFC2A6;
  }
  .menu-burger .title-account {
    display: none;
  }
  .menu-burger .menu-container > li {
    display: none;
  }
  .menu-burger .store-links {
    margin-top: 40px;
  }
  .menu-burger .store-links a {
    display: block;
    margin-bottom: 20px;
    font-size: 19px;
    font-weight: 500;
    line-height: 22px;
  }
  .menu-burger .store-links a:hover {
    text-decoration: none;
    color: #909090 !important;
  }
  .menu-burger .store-links a:first-of-type {
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
  }
  .menu-burger .share-links {
    margin-top: 40px;
  }
  .menu-burger .share-links a {
    height: 40px;
    width: 40px;
    background-color: #333333 !important;
    border-radius: 50%;
  }
  .menu-burger .share-links a:before {
    font-size: 15px;
  }
  .menu-burger .share-links a:hover {
    opacity: 1;
    background-color: #ffffff !important;
  }
  .menu-burger .share-links a:hover:before {
    color: #333333;
  }
  html:not(.nav-open) .menu-burger {
    display: none;
  }
  .menu-burger .nav-toggle {
    float: right;
    width: auto;
    padding-top: 12px;
    margin-right: 20px;
    z-index: 100;
  }
  .menu-burger .nav-toggle:after {
    content: none;
  }
  .menu-burger .nav-toggle:before {
    content: none;
  }
  .menu-burger .nav-toggle .icon-close {
    position: relative;
    display: inline-block;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #333333;
    cursor: pointer;
  }
  .menu-burger .nav-toggle .icon-close::before,
  .menu-burger .nav-toggle .icon-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 20px;
    height: 2px;
    background: #ffffff;
    transform-origin: center;
  }
  .menu-burger .nav-toggle .icon-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .menu-burger .nav-toggle .icon-close::after {
    transform: translate(-50%, -50%) rotate(135deg);
  }
  .menu-burger .nav-sections-item-title.section-item-title {
    position: absolute;
    top: 20px;
    display: inline-block;
    z-index: 999;
    border-radius: 5px;
  }
  .menu-burger .nav-sections-item-title.section-item-title a {
    border: 1px solid #f4f2ed;
    border-radius: 5px;
    font-size: 13px;
    line-height: 16px;
  }
  .menu-burger .nav-sections-item-title.section-item-title:hover {
    text-decoration: none;
  }
  .menu-burger .nav-sections-item-title.section-item-title.active {
    background-color: #f4f2ed;
  }
  .menu-burger .nav-sections-item-title.section-item-title.active a {
    color: #333333 !important;
  }
  .menu-burger .nav-sections-item-title.section-item-title .nav-sections-item-switch {
    display: inline-block;
    padding: 8px;
  }
  .menu-burger .nav-sections-item-title.section-item-title[aria-controls="store.links"] {
    left: 120px;
  }
  .menu-burger a {
    color: #f4f2ed !important;
  }
  .menu-burger .nav-toggle {
    display: block !important;
  }
  .menu-burger .nav-sections {
    background-color: #151515;
    position: static;
    height: auto;
    box-shadow: none;
  }
  .menu-burger .nav-sections .navigation {
    text-align: left;
    padding: 0;
    overflow: unset;
  }
  .menu-burger .nav-sections .navigation ul {
    padding-left: 0;
  }
  .menu-burger .nav-sections .navigation .level0 {
    border: none;
  }
  .menu-burger .nav-sections .navigation .level0:nth-of-type(1) > .level-top,
  .menu-burger .nav-sections .navigation .level0:nth-of-type(2) > .level-top,
  .menu-burger .nav-sections .navigation .level0:nth-of-type(3) > .level-top,
  .menu-burger .nav-sections .navigation .level0:nth-of-type(4) > .level-top,
  .menu-burger .nav-sections .navigation .level0:nth-of-type(5) > .level-top {
    font-size: 19px;
    line-height: 22px;
  }
  .menu-burger .nav-sections .navigation .level0:nth-of-type(5) > .level-top {
    color: #FFC2A6 !important;
  }
  .menu-burger .nav-sections .navigation .level0:nth-of-type(5) > .level-top:hover {
    color: #909090 !important;
  }
  .menu-burger .nav-sections .navigation .level0 > .level-top {
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 13px;
    line-height: 16px;
    color: #f4f2ed;
    text-transform: none;
  }
  .menu-burger .nav-sections .navigation li.level0 {
    display: block;
    margin: 0;
    width: 100%;
    text-align: left;
  }
  .menu-burger .nav-sections .navigation li.level0 > .level-top {
    padding-left: 0;
  }
  .menu-burger .nav-sections .navigation li .submenu {
    position: static !important;
    min-width: 0;
    border: 0;
    box-shadow: none;
    text-align: left;
  }
  .menu-burger .nav-sections .navigation li .submenu:before,
  .menu-burger .nav-sections .navigation li .submenu:after {
    display: none;
  }
  .menu-burger .nav-sections .navigation li .submenu li {
    margin: 0;
    width: 100%;
  }
  .menu-burger .nav-sections .navigation li .submenu li a {
    padding: 8px 0;
  }
  .menu-burger .nav-sections .navigation li .submenu li a:hover {
    background: none;
  }
  .menu-burger .nav-sections nav ul li + li a.level-top::before {
    content: none !important;
  }
  .menu-burger .nav-sections .sw-megamenu.navigation li.level0 .submenu {
    display: none;
  }
  .menu-burger .nav-sections [data-content-type="html"] .level0 > .level-top {
    font-size: 13px !important;
    line-height: 16px !important;
  }
  .nav-open .menu-burger .nav-toggle:after {
    content: none;
  }
  .nav-open .menu-burger .navigation a.level-top:not(:first-child)::before {
    content: none !important;
  }
  .nav-open .menu-burger .navigation .submenu {
    display: none;
  }
}
@media (max-width: 769px) {
  header.page-header .header-main .header-row > .header-right {
    padding: 10px 0;
  }
  .navigation-search .search-area {
    display: none;
  }
  .menu-burger {
    width: 100%;
  }
  .menu-burger .navigation .parent .level-top:after {
    content: none;
  }
  .page-wrapper .page-header {
    top: 0;
  }
  .page-wrapper .page-header .logo {
    max-width: 110px;
  }
  .page-wrapper .page-header .header-main {
    height: 70px;
  }
  .page-wrapper .page-header .header-main .header-left {
    width: 25%;
    padding: 0;
  }
  .page-wrapper .page-header .header-main .header-row {
    height: 70px;
  }
  .page-wrapper .page-header .header-main .search-area .block-search {
    width: 90vw;
  }
  .page-wrapper .page-header .header-main .search-area .block-search .minisearch .actions button {
    margin-right: 0;
  }
  .page-wrapper .page-header .header-main .search-area .block-search .search-category {
    border-right: none;
    display: block;
  }
}
@media (min-width: 1024px) {
  .page-wrapper .page-header .header-main {
    height: 100px;
  }
  .header-right .search-area {
    display: none;
  }
}
@media (max-width: 1023px) {
  .page-wrapper .page-header .navigation-search {
    display: none;
  }
  .menu-container .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: none;
  }
  .menu-container .navigation .parent .level-top:after {
    content: none;
  }
}
@media (min-width: 770px) {
  .header-main .header-left {
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-main .header-right {
    min-width: 16%;
  }
  .menu-burger {
    width: 475px;
  }
  .page-wrapper .page-header .header-main .header.content .header-left {
    padding-top: 0;
    padding-bottom: 0;
    min-width: 16%;
  }
  .page-wrapper .page-header .header-main .header.content .header-left .nav-toggle {
    margin-top: 12px;
    margin-bottom: 4px;
  }
  .page-wrapper .page-header .header-main .header-row > .header-center {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-wrapper .page-header .header-main .header-row > .header-right {
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-wrapper .page-header .header-main .search-area .block-search {
    min-width: 450px;
  }
  .page-wrapper .page-header .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 50%;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level1 {
    padding-top: 5px;
  }
  .page-wrapper .page-header .sw-megamenu.navigation li.level0.fullwidth > .submenu .level1 a span {
    color: #000;
    font-weight: 500;
    font-size: 13px;
    line-height: 25px;
    text-transform: none;
  }
  .nav-open .page-wrapper .block.filter {
    display: block;
  }
}
.promobar {
  background: #F4F2ED;
  width: 100%;
  z-index: 100;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.promobar [data-content-type="html"] {
  width: 100%;
}
.promobar a {
  color: #333333;
}
.promobar a:hover {
  text-decoration: none;
}
.promobar .promobar-left a:hover {
  color: #909090;
}
.promobar .promobar-right a:hover {
  color: #909090;
}
.promobar p {
  font-size: 15px;
  line-height: 20px;
  font-weight: 500;
  color: #f4f2ed;
  text-align: center;
  margin: 0;
}
@media screen and (min-width: 600px) {
  .promobar p {
    margin: 0;
  }
}
.promobar p span,
.promobar p a {
  color: inherit;
  font-size: inherit;
}
.promobar p a:hover {
  color: #ffffff;
}
.promobar-part1 {
  display: flex;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  height: 30px;
  background-color: #f4f2ed;
  margin-left: auto;
  margin-right: auto;
}
.promobar-left,
.promobar-mid,
.promobar-right {
  height: 100%;
  display: flex;
  align-items: center;
}
.promobar-left {
  width: 25%;
  justify-content: left;
  font-size: 13px;
}
.promobar-right {
  width: 25%;
  justify-content: right;
  font-size: 13px;
}
.promobar-mid {
  width: 50%;
  justify-content: center;
  align-items: end;
}
.tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 148px;
  height: 100%;
  max-height: 28px;
  text-decoration: none;
  border: none;
  background: none;
  overflow: visible;
  font-weight: 500;
  color: #333;
  margin: 0 4px;
}
.tab-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none;
}
.tab span {
  font-size: 13px;
  position: relative;
  z-index: 1;
}
.promobar-left a,
.promobar-right a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-decoration-line: none;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
}
.promobar-right a {
  padding: 0 0 0 2rem;
}
.promobar-part2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  min-height: 40px;
  height: auto;
  background-color: #333333;
}
.promobar-part2 p {
  font-size: 13px;
  line-height: 15px;
  max-width: 1440px;
  margin: 0;
}
@media screen and (max-width: 1100px) {
  .promobar-part1,
  .promobar-part2 {
    padding: 0 20px;
  }
  .promobar-left,
  .promobar-right {
    display: none;
  }
  .promobar-mid {
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 600px) {
  .three-blocks ul li {
    width: 100% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 556px) {
  .tab {
    width: 175px;
  }
  .tab span {
    font-size: 13px;
  }
}
@media screen and (max-width: 1440px) {
  .promobar-part1 {
    max-width: 1240px;
  }
}
body.promobar-active .menu-container {
  height: calc(50vh);
}
body.promobar-active .menu-container .absolute-container {
  height: calc(50vh);
}
/**
 * @todo use something like listpage
 */
.catalogsearch-result-index .page-title-wrapper {
  display: none;
}
.amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
  margin-top: 0px;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected {
  font-weight: bolder;
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
  .page-with-filter ul.post-list.clearfix li.post-holder {
    max-width: 300px;
  }
}
.cms-index-index .pagebuilder-mobile-only {
  width: 100%;
}
.cms-index-index .scooter-2-go .pagebuilder-mobile-only {
  width: auto;
}
.catalog-category-view .post-text-hld {
  display: none;
}
@media (max-width: 991px) {
  .page-with-filter ul.post-list.clearfix li.post-holder .post-content {
    display: none;
  }
}
ul.post-list.clearfix {
  flex-direction: row !important;
  gap: 15px;
  min-height: 608px;
}
ul.post-list.clearfix li.post-holder {
  border-bottom: none !important;
  max-width: 400px;
  margin-left: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  margin: 0 7px 7px 7px;
  max-height: 460px;
}
@media only screen and (max-width: 1024px) and (min-width: 822px) {
  .text-under-logo > h3,
  .text-under-logo > p {
    margin-bottom: 0px !important;
  }
}
.product-add-form .block-content .block-actions {
  display: none;
}
a.link-white:link,
a.link-white:hover,
a.link-white:visited,
a.link-white:active,
a.link-white:focus,
a.link-white:focus-visible,
a.link-white:focus-within,
a.link-white:target {
  color: #f4f2ed;
}
.catalog-category-view .category-image {
  display: none;
}
[class*="categorypath-lifebike-reservdelar"].catalog-category-view .category-image {
  display: block;
}
[class*="categorypath-reservdelar"] .category-image {
  display: block !important;
}
.catalog-category-view ul.post-list.clearfix {
  max-height: 308px;
  min-height: 308px;
}
body[class*=' categorypath-reservdelar'] .category-image .image {
  max-width: 720px;
}
.category-image .image {
  width: unset;
}
.products-grid .product-item {
  padding-top: 10px;
}
body:not(.catalog-product-view) .products-grid:not(.small-list) .product-item:hover {
  box-shadow: 0 5px 25px 0 rgba(0, 0, 0, 0.1);
}
.products-grid .product-item .product-item-info.type3 .weltpixel-quickview.weltpixel_quickview_button_v2 {
  background: #222529;
}
.page-with-filter .catalog-topnav .filter-options-item {
  margin-right: 10px;
}
.page-with-filter .catalog-topnav .filter-options-title {
  min-width: 120px;
  text-align: center;
}
.toolbar.toolbar-products .modes-mode.active,
.toolbar.toolbar-products .modes-mode:hover {
  color: #333333;
}
div[data-content-type=text] p {
  padding: 20px 10px !important;
}
.amasty-fpc-crawler-status {
  position: fixed;
  right: 20px;
  bottom: 20px;
  min-width: 400px;
  border: 2px solid #008080;
  z-index: 9999;
  background: white;
}
.amasty-fpc-crawler-status .status-header {
  text-align: center;
  color: white;
  font-weight: bold;
  background: #008080;
  font-size: 20px;
  padding: 5px 0;
}
.amasty-fpc-crawler-status.status-ignored .status {
  color: #bebebe;
}
.amasty-fpc-crawler-status.status-hit .status {
  color: #67b96a;
}
.amasty-fpc-crawler-status.status-miss .status {
  color: #d10c12;
}
.amasty-fpc-crawler-status .status {
  text-transform: uppercase;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  padding: 5px 0;
}
.amasty-fpc-crawler-status .not-cacheable .not-cacheable-header {
  background: #e4e4e4;
  text-align: center;
  font-weight: bold;
  padding: 3px 0;
}
.amasty-fpc-crawler-status .not-cacheable .blocks {
  max-height: 100px;
  overflow-y: auto;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block {
  padding: 7px;
  border-bottom: 1px solid #e4e4e4;
  font-size: 12px;
}
.amasty-fpc-crawler-status .not-cacheable .blocks .not-cacheable-block:last-child {
  border-bottom: none;
}
.debug-status-toggle {
  text-align: center;
  background: #008080;
  font-size: 15px;
  font-weight: bold;
  color: #ffffff;
}
.debug-status-toggle:hover {
  background: #005f5f;
  cursor: pointer;
}
.amfpc-context-container {
  max-height: 700px;
  overflow-y: auto;
  display: none;
}
.amfpc-context-container.-toggled {
  display: block;
}
.amfpc-context-container .context-type-description {
  padding: 5px;
  margin: 0;
  background: #ffffff;
  border-bottom: 2px solid #008080;
  color: #000;
}
.amfpc-context-container .amfpc-context-item {
  padding: 5px;
  border-bottom: 2px solid #008080;
}
.amfpc-context-container .amfpc-context-item .context-row {
  color: #818181;
  background-color: #efefef;
  display: block;
  padding: 2px 10px;
}
.amfpc-context-container .amfpc-context-item .context-row.-unique-entry {
  color: #4d544b;
  background-color: #e0f0dc;
}
.amfpc-context-container .amfpc-context-item .context-row.-vary-entry {
  color: #4d544b;
  background-color: #dce4f0;
}
.size-guide-popup-wrapper .modal-footer {
  display: none;
}
.size-guide-popup-wrapper .modal-inner-wrap {
  margin: 2rem auto;
  max-width: 750px;
  background-color: #f4f2ed;
}
.size-guide-popup-wrapper .modal-content {
  padding-top: 20px;
}
.size-guide-popup-wrapper .modal-content h1 {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}
.size-guide-popup-wrapper .modal-content h2 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.size-guide-popup-wrapper .modal-content h3 {
  font-weight: 400;
  font-size: 1.6em;
}
.size-guide-popup-wrapper .modal-content table {
  border-color: #d3d3d3;
  background: #fff;
  width: auto;
  margin-bottom: 1.25em;
}
.size-guide-popup-wrapper .modal-content table > tbody > tr > th,
.size-guide-popup-wrapper .modal-content table > tbody > tr > td {
  padding: 0 0.5em;
  width: 150px;
}
.size-guide-popup-wrapper .action-close {
  top: 20px !important;
  right: 20px !important;
  padding: 0;
}
.product-options-wrapper .fieldset {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: end;
  justify-content: left;
  gap: 20px;
  padding-bottom: 12px;
}
.product-options-wrapper .fieldset > .field {
  margin-bottom: 6px;
}
.product-options-wrapper .storleksguide-link {
  padding-bottom: 12px;
}
.product-options-wrapper .storleksguide-link,
.product-options-wrapper .storleksguide-link:hover {
  font-size: 12px;
  font-weight: bold;
  text-decoration: underline;
  color: black;
}
.noScroll {
  overflow: hidden;
  height: 100vh !important;
}
@media only screen and (max-width: 768px) {
  .size-guide-popup-wrapper.modal-slide {
    left: 0;
    padding: 15px;
  }
  .size-guide-popup-wrapper .modal-inner-wrap {
    background-color: #f4f2ed !important;
    max-height: 98vh !important;
    margin: 0 auto;
  }
  .size-guide-popup-wrapper .modal-content {
    padding: 15px;
  }
  .size-guide-popup-wrapper .action-close {
    top: 15px !important;
    right: 10px !important;
  }
}
@media only screen and (max-width: 460px) {
  .size-guide-popup-wrapper .modal-content table {
    width: 100%;
  }
  .product-options-wrapper .fieldset {
    gap: 3px;
  }
}
