/**
 * 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: #666666;
  border: 1px solid #666666;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
}
.action-primary:hover {
  background: #666666;
  border: 1px solid #666666;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #777777;
  cursor: pointer;
  font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  margin: 0;
  padding: 7px 15px;
  font-size: 1.4rem;
  line-height: 0.3rem;
  box-sizing: border-box;
  vertical-align: middle;
  display: inline-block;
  text-decoration: none;
  border-radius: 3px;
}
.abs-action-link-button:focus,
.abs-action-link-button:active {
  background: #e2e2e2;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #777777;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #666666;
  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: #666666;
  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: #666666;
  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: #666666;
  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: #666666;
  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: #666666;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #666666;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #666666;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #666666;
  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: #666666;
  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: #666666 !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: #666666;
    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: #666666;
  }
  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: #666666 !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 #666666;
    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: #666666;
    color: #666666;
    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.
 */
.login-container .g-recaptcha,
.form-login .g-recaptcha,
.form-edit-account .g-recaptcha {
  margin-bottom: 10px !important;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.required-captcha.checkbox {
  position: absolute;
  display: block;
  visibility: visible;
  overflow: hidden;
  opacity: 0;
  width: 1px;
  height: 1px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.block.newsletter .field-recaptcha .field .control:before {
  content: none;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.review-form .field-recaptcha {
  margin-bottom: 10px;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.form.send.friend .g-recaptcha {
  margin-top: 40px;
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.am-vertical-fade {
  position: relative;
}
.am-vertical-fade:after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.3);
  content: '';
}
.ambanner-preloader-block {
  position: relative;
}
.ambanner-preloader-block:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  display: block;
  background: #ffffff url('../Amasty_BannerSlider/images/loader.gif') center / 80px no-repeat;
  content: '';
}
@font-face {
  font-weight: normal;
  font-style: normal;
  font-family: 'ambannerIcons';
  src: url('../Amasty_BannerSlider/fonts/ambannerIcons.woff') format('woff');
  font-display: block;
}
.ambanner-overlay-hover .ambanner-image-block.-overlay > .ambanner-image {
  filter: blur(4px);
}
.ambanner-overlay-hover .ambanner-content-overlay {
  visibility: visible;
}
.ambanner-overlay-hover .ambanner-content-block {
  opacity: 1;
  transform: translateY(0);
}
.ambanner-controls-hover .ambanner-arrow-button {
  opacity: 1;
}
.ambanner-controls-hover .ambanner-arrow-button.-prev {
  left: 15px;
}
.ambanner-controls-hover .ambanner-arrow-button.-next {
  right: 15px;
}
.ambanner-controls-hover .ambanner-slider-dots {
  bottom: 0;
  opacity: 1;
}
._am-slide-down {
  animation: slideDown .2s;
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-10%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
._am-check-ico {
  margin: 0 0 3px 0;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  content: '';
  transform: rotate(45deg);
}
._am-clear-btn,
._am-clear-btn:focus,
._am-clear-btn:hover,
._am-clear-btn:active,
._am-clear-btn:not(.primary) {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
._order-5 {
  order: 5;
}
._order-4 {
  order: 4;
}
._order-3 {
  order: 3;
}
._order-2 {
  order: 2;
}
._order-1 {
  order: 1;
}
._order-0 {
  order: 0;
}
._amwrap-fill-btn {
  border-color: #1e79c2;
  background: #1e79c2;
  box-shadow: none;
  color: #fff;
}
._amwrap-fill-btn:hover {
  background: #1b6bac;
}
._amwrap-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 6px 20px;
  border: 1px solid #4190c6;
  border-radius: 2px;
  color: #4190c6;
}
._amwrap-btn.-active {
  opacity: 1;
  pointer-events: auto;
}
._amwrap-btn.-hidden {
  display: none;
}
._amwrap-btn:disabled {
  opacity: .3;
  pointer-events: none;
}
@media only screen and (max-width: 1000px) and (min-width: 701px) {
  .ampromo-overlay .ampromo-gallery {
    width: 570px;
    margin: 0 auto 30px;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
}
@media only screen and (max-width: 700px) {
  .ampromo-overlay .ampromo-gallery {
    width: 280px;
    margin: 0 auto;
  }
  .ampromo-items-content {
    padding: 24px 54px;
  }
  .ampromo-items-form .product-info-price > *:first-child,
  .ampromo-items-form .product-info-price > *:last-child {
    padding: 0;
  }
}
@media only screen and (max-width: 400px) {
  .ampromo-overlay .ampromo-gallery {
    margin: 0 auto 30px auto;
  }
  .ampromo-overlay .slick-prev,
  .ampromo-overlay .slick-next {
    display: none !important;
  }
  .ampromo-items-content {
    padding: 15px;
  }
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
/**
* Amazon Pay variables
**/
@media all and (max-width: 768px) {
  .amazon-button-container {
    width: 100%;
  }
}
.amazon-logout-widget {
  display: none;
}
/**
 * Copyright 2016 Amazon.com, Inc. or its affiliates. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License").
 * You may not use this file except in compliance with the License.
 * A copy of the License is located at
 *
 *  http://aws.amazon.com/apache2.0
 *
 * or in the "license" file accompanying this file. This file is distributed
 * on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either
 * express or implied. See the License for the specific language governing
 * permissions and limitations under the License.
 */
@media all and (max-width: 768px) {
  .amazon-minicart-container .amazon-button-container {
    width: auto;
  }
}
.brtooltip {
  position: relative;
}
.brtooltip .tooltip-content {
  background: #ffffff;
  max-width: 250px;
  min-width: 210px;
  padding: 12px 16px;
  z-index: 100;
  display: none;
  position: absolute;
  text-align: left;
  color: #777777;
  line-height: 1.4;
  font-size: 1.2rem;
  border: 1px solid #bbbbbb;
  margin-top: 5px;
  left: 0;
  top: 100%;
}
.brtooltip .tooltip-content:after,
.brtooltip .tooltip-content:before {
  border: solid transparent;
  content: '';
  height: 0;
  position: absolute;
  width: 0;
}
.brtooltip .tooltip-content:after {
  border-width: 5px;
  border-color: transparent;
}
.brtooltip .tooltip-content:before {
  border-width: 6px;
  border-color: transparent;
}
.brtooltip .tooltip-content:after,
.brtooltip .tooltip-content:before {
  bottom: 100%;
}
.brtooltip .tooltip-content:after {
  border-bottom-color: #ffffff;
  left: 191px;
  margin-left: -5px;
}
.brtooltip .tooltip-content:before {
  border-bottom-color: #bbbbbb;
  left: 191px;
  margin-left: -6px;
}
.brtooltip .tooltip-toggle {
  cursor: pointer;
}
.brtooltip .tooltip-toggle:hover + .tooltip-content,
.brtooltip .tooltip-toggle:focus + .tooltip-content,
.brtooltip:hover .tooltip-content {
  display: block;
}
.iti {
  position: relative;
  display: inline-block;
}
.iti * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.iti__hide {
  display: none;
}
.iti__v-hide {
  visibility: hidden;
}
.iti input,
.iti input[type=text],
.iti input[type=tel] {
  position: relative;
  z-index: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-right: 36px;
  margin-right: 0;
}
.iti__flag-container {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 1px;
}
.iti__selected-flag {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 31px;
  padding: 0 6px 0 8px;
}
.iti__arrow {
  margin-left: 6px;
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #555;
}
.iti__arrow--up {
  border-top: none;
  border-bottom: 4px solid #555;
}
.iti__country-list {
  position: absolute;
  z-index: 2;
  list-style: none;
  text-align: left;
  padding: 0;
  margin: 0 0 0 -1px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
  background-color: white;
  border: 1px solid #CCC;
  white-space: nowrap;
  max-height: 200px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
.iti__country-list--dropup {
  bottom: 100%;
  margin-bottom: -1px;
}
@media (max-width: 500px) {
  .iti__country-list {
    white-space: normal;
  }
}
.iti__flag-box {
  display: inline-block;
  width: 20px;
}
.iti__divider {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #CCC;
}
.iti__country {
  padding: 5px 10px;
  outline: none;
}
.iti__dial-code {
  color: #999;
}
.iti__country.iti__highlight {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti__flag-box,
.iti__country-name,
.iti__dial-code {
  vertical-align: middle;
}
.iti__flag-box,
.iti__country-name {
  margin-right: 6px;
}
.iti--allow-dropdown input,
.iti--allow-dropdown input[type=text],
.iti--allow-dropdown input[type=tel],
.iti--separate-dial-code input,
.iti--separate-dial-code input[type=text],
.iti--separate-dial-code input[type=tel] {
  padding-right: 6px;
  padding-left: 52px;
  margin-left: 0;
}
.iti--allow-dropdown .iti__flag-container,
.iti--separate-dial-code .iti__flag-container {
  right: auto;
  left: 0;
}
.iti--allow-dropdown .iti__flag-container:hover {
  cursor: pointer;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover {
  cursor: default;
}
.iti--allow-dropdown input[disabled] + .iti__flag-container:hover .iti__selected-flag,
.iti--allow-dropdown input[readonly] + .iti__flag-container:hover .iti__selected-flag {
  background-color: transparent;
}
.iti--separate-dial-code .iti__selected-flag {
  background-color: rgba(0, 0, 0, 0.05);
}
.iti--separate-dial-code .iti__selected-dial-code {
  margin-left: 6px;
}
.iti--container {
  position: absolute;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: 1px;
}
.iti--container:hover {
  cursor: pointer;
}
.iti-mobile .iti--container {
  top: 30px;
  bottom: 30px;
  left: 30px;
  right: 30px;
  position: fixed;
}
.iti-mobile .iti__country-list {
  max-height: 100%;
  width: 100%;
}
.iti-mobile .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}
.iti__flag {
  width: 20px;
}
.iti__flag.iti__be {
  width: 18px;
}
.iti__flag.iti__ch {
  width: 15px;
}
.iti__flag.iti__mc {
  width: 19px;
}
.iti__flag.iti__ne {
  width: 18px;
}
.iti__flag.iti__np {
  width: 13px;
}
.iti__flag.iti__va {
  width: 15px;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-size: 5652px 15px;
  }
}
.iti__flag.iti__ac {
  height: 10px;
  background-position: 0px 0px;
}
.iti__flag.iti__ad {
  height: 14px;
  background-position: -22px 0px;
}
.iti__flag.iti__ae {
  height: 10px;
  background-position: -44px 0px;
}
.iti__flag.iti__af {
  height: 14px;
  background-position: -66px 0px;
}
.iti__flag.iti__ag {
  height: 14px;
  background-position: -88px 0px;
}
.iti__flag.iti__ai {
  height: 10px;
  background-position: -110px 0px;
}
.iti__flag.iti__al {
  height: 15px;
  background-position: -132px 0px;
}
.iti__flag.iti__am {
  height: 10px;
  background-position: -154px 0px;
}
.iti__flag.iti__ao {
  height: 14px;
  background-position: -176px 0px;
}
.iti__flag.iti__aq {
  height: 14px;
  background-position: -198px 0px;
}
.iti__flag.iti__ar {
  height: 13px;
  background-position: -220px 0px;
}
.iti__flag.iti__as {
  height: 10px;
  background-position: -242px 0px;
}
.iti__flag.iti__at {
  height: 14px;
  background-position: -264px 0px;
}
.iti__flag.iti__au {
  height: 10px;
  background-position: -286px 0px;
}
.iti__flag.iti__aw {
  height: 14px;
  background-position: -308px 0px;
}
.iti__flag.iti__ax {
  height: 13px;
  background-position: -330px 0px;
}
.iti__flag.iti__az {
  height: 10px;
  background-position: -352px 0px;
}
.iti__flag.iti__ba {
  height: 10px;
  background-position: -374px 0px;
}
.iti__flag.iti__bb {
  height: 14px;
  background-position: -396px 0px;
}
.iti__flag.iti__bd {
  height: 12px;
  background-position: -418px 0px;
}
.iti__flag.iti__be {
  height: 15px;
  background-position: -440px 0px;
}
.iti__flag.iti__bf {
  height: 14px;
  background-position: -460px 0px;
}
.iti__flag.iti__bg {
  height: 12px;
  background-position: -482px 0px;
}
.iti__flag.iti__bh {
  height: 12px;
  background-position: -504px 0px;
}
.iti__flag.iti__bi {
  height: 12px;
  background-position: -526px 0px;
}
.iti__flag.iti__bj {
  height: 14px;
  background-position: -548px 0px;
}
.iti__flag.iti__bl {
  height: 14px;
  background-position: -570px 0px;
}
.iti__flag.iti__bm {
  height: 10px;
  background-position: -592px 0px;
}
.iti__flag.iti__bn {
  height: 10px;
  background-position: -614px 0px;
}
.iti__flag.iti__bo {
  height: 14px;
  background-position: -636px 0px;
}
.iti__flag.iti__bq {
  height: 14px;
  background-position: -658px 0px;
}
.iti__flag.iti__br {
  height: 14px;
  background-position: -680px 0px;
}
.iti__flag.iti__bs {
  height: 10px;
  background-position: -702px 0px;
}
.iti__flag.iti__bt {
  height: 14px;
  background-position: -724px 0px;
}
.iti__flag.iti__bv {
  height: 15px;
  background-position: -746px 0px;
}
.iti__flag.iti__bw {
  height: 14px;
  background-position: -768px 0px;
}
.iti__flag.iti__by {
  height: 10px;
  background-position: -790px 0px;
}
.iti__flag.iti__bz {
  height: 14px;
  background-position: -812px 0px;
}
.iti__flag.iti__ca {
  height: 10px;
  background-position: -834px 0px;
}
.iti__flag.iti__cc {
  height: 10px;
  background-position: -856px 0px;
}
.iti__flag.iti__cd {
  height: 15px;
  background-position: -878px 0px;
}
.iti__flag.iti__cf {
  height: 14px;
  background-position: -900px 0px;
}
.iti__flag.iti__cg {
  height: 14px;
  background-position: -922px 0px;
}
.iti__flag.iti__ch {
  height: 15px;
  background-position: -944px 0px;
}
.iti__flag.iti__ci {
  height: 14px;
  background-position: -961px 0px;
}
.iti__flag.iti__ck {
  height: 10px;
  background-position: -983px 0px;
}
.iti__flag.iti__cl {
  height: 14px;
  background-position: -1005px 0px;
}
.iti__flag.iti__cm {
  height: 14px;
  background-position: -1027px 0px;
}
.iti__flag.iti__cn {
  height: 14px;
  background-position: -1049px 0px;
}
.iti__flag.iti__co {
  height: 14px;
  background-position: -1071px 0px;
}
.iti__flag.iti__cp {
  height: 14px;
  background-position: -1093px 0px;
}
.iti__flag.iti__cr {
  height: 12px;
  background-position: -1115px 0px;
}
.iti__flag.iti__cu {
  height: 10px;
  background-position: -1137px 0px;
}
.iti__flag.iti__cv {
  height: 12px;
  background-position: -1159px 0px;
}
.iti__flag.iti__cw {
  height: 14px;
  background-position: -1181px 0px;
}
.iti__flag.iti__cx {
  height: 10px;
  background-position: -1203px 0px;
}
.iti__flag.iti__cy {
  height: 14px;
  background-position: -1225px 0px;
}
.iti__flag.iti__cz {
  height: 14px;
  background-position: -1247px 0px;
}
.iti__flag.iti__de {
  height: 12px;
  background-position: -1269px 0px;
}
.iti__flag.iti__dg {
  height: 10px;
  background-position: -1291px 0px;
}
.iti__flag.iti__dj {
  height: 14px;
  background-position: -1313px 0px;
}
.iti__flag.iti__dk {
  height: 15px;
  background-position: -1335px 0px;
}
.iti__flag.iti__dm {
  height: 10px;
  background-position: -1357px 0px;
}
.iti__flag.iti__do {
  height: 14px;
  background-position: -1379px 0px;
}
.iti__flag.iti__dz {
  height: 14px;
  background-position: -1401px 0px;
}
.iti__flag.iti__ea {
  height: 14px;
  background-position: -1423px 0px;
}
.iti__flag.iti__ec {
  height: 14px;
  background-position: -1445px 0px;
}
.iti__flag.iti__ee {
  height: 13px;
  background-position: -1467px 0px;
}
.iti__flag.iti__eg {
  height: 14px;
  background-position: -1489px 0px;
}
.iti__flag.iti__eh {
  height: 10px;
  background-position: -1511px 0px;
}
.iti__flag.iti__er {
  height: 10px;
  background-position: -1533px 0px;
}
.iti__flag.iti__es {
  height: 14px;
  background-position: -1555px 0px;
}
.iti__flag.iti__et {
  height: 10px;
  background-position: -1577px 0px;
}
.iti__flag.iti__eu {
  height: 14px;
  background-position: -1599px 0px;
}
.iti__flag.iti__fi {
  height: 12px;
  background-position: -1621px 0px;
}
.iti__flag.iti__fj {
  height: 10px;
  background-position: -1643px 0px;
}
.iti__flag.iti__fk {
  height: 10px;
  background-position: -1665px 0px;
}
.iti__flag.iti__fm {
  height: 11px;
  background-position: -1687px 0px;
}
.iti__flag.iti__fo {
  height: 15px;
  background-position: -1709px 0px;
}
.iti__flag.iti__fr {
  height: 14px;
  background-position: -1731px 0px;
}
.iti__flag.iti__ga {
  height: 15px;
  background-position: -1753px 0px;
}
.iti__flag.iti__gb {
  height: 10px;
  background-position: -1775px 0px;
}
.iti__flag.iti__gd {
  height: 12px;
  background-position: -1797px 0px;
}
.iti__flag.iti__ge {
  height: 14px;
  background-position: -1819px 0px;
}
.iti__flag.iti__gf {
  height: 14px;
  background-position: -1841px 0px;
}
.iti__flag.iti__gg {
  height: 14px;
  background-position: -1863px 0px;
}
.iti__flag.iti__gh {
  height: 14px;
  background-position: -1885px 0px;
}
.iti__flag.iti__gi {
  height: 10px;
  background-position: -1907px 0px;
}
.iti__flag.iti__gl {
  height: 14px;
  background-position: -1929px 0px;
}
.iti__flag.iti__gm {
  height: 14px;
  background-position: -1951px 0px;
}
.iti__flag.iti__gn {
  height: 14px;
  background-position: -1973px 0px;
}
.iti__flag.iti__gp {
  height: 14px;
  background-position: -1995px 0px;
}
.iti__flag.iti__gq {
  height: 14px;
  background-position: -2017px 0px;
}
.iti__flag.iti__gr {
  height: 14px;
  background-position: -2039px 0px;
}
.iti__flag.iti__gs {
  height: 10px;
  background-position: -2061px 0px;
}
.iti__flag.iti__gt {
  height: 13px;
  background-position: -2083px 0px;
}
.iti__flag.iti__gu {
  height: 11px;
  background-position: -2105px 0px;
}
.iti__flag.iti__gw {
  height: 10px;
  background-position: -2127px 0px;
}
.iti__flag.iti__gy {
  height: 12px;
  background-position: -2149px 0px;
}
.iti__flag.iti__hk {
  height: 14px;
  background-position: -2171px 0px;
}
.iti__flag.iti__hm {
  height: 10px;
  background-position: -2193px 0px;
}
.iti__flag.iti__hn {
  height: 10px;
  background-position: -2215px 0px;
}
.iti__flag.iti__hr {
  height: 10px;
  background-position: -2237px 0px;
}
.iti__flag.iti__ht {
  height: 12px;
  background-position: -2259px 0px;
}
.iti__flag.iti__hu {
  height: 10px;
  background-position: -2281px 0px;
}
.iti__flag.iti__ic {
  height: 14px;
  background-position: -2303px 0px;
}
.iti__flag.iti__id {
  height: 14px;
  background-position: -2325px 0px;
}
.iti__flag.iti__ie {
  height: 10px;
  background-position: -2347px 0px;
}
.iti__flag.iti__il {
  height: 15px;
  background-position: -2369px 0px;
}
.iti__flag.iti__im {
  height: 10px;
  background-position: -2391px 0px;
}
.iti__flag.iti__in {
  height: 14px;
  background-position: -2413px 0px;
}
.iti__flag.iti__io {
  height: 10px;
  background-position: -2435px 0px;
}
.iti__flag.iti__iq {
  height: 14px;
  background-position: -2457px 0px;
}
.iti__flag.iti__ir {
  height: 12px;
  background-position: -2479px 0px;
}
.iti__flag.iti__is {
  height: 15px;
  background-position: -2501px 0px;
}
.iti__flag.iti__it {
  height: 14px;
  background-position: -2523px 0px;
}
.iti__flag.iti__je {
  height: 12px;
  background-position: -2545px 0px;
}
.iti__flag.iti__jm {
  height: 10px;
  background-position: -2567px 0px;
}
.iti__flag.iti__jo {
  height: 10px;
  background-position: -2589px 0px;
}
.iti__flag.iti__jp {
  height: 14px;
  background-position: -2611px 0px;
}
.iti__flag.iti__ke {
  height: 14px;
  background-position: -2633px 0px;
}
.iti__flag.iti__kg {
  height: 12px;
  background-position: -2655px 0px;
}
.iti__flag.iti__kh {
  height: 13px;
  background-position: -2677px 0px;
}
.iti__flag.iti__ki {
  height: 10px;
  background-position: -2699px 0px;
}
.iti__flag.iti__km {
  height: 12px;
  background-position: -2721px 0px;
}
.iti__flag.iti__kn {
  height: 14px;
  background-position: -2743px 0px;
}
.iti__flag.iti__kp {
  height: 10px;
  background-position: -2765px 0px;
}
.iti__flag.iti__kr {
  height: 14px;
  background-position: -2787px 0px;
}
.iti__flag.iti__kw {
  height: 10px;
  background-position: -2809px 0px;
}
.iti__flag.iti__ky {
  height: 10px;
  background-position: -2831px 0px;
}
.iti__flag.iti__kz {
  height: 10px;
  background-position: -2853px 0px;
}
.iti__flag.iti__la {
  height: 14px;
  background-position: -2875px 0px;
}
.iti__flag.iti__lb {
  height: 14px;
  background-position: -2897px 0px;
}
.iti__flag.iti__lc {
  height: 10px;
  background-position: -2919px 0px;
}
.iti__flag.iti__li {
  height: 12px;
  background-position: -2941px 0px;
}
.iti__flag.iti__lk {
  height: 10px;
  background-position: -2963px 0px;
}
.iti__flag.iti__lr {
  height: 11px;
  background-position: -2985px 0px;
}
.iti__flag.iti__ls {
  height: 14px;
  background-position: -3007px 0px;
}
.iti__flag.iti__lt {
  height: 12px;
  background-position: -3029px 0px;
}
.iti__flag.iti__lu {
  height: 12px;
  background-position: -3051px 0px;
}
.iti__flag.iti__lv {
  height: 10px;
  background-position: -3073px 0px;
}
.iti__flag.iti__ly {
  height: 10px;
  background-position: -3095px 0px;
}
.iti__flag.iti__ma {
  height: 14px;
  background-position: -3117px 0px;
}
.iti__flag.iti__mc {
  height: 15px;
  background-position: -3139px 0px;
}
.iti__flag.iti__md {
  height: 10px;
  background-position: -3160px 0px;
}
.iti__flag.iti__me {
  height: 10px;
  background-position: -3182px 0px;
}
.iti__flag.iti__mf {
  height: 14px;
  background-position: -3204px 0px;
}
.iti__flag.iti__mg {
  height: 14px;
  background-position: -3226px 0px;
}
.iti__flag.iti__mh {
  height: 11px;
  background-position: -3248px 0px;
}
.iti__flag.iti__mk {
  height: 10px;
  background-position: -3270px 0px;
}
.iti__flag.iti__ml {
  height: 14px;
  background-position: -3292px 0px;
}
.iti__flag.iti__mm {
  height: 14px;
  background-position: -3314px 0px;
}
.iti__flag.iti__mn {
  height: 10px;
  background-position: -3336px 0px;
}
.iti__flag.iti__mo {
  height: 14px;
  background-position: -3358px 0px;
}
.iti__flag.iti__mp {
  height: 10px;
  background-position: -3380px 0px;
}
.iti__flag.iti__mq {
  height: 14px;
  background-position: -3402px 0px;
}
.iti__flag.iti__mr {
  height: 14px;
  background-position: -3424px 0px;
}
.iti__flag.iti__ms {
  height: 10px;
  background-position: -3446px 0px;
}
.iti__flag.iti__mt {
  height: 14px;
  background-position: -3468px 0px;
}
.iti__flag.iti__mu {
  height: 14px;
  background-position: -3490px 0px;
}
.iti__flag.iti__mv {
  height: 14px;
  background-position: -3512px 0px;
}
.iti__flag.iti__mw {
  height: 14px;
  background-position: -3534px 0px;
}
.iti__flag.iti__mx {
  height: 12px;
  background-position: -3556px 0px;
}
.iti__flag.iti__my {
  height: 10px;
  background-position: -3578px 0px;
}
.iti__flag.iti__mz {
  height: 14px;
  background-position: -3600px 0px;
}
.iti__flag.iti__na {
  height: 14px;
  background-position: -3622px 0px;
}
.iti__flag.iti__nc {
  height: 10px;
  background-position: -3644px 0px;
}
.iti__flag.iti__ne {
  height: 15px;
  background-position: -3666px 0px;
}
.iti__flag.iti__nf {
  height: 10px;
  background-position: -3686px 0px;
}
.iti__flag.iti__ng {
  height: 10px;
  background-position: -3708px 0px;
}
.iti__flag.iti__ni {
  height: 12px;
  background-position: -3730px 0px;
}
.iti__flag.iti__nl {
  height: 14px;
  background-position: -3752px 0px;
}
.iti__flag.iti__no {
  height: 15px;
  background-position: -3774px 0px;
}
.iti__flag.iti__np {
  height: 15px;
  background-position: -3796px 0px;
}
.iti__flag.iti__nr {
  height: 10px;
  background-position: -3811px 0px;
}
.iti__flag.iti__nu {
  height: 10px;
  background-position: -3833px 0px;
}
.iti__flag.iti__nz {
  height: 10px;
  background-position: -3855px 0px;
}
.iti__flag.iti__om {
  height: 10px;
  background-position: -3877px 0px;
}
.iti__flag.iti__pa {
  height: 14px;
  background-position: -3899px 0px;
}
.iti__flag.iti__pe {
  height: 14px;
  background-position: -3921px 0px;
}
.iti__flag.iti__pf {
  height: 14px;
  background-position: -3943px 0px;
}
.iti__flag.iti__pg {
  height: 15px;
  background-position: -3965px 0px;
}
.iti__flag.iti__ph {
  height: 10px;
  background-position: -3987px 0px;
}
.iti__flag.iti__pk {
  height: 14px;
  background-position: -4009px 0px;
}
.iti__flag.iti__pl {
  height: 13px;
  background-position: -4031px 0px;
}
.iti__flag.iti__pm {
  height: 14px;
  background-position: -4053px 0px;
}
.iti__flag.iti__pn {
  height: 10px;
  background-position: -4075px 0px;
}
.iti__flag.iti__pr {
  height: 14px;
  background-position: -4097px 0px;
}
.iti__flag.iti__ps {
  height: 10px;
  background-position: -4119px 0px;
}
.iti__flag.iti__pt {
  height: 14px;
  background-position: -4141px 0px;
}
.iti__flag.iti__pw {
  height: 13px;
  background-position: -4163px 0px;
}
.iti__flag.iti__py {
  height: 11px;
  background-position: -4185px 0px;
}
.iti__flag.iti__qa {
  height: 8px;
  background-position: -4207px 0px;
}
.iti__flag.iti__re {
  height: 14px;
  background-position: -4229px 0px;
}
.iti__flag.iti__ro {
  height: 14px;
  background-position: -4251px 0px;
}
.iti__flag.iti__rs {
  height: 14px;
  background-position: -4273px 0px;
}
.iti__flag.iti__ru {
  height: 14px;
  background-position: -4295px 0px;
}
.iti__flag.iti__rw {
  height: 14px;
  background-position: -4317px 0px;
}
.iti__flag.iti__sa {
  height: 14px;
  background-position: -4339px 0px;
}
.iti__flag.iti__sb {
  height: 10px;
  background-position: -4361px 0px;
}
.iti__flag.iti__sc {
  height: 10px;
  background-position: -4383px 0px;
}
.iti__flag.iti__sd {
  height: 10px;
  background-position: -4405px 0px;
}
.iti__flag.iti__se {
  height: 13px;
  background-position: -4427px 0px;
}
.iti__flag.iti__sg {
  height: 14px;
  background-position: -4449px 0px;
}
.iti__flag.iti__sh {
  height: 10px;
  background-position: -4471px 0px;
}
.iti__flag.iti__si {
  height: 10px;
  background-position: -4493px 0px;
}
.iti__flag.iti__sj {
  height: 15px;
  background-position: -4515px 0px;
}
.iti__flag.iti__sk {
  height: 14px;
  background-position: -4537px 0px;
}
.iti__flag.iti__sl {
  height: 14px;
  background-position: -4559px 0px;
}
.iti__flag.iti__sm {
  height: 15px;
  background-position: -4581px 0px;
}
.iti__flag.iti__sn {
  height: 14px;
  background-position: -4603px 0px;
}
.iti__flag.iti__so {
  height: 14px;
  background-position: -4625px 0px;
}
.iti__flag.iti__sr {
  height: 14px;
  background-position: -4647px 0px;
}
.iti__flag.iti__ss {
  height: 10px;
  background-position: -4669px 0px;
}
.iti__flag.iti__st {
  height: 10px;
  background-position: -4691px 0px;
}
.iti__flag.iti__sv {
  height: 12px;
  background-position: -4713px 0px;
}
.iti__flag.iti__sx {
  height: 14px;
  background-position: -4735px 0px;
}
.iti__flag.iti__sy {
  height: 14px;
  background-position: -4757px 0px;
}
.iti__flag.iti__sz {
  height: 14px;
  background-position: -4779px 0px;
}
.iti__flag.iti__ta {
  height: 10px;
  background-position: -4801px 0px;
}
.iti__flag.iti__tc {
  height: 10px;
  background-position: -4823px 0px;
}
.iti__flag.iti__td {
  height: 14px;
  background-position: -4845px 0px;
}
.iti__flag.iti__tf {
  height: 14px;
  background-position: -4867px 0px;
}
.iti__flag.iti__tg {
  height: 13px;
  background-position: -4889px 0px;
}
.iti__flag.iti__th {
  height: 14px;
  background-position: -4911px 0px;
}
.iti__flag.iti__tj {
  height: 10px;
  background-position: -4933px 0px;
}
.iti__flag.iti__tk {
  height: 10px;
  background-position: -4955px 0px;
}
.iti__flag.iti__tl {
  height: 10px;
  background-position: -4977px 0px;
}
.iti__flag.iti__tm {
  height: 14px;
  background-position: -4999px 0px;
}
.iti__flag.iti__tn {
  height: 14px;
  background-position: -5021px 0px;
}
.iti__flag.iti__to {
  height: 10px;
  background-position: -5043px 0px;
}
.iti__flag.iti__tr {
  height: 14px;
  background-position: -5065px 0px;
}
.iti__flag.iti__tt {
  height: 12px;
  background-position: -5087px 0px;
}
.iti__flag.iti__tv {
  height: 10px;
  background-position: -5109px 0px;
}
.iti__flag.iti__tw {
  height: 14px;
  background-position: -5131px 0px;
}
.iti__flag.iti__tz {
  height: 14px;
  background-position: -5153px 0px;
}
.iti__flag.iti__ua {
  height: 14px;
  background-position: -5175px 0px;
}
.iti__flag.iti__ug {
  height: 14px;
  background-position: -5197px 0px;
}
.iti__flag.iti__um {
  height: 11px;
  background-position: -5219px 0px;
}
.iti__flag.iti__us {
  height: 11px;
  background-position: -5241px 0px;
}
.iti__flag.iti__uy {
  height: 14px;
  background-position: -5285px 0px;
}
.iti__flag.iti__uz {
  height: 10px;
  background-position: -5307px 0px;
}
.iti__flag.iti__va {
  height: 15px;
  background-position: -5329px 0px;
}
.iti__flag.iti__vc {
  height: 14px;
  background-position: -5346px 0px;
}
.iti__flag.iti__ve {
  height: 14px;
  background-position: -5368px 0px;
}
.iti__flag.iti__vg {
  height: 10px;
  background-position: -5390px 0px;
}
.iti__flag.iti__vi {
  height: 14px;
  background-position: -5412px 0px;
}
.iti__flag.iti__vn {
  height: 14px;
  background-position: -5434px 0px;
}
.iti__flag.iti__vu {
  height: 12px;
  background-position: -5456px 0px;
}
.iti__flag.iti__wf {
  height: 14px;
  background-position: -5478px 0px;
}
.iti__flag.iti__ws {
  height: 10px;
  background-position: -5500px 0px;
}
.iti__flag.iti__xk {
  height: 15px;
  background-position: -5522px 0px;
}
.iti__flag.iti__ye {
  height: 14px;
  background-position: -5544px 0px;
}
.iti__flag.iti__yt {
  height: 14px;
  background-position: -5566px 0px;
}
.iti__flag.iti__za {
  height: 14px;
  background-position: -5588px 0px;
}
.iti__flag.iti__zm {
  height: 14px;
  background-position: -5610px 0px;
}
.iti__flag.iti__zw {
  height: 10px;
  background-position: -5632px 0px;
}
.iti__flag {
  height: 15px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: url('../Dotdigitalgroup_Sms/images/flags.png');
  background-repeat: no-repeat;
  background-color: #DBDBDB;
  background-position: 20px 0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url('../Dotdigitalgroup_Sms/images/flags@2x.png');
  }
}
.iti__flag.iti__np {
  background-color: transparent;
}
.payplug-payments-cards {
  list-style: none;
}
.payplug-payments-cards .card-last4 {
  font-weight: bold;
}
.bancontact-checkout-error {
  color: #fc5656;
  margin-bottom: 15px;
}
.oney-product {
  margin-bottom: 15px;
}
.oney-checkout-error {
  color: #b2b2b2;
}
.oney-checkout-error.active {
  margin-bottom: 15px;
}
.oney-logo-checkout {
  max-width: 150px;
}
[data-oney-container='payplug_payments_oney_without_fees'] .oney-logo-checkout {
  max-width: 170px;
}
.oneyLogo {
  background: 50% no-repeat;
  background-size: 100%;
}
.oneyLogo-3x {
  background-image: url('../Payplug_Payments/images/oney/3x.svg');
}
[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-3x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x.svg');
}
.oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-3x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x-it.svg');
  height: 50px;
}
.oneyLogo-4x {
  background-image: url('../Payplug_Payments/images/oney/4x.svg');
}
[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-4x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/4x.svg');
}
.oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-4x {
  background-image: url('../Payplug_Payments/images/oney_without_fees/4x-it.svg');
  height: 50px;
}
.oneyLogo-x3x4 {
  background-image: url('../Payplug_Payments/images/oney/3x4x.svg');
}
.oney-without-fees .oneyLogo-x3x4 {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x.svg');
  margin-right: 5px;
}
.oney-it.oney-without-fees .oneyLogo-x3x4 {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-it.svg');
}
.oneyLogo-tooltip {
  background-image: url('../Payplug_Payments/images/oney/tooltip.svg');
}
.oneyCta {
  display: block;
  position: relative;
  z-index: 3;
}
.oneyCta_button {
  align-items: center;
  background: none;
  border: none !important;
  box-shadow: none !important;
  color: #7ebd00;
  display: flex;
  font-size: 13px;
  font-weight: 400;
  justify-content: center;
  margin: 0;
  padding: 3px;
  text-transform: uppercase;
  transition: color .4s;
  width: auto;
}
.oneyCta_button:hover {
  background: none !important;
  border: none;
  color: #7ebd00;
}
.oneyCta_button:focus,
.oneyCta_button:active {
  background: none !important;
  border: none;
  box-shadow: none;
  color: #7ebd00;
  outline: 0;
}
.oneyCta_button-disabled {
  color: #b2b2b2;
}
.oneyCta_button-disabled:hover,
.oneyCta_button-disabled:focus,
.oneyCta_button-disabled:active {
  color: #b2b2b2;
}
.oneyCta_button span {
  font: inherit;
  white-space: nowrap;
}
.oneyCta img {
  display: block;
  height: auto;
  max-width: 100%;
}
.oneyCta_logo {
  background-size: 110%;
  height: 23px;
  margin: 0 0 0 .25em;
  width: 106px;
}
.oney-without-fees .oneyCta_logo {
  background-size: 100%;
  width: 170px;
}
.oneyCta_button-disabled .oneyCta_logo {
  background-image: url('../Payplug_Payments/images/oney/3x4x-alt.svg');
}
.oney-without-fees .oneyCta_button-disabled .oneyCta_logo {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-alt.svg');
  margin-right: 5px;
}
.oney-it.oney-without-fees .oneyCta_button-disabled .oneyCta_logo {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-alt-it.svg');
}
.oneyCta_tooltip {
  height: 14px;
  width: 14px;
}
.oneyCta_button-disabled .oneyCta_tooltip {
  background-image: url('../Payplug_Payments/images/oney/tooltip-alt.svg');
}
.table tfoot tr.oneyCta_row {
  background: none;
}
.oneyCta_row td:first-child {
  background: none;
  border-bottom: 1px solid #ffffff;
  border-left: 1px solid #ffffff;
}
.oneyCta_field {
  background: rgba(128, 188, 0, 0.1);
  height: 46px;
  padding: 0 8px !important;
  text-align: right;
}
.oneyCta_wrapper {
  display: flex !important;
  justify-content: flex-end;
}
.oneyPopin {
  background: #ffffff;
  box-sizing: border-box;
  display: none;
  font-size: 13px;
  font-weight: 400;
  opacity: 1;
  padding: 15px;
  position: absolute;
  right: calc(110%);
  text-align: left;
  top: 0;
  transform: translateY(-15%);
  transition: opacity .4s;
  width: 350px;
}
.oneyPopin:after {
  background: #ffffff;
  border: 2px solid #7ebd00;
  border-bottom: none;
  border-left: none;
  content: '';
  height: 24px;
  position: absolute;
  right: -2px;
  top: 19.5%;
  transform: translate(50%, -50%) rotate(45deg);
  width: 24px;
}
.loading.oneyPopin {
  height: 100px;
  top: -50%;
}
.loading.oneyPopin:after {
  top: 50%;
}
.oneyPopin-open {
  border: 2px solid #7ebd00;
  display: block;
}
.oneyPopin-show {
  opacity: 1;
}
.oneyPopin-error {
  padding: 8px;
  top: 50%;
  transform: translateY(-50%);
}
.oneyPopin-error:after {
  border: 2px solid #b2b2b2;
  border-bottom: none;
  border-left: none;
  top: 50%;
}
.oneyPopin-open.oneyPopin-error {
  border: 2px solid #b2b2b2;
}
.loading.oneyPopin-error {
  top: 50%;
}
.oneyPopin_title {
  background: url('../Payplug_Payments/images/oney/logo.svg') -11px 0 no-repeat;
  background-size: auto 36px;
  color: #7ebd00;
  display: block;
  font-size: 18px;
  line-height: 20px;
  margin: 0 0 18px;
  padding: 36px 0 0;
  text-transform: uppercase;
}
.oneyPopin_title .underline {
  text-decoration: underline;
}
.oneyPopin_title strong {
  display: block;
}
.oney-without-fees.oney-it .oneyPopin_title {
  background: url('../Payplug_Payments/images/oney_without_fees/logo-it.svg') 0 0 no-repeat;
}
.oneyPopin_navigation {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.oneyPopin_navigation li {
  border: 1px solid #e5e5e5;
  margin-bottom: 0;
  transition: all .4s;
}
.oneyPopin_navigation li:first-child {
  border-radius: 2px 2px 0 0;
}
.oneyPopin_navigation li:last-child {
  border-radius: 0 0 2px 2px;
}
.oneyPopin_navigation li + li {
  margin: -1px 0 0;
}
.oneyPopin_navigation li button {
  background: transparent;
  border: none;
  color: #b2b2b2;
  height: 32px;
  outline: 0;
  padding: 0 16px;
  text-align: left;
  width: 100%;
}
.oneyPopin_navigation li:hover,
.oneyPopin_navigation li.selected {
  border: 1px solid #7ebd00;
  z-index: 2;
}
.oneyPopin_navigation li:hover button,
.oneyPopin_navigation li.selected button {
  color: #777777;
}
.oneyPopin_navigation li.selected {
  background: rgba(126, 189, 0, 0.15);
}
.oneyPopin_option {
  border-bottom: 1px solid #7ebd00;
  display: none;
  font-size: 12px;
  line-height: 17px;
  margin: 0 0 8px;
  padding: 4px;
  position: relative;
  width: 100%;
}
.oneyPopin_option-show {
  box-sizing: border-box;
  display: block;
}
.oneyPopin_option ul,
.oneyPopin_option p {
  margin: 0;
  padding-left: 0;
}
.oneyPopin_option p {
  padding: 4px 0;
}
.oneyPopin_option p,
.oneyPopin_option li {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 17px;
  margin-bottom: 0;
  width: 100%;
}
.oneyPopin_option p:first-child,
.oneyPopin_option li:first-child,
.oneyPopin_option p:last-child,
.oneyPopin_option li:last-child {
  padding: 4px 0;
}
.oneyPopin_option[data-type='3x'] ul li:last-child {
  padding: 21px 0 4px;
}
.oneyPopin_option small {
  font-size: 80%;
  font-weight: 400;
}
.oneyPopin_legal {
  color: #8a8a8a;
  display: block;
  font-size: 10px;
  line-height: 13px;
  margin: 8px 0 0;
}
.oneyPopin_legal a {
  color: #7ebd00;
}
.oneyPopin_legal .legal-it {
  display: none;
}
.oney-it .oneyPopin_legal .legal-it {
  display: block;
  font-weight: bold;
  text-decoration: underline;
}
.oneyPopin_close {
  background: none;
  border: none;
  display: block;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  right: 15px;
  text-indent: 24px;
  top: 15px;
  width: 24px;
}
.oneyPopin_close:focus {
  outline: 0;
}
.oneyPopin_close:before,
.oneyPopin_close:after {
  background: #7ebd00;
  content: '';
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
}
.oneyPopin_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.oneyPopin_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.oneyPopin_error {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  margin: 0;
}
.oneyPayment {
  max-height: 90px;
  overflow: hidden;
}
.oneyPayment-disabled {
  max-height: none;
}
.oneyPayment-open {
  max-height: 10000vh;
}
.oneyPayment_trigger {
  align-items: center;
  background: none;
  border: none;
  color: #333333;
  display: flex;
  font-size: 17px;
  font-weight: bold;
  height: 88px;
  letter-spacing: -1px;
  padding: 0 15px;
  position: relative;
  text-align: left;
  width: 100%;
}
.oneyPayment-disabled .oneyPayment_trigger {
  color: #b2b2b2;
  cursor: default;
}
.oneyPayment-disabled .oneyPayment_trigger:hover {
  background: #fbfbfb;
}
.oneyPayment_trigger:hover {
  background: #f6f6f6;
}
.oneyPayment-open .oneyPayment_trigger:hover {
  background: #fbfbfb;
}
.oneyPayment_trigger:focus {
  outline: 0;
}
.oneyPayment_trigger:after {
  align-items: center;
  color: #777777;
  content: '\f054';
  display: flex;
  font-size: 25px;
  height: 30px;
  justify-content: center;
  position: absolute;
  right: 7px;
  top: 50%;
  width: 30px;
}
.oneyPayment-disabled .oneyPayment_trigger:after {
  display: none;
}
.oneyPayment_label {
  display: flex;
  flex-direction: column;
  line-height: 1.3em;
}
.oneyPayment_error {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}
.oneyPayment_logo {
  background-size: 110%;
  display: block;
  height: 45px;
  margin: 0 15px 0 0;
  max-width: 100%;
  width: 165px;
}
.oneyPayment-disabled .oneyPayment_logo {
  background-image: url('../Payplug_Payments/images/oney/3x4x-alt.svg');
}
.oney-without-fees .oneyPayment-disabled .oneyPayment_logo {
  background-image: url('../Payplug_Payments/images/oney_without_fees/3x4x-alt.svg');
}
.oneyPayment_cta {
  display: flex;
  justify-content: center;
  margin: 0 0 30px;
  width: 100%;
}
.oneyPayment_button {
  background: #81bc00;
  border: none;
  color: #ffffff;
  font-size: 15px;
  height: 50px;
  width: 254px;
}
.oneyPayment_button-disabled {
  background: #b2b2b2;
}
.oneyPayment .more-info {
  color: #7ebd00;
  display: block;
  font-size: 13px;
  margin: 0 auto 15px;
  padding: 0;
  position: relative;
  text-align: center;
  width: 100px;
}
.oneyOption {
  align-items: center;
  border: 1px solid #dce0e8;
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 0 8px 30px;
  padding: 30px;
  position: relative;
  width: calc(50% - 16px);
}
.oneyOption:after {
  background: #81bc00;
  bottom: -14px;
  box-shadow: 0px -5px 10px 5px #ffffff inset;
  content: '';
  display: block;
  height: 13px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
}
.oneyOption:hover {
  border-color: #81bc00;
}
.oneyOption:hover:after {
  opacity: 1;
}
.oneyOption-selected {
  background: rgba(129, 188, 0, 0.15);
  border-color: #81bc00;
}
.oneyOption-selected:after {
  opacity: 1;
}
.oneyOption_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 8px;
  position: relative;
}
.oneyOption_wrapper-loading {
  justify-content: center;
  padding: 16px;
}
.oneyOption_wrapper-loading + .oneyPayment_cta {
  display: none;
}
.oneyOption_logo {
  display: block;
  height: 35px;
  max-width: 100%;
  width: 135px;
}
.oneyOption_title {
  align-items: center;
  box-sizing: border-box;
  color: #2f2930;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  font-weight: 500;
  height: 90px;
  justify-content: center;
  padding: 0 0 35px;
}
.oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyOption_title {
  height: 110px;
}
.oneyOption_prices {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  width: 100%;
}
.oneyOption_prices ul {
  color: #2f2930;
  display: flex;
  flex-direction: column;
  font-size: 15px;
  font-weight: 600;
  height: 100%;
  margin: 0;
  padding-left: 0;
  width: 100%;
}
.oneyOption_prices ul li {
  border-bottom: 1px solid #dce0e8;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  line-height: 21px;
  padding: 0 0 16px;
}
.oneyOption_prices ul li + li {
  padding: 16px 0;
}
.oneyOption_prices ul li:last-child {
  border: none;
  margin: auto 0 0;
  padding: 16px 0 0;
}
.oneyOption_prices ul li span {
  display: flex;
  font-weight: 600;
  max-width: 50%;
}
.oneyOption_prices ul li span:first-child {
  font-weight: 500;
}
.oneyOption_prices ul li small {
  display: block;
  width: 100%;
}
.oneyOption_legend {
  color: #2f2930;
  font-weight: 400;
  margin: auto 0 0;
  text-align: center;
}
.oneyOption_radio {
  height: 0;
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyPayment_logo {
  margin: 0 15px 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyPayment_cta {
  margin: 0 0 30px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption {
  margin: 0 8px 30px;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption_prices ul {
  margin: 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption_prices ul li:last-child {
  margin: auto 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption_legend {
  margin: auto 0 0;
}
.onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .payplug-payments-cards li {
  margin-bottom: 1rem;
}
.onestepcheckout-index-index .page-main .checkout-container .payplug-payments-cards {
  padding-left: 0;
}
.onestepcheckout-index-index .page-main .checkout-container .payplug-payments-cards img {
  display: inline;
}
.prepaid-card-mention {
  display: none;
}
.prepaid-card-mention.visible {
  display: inline-block;
}
.label-oney {
  align-items: center;
  display: inline-flex;
}
.payplug-method-title {
  align-items: center;
  display: flex;
}
@media (min-width: 768px) {
  .oney-product {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .oneyCta {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .cart-summary .oneyCta {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
  }
  .oneyCta_button {
    height: 32px;
    position: relative;
  }
  .oneyCta_field {
    background: transparent;
    height: auto;
  }
  .oneyPopin {
    background: transparent;
    display: block;
    max-height: 0;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
    right: auto;
    transform: none;
    transition: max-height 0.4s, border 0.4s, padding 0.4s;
    width: 100%;
  }
  .oneyPopin:after {
    display: none;
  }
  .loading.oneyPopin {
    border: none;
    height: 0;
    padding: 0;
  }
  .oneyPopin-open {
    max-height: 555px;
  }
  .oneyPopin-error {
    background: rgba(178, 178, 178, 0.1);
    padding: 0 8px;
    top: 0;
    transform: none;
    width: 100%;
  }
  .oneyPopin-open.oneyPopin-error {
    background: rgba(178, 178, 178, 0.1);
    padding: 8px;
  }
  .loading.oneyPopin-error {
    border: none;
    height: 0;
    padding: 0;
  }
  .oneyPopin_title {
    margin: 15px 0 24px;
  }
  .oneyPopin_legal {
    padding: 0 0 15px;
  }
  .oneyPopin_close {
    display: none;
  }
  .oneyPayment-open {
    margin-bottom: 15px;
  }
  .oneyPayment_trigger {
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
  }
  .oneyPayment-disabled .oneyPayment_trigger {
    height: auto;
    padding: 8px 15px;
  }
  .oneyPayment .more-info {
    margin-top: 10px;
  }
  .oneyOption {
    background: none;
    border: none;
    margin: 0;
    padding: 0;
    position: static;
    width: 100%;
  }
  .oneyOption:after {
    display: none;
  }
  .oneyOption-selected {
    background: none;
    border: none;
  }
  .oneyOption_wrapper {
    padding: 89px 0 0;
    position: relative;
  }
  .oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyOption_wrapper {
    padding: 109px 0 0;
  }
  .oneyOption_wrapper-loading {
    padding: 16px;
  }
  .oneyOption_logo {
    height: 30px;
    width: 100px;
  }
  [data-oney-container='payplug_payments_oney_without_fees'] .oneyOption_logo {
    width: 150px;
  }
  .oneyOption_title {
    background: transparent;
    border: 1px solid #dce0e8;
    border-bottom: 5px solid transparent;
    left: 0;
    padding: 0;
    position: absolute;
    top: 0;
    width: 50%;
  }
  .oneyOption:nth-child(2) .oneyOption_title {
    border-left: none;
    left: 50%;
  }
  .oneyOption-selected .oneyOption_title {
    border-bottom: 5px solid #81bc00;
  }
  .oneyOption_prices {
    border: 1px solid #dce0e8;
    box-sizing: border-box;
    display: none;
    height: auto;
    padding: 30px 16px;
  }
  .oneyOption-selected .oneyOption_prices {
    display: block;
  }
  .oneyOption_prices ul li {
    padding: 8px 0;
  }
  .oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-3x,
  .oney-it[data-oney-container='payplug_payments_oney_without_fees'] .oneyLogo-4x {
    height: 55px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyPayment-open {
    margin-bottom: 15px;
  }
  .onestepcheckout-index-index .page-main .aw-onestep-main .payment-method-content .oneyOption {
    margin: 0;
  }
}
.klarna-payments-method-cell {
  display: table-cell;
  vertical-align: middle;
}
label.klarna-payments-method-cell > span {
  padding-left: 5px;
}
span.klarna-payments-method-cell > img {
  display: block;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
.opc-block-summary .vertex-message td,
.cart-summary .vertex-message td {
  padding: 0;
  border-top: none;
}
/**
 * @copyright  Vertex. All rights reserved.  https://www.vertexinc.com/
 * @author     Mediotype                     https://www.mediotype.com/
 */
@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) {
  .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 (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 .subchildmenu .level2 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .subchildmenu .opened .level2 {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level1.parent > a:after {
    content: '\e81c';
    font-family: 'porto-icons';
    font-size: 2.2rem;
    color: #e5097d;
    right: 15px;
    position: absolute;
  }
  .sw-megamenu.navigation li.level1.parent .ui-state-active:after {
    content: '\e81b';
    font-family: 'porto-icons';
    font-size: 2.2rem;
    color: #e5097d;
    right: 15px;
    position: absolute;
  }
  .sw-megamenu.navigation .submenu:not(:first-child) ul {
    display: block;
    padding-left: 15px;
    margin: 0 !important;
  }
  .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 all and (min-width: 768px), 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,
  .amazon-addresses .amazon-address,
  .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),
  .amazon-addresses .amazon-address: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),
  .amazon-addresses .amazon-address: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) + *,
  .amazon-addresses .amazon-address: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,
  .amazon-addresses:before,
  .amazon-addresses: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,
  .amazon-addresses: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.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;
  }
  .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;
  }
  .ambanner-content-block > .ambanner-title {
    font-size: 7rem;
  }
  .ambanner-content-block > .ambanner-text {
    font-size: 3rem;
  }
  .-ambanner-hover .ambanner-item-block .ambanner-image-block.-overlay > .ambanner-image {
    filter: blur(4px);
  }
  .-ambanner-hover .ambanner-item-block .ambanner-content-overlay {
    visibility: visible;
  }
  .-ambanner-hover .ambanner-item-block .ambanner-content-block {
    opacity: 1;
    transform: translateY(0);
  }
  .ambanner-item-block > .ambanner-link {
    z-index: 6;
  }
  .ambanner-content-overlay {
    z-index: 5;
  }
  .ambanner-button.-show-overlay {
    display: none;
  }
  .amcard-codes-list .table .actions {
    width: 20px;
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar {
    text-align: right;
  }
  .amcard-field-container.-code .actions-toolbar .primary {
    float: none;
  }
  .amcard-field-container.-code .actions-toolbar .primary .action {
    margin: 0;
  }
  .amcard-field-container.-code .actions-toolbar .secondary .action {
    margin: 0 0 0 7px;
  }
  .amwrap-popup-block .amwrap-popup {
    min-height: 44%;
  }
  .amwrap-popup-block .amwrap-existing-section > .amwrap-btn {
    max-width: calc(100% / 3 - 10px);
  }
  .ie11 .amwrap-popup-block .amwrap-existing-section > .amwrap-btn {
    max-width: calc(100% / 3 - (10px + 1px));
  }
  .amwrap-btn.-primary:hover {
    border-color: #1e79c2;
    background: #1e79c2;
    box-shadow: none;
    color: #fff;
  }
  .amwrap-btn.-primary:hover:hover {
    background: #1b6bac;
  }
  .amwrap-btn.-primary:hover .amwrap-chevron {
    transform: translateX(5px);
  }
  .amwrap-btn.-primary:hover .amwrap-chevron:after,
  .amwrap-btn.-primary:hover .amwrap-chevron:before {
    background-color: #fff;
  }
  .amwrap-slider-block .amwrap-slide:hover {
    border-color: #1e79c2;
  }
  .cart-container .amwrap-gift-button {
    float: left;
    margin: 0;
    padding: 0 4% 0 0;
    width: 75%;
  }
  .amwrap-added-block {
    float: left;
    box-sizing: border-box;
    padding: 0 4% 0 0;
    width: 75%;
  }
  .amwrap-wrap-list .amwrap-product-list {
    flex-basis: 20%;
    margin: 0 40px 0 0;
  }
  .amwrap-wrap-list > .amwrap-item-block {
    display: flex;
    justify-content: space-between;
  }
  .amwrap-wrap-list .amwrap-actions-block {
    width: inherit;
  }
  .amwrap-info-list {
    flex-basis: 48%;
    margin: 0 20px 0 0;
  }
  .amskit-toolbar-wrap {
    bottom: 25px;
    left: 25px;
  }
  .amskit-toolbar-wrap.-open {
    width: 500px;
  }
  .amskit-toolbar-content {
    max-height: 650px;
  }
  .amskit-headings-wrap {
    -webkit-flex-wrap: initial;
    flex-wrap: initial;
  }
  .amskit-page-links .amskit-label {
    width: 45%;
  }
  .login-container .block-amazon-login {
    clear: none;
    float: right;
  }
  .login-container .block-amazon-login .actions-toolbar {
    margin-top: 25px;
  }
  .login-container .block:nth-child(2) + .block-amazon-login {
    clear: none;
  }
  .amazon-validate-container {
    margin: 40px auto 0 auto;
    width: 500px;
  }
  .amazon-validate-container .primary {
    width: 190px;
  }
  .amazon-validate-container .continue-as-guest {
    width: 130px;
  }
  .amazon-validate-container .forgot-password {
    text-align: right;
    width: 175px;
  }
  .amazon-addresses .amazon-address {
    margin-bottom: 0;
  }
  /* Overwriting Magento's padding for the method title to make
       sure our KP methods have the same height as the core methods */
  .klarna-payments-method > .payment-method-title {
    padding: 11.5px 0;
  }
  .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: #666666;
    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: #666666;
  }
  .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 #666666;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 0.5em 1.5em 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 0.5em 0 0 2em;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 1em 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 0.5em 0.5em 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    max-width: 83.333%;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
    max-width: 50%;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar > .primary,
  .form.create.account .actions-toolbar > .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar > .primary .action,
  .form.create.account .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1rem;
    background: #222529;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .form.forget {
    max-width: 50%;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 1em;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0.5em 0.5em 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 2em;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 1em;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0.5em;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1em;
    margin: 0 0 0 0.25em;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1em;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    line-height: 1em;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 1em;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 1em 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #666666;
    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: #666666;
  }
  .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;
  }
  .cms-index-index .owl-carousel .owl-item .version-desktop {
    display: none;
  }
  .cms-index-index .box-slider-text .container h2 {
    font-size: 3vh;
    color: #000000;
    line-height: normal;
    padding-top: 15px;
    text-align: center;
  }
  .cms-index-index .box-slider-text .container h3 {
    text-align: center;
  }
  .cms-index-index .box-slider-text .container p {
    color: #000000;
    font-size: 2vh;
    line-height: 1.2;
    text-align: center;
  }
  .cms-index-index .box-slider-text .container .swiss-btn-container {
    text-align: center;
  }
  .cms-index-index .box-slider-text .container .btn-bottom-more-product {
    background: #E5097D;
    color: #fff;
    font-size: 2vh;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 4;
  }
  .cms-index-index .box-slider-text .container .btn-bottom-more-product:hover {
    text-decoration: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel {
    margin-bottom: 20px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.row {
    width: auto;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-dot,
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button {
    outline: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .img-thumbnail {
    max-width: 100%;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .img-thumbnail img {
    width: 100%;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .item-video {
    height: 300px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: 30%;
    position: absolute;
    margin-top: 0;
    width: 100%;
    flex: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev,
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 22px;
    margin: 0;
    transform: translateY(-50%);
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev:before,
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next:before {
    font-family: "porto-icons";
    position: relative;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev:before {
    content: "\e819";
    left: -1px;
    text-shadow: 0px 3px 6px #000;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next:before {
    content: "\e81a";
    left: 1px;
    text-shadow: 0px 3px 6px #000;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-dots {
    margin-top: 1em;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 40px;
    margin-right: 40px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.stage-margin .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.nav-bottom .owl-stage-outer {
    margin-bottom: 10px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .disabled {
    opacity: 0.5;
    cursor: default;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.show-nav-hover .owl-prev {
    left: -10px;
    transform: translate(-10px, -50%);
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.show-nav-hover .owl-next {
    right: -10px;
    transform: translate(10px, -50%);
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button[class*='owl-'] {
    background: transparent;
    color: #FFF;
    font-size: 40px;
    margin: 0;
    padding: 5px 0px;
    display: inline-block;
    cursor: pointer;
    height: auto;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button[class*='owl-']:hover {
    color: #FFF;
    text-decoration: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button[class*='owl-'] > span {
    display: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-item .owl-lazy {
    opacity: 1;
  }
}
@media all and (min-width: 769px), print {
  .pagebuilder-mobile-only {
    display: none !important;
  }
}
@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;
  }
  .ampromo-items-content {
    max-width: 960px;
    width: 100%;
  }
  .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;
  }
  .catalog-category-view .result-wrapper .result-thumbnail {
    height: 100%;
    min-height: 300px;
  }
  nav.navigation.sw-megamenu .level0 > .level-top {
    padding: 0 15px;
  }
  header.page-header.type15 .nav-sections {
    margin-left: 10px;
  }
  .cms-index-index .page-main {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    max-width: 100% !important;
  }
  .contact-form-hubspot {
    max-width: 70%;
    margin: 0 auto;
  }
  .cms-index-index .owl-carousel .owl-item .version-mobile {
    display: none;
  }
  .cms-index-index .owl-carousel .owl-item .version-desktop {
    display: block;
  }
  .cms-index-index .box-slider-text {
    position: absolute;
    top: 10%;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .cms-index-index .box-slider-text .container h2 {
    font-size: 6vh;
    color: #fff;
    text-align: left;
  }
  .cms-index-index .box-slider-text .container p {
    color: #fff;
    font-size: 3vh;
    line-height: 1.2;
    text-align: left;
  }
  .cms-index-index .box-slider-text .container .swiss-btn-container {
    text-align: left;
  }
  .cms-index-index .box-slider-text .container .btn-bottom-more-product {
    background: #fff;
    color: #E5097D;
    font-size: 3vh;
    padding: 10px 15px;
    text-transform: uppercase;
    text-align: center;
    line-height: 4;
  }
  .cms-index-index .box-slider-text .container .btn-bottom-more-product:hover {
    text-decoration: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel {
    margin-bottom: 20px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.row {
    width: auto;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-dot,
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button {
    outline: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .img-thumbnail {
    max-width: 100%;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .img-thumbnail img {
    width: 100%;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .item-video {
    height: 300px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav {
    margin-top: 10px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
    top: 50%;
    position: absolute;
    margin-top: 0;
    width: 100%;
    flex: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev,
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next {
    display: inline-block;
    position: absolute;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 22px;
    margin: 0;
    transform: translateY(-50%);
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev:before,
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next:before {
    font-family: "porto-icons";
    position: relative;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev {
    left: 0;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-prev:before {
    content: "\e819";
    left: -1px;
    text-shadow: 0px 3px 6px #000;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next {
    right: 0;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav .owl-next:before {
    content: "\e81a";
    left: 1px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-dots {
    margin-top: 1em;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.stage-margin .owl-stage-outer {
    margin-left: 40px;
    margin-right: 40px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.stage-margin .owl-stage-outer .owl-stage {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.nav-bottom .owl-stage-outer {
    margin-bottom: 10px;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .disabled {
    opacity: 0.5;
    cursor: default;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.show-nav-hover .owl-prev {
    left: -10px;
    transform: translate(-10px, -50%);
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel.show-nav-hover .owl-next {
    right: -10px;
    transform: translate(10px, -50%);
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button[class*='owl-'] {
    background: transparent;
    color: #FFF;
    font-size: 40px;
    margin: 0;
    padding: 5px 0px;
    display: inline-block;
    cursor: pointer;
    height: auto;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button[class*='owl-']:hover {
    color: #FFF;
    text-decoration: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-nav button[class*='owl-'] > span {
    display: none;
  }
  .cms-index-index .swiss-hero-slider-main .owl-carousel .owl-item .owl-lazy {
    opacity: 1;
  }
}
@media all and (min-width: 1200px), print {
  .products-grid.columns3 .product-item {
    width: 33.33333333%;
  }
  .products-grid.columns3 .product-item.nth-child-2np1 {
    clear: none;
  }
  .products-grid.columns3 .product-item.nth-child-3np1 {
    clear: left;
  }
  .products-grid.columns4 .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;
  }
}
.totals-tax {
  font-size: 18px;
  font-family: 'ProximaNovaMedium';
  padding: 20px 0;
  color: #525659 !important;
  vertical-align: middle;
}
.shipping-policy-block.field-tooltip .field-tooltip-content {
  display: none;
}
.checkout-cart-index .cart.table-wrapper .col.qty .field.qty {
  margin-right: 20px;
}
.checkout-cart-index .cart.table-wrapper .product-item-details {
  width: calc(100% - 150px);
  word-break: break-word;
  max-width: 270px;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.totals.shipping.excl th.mark {
  font-size: 18px;
  line-height: normal;
  color: #525659;
  font-family: 'ProximaNovaMedium';
  padding: 20px 0;
  font-weight: 500;
}
.checkout-cart-index .cart-container .cart-summary .table-wrapper tr.totals.shipping.excl td.amount {
  font-size: 18px;
  line-height: normal;
  color: #525659;
  font-family: 'ProximaNovaMedium';
  padding: 20px 0;
  font-weight: 500;
}
.checkout-cart-index .cart-container {
  display: block;
  max-width: 1580px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.checkout-cart-index .cart-container .form-cart .table-wrapper {
  margin-bottom: 47px;
}
.checkout-cart-index .best_seller {
  position: relative;
  padding: 100px 0 50px 0;
}
.checkout-cart-index .columns .column.main {
  padding-bottom: 0;
}
.checkout-cart-index .order-section-main {
  margin-top: 70px;
  margin-bottom: 113px;
}
.checkout-cart-index .page-bottom {
  width: 100%;
  max-width: 100%;
}
.checkout-cart-index .cart.table-wrapper .col.subtotal .towishlist.action-towishlist {
  display: none;
}
.checkout-cart-index tr.totals-tax {
  display: none;
}
.checkout-cart-index .cart.item.message.notice {
  background: #00aa00;
  max-width: 220px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 0;
  line-height: normal;
  width: 100%;
  text-align: center;
  font-size: 15px;
}
.checkout-cart-index .cart.item.message.notice > *:first-child:before {
  display: none;
}
.shippingfree-main {
  display: flex;
  padding: 0 15px 40px 15px;
  max-width: 1580px;
  margin: 0 auto;
}
.shippingfree-main .icon-free {
  height: 58px;
  width: 70px;
}
.shippingfree-main .shippingfree {
  background: #e5097d;
  border-radius: 4px;
  width: calc(100% - 90px);
  padding: 18px 20px;
  box-sizing: border-box;
  margin-left: 20px;
  vertical-align: middle;
  color: #ffffff;
  font-size: 18px;
  font-family: 'MontserratBold';
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.checkout-cart-index main#maincontent {
  padding-bottom: 0;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.checkout-cart-index .page-title-wrapper {
  display: none;
}
.checkout-cart-index .amcard-codes-list.-cart {
  max-width: 500px;
  display: none;
}
.checkout-cart-index .amcard-field-container.-cart {
  max-width: 500px;
  display: none;
}
.checkout-cart-index .cart-container .abs-action-cart-button button.action {
  border: none;
  padding: 2px 24px;
  opacity: .8;
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 24px;
  font-family: inherit;
  border-radius: 6px !important;
  height: 44px;
}
.checkout-cart-index .cart-container .cart.actions button.action {
  border: none;
  padding: 2px 24px;
  opacity: .8;
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 24px;
  font-family: inherit;
  border-radius: 6px !important;
  height: 44px;
}
.checkout-cart-index .cart-container .cart-discount .actions-toolbar button.action {
  border: none;
  padding: 2px 24px;
  opacity: 1;
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 24px;
  font-family: inherit;
  border-radius: 6px !important;
  height: 44px;
  color: #525659;
}
.checkout-cart-index .cart-container .action.update {
  min-width: 199px;
}
.checkout-cart-index .cart-container .action.update:hover {
  background: #e5097d;
  color: #ffffff;
}
.checkout-cart-index .cart-container button.action.apply.primary {
  min-width: 170px;
}
.checkout-cart-index .cart-container button.action.apply.primary:hover {
  background: #e5097d;
  color: #ffffff;
}
.checkout-cart-index .cart.table-wrapper .item .col.item {
  padding-left: 0px;
}
.checkout-cart-index .cart-discount {
  width: 100%;
  float: none;
  border: 0;
  box-sizing: border-box;
  padding-right: 0;
  max-width: 500px;
}
.checkout-cart-index .cart-discount .block {
  width: 100%;
}
.checkout-cart-index .cart-discount input#coupon_code {
  font-size: 20px;
  line-height: 24px;
  border: 1px solid #D3D3D3;
  border-radius: 6px !important;
  max-width: 411px;
  width: 100%;
}
.checkout-cart-index .cart-discount .actions-toolbar {
  display: flex;
  margin-left: 22px;
}
.checkout-cart-index .cart-discount .field {
  margin-right: 22px !important;
  float: left;
}
.checkout-cart-index .action.continue {
  display: block !important;
  border: none;
  padding: 2px 24px;
  opacity: .8;
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 40px;
  font-family: inherit;
  border-radius: 6px !important;
  height: 44px;
  background-color: #f4f4f4;
  color: #222529;
  width: 240px;
  float: left;
}
.checkout-cart-index .action.continue:hover {
  background: #e5097d;
  color: #ffffff;
  text-decoration: none;
}
.cart.table-wrapper .cart thead tr th.col {
  border-bottom: 1px solid #e7e7e7;
  padding: 10px;
  font-size: 16px;
  line-height: 13px;
  font-weight: 600;
  color: #525659;
  text-transform: uppercase;
  text-align: left;
  font-family: 'MontserratBold';
}
.cart.table-wrapper .cart thead tr th.col.item span {
  padding-left: 140px;
}
.cart.table-wrapper .cart td {
  font-family: 'MontserratRegular';
  font-size: 18px;
  color: #525659;
  line-height: 65px;
}
.cart.table-wrapper .cart .qty.field .input-text.qty {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 65px;
  border-radius: 0;
  border-width: 1px;
  border-color: #5E7FB159;
  padding: 0 5px;
  color: #525659;
}
.cart.table-wrapper .cart .col.qty .input-text.qty {
  width: 40px;
  height: 40px;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 65px;
  border-radius: 0;
  border-width: 1px;
  border-color: #5E7FB159;
  padding: 0 5px;
  color: #525659;
}
.cart.table-wrapper .product-item-name > a {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0;
  white-space: normal;
}
.cart.table-wrapper .cart.table-wrapper .qty.field .control {
  position: relative;
  width: 120px;
  display: flex;
  justify-content: center;
}
.cart.table-wrapper .cart.table-wrapper .col.qty .control {
  position: relative;
  width: 120px;
  display: flex;
  justify-content: center;
}
.cart.table-wrapper .qty.field .cart.table-wrapper .qty-changer > a {
  left: 2px;
}
.cart.table-wrapper .col.qty .cart.table-wrapper .qty-changer > a {
  left: 2px;
}
.cart.table-wrapper .product-item-photo {
  display: table-cell;
  max-width: 150px;
  padding-right: 30px;
  position: static;
  vertical-align: middle;
  width: 150px;
  height: 138px;
}
.cart.table-wrapper .col.price .price {
  font-size: 18px;
  font-weight: inherit;
}
.cart.table-wrapper .col.subtotal .price {
  font-size: 18px;
  font-weight: inherit;
}
.cart.table-wrapper .col.msrp .price {
  font-size: 18px;
  font-weight: inherit;
}
.cart.table-wrapper .actions-toolbar > a.action.action-edit {
  display: none;
}
.cart.table-wrapper .actions-toolbar > .action-delete:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='28' viewBox='0 0 22 28'%3E%3Cpath id='Icon_material-delete-forever' data-name='Icon material-delete-forever' d='M9.071 29.389A3.136 3.136 0 0 0 12.214 32.5H24.786a3.136 3.136 0 0 0 3.143-3.111V10.722H9.071Zm3.866-11.076 2.216-2.193 3.347 3.3 3.331-3.3 2.216 2.193-3.331 3.3 3.331 3.3L21.831 27.1 18.5 23.8l-3.331 3.3-2.216-2.193 3.331-3.3ZM24 6.056 22.429 4.5H14.571L13 6.056H7.5V9.167h22V6.056Z' transform='translate(-7.5 -4.5)' fill='%23525659'/%3E%3C/svg%3E") no-repeat;
  width: 22px;
  height: 28px;
}
.cart.table-wrapper .actions-toolbar > .action-delete:hover:before {
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='28' viewBox='0 0 22 28'%3E%3Cpath id='Icon_material-delete-forever' data-name='Icon material-delete-forever' d='M9.071 29.389A3.136 3.136 0 0 0 12.214 32.5H24.786a3.136 3.136 0 0 0 3.143-3.111V10.722H9.071Zm3.866-11.076 2.216-2.193 3.347 3.3 3.331-3.3 2.216 2.193-3.331 3.3 3.331 3.3L21.831 27.1 18.5 23.8l-3.331 3.3-2.216-2.193 3.331-3.3ZM24 6.056 22.429 4.5H14.571L13 6.056H7.5V9.167h22V6.056Z' transform='translate(-7.5 -4.5)' fill='%23E5097D'/%3E%3C/svg%3E") no-repeat;
  width: 22px;
  height: 28px;
}
.cart-container .cart-summary .cart-totals tr.totals-tax th {
  font-size: 18px;
  font-family: 'ProximaNovaMedium';
  padding: 20px 0;
  color: #525659 !important;
  vertical-align: middle;
}
tr.totals-tax td {
  font-size: 18px;
  font-family: 'ProximaNovaMedium';
  padding: 20px 0;
  color: #525659 !important;
  vertical-align: middle;
  padding-rihgt: 0px !important;
}
tr.totals-tax td span.price {
  padding-left: 10px !important;
}
.cart-container .cart-summary {
  background: #ededed;
  border-radius: 0;
  padding: 15px 30px 24px 30px;
  border: none;
  margin-bottom: 15px;
}
.cart-container .cart-summary > .title {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
  padding-bottom: 0.25rem;
  line-height: 40px;
  color: #525659;
  display: none;
}
.cart-container .cart-summary div#block-shipping {
  display: none;
}
.cart-container .cart-summary tr.totals.sub {
  border-bottom: #666666 1px solid;
  font-size: 18px;
  line-height: 40px;
  font-family: 'proxima_novabold';
  color: #525659;
}
.cart-container .cart-summary tr.totals.sub th {
  border-bottom: #666666 1px solid;
  color: #525659;
  padding-left: 0;
}
.cart-container .cart-summary tr.totals.sub td {
  border-bottom: #666666 1px solid;
  color: #525659;
  padding-right: 0;
}
.cart-container .cart-summary .cart-totals {
  border-color: transparent;
}
.cart-container .cart-summary .cart-totals tr.totals-tax-summary {
  display: none;
}
.cart-container .cart-summary .cart-totals tbody .grand.totals .mark {
  border-color: transparent;
  font-size: 18px;
  line-height: normal;
  color: #525659;
  font-family: 'ProximaNovaMedium';
  padding: 20px 0 20px 0;
  border-top: #666666 solid 1px;
  font-weight: 500;
}
.cart-container .cart-summary .cart-totals tbody .grand.totals .amount {
  color: #525659;
  text-align: right;
  font-weight: 500;
  font-size: 26px;
  padding: 20px 0 20px 10px;
  line-height: normal;
  font-family: 'proxima_novabold';
  border-color: transparent;
  border-top: #666666 solid 1px;
}
.cart-container .cart-summary .cart-totals tfoot .grand.totals .amount {
  color: #525659;
  text-align: right;
  font-weight: 700;
  font-size: 26px;
  padding: 20px 0 20px 10px;
  line-height: normal;
  font-family: 'proxima_novabold';
  border-color: transparent;
}
.cart-container .cart-summary .checkout-methods-items {
  padding: 0;
  margin: 40px 0 0 0;
}
.cart-container .cart-summary .checkout-methods-items .action.primary.checkout::after {
  display: none;
}
.cart-container .cart-summary button.action.primary.checkout {
  background: #e5097d;
  border-radius: 6px;
  max-width: 100%;
  height: 59px;
  font-size: 22px;
  line-height: 27px;
  font-family: 'proxima_novabold';
}
.cart-container .cart-summary a.action.multicheckout {
  display: none;
}
.checkout-cart-index a.action.continue {
  padding: 2px 0px;
  text-align: center;
}
.cart.table-wrapper .cart .col.qty .input-text.qty {
  line-height: 40px;
}
@media only screen and (max-width: 1440px) {
  .shippingfree-main {
    padding-bottom: 30px;
  }
  .shippingfree-main .icon-free {
    height: 42px;
    width: 50px;
  }
  .shippingfree-main .shippingfree {
    padding: 10px 20px;
    width: calc(100% - 70px);
  }
  .cart-container .cart-summary button.action.primary.checkout {
    height: 50px;
  }
  .cart-container .cart-summary .cart-totals tbody .grand.totals .amount {
    font-size: 24px;
  }
  .cart-container .cart-summary .cart-totals tfoot .grand.totals .amount {
    font-size: 24px;
  }
  .checkout-cart-index .best_seller {
    position: relative;
    padding: 70px 0 50px 0;
  }
  .checkout-cart-index .order-section-main {
    margin-top: 40px;
    margin-bottom: 90px;
  }
}
@media only screen and (max-width: 992px) {
  .checkout-cart-index .cart-container .cart.actions button.action {
    font-size: 18px;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    width: calc(100% - 70px);
    word-break: break-word;
    max-width: 160px;
  }
  .cart.table-wrapper .product-item-photo {
    max-width: 70px;
    padding-right: 10px;
    width: 70px;
    height: 70px;
    display: table-cell;
  }
  .cart.table-wrapper .product-item-name > a {
    font-size: 14px;
  }
  .cart.table-wrapper .cart thead tr th.col {
    font-size: 15px;
  }
  .cart-container .cart-summary .cart-totals tbody .grand.totals .mark {
    font-size: 15px;
  }
  .cart-container .cart-summary .cart-totals tbody .grand.totals .amount {
    font-size: 18px;
  }
  .cart-container .cart-summary button.action.primary.checkout {
    font-size: 16px;
    line-height: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .shippingfree-main .shippingfree {
    font-size: 13px;
    padding: 5px 15px;
    margin-left: 15px;
    width: calc(100% - 65px);
  }
  .cart.table-wrapper .product-item-details {
    width: 100%;
    max-width: 100%;
    display: block;
    padding: 20px 0 0 0;
  }
  .cart.table-wrapper .col.qty .field.qty {
    margin-right: 0;
  }
  .cart.table-wrapper .actions-toolbar > .action-delete {
    right: auto;
  }
  .cart.table-wrapper .product-item-photo {
    max-width: 150px;
    padding-right: 0;
    width: 150px;
    height: 138px;
    margin: 0 auto;
    display: inline-block;
  }
}
.checkout-index-index div#shipping-new-address-form input.input-text {
  text-transform: uppercase;
}
.checkout-index-index div#shipping-new-address-form select {
  text-transform: uppercase;
}
.checkout-index-index .amcard-check {
  display: none;
}
.checkout-index-index div[name="shippingAddress.street.0"] label {
  display: none;
}
.checkout-index-index .billing-address-form .field input {
  text-transform: uppercase;
}
.checkout-index-index .billing-address-form .field select {
  text-transform: uppercase;
}
.checkout-onepage-success .columns div#registration {
  display: none;
}
.order-success {
  max-width: 1088px;
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 0 3% 0px 0;
  float: right;
  box-sizing: border-box;
}
.oreder-success-msg {
  border: 4px solid #65BE83;
  border-radius: 10px;
  padding: 38px 15px;
  margin-bottom: 46px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.oreder-success-msg h3 {
  color: #6F6E6F;
  text-transform: uppercase;
  margin-left: 15px;
  font-family: 'proxima_novabold';
}
.order-success-details span {
  font-family: 'ProximaNovaMedium';
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 22px;
  display: block;
  text-align: center;
}
.order-success-details strong {
  font-family: 'proxima_novabold';
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  display: block;
  color: #e5097d;
}
.your-order {
  border: 1px solid #ededed;
  padding: 20px;
  margin: 40px 0;
  font-family: 'proxima_novabold';
  color: #666666;
}
.order-table-top th {
  width: 100%;
  text-align: left;
  font-family: 'MontserratBold';
  font-size: 26px;
  line-height: 20px;
  padding: 20px 0;
}
.order-table-top td {
  font-size: 20px;
  line-height: 20px;
  padding: 18px 0;
}
.order-table-top td:first-child {
  width: 70%;
  font-size: 20px;
  line-height: 20px;
  padding-right: 15px;
}
.order-table-top td:last-child {
  text-align: right;
  width: 30%;
}
.order-table-btm td {
  border-top: 1px solid #EDEDED;
}
.order-table-btm tr:nth-last-child(1) td:last-child {
  font-size: 27px;
  line-height: 20px;
}
.keepitgoing {
  max-width: 286px;
  width: 100%;
}
.delivery-main {
  border-bottom: 1px solid #EDEDED;
  margin-bottom: 40px;
  padding-bottom: 30px;
}
.delivery-main h4 {
  font-family: 'MontserratBold';
  font-size: 26px;
  padding-bottom: 20px;
  color: #707070;
  margin: 0px;
}
.delivery-main p {
  color: #707070;
  margin: 0px;
  font-family: 'MontserratRegular';
  font-size: 18px;
  line-height: 30px;
}
.delivery-main a {
  color: #707070;
  text-decoration: none;
}
.delivery-main a:hover {
  color: #e5097d;
}
.custom-block {
  margin-bottom: 40px;
}
.custom-block h4 {
  border-bottom: #D9D9D9 solid 1px;
  font-size: 24px;
  line-height: 30px;
  padding: 0 0 10px 0;
  margin: 0 0 15px 0;
  color: #707070;
  font-family: 'proxima_novabold';
}
.custom-block span {
  color: #525659;
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 10px;
  font-family: 'ProximaNovaMedium';
  display: block;
}
.custom-block p {
  color: #707070;
  font-size: 20px;
  line-height: 20px;
  margin: 0px;
  font-family: 'FontsFreeNetProximaNovaRegular';
}
.checkout-index-index .opc-wrapper .form-shipping-address .fieldset .field .label {
  font-size: 18px;
  color: #525659;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item {
  border-color: #e5097d;
}
.checkout-index-index .opc-wrapper .shipping-address-item.selected-item:after {
  background: #e5097d;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  font-size: 18px;
  color: #707070;
}
.checkout-index-index .modal-custom .action-close:before {
  font-size: 24px;
}
.checkout-index-index .modal-popup .action-close:before {
  font-size: 24px;
}
.checkout-index-index .modal-popup .modal-header {
  padding-bottom: 10px;
  padding-top: 10px;
}
.checkout-index-index .modal-popup .modal-title {
  border-bottom: transparent;
  font-weight: 300;
  padding-bottom: 0;
  font-size: 26px;
  margin-bottom: 0;
  min-height: auto;
  word-wrap: break-word;
  color: #525659;
}
.checkout-index-index .modal-popup .form-shipping-address {
  padding: 30px 0 0 0;
}
.checkout-index-index .modal-popup .fieldset .field.choice .label {
  display: block !important;
  padding-left: 0px;
  font-size: 18px;
}
.checkout-index-index .modal-popup .fieldset .field-tooltip .field-tooltip-content {
  font-size: 18px;
  margin: 5px;
}
.checkout-index-index .modal-popup .modal-inner-wrap button.action.secondary.action-hide-popup {
  margin-top: 20px;
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  height: 46px;
  margin: 0 0 0 10px;
  display: inline-block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-index-index .modal-popup .modal-inner-wrap button.action.secondary.action-hide-popup:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e5097d;
}
.checkout-index-index .modal-popup .field-error {
  font-size: 14px;
  color: #ed8380;
}
.checkout-index-index .modal-slide .action-close:before {
  font-size: 24px;
}
.checkout-index-index tr.totals-tax {
  display: none;
}
.checkout-index-index .cart.item.message.notice {
  background: #00aa00;
  max-width: 180px;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 20px;
  margin: 10px;
  line-height: normal;
  width: 100%;
  text-align: center;
  font-size: 13px;
  height: fit-content;
}
.checkout-index-index .cart.item.message.notice > *:first-child:before {
  display: none;
}
.checkout-index-index .modal-popup .modal-inner-wrap button.action.secondary.action-hide-popup {
  margin-top: 20px !important;
}
.checkout-index-index div[name="amastyShippingAttributes.custom_notes"] label.label,
.checkout-index-index div[name="amastyShippingAttributes.richiesta_fattura"] label.label {
  display: block !important;
}
.checkout-index-index.checkout-index-index .opc-wrapper .shipping-address-item a {
  color: #707070;
}
.shipping-policy-block.field-tooltip .field-tooltip-action {
  cursor: auto;
}
.checkout-index-index .opc-wrapper li.order-attributes .order-attributes-form .field._required label.label {
  display: block !important;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .content.minicart-items {
  display: block !important;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .items-in-cart > .title {
  cursor: inherit;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  display: none;
}
.checkout-index-index .columns .shipping-policy-block.field-tooltip .field-tooltip-content br {
  display: none;
}
.checkout-index-index .columns .shipping-policy-block.field-tooltip .field-tooltip-content p {
  font-family: 'proxima_novasemibold';
  color: #6B6B6B;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.checkout-index-index .columns .form.methods-shipping .field-tooltip {
  position: relative;
  font-size: 18px;
  padding: 0 0 0 46px;
  line-height: 24px;
  font-family: 'proxima_novasemibold';
  top: 0;
}
.checkout-index-index .columns .shipping-policy-block.field-tooltip .field-tooltip-content {
  display: block;
  width: 100%;
  background: transparent;
  border: none;
  position: relative;
  padding: 20px 0;
  right: 0;
  color: #666666;
  top: 0;
}
.checkout-index-index .columns .shipping-policy-block.field-tooltip .field-tooltip-content:after {
  display: none;
}
.checkout-index-index .columns .shipping-policy-block.field-tooltip .field-tooltip-content:before {
  display: none;
}
.checkout-index-index div#brtpudo-wrapper {
  padding-left: 46px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'proxima_novasemibold';
}
.checkout-index-index div#brtpudo-wrapper .action-toggle::after {
  display: none;
}
.checkout-index-index div#brtpudo-wrapper table.pudoListContent h3 {
  font-size: 20px;
}
.checkout-index-index div#brtpudo-wrapper ._active .action-toggle h2::after {
  content: '\e81c';
  font-family: 'porto-icons';
  font-size: 18px;
}
.checkout-index-index div#brtpudo-wrapper .action-toggle h2::after {
  right: 15px;
  top: 33px;
  font-size: 18px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  left: auto;
  position: absolute;
}
.checkout-index-index div#brtpudo-wrapper .collapsibleContent {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  font-size: 18px;
  line-height: 24px;
}
.checkout-index-index div#brtpudo-wrapper .brtPudoShippingRecap {
  background-color: transparent;
  padding: 0;
  margin: 0;
  border-radius: 5px;
  font-size: 18px;
  line-height: 24px;
}
.checkout-index-index div#brtpudo-wrapper h2 {
  font-size: 18px;
  line-height: 24px;
  background: #ededed;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 40px 10px 10px;
  border-radius: 3px;
}
.checkout-index-index .order-products-toolbar.toolbar.bottom .pager .toolbar-amount {
  padding: 11px 0;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  border: 1px solid #e7e7e7;
}
.checkout-index-index .opc-wrapper .shipping-address-item:before {
  display: none;
}
.checkout-index-index .amcard-field-block.-double {
  display: flex;
  margin-left: 22px;
  flex-wrap: wrap;
}
.checkout-index-index .amcard-codes-list.-cart {
  max-width: 522px;
}
.checkout-index-index .amcard-field-container.-cart {
  max-width: 522px;
}
.checkout-index-index .amgcard-datalist-container {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.checkout-index-index input.amcard-button {
  margin-left: 0px;
  background: #e5097d !important;
  padding: 10px 15px !important;
  color: #ffffff !important;
  width: 150px !important;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  line-height: 18px;
  font-family: 'proxima_novasemibold';
  font-size: 18px;
  border-radius: 6px;
  height: 40px;
}
.checkout-payment-method .payment-methods {
  margin: 0;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0px;
}
.checkout-index-index .checkout-payment-method .field-select-billing,
.checkout-index-index .checkout-payment-method .billing-address-form {
  max-width: 100%;
}
.checkout-index-index .checkout-payment-method .payment-method-billing-address {
  margin: 0 0 50px;
}
.checkout-index-index .checkout-payment-method .payment-method-billing-address .billing-address-form legend.label {
  display: none;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary button.action.action-cancel,
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary button.action.action-update {
  background: #e5097d;
  padding: 10px 15px !important;
  display: block;
  line-height: 18px;
  font-family: 'proxima_novasemibold';
  font-size: 18px;
  border: #e5097d solid 1px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  margin: 15px 0 0 10px !important;
  color: #ffffff;
  text-decoration: none;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary button.action.action-cancel:hover,
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary button.action.action-update:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  color: #e5097d;
  transition: all 0.3s ease-in-out;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 20px 0 0 0;
}
a.action.remind {
  font-size: 18px;
  color: #525659;
}
.checkout-index-index .opc-wrapper .form-login button.action.login.primary {
  margin-top: 0px !important;
}
.opc-wrapper .form-shipping-address .fieldset .field .label {
  font-size: 18px;
  color: #525659;
}
.table-checkout-shipping-method thead {
  display: none;
}
.checkout-index-index .abs-sidebar-totals tbody .mark,
.checkout-index-index .abs-sidebar-totals tfoot .mark,
.checkout-index-index .cart-totals tbody .mark,
.checkout-index-index .cart-totals tfoot .mark,
.checkout-index-index .opc-block-summary .table-totals tbody .mark,
.checkout-index-index .opc-block-summary .table-totals tfoot .mark {
  border: 0;
  padding: 12px 0;
  font-family: 'proxima_novasemibold';
  color: #525659;
  font-size: 18px;
  vertical-align: middle;
  line-height: 40px;
}
.checkout-index-index .abs-sidebar-totals tbody .amount,
.checkout-index-index .abs-sidebar-totals tfoot .amount,
.checkout-index-index .cart-totals tbody .amount,
.checkout-index-index .cart-totals tfoot .amount,
.checkout-index-index .opc-block-summary .table-totals tbody .amount,
.checkout-index-index .opc-block-summary .table-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 12px 0 12px 14px;
  text-align: right;
  color: #525659;
  font-family: 'ProximaNovaMedium';
  font-size: 18px;
  line-height: 40px;
  vertical-align: middle;
}
button.action.action-select-shipping-item,
button.action.edit-address-link {
  min-width: auto !important;
}
a.action.primary.continue,
a.action.primary,
button.action.login.primary,
button.action.primary.action-save-address,
button.action.secondary.action-hide-popup,
button.action.action-show-popup,
button.action.action-select-shipping-item,
button.action.edit-address-link {
  margin-top: 20px;
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: auto;
}
a.action.primary.continue:hover,
a.action.primary:hover,
button.action.login.primary:hover,
button.action.primary.action-save-address:hover,
button.action.secondary.action-hide-popup:hover,
button.action.action-show-popup:hover,
button.action.action-select-shipping-item:hover,
button.action.edit-address-link:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e5097d;
}
.checkout-index-index .modal-custom.opc-sidebar .abs-sidebar-totals,
.checkout-index-index .modal-custom.opc-sidebar .cart-totals,
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .table-totals {
  border-top: #666666 1px solid;
  padding-top: 10px;
}
.checkout-index-index .opc-wrapper .shipping-address-item {
  width: 49%;
  padding: 15px 35px 15px 15px;
}
.checkout-payment-method .payment-option-title .action-toggle > span {
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
}
.opc-wrapper .form-login .fieldset .note,
.opc-wrapper .form-shipping-address .fieldset .note {
  font-size: 18px;
  margin-top: 0.5em;
  color: #525659;
}
.checkout-index-index [name="shippingAddress.firstname"],
.checkout-index-index [name="billingAddresscheckmo.firstname"] {
  width: 49%;
  display: inline-block;
  margin-right: 1%;
}
.checkout-index-index [name="shippingAddress.lastname"],
.checkout-index-index [name="billingAddresscheckmo.lastname"] {
  width: 49%;
  display: inline-block;
  margin-left: 1%;
}
.checkout-index-index .authentication-wrapper {
  display: none;
}
.checkout-index-index .opc-wrapper .form-login {
  max-width: 100% !important;
  margin-top: 0;
}
.checkout-index-index .opc-wrapper .form-login label.label {
  display: none !important;
}
.checkout-index-index .opc-wrapper .form-shipping-address {
  max-width: 100%;
  margin-top: 0px;
}
.checkout-index-index .opc-wrapper .step-title {
  text-transform: uppercase;
  font-weight: 600;
  color: #222529;
  border-bottom: 1px solid #e7e7e7;
  display: none;
}
.checkout-index-index ul.opc-progress-bar {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item {
  width: auto;
  margin: 0 0 28px 0 !important;
  padding-right: 25px;
  padding-left: 15px;
  line-height: normal;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item > span {
  display: inline-block;
  padding-top: 0;
  width: 100%;
  word-wrap: break-word;
  color: #666666;
  font-weight: 300;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  font-family: 'proxima_novasemibold';
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item > span:before {
  display: none;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item > span:after {
  display: none;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item:before {
  display: none;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item:last-child:before {
  display: none;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span {
  color: #e5097d;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:before {
  display: none;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active > span:after {
  display: none;
}
.checkout-index-index ul.opc-progress-bar .opc-progress-bar-item._active:before {
  display: none;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.659' height='13' viewBox='0 0 8.659 13'%3E%3Cpath id='Arrow' d='M2.116 0 0 2.159l6.5 6.5 6.5-6.5L10.884 0 6.5 4.426Z' transform='translate(0 13) rotate(-90)' fill='%23B9B9B9'/%3E%3C/svg%3E") right no-repeat;
}
.checkout-index-index ul.opc-progress-bar li.opc-progress-bar-item:last-child {
  background: transparent;
}
.checkout-index-index .checkout-payment-method .payment-method-title {
  border-bottom: 1px solid #e7e7e7;
}
.checkout-index-index .checkout-payment-method .payment-method-content {
  padding: 0;
}
.checkout-index-index .checkout-payment-method .billing-address-same-as-shipping-block {
  margin: 0px;
}
.checkout-index-index .checkout-payment-method .payment-method-billing-address .billing-address-details {
  line-height: 27px;
  padding: 0 0 0 23px;
  font-family: 'MontserratRegular';
  color: #525659;
  font-size: 18px;
}
.checkout-index-index .checkout-payment-method .payment-method-billing-address .billing-address-details br {
  display: block !important;
}
.checkout-index-index .checkout-payment-method .payment-method-billing-address .billing-address-details a {
  color: #525659;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary {
  float: left;
  margin: 0;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary button.action.primary.checkout {
  background: #e5097d;
  padding: 10px 15px !important;
  display: block;
  line-height: 18px;
  font-family: 'proxima_novasemibold';
  font-size: 18px;
  border: #e5097d solid 1px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  color: #ffffff;
}
.checkout-index-index .checkout-payment-method .payment-methods .actions-toolbar .primary button.action.primary.checkout:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  color: #e5097d;
  transition: all 0.3s ease-in-out;
}
.checkout-index-index .form.payments fieldset.fieldset br {
  display: none;
}
.checkout-index-index .opc-block-summary {
  background: #ededed;
  padding: 22px 1.5em;
  border: 2px solid #ededed;
  border-radius: 0;
  margin-bottom: 30px;
  border: transparent;
}
.checkout-index-index .opc-block-summary .mark .value {
  color: #525659;
  display: block;
}
.checkout-index-index .opc-block-summary .items-in-cart .product {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.checkout-index-index .opc-block-summary .product-item .product .product-image-container {
  background: none;
  padding-right: 10px;
  width: 100px !important;
  height: 92px !important;
}
.checkout-index-index .opc-block-summary .product-item .price {
  font-size: 18px;
  font-family: 'proxima_novabold';
  color: #525659;
  line-height: 40px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper .minicart-items .product-item-details {
  text-align: left;
  flex: auto;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper .minicart-items .product-item-details .product-item-name {
  font-size: 16px;
  white-space: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  color: #525659;
  line-height: 24px;
}
.checkout-index-index .opc-block-summary .minicart-items-wrapper .minicart-items .product-item-details .details-qty {
  margin-top: 5px;
  font-family: 'proxima_novasemibold';
  color: #525659;
  font-size: 20px;
  line-height: 24px;
}
.checkout-index-index .opc-block-summary > .title {
  text-transform: capitalize;
  font-weight: 600;
  color: #525659;
  display: block;
  font-family: 'proxima_novabold';
  font-size: 20px;
}
.checkout-index-index .columns input,
.checkout-index-index .modal-popup input {
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  background-color: #ededed;
  text-transform: capitalize;
  font-family: 'ProximaNovaMedium';
  margin-right: 0px !important;
  width: 100% !important;
  color: #525659;
  padding: 0 15px;
  box-shadow: none;
}
.checkout-index-index .columns select,
.checkout-index-index .modal-popup select {
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  background-color: #ededed;
  text-transform: capitalize;
  font-family: 'ProximaNovaMedium';
  margin-right: 0px !important;
  width: 100% !important;
  color: #525659;
  padding: 0 15px;
  box-shadow: none;
}
.checkout-index-index .columns textarea,
.checkout-index-index .modal-popup textarea {
  height: 115px !important;
}
.checkout-index-index .columns .field-tooltip,
.checkout-index-index .modal-popup .field-tooltip {
  display: none;
}
.checkout-index-index .payments hr {
  display: none;
}
.checkout-index-index .choice {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  margin-left: 0;
}
.checkout-index-index .choice label {
  font-size: 18px;
  line-height: 35px;
  font-family: 'proxima_novabold';
  color: #525659;
  padding-left: 25px;
}
.checkout-index-index .choice input.radio {
  width: 20px !important;
  height: 20px;
  position: relative;
  appearance: none;
  padding: 0px;
  background: transparent;
  box-shadow: none;
}
.checkout-index-index .choice label.form-check-label {
  margin-left: 15px;
}
.checkout-index-index .choice input[type='radio']:before {
  width: 29px;
  height: 29px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: #e5097d solid 2px;
}
.checkout-index-index .choice input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 5px;
  left: 6px;
  position: absolute;
  background-color: #e5097d;
  content: '';
  display: inline-block;
  visibility: visible;
  border: #e5097d solid 2px;
}
.checkout-index-index .choice [type="checkbox"] {
  border: #525659 solid 1px;
  width: 19px !important;
  height: 19px;
  margin: 3px 10px 0 0 !important;
  position: relative;
  display: flex;
  padding: 0;
  flex-wrap: wrap;
  appearance: none;
  background: no-repeat;
  outline: none;
  margin: 0px;
  box-shadow: none;
}
.checkout-index-index .choice input[type='checkbox']:checked:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 6px;
  top: 1px;
  width: 7px;
  border-bottom: 2px solid #525659;
  height: 12px;
  border-right: 2px solid #525659;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.checkout-index-index .checkout-billing-address .choice label {
  font-size: 18px;
  line-height: 35px;
  font-family: 'proxima_novabold';
  color: #525659;
  padding-left: 5px;
}
.checkout-index-index button.action.action-apply {
  background: #e5097d;
  padding: 10px 15px !important;
  display: block;
  line-height: 18px;
  font-family: 'proxima_novasemibold';
  font-size: 18px;
  border: #e5097d solid 1px;
  border-radius: 6px;
  transition: all 0.3s ease-in-out;
  margin-bottom: 20px;
  color: #ffffff;
}
.checkout-index-index button.action.action-apply:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  color: #e5097d;
  transition: all 0.3s ease-in-out;
}
.checkout-index-index .amgcard-datalist-container .amcard-field.-datalist {
  height: 44px;
}
.checkout-index-index .amgcard-datalist-container .amcard-input-arrow:after {
  position: absolute;
  top: 22px;
  right: 10px;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-color: #333 transparent transparent transparent;
  content: '';
}
.checkout-index-index input.amcard-button {
  background: #e5097d !important;
  padding: 10px 15px !important;
  color: #ffffff !important;
  width: 150px !important;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 18px;
  font-family: 'proxima_novasemibold';
  border-radius: 6px;
  height: 40px;
}
.checkout-index-index input.amcard-button:hover {
  background: #ffffff !important;
  color: #e5097d !important;
  transition: all 0.3s ease-in-out;
  border: #e5097d solid 1px;
}
.checkout-index-index .amcard-codes-list .amcard-check {
  margin-top: 10px;
  color: #e5097d;
  margin-left: 22px;
}
.checkout-index-index .amcard-field-container button.amcard-check {
  margin-top: 20px;
  color: #ffffff;
  background: #e5097d !important;
  padding: 10px 15px !important;
  margin-left: 0;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
  line-height: 18px;
  font-family: 'proxima_novasemibold';
  border-radius: 6px;
  height: 40px;
  text-decoration: none;
}
.checkout-index-index .amcard-field-container button.amcard-check:hover {
  background: #ffffff !important;
  color: #e5097d !important;
  transition: all 0.3s ease-in-out;
  border: #e5097d solid 1px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title {
  padding-bottom: 0.5em;
  color: #525659;
  font-size: 24px;
  font-family: 'proxima_novabold';
}
.checkout-index-index .opc-block-shipping-information .shipping-information-title .action-edit {
  top: 0;
  display: inline-block;
  text-decoration: none;
  margin: 0;
  position: absolute;
  right: 0;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content {
  line-height: 27px;
  padding: 0;
  font-family: 'MontserratRegular';
  color: #525659;
  font-size: 18px;
}
.checkout-index-index .opc-block-shipping-information .shipping-information-content a {
  color: #525659;
}
.checkout-index-index .amcard-field-block label.amcard-input-arrow input::-webkit-input-placeholder {
  color: #525659;
}
.checkout-index-index .amcard-field-block label.amcard-input-arrow input:-ms-input-placeholder {
  color: #525659;
}
.checkout-index-index .amcard-field-block label.amcard-input-arrow input::placeholder {
  color: #525659;
}
.checkout-index-index .modal-custom.opc-sidebar {
  margin: 0px 0 1em;
}
.checkout-index-index .modal-custom.opc-sidebar .modal-content {
  border: transparent;
}
.checkout-index-index .modal-custom.opc-sidebar header.modal-header {
  display: none;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .grand.incl .grand.excl .mark strong {
  font-family: 'proxima_novasemibold';
  font-size: 18px;
  line-height: normal;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .grand.incl .grand.excl .amount strong {
  font-weight: 400;
  font-size: 24px;
  font-family: 'proxima_novabold';
  padding-top: 0px;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .table-totals tr {
  border-bottom: #666666 solid 1px;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .items-in-cart > .title {
  border-bottom: #666666 1px solid;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .items-in-cart > .title strong {
  font-size: 20px;
  font-weight: 300;
  margin: 0;
}
.checkout-index-index .modal-custom.opc-sidebar .opc-block-summary .items-in-cart > .title:after {
  position: absolute;
  right: 0;
  top: 12px;
  font-size: 20px;
}
.checkout-index-index div#checkout-shipping-method-load {
  margin-bottom: 15px;
}
.checkout-index-index .table-checkout-shipping-method {
  min-width: 100%;
}
.checkout-index-index .table-checkout-shipping-method tbody .col-price {
  font-family: 'proxima_novabold';
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #e5097d;
}
.checkout-index-index .table-checkout-shipping-method tbody .col-carrier {
  font-family: 'proxima_novabold';
  font-size: 20px;
  line-height: 24px;
  color: #707070;
}
.checkout-index-index .table-checkout-shipping-method th {
  background: #525659;
  color: #ffffff;
  padding: 10px;
}
.checkout-index-index .table-checkout-shipping-method td {
  padding: 15px 10px;
  vertical-align: middle;
  border-bottom: transparent;
  border-top: transparent;
}
.checkout-index-index .table-checkout-shipping-method td:first-child {
  width: 35px;
  display: inline-block;
  padding-right: 16px;
}
.checkout-index-index .col-method {
  display: flex;
  padding: 20px 0;
  flex-wrap: wrap;
  margin-left: 0;
  font-family: 'proxima_novabold';
}
.checkout-index-index .col-method label {
  font-size: 18px;
  line-height: 35px;
  font-family: 'proxima_novabold';
  color: #525659;
  padding-left: 25px;
}
.checkout-index-index .col-method input.radio {
  width: 20px !important;
  height: 20px;
  position: relative;
  appearance: none;
  padding: 0px;
  background: transparent;
  box-shadow: none;
  border: none;
  margin: 9px 0;
}
.checkout-index-index .col-method label.form-check-label {
  margin-left: 15px;
}
.checkout-index-index .col-method input[type='radio']:before {
  width: 25px;
  height: 25px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ffffff;
  content: '';
  display: inline-block;
  visibility: visible;
  border: #e5097d solid 2px;
}
.checkout-index-index .col-method input[type='radio']:checked:after {
  width: 11px;
  height: 11px;
  border-radius: 15px;
  top: 5px;
  left: 6px;
  position: absolute;
  background-color: #e5097d;
  content: '';
  display: inline-block;
  visibility: visible;
  border: #e5097d solid 2px;
}
.checkout-index-index .actions-toolbar button.button.action.continue.primary {
  margin-top: 20px;
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-index-index .actions-toolbar button.button.action.continue.primary:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e5097d;
}
.columns textarea {
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  background-color: #ededed;
  text-transform: capitalize;
  font-family: 'ProximaNovaMedium';
  margin-right: 0px !important;
  width: 100% !important;
  color: #525659;
  padding: 0 15px;
  box-shadow: none;
}
.opc-block-shipping-information .shipping-information-title .action-edit:before {
  font-size: 25px;
  color: #e5097d;
}
.checkout-index-index .columns input.input-text::-webkit-input-placeholder,
.checkout-index-index .modal-popup input.input-text::-webkit-input-placeholder {
  color: #525659;
}
.checkout-index-index .columns input.input-text:-ms-input-placeholder,
.checkout-index-index .modal-popup input.input-text:-ms-input-placeholder {
  color: #525659;
}
.checkout-index-index .columns input.input-text::placeholder,
.checkout-index-index .modal-popup input.input-text::placeholder {
  color: #525659;
}
.checkout-index-index .columns .form.methods-shipping .field-tooltip {
  position: relative;
  font-size: 18px;
  padding: 0 0 0 46px;
  line-height: 24px;
  font-family: 'proxima_novasemibold';
}
.checkout-index-index .table-checkout-shipping-method tr.row {
  display: inherit;
  border-bottom: 1px solid #e7e7e7;
}
.checkout-index-index aside.modal-popup.modal-slide._show {
  margin-top: 100px;
  left: 0;
}
.checkout-index-index aside.modal-popup.modal-slide._show h3.postcodeModalTitle {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 20px;
}
.checkout-index-index aside.modal-popup.modal-slide._show footer.modal-footer {
  padding: 0 30px 20px 10px;
  margin: 0;
}
.checkout-index-index aside.modal-popup.modal-slide._show footer.modal-footer button {
  margin-top: 20px;
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  height: auto;
  display: inline-block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.checkout-index-index aside.modal-popup.modal-slide._show footer.modal-footer button:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e5097d;
}
.checkout-index-index aside.modal-popup.modal-slide._show header.modal-header {
  padding: 10px 50px 0 30px;
}
.checkout-index-index aside.modal-popup.modal-slide._show .postcodeModalContent .field._required {
  width: 100%;
}
.checkout-index-index aside.modal-popup.modal-slide._show h1#modal-title-20 {
  line-height: 30px;
  margin-bottom: 10px;
}
@media only screen and (max-width: 1440px) {
  .checkout-index-index .opc-block-summary .product-item .product .product-image-container {
    width: 75px !important;
    height: 70px !important;
  }
}
@media only screen and (max-width: 767px) {
  .checkout-index-index aside.modal-popup.modal-slide._show {
    margin: 100px 15px 15px 15px;
  }
  .checkout-index-index aside.modal-popup.modal-slide._show header.modal-header {
    padding: 10px 50px 0 10px;
  }
  .checkout-index-index aside.modal-popup.modal-slide._show footer.modal-footer {
    padding: 0 10px 20px 10px;
  }
  .checkout-index-index .columns .opc-estimated-wrapper {
    display: none;
  }
  .checkout-index-index .opc-wrapper .form-login {
    margin: 1em 0px 15px;
    padding: 1em 0px;
  }
  .checkout-index-index .opc-wrapper .form-shipping-address {
    margin: 1em 0px 15px;
    padding: 1em 0px;
  }
  .checkout-index-index .opc-wrapper .methods-shipping {
    margin: 1em 0px 15px;
    padding: 1em 0px;
  }
  .checkout-index-index ul.opc-progress-bar .opc-progress-bar-item {
    margin: 0 0 13px 0 !important;
  }
  .checkout-index-index ul.opc-progress-bar .opc-progress-bar-item > span {
    font-size: 15px;
    line-height: 18px;
  }
  .checkout-index-index .choice {
    flex-wrap: nowrap;
    width: 100%;
  }
  .checkout-index-index .columns select {
    padding: 0 30px 0 15px;
  }
  .checkout-index-index .modal-popup select {
    padding: 0 30px 0 15px;
  }
  .checkout-index-index .amcard-field-block.-double {
    margin-left: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-methods {
    margin: 0;
  }
  .checkout-index-index .checkout-payment-method .payment-option._collapsible .payment-option-title {
    cursor: pointer;
    width: 100%;
  }
  .checkout-index-index button.action.action-apply {
    width: auto;
  }
  .checkout-index-index .amcard-codes-list.-cart {
    max-width: 100%;
    padding: 0;
  }
  .checkout-index-index .amcard-field-container.-cart {
    max-width: 100%;
    padding: 0;
  }
  .checkout-index-index .opc-wrapper .form-discount {
    max-width: 100%;
    margin: 0px;
    padding: 0px;
  }
}
.wishlist-index-index .column .wishlist-toolbar .pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #efefef;
  padding: 10px;
}
.wishlist-index-index .column .wishlist-toolbar .pager .limiter select {
  min-width: 100px;
  font-size: 16px;
  color: #666666;
}
.wishlist-index-index .column .wishlist-toolbar .pager .limiter strong.limiter-label {
  padding-right: 10px;
  color: #666666;
}
.wishlist-index-index .column .wishlist-toolbar .pager p.toolbar-amount {
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
}
.wishlist-index-index .column .wishlist .box-tocart .action.tocart.primary {
  height: auto;
  padding: 7.5px ​10px;
  font-size: 14px;
}
.wishlist-index-index .column .wishlist .box-tocart input.qty {
  height: 46px;
  padding: 0 9px;
  border: #5E7FB159 solid 1px;
  color: #525659;
  font-size: 20px;
}
.wishlist-index-index .column .wishlist .product-item-name a {
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
  font-family: 'proxima_novasemibold';
  color: #666666;
  text-decoration: none;
}
.wishlist-index-index .column .wishlist .price-container .price {
  font-size: 22px;
  line-height: 30px;
  color: #e5097d;
  font-family: 'proxima_novasemibold';
}
.wishlist-index-index .column .wishlist .product-item-comment {
  display: block;
  height: 42px;
  margin: 0.5em 0;
  color: #525659;
}
.wishlist-index-index .column .wishlist .product-item-photo:hover {
  box-shadow: none;
}
.wishlist-index-index .column .wishlist .product-item-info:hover .product-item-photo {
  box-shadow: none;
}
.wishlist-index-index .column .wishlist textarea.product-item-comment::-webkit-input-placeholder {
  color: #525659;
}
.wishlist-index-index .column .wishlist textarea.product-item-comment:-moz-placeholder {
  color: #525659;
}
.wishlist-index-index .column .wishlist textarea.product-item-comment::-moz-placeholder {
  color: #525659;
}
.wishlist-index-index .column .wishlist textarea.product-item-comment:-ms-input-placeholder {
  color: #525659;
}
.products-grid.wishlist .product-item-actions a {
  font-size: 18px;
  color: #666666;
  text-decoration: none;
}
.account.page-layout-2columns-left fieldset#group-fields-customer-attributes input {
  height: 16px;
  width: 16px !important;
  line-height: normal;
}
.account.page-layout-2columns-left .control.customer-dob button.ui-datepicker-trigger.v-middle {
  line-height: normal;
  padding: 5px 10px;
}
.form.forget .actions-toolbar > .primary button.action.submit.primary {
  margin-top: 20px;
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form.forget .actions-toolbar > .primary button.action.submit.primary:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  color: #e5097d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account .block .block-title strong {
  color: #666666;
  font-weight: 600;
  font-size: 18px;
}
.account .block-order-details-view .box .box-content {
  font-size: 16px;
  color: #525659;
}
.account .block-order-details-view .block-title {
  font-size: 24px;
  color: #525659;
}
.account .order-details-items .col.price .price-excluding-tax .price {
  font-size: 16px;
  line-height: 24px;
  color: #525659;
}
.account .order-details-items .col.subtotal .price-excluding-tax .price {
  font-size: 16px;
  line-height: 24px;
  color: #525659;
}
.account .order-details-items .table thead tr th {
  font-size: 18px;
  color: #525659;
}
.account .order-details-items .table tbody tr td {
  font-size: 16px;
  color: #525659;
}
.account .order-details-items .table tfoot tr th {
  font-weight: 600;
  font-size: 16px;
  color: #525659;
}
.account .order-details-items .table tfoot tr td {
  font-weight: 600;
  font-size: 16px;
  color: #525659;
}
.account .order-details-items .actions-toolbar > .secondary .action.back {
  display: inline-block;
  font-size: 16px;
}
.account .table-wrapper .table > thead > tr > th {
  border-top: 1px solid #e7e7e7;
  font-size: 16px;
  color: #525659;
  padding: 10px;
}
.account .table-wrapper .table > tbody > tr > td {
  border-top: 1px solid #e7e7e7;
  font-size: 16px;
  color: #525659;
  padding: 10px;
}
.account .table-wrapper .table > tbody > tr > td a {
  color: #e5097d;
  text-decoration: none;
}
.account .table-wrapper .table > tbody > tr > td a:hover {
  color: #525659;
  text-decoration: underline;
}
.account .box address {
  margin-bottom: 0;
  font-size: 16px;
  color: #525659;
}
.account .box .box-title {
  color: #666666;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 16px;
}
.account .order-links .item {
  font-size: 18px;
}
.account .order-links .item strong {
  background: #e5097d;
  border: 1px solid #e7e7e7;
  display: block;
  font-weight: 400;
  padding: 0 20px;
  color: #fff;
}
.account .order-actions-toolbar .actions a {
  color: #e5097d;
  font-size: 16px;
}
.account .block-content address a {
  font-size: 16px;
  color: #525659;
}
.login-container .fieldset:after {
  margin-top: 25px;
  font-size: 1.5em;
}
.login-container .block.block-customer-login {
  width: 100% !important;
  max-width: 100% !important;
  flex: auto;
}
.form.create.account {
  max-width: 1000px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.abs-login-block-title,
.amazon-validate-container .block .block-title,
.login-container .block .block-title,
.fieldset.create > .legend {
  color: #525659;
  letter-spacing: 0;
}
.login-container,
.form.password.reset,
.form.send.confirmation,
.form.password.forget,
.form.form-edit-account,
.form-address-edit,
.form-newsletter-manage {
  display: block;
  max-width: 500px;
  margin: 0 auto;
}
.login-container .fieldset > .field .label,
.form.create.account .fieldset > .field .label,
.form.password.reset .fieldset > .field .label,
.form.password.forget .fieldset > .field .label {
  font-size: 18px;
  font-weight: 500;
  color: #525659;
}
.login-container .field.note,
.form.create.account .field.note,
.form.password.forget .field.note,
.form.password.reset .field.note {
  font-size: 18px;
  color: #525659;
}
a.action.remind {
  font-size: 18px;
}
.customer-account-create .field label.label {
  text-transform: uppercase;
}
.customer-account-create legend.legend span {
  text-transform: uppercase;
}
.customer-account-create .field input#firstname,
.customer-account-create .field input#lastname,
.customer-account-create .field input#password {
  text-transform: uppercase;
}
.customer-account-login .page-main,
.customer-account-create .page-main {
  padding-top: 0px;
}
.customer-account-create .page-main .control input,
.customer-account-login .page-main .control input,
.customer-account-forgotpassword .page-main .control input {
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  height: 44px;
  background: #ededed;
  font-size: 14px;
}
.form.create.account .actions-toolbar button.action.submit.primary,
.customer-account-login .actions-toolbar .action.login.primary,
.customer-account-forgotpassword button.action.submit.primary {
  margin-top: 20px;
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.form.create.account .actions-toolbar button.action.submit.primary:hover,
.customer-account-login .actions-toolbar .action.login.primary:hover,
.customer-account-forgotpassword button.action.submit.primary:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  color: #e5097d;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.abs-account-page-title,
.customer-account-login .page-title-wrapper,
.customer-account-create .page-title-wrapper,
.customer-account-forgotpassword .page-title-wrapper {
  padding: 0;
  margin-bottom: 30px;
}
.abs-account-page-title h1.page-title,
.customer-account-login .page-title-wrapper h1.page-title,
.customer-account-create .page-title-wrapper h1.page-title,
.customer-account-forgotpassword .page-title-wrapper h1.page-title {
  color: #525659 !important;
  font-size: 35px;
  font-weight: 700;
  margin: 0;
}
.customer-account-forgotpassword button.action.reload.captcha-reload {
  line-height: normal;
  font-size: 15px;
  padding: 5px 10px;
}
.customer-account-create .form.create.account select.validate-select {
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  height: 44px;
  background-color: #ededed;
  font-size: 14px;
}
.customer-account-create .form.create.account button.ui-datepicker-trigger.v-middle {
  padding: 5px 10px;
  line-height: normal;
}
.customer-account-create .form.create.account .field.choice.admin__field.admin__field-option {
  position: relative;
  padding-left: 30px;
}
.customer-account-create .form.create.account .field.choice.admin__field.admin__field-option input {
  position: absolute;
  left: 0;
  top: 4px;
  line-height: normal;
  height: 15px;
  width: 15px;
}
.amcardacc-template-container .amcard-codes-list {
  max-width: 500px;
}
.amcardacc-template-container .amcard-field-container {
  max-width: 500px;
}
.amcardacc-template-container .amcard-field-container input.amcard-field {
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  background-color: #ededed;
  text-transform: capitalize;
  font-family: 'ProximaNovaMedium';
  margin-right: 0px !important;
  width: 100% !important;
  color: #525659;
  padding: 0 15px;
  box-shadow: none;
}
.amcardacc-template-container .amcard-field-container input.amcard-field::-webkit-input-placeholder {
  color: #525659;
}
.amcardacc-template-container .amcard-field-container input.amcard-field:-ms-input-placeholder {
  color: #525659;
}
.amcardacc-template-container .amcard-field-container input.amcard-field::placeholder {
  color: #525659;
}
.amcardacc-template-container .amcard-field-container .actions-toolbar {
  text-align: left;
  margin-top: 15px;
}
.account.page-layout-2columns-left .block-content.amgdpr-block-content .actions-toolbar.amgdpr-actions-toolbar {
  margin-top: 20px;
}
.account.page-layout-2columns-left .block-content.amgdpr-block-content p.field.control.checkbox input {
  height: 16px;
  width: 16px !important;
  line-height: normal;
  margin-right: 5px !important;
}
.account.page-layout-2columns-left .sidebar-main .block-collapsible-nav li.item:nth-of-type(10),
.account.page-layout-2columns-left .sidebar-main .block-collapsible-nav li.item:nth-of-type(11) {
  display: none;
}
.account .page-main .page-title-wrapper .page-title {
  font-size: 30px;
}
.account .page-main .fieldset > .field .label {
  font-size: 18px;
  font-weight: 500;
  color: #666666;
}
.account .page-main .form.form-edit-account {
  max-width: 800px;
  margin: initial;
}
.account .page-main .form-address-edit {
  max-width: 800px;
}
.account .page-main .control input {
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  background-color: #ededed;
  text-transform: capitalize;
  font-family: 'ProximaNovaMedium';
  margin-right: 0px !important;
  width: 100% !important;
  color: #525659;
  padding: 0 15px;
  box-shadow: none;
}
.account .page-main .control select {
  font-size: 18px;
  line-height: 30px;
  height: 44px;
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  background-color: #ededed;
  text-transform: capitalize;
  font-family: 'ProximaNovaMedium';
  margin-right: 0px !important;
  width: 100% !important;
  color: #525659;
  padding: 0 15px;
  box-shadow: none;
}
.account.page-layout-2columns-left .sidebar-main .sidebar-content {
  background: #ededed;
  padding: 20px;
}
.account.page-layout-2columns-left .sidebar-main .block-collapsible-nav .item {
  border-bottom: 1px solid #ddd;
  width: 100%;
  font-size: 18px;
  font-family: 'proxima_novasemibold';
}
.account.page-layout-2columns-left .sidebar-main .block-collapsible-nav .item:first-child {
  border-top: transparent;
}
.block-content .box a {
  color: #e5097d;
  font-size: 18px;
  font-family: 'proxima_novasemibold';
  text-decoration: none;
}
.block-content .box a:hover {
  text-decoration: underline;
}
.account .page-main .action.primary {
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.account .page-main .action.primary:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e5097d;
}
.account .order-products-toolbar.toolbar.bottom .pager {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px 10px 0 10px;
  margin: 0;
  flex-wrap: wrap;
}
.account .order-products-toolbar.toolbar.bottom .pager .limiter strong {
  margin-right: 10px;
}
@media only screen and (max-width: 992px) {
  div.abs-toggling-title-mobile:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    line-height: inherit;
    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;
    position: absolute;
    right: 15px;
  }
  div.block-wishlist-management div.wishlist-select div.wishlist-name:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px;
    line-height: inherit;
    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;
    position: absolute;
    right: 15px;
  }
  div.block-wishlist-management .wishlist-select .wishlist-name.active:after {
    content: '\e81b';
  }
  div.block-collapsible-nav .title {
    height: auto;
    margin: 0px;
    overflow: visible;
    position: relative;
    width: 100%;
    background: #ffffff;
    padding: 10px 10px;
  }
  div.block-collapsible-nav .title:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 18px !important;
    line-height: inherit;
    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;
    position: absolute;
    right: 15px;
  }
  div.block-collapsible-nav .title.active:after {
    content: '\e81b';
  }
  div.block-collapsible-nav .content.active {
    display: block;
  }
  div.block-collapsible-nav .content {
    display: none;
  }
  div.abs-toggling-title-mobile.active:after {
    content: '\e81b';
  }
  div.block.block-collapsible-nav {
    margin: 0px;
  }
  div.account.page-layout-2columns-left .sidebar-main .block-collapsible-nav .item {
    border-bottom: 1px solid #ddd;
    width: 100%;
    font-size: 18px;
    font-family: 'proxima_novasemibold';
    background: #ffffff;
    padding: 0 10px;
  }
  div.account.page-layout-2columns-left .sidebar-main .block-collapsible-nav .item:first-child {
    border-top: transparent;
  }
}
@media only screen and (max-width: 767px) {
  .block-collapsible-nav {
    position: relative;
  }
  .order-products-toolbar.toolbar.bottom {
    padding: 10px 2px 10px 5px;
  }
}
.customer-account-index .box.box-newsletter {
  display: none;
}
a.btn-main-newsletter {
  background-color: transparent;
  border: 2px solid #e5007d;
  border-color: #ffffff;
  border-radius: 0px;
  color: #ffffff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
  padding: 10px;
  width: 100%;
  display: block;
  text-align: center;
  text-decoration: none;
}
a.btn-main-newsletter:hover {
  background-color: #ffffff;
}
footer.page-footer [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
footer.page-footer {
  background: #53565a;
}
.logo-side {
  color: #ffffff;
}
.logo-side img {
  height: 50px;
}
.logo-side figure,
.logo-side p {
  margin-bottom: 27px;
}
.ftr-links h4 {
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 30px;
}
.ftr-links ul {
  margin: 0px;
  padding: 0px;
}
.ftr-links ul li {
  list-style: none;
  margin-bottom: 8px;
}
.ftr-links ul li a {
  color: #ffffff;
  text-decoration: none;
  line-height: 24px;
}
.newsletter h4 {
  font-size: 22px;
  line-height: 33px;
  color: #ffffff;
  margin-bottom: 30px;
}
ul.socials-links {
  display: flex;
  margin: 0px;
  padding: 0px;
}
ul.socials-links li {
  list-style: none;
}
ul.socials-links li a {
  margin-right: 25px;
}
ul.socials-links li:last-child a {
  margin-right: 0px;
}
.swisscare-footer {
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
  max-width: 1580px !important;
  width: 100% !important;
}
.swisscare-footer .widget.widget_text.ftr-col1 {
  margin-top: -8px;
}
.swisscare-footer h3.widget-title {
  font-size: 22px;
  line-height: normal;
  margin-bottom: 28px;
  font-family: 'ProximaNovaMedium';
  color: #ffffff;
  margin-top: 10px;
}
.swisscare-footer p {
  color: #ffffff;
  font-family: 'MontserratRegular';
  font-size: 16px;
  text-decoration: none;
  line-height: 24px;
}
.swisscare-footer ul.links {
  margin: 0;
  padding: 0;
}
.swisscare-footer ul.links li {
  list-style: none;
}
.swisscare-footer ul.links li a {
  color: #ffffff;
  font-family: 'MontserratRegular';
  font-size: 14px;
  text-decoration: none;
  line-height: 30px;
}
.swisscare-footer ul.links li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.swisscare-footer .footer-top-bottom .porto-sicon-default {
  display: none;
}
.swisscare-footer .footer-top-bottom .widget_newsletter {
  margin-bottom: 25px;
}
.swisscare-footer .footer-top-bottom .widget_newsletter span.input-text {
  float: left;
  max-width: 80%;
  margin-right: 15px;
}
.swisscare-footer .footer-top-bottom .widget.follow-us .share-social-links a {
  display: inline-block;
  margin: 0 10px;
}
.swisscare-footer .ftr-col1 a {
  display: block;
  margin-bottom: 25px;
}
.swisscare-footer .ftr-col1 a img {
  max-width: 150px;
  width: 100%;
}
.swisscare-footer .footer-top-bottom .widget_newsletter {
  display: inline-block;
  width: 100%;
}
.swisscare-footer .footer-top-bottom .widget_newsletter .newsletter input#newsletter {
  width: 100%;
  height: 46px;
  border: none;
  border-radius: 3px;
  font-size: 16px;
}
.swisscare-footer .footer-top-bottom .widget_newsletter .newsletter button.action.subscribe {
  float: right;
  height: 46px;
  background: transparent;
  border: #ffffff solid 1px;
  border-radius: 3px;
  font-family: 'proxima_novabold';
  font-size: 16px;
  width: 20%;
  min-width: 112px;
}
.swisscare-footer .footer-top-bottom .widget_newsletter .newsletter button.action.subscribe:hover {
  background: #000000;
}
.swisscare-footer .ftr-col1 h6 {
  font-size: 14px;
  font-family: 'MontserratRegular';
  text-transform: capitalize !important;
  color: #ffffff;
}
.swisscare-footer .ftr-col1 p {
  font-size: 16px;
}
.swisscare-footer .single-subscribe .newsletter .control {
  justify-content: space-between;
  margin-top: 10px;
}
.swisscare-footer .footer-top-bottom .widget_newsletter .newsletter input#newsletter::-webkit-input-placeholder {
  color: #000;
}
.swisscare-footer .footer-top-bottom .widget_newsletter .newsletter input#newsletter:-ms-input-placeholder {
  color: #000;
}
.swisscare-footer .footer-top-bottom .widget_newsletter .newsletter input#newsletter::placeholder {
  color: #000;
}
.swisscare-footer .sticky_newsletter {
  position: fixed;
  right: 35px;
  bottom: 50%;
  transform: rotate(360deg) translate(50%, 0px);
  transform-origin: 100% 100%;
  z-index: 1000;
}
.swisscare-footer .sticky_newsletter a.btn-main-newsletter {
  background: transparent;
  border: none;
  width: 344px;
  height: 55px;
  padding: 15px 6px;
  font-size: 22px;
  font-family: 'proxima_novabold';
}
.swisscare-footer .sticky_newsletter a.btn-main-newsletter:hover,
.swisscare-footer .sticky_newsletter a.btn-main-newsletter:focus {
  color: #fff;
}
@media (max-width: 1730px) {
  .swisscare-footer .sticky_newsletter a.btn-main-newsletter {
    width: 320px;
    height: 48px;
    padding: 12px 6px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .swisscare-footer .sticky_newsletter a.btn-main-newsletter {
    width: 290px;
    height: 42px;
    padding: 11px 6px;
    font-size: 17px;
  }
}
.cms-index-index .sticky_newsletter {
  position: fixed;
  right: 35px;
  bottom: 50%;
  transform: rotate(360deg) translate(50%, 0px);
  transform-origin: 100% 100%;
  z-index: 1000;
}
.cms-index-index .sticky_newsletter a.btn-main-newsletter {
  background: transparent;
  border: none;
  width: 344px;
  height: 55px;
  padding: 15px 6px;
  font-size: 22px;
  font-family: 'proxima_novabold';
}
.cms-index-index .sticky_newsletter a.btn-main-newsletter:hover,
.cms-index-index .sticky_newsletter a.btn-main-newsletter:focus {
  color: #fff;
}
@media (max-width: 1730px) {
  .cms-index-index .sticky_newsletter a.btn-main-newsletter {
    width: 320px;
    height: 48px;
    padding: 12px 6px;
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .cms-index-index .sticky_newsletter a.btn-main-newsletter {
    width: 290px;
    height: 42px;
    padding: 11px 6px;
    font-size: 17px;
  }
}
@media only screen and (max-width: 1440px) {
  .swisscare-footer h3.widget-title {
    font-size: 18px;
  }
  .swisscare-footer .ftr-col1 h6 {
    font-size: 13px;
  }
  .swisscare-footer .ftr-col1 p {
    font-size: 14px;
  }
}
html {
  scroll-behavior: smooth;
}
.swiss-hero-slider-main div.pagebuilder-slide-wrapper {
  background-size: 100% !important;
}
header.page-header.type15 .header-main .header-right .customer-welcome {
  display: flex;
  margin-left: 1.5rem;
}
header.page-header.type15 .header-main .header-right .customer-welcome .my-account::before,
header.page-header.type15 .header-main .header-right .customer-welcome .customer-logout::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27.045" height="31" viewBox="0 0 27.045 31"><g id="user" transform="translate(-405.503 -213.3)"><path id="Tracciato_74" data-name="Tracciato 74" d="M424.348,232.342a9.272,9.272,0,1,1,9.164-9.271A9.229,9.229,0,0,1,424.348,232.342Zm0-17.565a8.3,8.3,0,1,0,8.2,8.294A8.257,8.257,0,0,0,424.348,214.776Z" transform="translate(-5.35 0)" fill="%23e5097d" stroke="%23e5097d" stroke-width="1"/><path id="Tracciato_75" data-name="Tracciato 75" d="M432.2,268.927c-.039-.907-.13-1.957-.264-3.183-.469-4.306-7.479-7.844-12.275-7.844h-.053c-4.795,0-11.806,3.538-12.275,7.844-.133,1.226-.225,2.276-.264,3.183Z" transform="translate(-0.611 -25.548)" fill="%23fff"/><path id="Tracciato_76" data-name="Tracciato 76" d="M432.025,268.768h-26l.019-.439c.037-.866.122-1.886.266-3.211.519-4.768,7.939-8.219,12.688-8.219h.054c4.749,0,12.169,3.451,12.688,8.219.144,1.324.229,2.344.266,3.211Zm-25.128-.841h24.255c-.043-.752-.121-1.629-.24-2.716-.43-3.953-6.991-7.47-11.861-7.47H419c-4.869,0-11.431,3.517-11.861,7.47C407.019,266.3,406.941,267.175,406.9,267.927Z" transform="translate(0 -24.968)" fill="%23e5097d" stroke="%23e5097d" stroke-width="1"/></g></svg>') no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 23px;
  display: inline-block;
  transition-duration: .4s;
  top: 0;
  left: 0;
  margin: 0;
}
header.page-header.type15 .header-main .header-right .customer-welcome .my-account img,
header.page-header.type15 .header-main .header-right .customer-welcome .customer-logout img {
  width: 32px;
}
header.page-header.type15 .header-main .header-right .customer-welcome svg {
  width: 21px;
}
header.page-header.type15 .header-main .header-right .customer-welcome .action.switch:after {
  display: none;
}
header.page-header.type15 .header-main .header-right .customer-welcome ul:before {
  left: auto;
  right: 10px;
  top: -12px;
}
header.page-header.type15 .header-main .header-right .customer-welcome ul:after {
  left: auto;
  right: 9px;
  top: -14px;
}
header.page-header.type15 .header-main .header-right .my-newsletter {
  padding: 0 15px 0 0;
  position: relative;
  height: 30px;
}
header.page-header.type15 .header-main .header-right .my-newsletter img {
  width: 32px;
}
header.page-header.type15 .header-main .header-right ul.header.linkss {
  box-shadow: 0px 2px 7px #cccccc;
  min-width: 200px;
  padding: 15px 0;
  right: 0;
}
header.page-header.type15 .header-main .header-right ul.header.linkss li a {
  color: #000000;
  font-size: 14px;
  padding: 5px 15px;
  text-transform: uppercase;
}
header.page-header.type15 .header-main .header-right .search-toggle-icon {
  display: none;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper {
  height: 33px;
}
.checkout-index-index .modal-popup .modal-inner-wrap {
  margin-left: auto;
  width: 100%;
  max-width: 700px;
  left: 0;
}
aside.modal-popup.confirm .modal-header {
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 35px;
}
aside.modal-popup.confirm .modal-header button.action-close {
  left: 5px;
}
aside.modal-popup.confirm .modal-header .action-close:before {
  font-size: 24px;
  line-height: 24px;
}
aside.modal-popup.confirm .modal-content {
  padding-left: 15px;
  padding-right: 15px;
  padding: 20px 0 0 0;
  font-size: 18px;
  line-height: 24px;
  color: #707070;
  text-align: center;
  border: none;
}
aside.modal-popup.confirm .modal-footer {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
  border: none;
  display: flex;
  justify-content: center;
}
aside.modal-popup.confirm .modal-footer button {
  width: auto;
  min-width: 110px;
  font-size: 20px;
  height: auto;
  color: #ffffff;
  background: #e5097d;
  font-family: 'proxima_novasemibold';
  border: 2px solid #E5007D;
  border-radius: 6px;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  line-height: 24px;
  padding: 10px;
  text-align: center;
}
aside.modal-popup.confirm .modal-footer button:first-child {
  margin-right: 2%;
}
aside.modal-popup.confirm .modal-footer button:hover {
  color: #e5097d;
  border: 2px solid #E5007D;
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.page-header.type15 .search-area .minisearch .actions button {
  width: auto !important;
}
.page-header.type15 .search-area.show-icon .block.block-search {
  display: none;
  position: absolute;
  top: 100%;
  right: -47px;
  min-width: 340px;
  margin-top: 8px;
  width: 100%;
}
.page-header.type15 .search-area .show {
  display: block !important;
}
header.page-header.sticky-header .minicart-wrapper {
  position: fixed;
  right: 20px;
  top: 14px;
  transform: inherit;
  z-index: 999;
}
header.page-header.type15 .ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.mage-dropdown-dialog {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999999999999;
  left: 0;
  bottom: 0;
}
header.page-header div.header.content .header-right .header-contact a {
  text-decoration: none;
  padding: 0;
}
header.page-header div.header.content .header-right .header-contact a.wishlist {
  margin-left: 5px;
  margin-right: 0;
}
header.page-header div.header.content .header-right .header-contact a.wishlist::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="35.003" height="30.879" viewBox="0 0 35.003 30.879"><path id="Icon_awesome-heart" data-name="Icon awesome-heart" d="M29.8,4.222A8.814,8.814,0,0,0,17.769,5.1L16.5,6.407,15.23,5.1A8.813,8.813,0,0,0,3.2,4.222a9.255,9.255,0,0,0-.638,13.4L15.037,30.5a2.021,2.021,0,0,0,2.92,0L30.428,17.622a9.249,9.249,0,0,0-.632-13.4Z" transform="translate(1.002 -1.244)" fill="none" stroke="%23000000" stroke-width="2"/></svg>') no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 23px;
  display: inline-block;
  transition-duration: .4s;
  top: 0;
  left: 0;
  margin: 0;
}
header.page-header div.header.content .header-right .header-contact a.my-account::before {
  content: "";
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="27.045" height="31" viewBox="0 0 27.045 31"><g id="user" transform="translate(-405.503 -213.3)"><path id="Tracciato_74" data-name="Tracciato 74" d="M424.348,232.342a9.272,9.272,0,1,1,9.164-9.271A9.229,9.229,0,0,1,424.348,232.342Zm0-17.565a8.3,8.3,0,1,0,8.2,8.294A8.257,8.257,0,0,0,424.348,214.776Z" transform="translate(-5.35 0)" fill="%23000000" stroke="%23000000" stroke-width="1"/><path id="Tracciato_75" data-name="Tracciato 75" d="M432.2,268.927c-.039-.907-.13-1.957-.264-3.183-.469-4.306-7.479-7.844-12.275-7.844h-.053c-4.795,0-11.806,3.538-12.275,7.844-.133,1.226-.225,2.276-.264,3.183Z" transform="translate(-0.611 -25.548)" fill="%23fff"/><path id="Tracciato_76" data-name="Tracciato 76" d="M432.025,268.768h-26l.019-.439c.037-.866.122-1.886.266-3.211.519-4.768,7.939-8.219,12.688-8.219h.054c4.749,0,12.169,3.451,12.688,8.219.144,1.324.229,2.344.266,3.211Zm-25.128-.841h24.255c-.043-.752-.121-1.629-.24-2.716-.43-3.953-6.991-7.47-11.861-7.47H419c-4.869,0-11.431,3.517-11.861,7.47C407.019,266.3,406.941,267.175,406.9,267.927Z" transform="translate(0 -24.968)" fill="%23000000" stroke="%23000000" stroke-width="1"/></g></svg>') no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 23px;
  display: inline-block;
  transition-duration: .4s;
  top: 0;
  left: 0;
  margin: 0;
}
header.page-header div.header.content .header-right .header-contact a.my-account svg {
  margin-top: 2px;
}
header.page-header .header-right .header-contact a {
  height: auto;
}
header.page-header .panel.wrapper {
  background: #000000;
}
header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product-item-name {
  padding-right: 45px;
}
header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product.actions .primary {
  display: none;
}
header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product.actions .secondary {
  position: absolute;
  right: 10px;
  top: 0;
}
header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product.actions .secondary a {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cg id='close' transform='translate(-1870 -97)'%3E%3Ccircle id='Ellisse_6' data-name='Ellisse 6' cx='10' cy='10' r='10' transform='translate(1870 97)' fill='%23e5007d'/%3E%3Cpath id='Icon_ionic-ios-close' data-name='Icon ionic-ios-close' d='M16.233 15.289l2.857-2.858a.67.67 0 0 0-.947-.947l-2.857 2.858-2.857-2.858a.67.67 0 1 0-.947.947l2.857 2.858-2.857 2.858a.67.67 0 1 0 .947.947l2.857-2.858 2.857 2.858a.67.67 0 1 0 .947-.947Z' transform='translate(1864.715 91.711)' fill='%23fff'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
}
header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product.actions .secondary span {
  display: none;
}
header.page-header.type15 {
  border-bottom: #EDEDED solid 1px;
  border-top: none;
}
header.page-header.type15 .minicart-wrapper .action.showcart .counter.qty {
  right: -5px;
  top: -15px;
}
header.page-header.type15 .header-main .header-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-right: 0px;
}
header.page-header.type15 .main-panel-top {
  display: block !important;
  background: #000000;
}
header.page-header.type15 .nav-sections {
  margin-left: 0;
}
header.page-header.type15 .navigation .level0.parent > a:after {
  line-height: normal;
}
header.page-header.type15 .block-search input {
  height: 20px;
  padding: 20px;
  font-style: italic;
  font-style: normal !important;
  left: 0;
}
header.page-header.type15 .header-main .header-right {
  flex: auto;
  margin-top: 0;
  text-align: left;
}
header.page-header.type15 .header-main .header-right > * {
  margin-left: 0;
  margin-right: 0;
}
header.page-header.type15 .header-main .header-right .separator {
  margin-left: 0;
  margin-right: 0;
}
header.page-header.type15 .header-main .header.content {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1580px;
  padding-left: 20px;
  padding-right: 20px;
}
header.page-header.type15 .search-category {
  height: 44px;
  font-style: italic;
}
header.page-header.type15 .main-panel-top div.container {
  max-width: 1580px;
}
@media screen and (min-width: 1024px) {
  header.page-header.type15 .main-panel-top .header-right {
    justify-content: flex-end;
  }
}
header.page-header.sticky-header .nav-sections {
  background: #fff;
}
header.page-header.sticky-header nav.navigation.sw-megamenu .level0 > .level-top {
  padding: 15px 5px;
}
header.page-header.sticky-header div.header.content .header-right {
  top: 0;
}
header.page-header.sticky-header div.header.content .header-right .header-contact a.my-account img,
header.page-header.sticky-header div.header.content .header-right .header-contact .customer-logout img {
  width: 23px;
  margin-top: 2px;
}
header.page-header.sticky-header div.header.content .header-right .header-contact a.my-newsletter img {
  width: 23px;
  margin-top: 4px;
}
header.page-header.sticky-header div.header.content .header-right .header-contact a.wishlist img {
  width: 23px;
  margin-top: 4px;
}
header.page-header.sticky-header div.header.content .header-right .header-contact a.wishlist svg {
  width: 23px;
  margin-top: -2px;
}
header.page-header.sticky-header .header-main .logo > img {
  margin-top: 0;
}
div#cookie-status {
  display: none;
}
a.showcart.action-subtotal.d-none {
  display: none;
}
.swiss-care-hdr-btm .porto-sicon-header h4 {
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  padding: 10px 15px;
}
header.page-header .minicart-wrapper .action.showcart::after {
  display: none;
}
header.page-header .custom_top_links {
  order: 3;
}
header.page-header .custom_top_links ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header.page-header .custom_top_links ul li {
  margin: 0px 10px;
}
header.page-header .custom_top_links ul li.link_my_account svg {
  width: 20px;
}
header.page-header .custom_top_links ul li.link.wishlist svg {
  width: 25px;
}
header.page-header .logo {
  order: 1;
  max-width: 148px;
  margin: 0px;
}
header.page-header .panel.header {
  padding: 10px 15px;
  max-width: 1665px;
}
header.page-header div.header.content {
  padding: 10px 15px;
  max-width: 1665px;
  display: block;
  width: 100%;
}
header.page-header div.header.content .header-left.desktop-logo {
  flex: auto;
  z-index: 11;
  position: relative;
}
header.page-header div.header.content .header-right .cart-design-2 .action.showcart .minicart-icon .counter.qty.empty {
  display: none;
}
header.page-header .widget.block.block-static-block {
  margin: 0px;
}
header.page-header ul.header-left-links {
  display: flex;
  float: left;
  list-style: none;
  padding-left: 0px;
  margin: 11px 0 0 0;
}
header.page-header ul.header-left-links li {
  margin: 0px;
}
header.page-header ul.header-left-links li a {
  font-size: 14px;
  line-height: 22px;
  color: #ffffff;
  padding: 0 40px 0 0;
  text-decoration: none;
  font-family: 'proxima_novabold';
}
header.page-header ul.header-left-links li:last-child a {
  padding: 0;
}
header.page-header .block-search .nested {
  display: none;
}
header.page-header .block-search .control {
  padding: 0px;
}
header.page-header ul.header.links {
  display: none !important;
}
header.page-header .header.content {
  padding: 0px 20px 0;
}
.panel.wrapper {
  background: #ededed;
}
/*header.page-header{
	.minicart-wrapper {
		.action.showcart{
			&:before {
			  height:32px;
			  width:32px;
			  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 33.001 31'%3E%3Cg id='carrello' transform='translate(-314.68 -396.659)'%3E%3Cpath id='Tracciato_87' data-name='Tracciato 87' d='M345.213 416.744H324.532a.49.49 0 0 1-.48-.4l-3.614-18.2h-4.769a.493.493 0 0 1 0-.986h5.17a.491.491 0 0 1 .48.4l.956 4.814.042 0h24.373a.488.488 0 0 1 .365.164.5.5 0 0 1 .122.383L345.7 416.305A.491.491 0 0 1 345.213 416.744Zm-20.28-.986h19.841l1.369-12.4H322.47Z' fill='%23e5097d' stroke='%23e4097d' stroke-width='1'/%3E%3Cpath id='Tracciato_88' data-name='Tracciato 88' d='M340.521 452.407a2.725 2.725 0 1 1 2.7-2.725A2.719 2.719 0 0 1 340.521 452.407Zm0-4.464a1.739 1.739 0 1 0 1.726 1.739A1.735 1.735 0 0 0 340.521 447.943Z' transform='translate(-11.556 -25.248)' fill='%23e5097d' stroke='%23e4097d' stroke-width='1'/%3E%3Cpath id='Tracciato_89' data-name='Tracciato 89' d='M334.485 440.335a2.725 2.725 0 0 1 0-5.45.493.493 0 0 1 0 .986 1.739 1.739 0 0 0 0 3.478.493.493 0 0 1 0 .986Z' transform='translate(-8.475 -19.127)' fill='%23e5097d' stroke='%23e4097d' stroke-width='1'/%3E%3Cpath id='Tracciato_90' data-name='Tracciato 90' d='M364.665 452.407a2.725 2.725 0 1 1 2.705-2.725A2.718 2.718 0 0 1 364.665 452.407Zm0-4.464a1.739 1.739 0 1 0 1.726 1.739A1.734 1.734 0 0 0 364.665 447.943Z' transform='translate(-23.883 -25.248)' fill='%23e5097d' stroke='%23e4097d' stroke-width='1'/%3E%3Cpath id='Tracciato_91' data-name='Tracciato 91' d='M355.261 444.925H336.8a.493.493 0 0 1 0-.986h18.465a.493.493 0 0 1 0 .986Z' transform='translate(-10.786 -23.717)' fill='%23e5097d' stroke='%23e4097d' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
			  content: '';
			  background-size: 100%;
			}
		}
	}
}*/
div.block-search {
  float: right;
  padding-left: 0;
  margin-left: 0;
  position: relative;
  width: 300px;
  z-index: 4;
}
div.block-search #search_mini_form {
  width: 100%;
  float: right;
}
div.block-search input {
  border-radius: 50px;
  border: #95989a solid 1px;
  font-size: 20px;
  padding: 20px;
  font-family: 'MontserratRegular';
}
div.block-search .action.search {
  opacity: 1;
}
div.block-search .action.search:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.444' height='19.444' viewBox='0 0 19.444 19.444'%3E%3Cpath id='Search_Icon' data-name='Search Icon' d='M19.182 16.625 14.2 11.647a7.578 7.578 0 0 0 1.141-3.974 7.742 7.742 0 1 0-3.7 6.534l4.978 4.975a.913.913 0 0 0 1.279 0L19.182 17.9A.911.911 0 0 0 19.182 16.625ZM7.673 12.788a5.115 5.115 0 1 1 5.115-5.115A5.116 5.116 0 0 1 7.673 12.788Z' fill='%23000000'/%3E%3C/svg%3E") no-repeat;
  width: 19px;
  height: 19px;
  content: '';
  top: 10px;
  position: relative;
  right: 15px;
  display: inline-block;
}
div.block-search .search-category {
  display: none;
}
div.block-search .action.search.disabled,
div.block-search .action.search[disabled] {
  opacity: 1;
}
div.block-search fieldset[disabled] .block-search .action.search {
  opacity: 1;
}
nav.navigation.sw-megamenu {
  order: 2;
  background: transparent;
  text-align: center;
  width: auto;
}
nav.navigation.sw-megamenu ul li a {
  font-family: 'proxima_novasemibold';
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
nav.navigation.sw-megamenu .level0 > .level-top {
  font-size: 14px;
  line-height: 14px;
  color: #000000;
}
.swiss-care-hdr-btm {
  background: #53565a;
}
.swiss-care-hdr-btm h3.porto-sicon-title {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 0;
  color: #ffffff;
  margin-bottom: 0;
  text-align: center;
  padding: 10px 0;
}
.swiss-main-hero-slider .pagebuilder-slide-wrapper [data-element='content'] {
  max-width: 1280px !important;
  margin: 0 auto !important;
}
.swiss-hero-slider-main .swiss-main-hero-slider > div:nth-child(2) {
  display: none;
}
.swiss-hero-slider-main .swiss-main-hero-slider button {
  background-color: #e5097d !important;
  border-radius: 100px;
  width: 42px;
  height: 42px;
}
.swiss-hero-slider-main .swiss-main-hero-slider button::before {
  color: #ffffff;
  font-size: 24px;
}
.swiss-hero-slider-main .swiss-main-hero-slider button:after {
  color: #ffffff;
  font-size: 24px;
}
.swiss-hero-slider-main .swiss-main-hero-slider ul.slick-dots button {
  width: 12px;
  height: 12px;
  border: none;
}
.swiss-hero-slider-main .swiss-main-hero-slider ul.slick-dots li.slick-active button {
  background: #fff !important;
  border: 1px solid #E5097D;
}
header.page-header .main-panel-top .header-right {
  display: flex;
  align-items: center;
  float: right;
}
header.page-header .main-panel-top .panel.wrapper {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
}
header.page-header div.header.content {
  width: 100%;
}
header.page-header .header-right .header-contact a {
  padding: 0 15px 0 0;
}
header.page-header .mobile-logo {
  display: none;
}
header.page-header .header-right .cart-design-2 .action.showcart .minicart-icon {
  border: transparent;
  border-radius: inherit;
  position: relative;
  opacity: 1;
  margin: auto;
  font-size: inherit;
}
header.page-header .header-right .cart-design-2 .action.showcart .minicart-icon::before {
  content: "";
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='100%' viewBox='0 0 33.001 31'%3E%3Cg id='carrello' transform='translate(-314.68 -396.659)'%3E%3Cpath id='Tracciato_87' data-name='Tracciato 87' d='M345.213 416.744H324.532a.49.49 0 0 1-.48-.4l-3.614-18.2h-4.769a.493.493 0 0 1 0-.986h5.17a.491.491 0 0 1 .48.4l.956 4.814.042 0h24.373a.488.488 0 0 1 .365.164.5.5 0 0 1 .122.383L345.7 416.305A.491.491 0 0 1 345.213 416.744Zm-20.28-.986h19.841l1.369-12.4H322.47Z' fill='%23000000' stroke='%23000000' stroke-width='1'/%3E%3Cpath id='Tracciato_88' data-name='Tracciato 88' d='M340.521 452.407a2.725 2.725 0 1 1 2.7-2.725A2.719 2.719 0 0 1 340.521 452.407Zm0-4.464a1.739 1.739 0 1 0 1.726 1.739A1.735 1.735 0 0 0 340.521 447.943Z' transform='translate(-11.556 -25.248)' fill='%23000000' stroke='%23000000' stroke-width='1'/%3E%3Cpath id='Tracciato_89' data-name='Tracciato 89' d='M334.485 440.335a2.725 2.725 0 0 1 0-5.45.493.493 0 0 1 0 .986 1.739 1.739 0 0 0 0 3.478.493.493 0 0 1 0 .986Z' transform='translate(-8.475 -19.127)' fill='%23000000' stroke='%23000000' stroke-width='1'/%3E%3Cpath id='Tracciato_90' data-name='Tracciato 90' d='M364.665 452.407a2.725 2.725 0 1 1 2.705-2.725A2.718 2.718 0 0 1 364.665 452.407Zm0-4.464a1.739 1.739 0 1 0 1.726 1.739A1.734 1.734 0 0 0 364.665 447.943Z' transform='translate(-23.883 -25.248)' fill='%23000000' stroke='%23000000' stroke-width='1'/%3E%3Cpath id='Tracciato_91' data-name='Tracciato 91' d='M355.261 444.925H336.8a.493.493 0 0 1 0-.986h18.465a.493.493 0 0 1 0 .986Z' transform='translate(-10.786 -23.717)' fill='%23000000' stroke='%23000000' stroke-width='1'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 30px;
  height: 25px;
  display: inline-block;
  transition-duration: .4s;
  top: 0;
  left: 0;
  margin: 0;
}
header.page-header .minicart-wrapper {
  order: 4;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty {
  background: #525659;
  color: #ffffff;
  display: inline-block;
  margin: 3px 0 0;
  min-width: 18px;
  overflow: hidden;
  padding: 0 3px;
  text-align: center;
  white-space: normal;
  position: absolute;
  top: -13px;
  right: -5px;
  border-radius: 50px;
  width: 25px;
  height: 25px;
  line-height: 28px;
  font-size: 15px;
  font-family: 'proxima_novasemibold';
}
header.page-header .minicart-wrapper .action.showcart:before {
  height: 32px;
  width: 32px;
  background: url("data:image/svg+xml,background: url('data:image/svg+xml,%253Csvg xmlns='http://www.w3.org/2000/svg' width='100%25' height='100%25' viewBox='0 0 33.001 31'%253E%253Cg id='carrello' transform='translate(-314.68 -396.659)'%253E%253Cpath id='Tracciato_87' data-name='Tracciato 87' d='M345.213 416.744H324.532a.49.49 0 0 1-.48-.4l-3.614-18.2h-4.769a.493.493 0 0 1 0-.986h5.17a.491.491 0 0 1 .48.4l.956 4.814.042 0h24.373a.488.488 0 0 1 .365.164.5.5 0 0 1 .122.383L345.7 416.305A.491.491 0 0 1 345.213 416.744Zm-20.28-.986h19.841l1.369-12.4H322.47Z' fill='%2523e5097d' stroke='%2523e4097d' stroke-width='1'/%253E%253Cpath id='Tracciato_88' data-name='Tracciato 88' d='M340.521 452.407a2.725 2.725 0 1 1 2.7-2.725A2.719 2.719 0 0 1 340.521 452.407Zm0-4.464a1.739 1.739 0 1 0 1.726 1.739A1.735 1.735 0 0 0 340.521 447.943Z' transform='translate(-11.556 -25.248)' fill='%2523e5097d' stroke='%2523e4097d' stroke-width='1'/%253E%253Cpath id='Tracciato_89' data-name='Tracciato 89' d='M334.485 440.335a2.725 2.725 0 0 1 0-5.45.493.493 0 0 1 0 .986 1.739 1.739 0 0 0 0 3.478.493.493 0 0 1 0 .986Z' transform='translate(-8.475 -19.127)' fill='%2523e5097d' stroke='%2523e4097d' stroke-width='1'/%253E%253Cpath id='Tracciato_90' data-name='Tracciato 90' d='M364.665 452.407a2.725 2.725 0 1 1 2.705-2.725A2.718 2.718 0 0 1 364.665 452.407Zm0-4.464a1.739 1.739 0 1 0 1.726 1.739A1.734 1.734 0 0 0 364.665 447.943Z' transform='translate(-23.883 -25.248)' fill='%2523e5097d' stroke='%2523e4097d' stroke-width='1'/%253E%253Cpath id='Tracciato_91' data-name='Tracciato 91' d='M355.261 444.925H336.8a.493.493 0 0 1 0-.986h18.465a.493.493 0 0 1 0 .986Z' transform='translate(-10.786 -23.717)' fill='%2523e5097d' stroke='%2523e4097d' stroke-width='1'/%253E%253C/g%253E%253C/svg%253E") no-repeat;
  content: '';
  background-size: 100%;
}
header.page-header.type15 .header-main .header-right .minicart-items-wrapper {
  overflow-x: auto;
  height: calc(100vh - 200px) !important;
  max-height: initial;
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  header.page-header.type15 .header-main .header-right .minicart-items-wrapper {
    height: calc(100vh - 250px) !important;
  }
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .block-minicart {
  min-width: 398px;
  width: 398px;
  top: 0;
  margin: 0;
  -webkit-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 17px -5px rgba(0, 0, 0, 0.75);
  padding: 30px;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .block-minicart li {
  border-bottom: #EDEDED solid 1px;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .action.close {
  top: 10px;
  right: auto;
  left: -38px;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .action.close:before {
  display: none;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .action.close:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.0' width='100%' height='100%' viewBox='0 0 64.000000 64.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000 64.000000) scale(0.100000 -0.100000)' fill='%23ffffff' stroke='none'%3E%3Cpath d='M12 628 c-7 -7 -12 -17 -12 -22 0 -6 62 -73 137 -148 l138 -138 -139 -139 c-139 -139 -153 -161 -110 -178 11 -4 55 34 155 133 l139 139 139 -139 c100 -99 144 -137 155 -133 43 17 29 39 -110 178 l-139 139 139 139 c99 100 137 144 133 155 -17 43 -39 29 -178 -110 l-139 -139 -138 138 c-75 75 -142 137 -148 137 -5 0 -15 -5 -22 -12z'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
  width: 20px;
  height: 20px;
  content: '';
  display: block;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .product-item-photo {
  margin-bottom: 0;
  min-height: auto;
  font-size: 1em;
  display: block;
  position: relative;
  padding: 0;
  width: 110px;
  height: 110px;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .product-item-photo:hover {
  box-shadow: none;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .price-container .price {
  font-size: 20px;
  color: #525659;
  line-height: 24px;
  font-family: 'proxima_novabold';
}
header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product-item-name a {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0;
  margin-bottom: 7px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #222529;
  display: block;
  text-decoration: none;
}
header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product.actions .primary {
  display: none;
}
header.page-header.type15 .header-main .header-right .block-minicart .subtotal {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
header.page-header.type15 .header-main .header-right .block-minicart .subtotal span.label {
  font-size: 21px;
  line-height: 30px;
  font-family: 'MontserratBold';
  color: #525659;
}
header.page-header.type15 .header-main .header-right .block-minicart .subtotal .price-container .price {
  font-size: 22px;
  line-height: 30px;
  font-family: 'proxima_novabold';
  color: #525659;
}
header.page-header.type15 .header-main .header-right .block-minicart .total-count.text-v-dark {
  text-align: left;
  padding: 0 0 28px 0;
}
header.page-header.type15 .header-main .header-right .block-minicart .total-count.text-v-dark .items-total {
  float: right;
  display: none;
}
header.page-header.type15 .header-main .header-right .block-minicart .total-count.text-v-dark a.action.viewcart {
  color: #525659;
  font-size: 30px;
  line-height: 30px;
  font-family: 'proxima_novasemibold';
  text-decoration: none;
}
header.page-header.type15 .header-main .header-right .action.primary.checkout {
  width: 100%;
  font-size: 20px;
  height: 44px;
  color: #ffffff;
  background: #e5097d;
  font-family: 'proxima_novasemibold';
  border: 2px solid #E5007D;
  border-radius: 6px;
  margin-top: 12px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header.page-header.type15 .header-main .header-right .action.primary.checkout:hover {
  color: #e5097d;
  border: 2px solid #E5007D;
  border-radius: 6px;
  background: transparent;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
header.page-header.type15 .header-main .header-right .minicart-wrapper .product-item-photo {
  margin-right: 10px;
}
@media only screen and (max-width: 1440px) {
  header.page-header.type15 .header-main .header-right .block-minicart .total-count.text-v-dark a.action.viewcart {
    font-size: 24px;
    line-height: 24px;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper .product-item-photo {
    width: 85px;
    height: 85px;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper .block-minicart {
    padding: 20px;
    height: 100%;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper .block-minicart li {
    padding-bottom: 15px;
  }
  nav.navigation.sw-megamenu .level0 > .level-top {
    padding: 0 5px;
  }
  header.page-header div.header.content .header-right .header-contact a.my-account svg {
    width: 20px;
  }
  header.page-header div.header.content .header-right .header-contact a.wishlist svg {
    width: 23px;
  }
  header.page-header div.header.content .header-right .header-contact a.wishlist img {
    width: 23px;
    margin-top: 4px;
  }
  header.page-header div.header.content .header-right .header-contact a.my-account img,
  header.page-header div.header.content .header-right .header-contact .customer-logout img {
    width: 23px;
    margin-top: 2px;
  }
  header.page-header div.header.content .header-right .header-contact a.my-newsletter img {
    width: 23px;
    margin-top: 4px;
  }
  header.page-header .navigation-main {
    max-width: 860px;
  }
  header.page-header .navigation .level0 {
    margin: 0px;
  }
  header.page-header div.header.content,
  header.page-header .panel.header {
    max-width: 1200px;
  }
  header.page-header div.block-search input {
    font-size: 16px;
    padding: 17px;
  }
  header.page-header ul.header-left-links li a {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 1200px) {
  ul.header-left-links li a {
    font-size: 14px;
    line-height: 22px;
  }
  header.page-header.type15 .navigation:not(.side-megamenu) .level0 .level-top {
    padding: 20px 5px 20px 5px;
    font-size: 11px;
  }
  nav.navigation.sw-megamenu ul li a {
    font-size: 11px;
  }
  nav.navigation.sw-megamenu .level0 > .level-top {
    padding: 0 5px;
  }
  div.block-search {
    width: 200px;
  }
}
@media only screen and (max-width: 1024px) {
  nav.navigation.sw-megamenu .level0 > .level-top {
    padding: 0 5px;
    font-size: 11px;
  }
}
@media only screen and (max-width: 992px) {
  header.page-header.type15 div.section-item-content.nav-sections-item-content ul.header.links:nth-of-type(2) {
    display: none !important;
  }
  header.page-header.type15 .nav-sections-item-content ul.header.links {
    display: block !important;
  }
  header.page-header.type15 .nav-sections-item-content ul.header.links li a {
    color: #e5097d;
    font-size: 15px;
    text-align: center;
    font-family: 'proxima_novasemibold';
    text-transform: uppercase;
  }
  header.page-header.type15 .nav-sections-item-content ul.header.links li.item.link.compare,
  header.page-header.type15 .nav-sections-item-content ul.header.links li.greet.welcome {
    color: #e5097d;
    font-size: 15px;
    text-align: center;
    font-family: 'proxima_novasemibold';
    text-transform: uppercase;
  }
  header.page-header .mobile-logo {
    display: block;
  }
  header.page-header .mobile-logo img {
    max-width: 108px;
  }
  header.page-header ul.header-left-links li a {
    font-size: 13px;
    line-height: 18px;
    padding: 0 10px 0 0;
  }
  header.page-header div.header.content .header-left.desktop-logo {
    display: none;
  }
  header.page-header div.header.content .navigation-main {
    top: 0;
    max-width: initial;
    width: auto;
    min-width: inherit;
    left: 15px;
    right: auto;
    display: inline-flex;
    align-items: center;
  }
  header.page-header div.header.content .header-right {
    top: 0;
  }
  header.page-header nav.navigation.sw-megamenu .level0 > .level-top {
    padding: 13px 15px;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title:hover,
  header.page-header .nav-sections-item-title:focus {
    color: #ffffff;
    font-size: 18px;
    line-height: 18px;
    text-decoration: none;
  }
  header.page-header header.page-header.type15 .navigation:not(.side-megamenu) .level0 .level-top {
    font-size: 15px !important;
  }
  header.page-header .navigation .submenu:not(:first-child) ul {
    margin: 10px 0px;
  }
  header.page-header.sticky-header {
    z-index: 999;
  }
  header.page-header.sticky-header .minicart-wrapper {
    top: 31px;
  }
  header.page-header.sticky-header div.header.content .header-right {
    margin-right: 24px;
  }
  header.page-header.sticky-header div.header.content .navigation-main {
    top: 0;
    max-width: initial;
    width: auto;
    min-width: inherit;
    left: 15px;
    right: auto;
    display: inline-flex;
    align-items: center;
  }
  div.block-search {
    padding-left: 0;
    width: 200px;
    margin-left: 0px;
  }
  nav.navigation.sw-megamenu ul li a {
    color: #000000 !important;
    font-size: 15px !important;
  }
}
@media only screen and (max-width: 767px) {
  header.page-header.type15 .nav-sections-item-content ul.header.links li a {
    text-align: left;
  }
  header.page-header.type15 .nav-sections-item-content ul.header.links li.item.link.compare,
  header.page-header.type15 .nav-sections-item-content ul.header.links li.greet.welcome {
    text-align: left;
  }
  header.page-header.type15 .search-area .block.block-search {
    display: none;
    position: absolute;
    right: -47px;
  }
  header.page-header.type15 .search-area #algolia-autocomplete-tt.algolia-autocomplete {
    width: 340px;
  }
  header.page-header.type15 .search-toggle-icon {
    display: inline-block !important;
    font-size: 25px;
    width: 16px !important;
    color: #000000;
    margin-top: 3px;
    margin-right: 0;
  }
  header.page-header .header-right .header-contact a {
    height: 34px;
  }
  header.page-header.type15 .navigation:not(.side-megamenu) .level0 .level-top {
    padding: 20px 15px 20px 15px;
  }
  .navigation .submenu:not(:first-child) ul {
    text-align: left;
    padding-left: 0;
  }
  header.page-header.type15 .header-main .header-right .block-minicart .subtotal span.label {
    font-size: 15px;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper .block-minicart {
    min-width: 280px;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper .action.close {
    left: -30px;
    width: auto;
  }
  aside.modal-popup.confirm .modal-inner-wrap {
    width: 96%;
  }
  aside.modal-popup.confirm .modal-header button.action-close {
    left: auto;
  }
  header.page-header .header-right .header-contact a {
    padding: 0 0 0 10px;
  }
  header.page-header ul.header-left-links {
    flex-wrap: wrap;
    float: initial;
    margin: 0;
    justify-content: center;
  }
  header.page-header nav.navigation.sw-megamenu .level0 > .level-top {
    text-align: left;
  }
  header.page-header .nav-sections-item-title {
    padding-top: 10px;
    height: 42px;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title:hover,
  header.page-header .nav-sections-item-title:focus {
    font-size: 16px;
  }
  header.page-header.type15 .header-main .header-right .block-minicart .total-count.text-v-dark a.action.viewcart {
    font-size: 24px;
  }
  .checkout-index-index .page-header .minicart-wrapper {
    display: block;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper {
    display: inline-block;
    top: 3px;
    margin-left: 7px !important;
  }
  header.page-header.sticky-header .header-main .header-right .minicart-wrapper {
    top: 25px;
  }
  header.page-header.sticky-header div.header.content .header-right {
    margin-right: 40px !important;
  }
  header.page-header.sticky-header div.header.content .header-right .header-contact a.wishlist svg {
    margin-top: 2px;
  }
  header.page-header .main-panel-top .header-right {
    display: block;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding: 0 15px;
  }
  div.block-search {
    width: 100%;
  }
  div.block-search input {
    position: initial;
    margin: 15px 0 5px 0;
    border: 5px solid #ccc;
  }
  div.block-search .actions {
    position: absolute;
    right: 0;
    top: 16px;
  }
  div.block-search .actions button.action.search {
    border: none;
    background: transparent;
    font-size: 0px;
    display: block;
  }
  div.block-search .action.search:before {
    right: 0;
    display: inline-block;
  }
}
@media only screen and (max-width: 480px) {
  header.page-header.type15 .header-main .header-right .minicart-wrapper .block-minicart {
    width: 280px;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper .product-item-photo {
    width: 60px;
    height: 60px;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper .price-container .price {
    font-size: 18px;
  }
  header.page-header.type15 .header-main .header-right .block-minicart .subtotal span.label {
    font-size: 16px;
    line-height: 24px;
  }
  header.page-header.type15 .header-main .header-right .block-minicart .subtotal .price-container .price {
    font-size: 17px;
    line-height: 24px;
  }
  header.page-header.type15 .header-main .header-right .minicart-items .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 20px;
  }
}
body {
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 991px) {
  header.page-header div.header.content .header-right div.header-contact a.wishlist svg {
    position: relative;
    left: 0px;
    width: 25px;
  }
  header.page-header div.header.content .header-right div.header-contact a.wishlist img {
    width: 23px;
    margin-top: 4px;
  }
  header.page-header div.header.content .header-right div.header-contact a.my-account img,
  header.page-header div.header.content .header-right div.header-contact .customer-logout img {
    position: relative;
    left: 0px;
    width: 25px;
  }
  header.page-header div.header.content .header-right div.header-contact a.my-newsletter img {
    position: relative;
    top: -3px;
    left: 0px;
    width: 25px;
  }
  header.page-header div.header.content .header-right .header-contact a {
    height: 24px;
    padding: 0;
    margin: 0 5px;
    display: inline-block;
  }
  header.page-header.type15 .header-main .header-right .minicart-wrapper {
    top: 3px;
    margin-left: 7px !important;
  }
  header.page-header.type15 .header-main .header-right .customer-welcome {
    display: flex;
    margin-left: 1.5rem;
  }
  header.page-header.type15 .header-main .header-right .customer-welcome a.my-account,
  header.page-header.type15 .header-main .header-right .customer-welcome .customer-logout {
    padding: 0;
    top: 3px;
  }
  header.page-header.type15 .header-main .header-right .customer-welcome a.my-account img,
  header.page-header.type15 .header-main .header-right .customer-welcome .customer-logout img {
    width: auto;
    height: 24px;
  }
  header.page-header.type15 .header-main .header-right .my-newsletter {
    padding: 0;
    top: 3px;
  }
  header.page-header.type15 .header-main .header-right .my-newsletter img {
    width: auto;
    height: 24px;
  }
  .page-header.type15 .minicart-wrapper a.action.showcart {
    width: 24px;
    height: 22px;
    min-width: unset;
  }
  header.page-header.sticky-header .header-main div.header-right .minicart-wrapper {
    top: 29px;
  }
  header.page-header.sticky-header div.header.content div.header-right {
    margin-right: 30px !important;
  }
  header.page-header.sticky-header div.header.content div.header-right .header-contact a.wishlist svg {
    margin-top: 0px;
  }
  header.page-header.sticky-header div.header.content div.header-right .header-contact a.wishlist img {
    margin-top: 0px;
  }
  header.page-header.sticky-header div.header.content div.header-right .header-contact a.my-account img,
  header.page-header.sticky-header div.header.content div.header-right .header-contact .customer-logout img {
    margin-top: 0px;
  }
}
@media only screen and (max-width: 767px) {
  .cart.table-wrapper .action:last-child {
    margin-right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .col.qty div.field.qty {
    margin-right: 0;
  }
  .checkout-cart-index .cart.table-wrapper .product-item-details {
    margin: 0 auto;
  }
  .checkout-cart-index a.action.continue {
    float: unset;
    margin: 0 auto;
    margin-bottom: 15px;
  }
  .checkout-cart-index .cart-container {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-cart-index .cart-container form.form-cart {
    width: 100%;
    order: 1;
    margin-bottom: 47px;
  }
  .checkout-cart-index .cart-container .cart-summary {
    order: 2;
    width: 100%;
  }
}
@font-face {
  font-family: 'MontserratBold';
  src: url('fonts/MontserratBold.eot');
  src: url('fonts/MontserratBold.eot') format('embedded-opentype'), url('fonts/MontserratBold.woff2') format('woff2'), url('fonts/MontserratBold.woff') format('woff'), url('fonts/MontserratBold.ttf') format('truetype'), url('fonts/MontserratBold.svg#MontserratBold') format('svg');
}
@font-face {
  font-family: 'MontserratRegular';
  src: url('fonts/MontserratRegular.eot');
  src: url('fonts/MontserratRegular.eot') format('embedded-opentype'), url('fonts/MontserratRegular.woff2') format('woff2'), url('fonts/MontserratRegular.woff') format('woff'), url('fonts/MontserratRegular.ttf') format('truetype'), url('fonts/MontserratRegular.svg#MontserratRegular') format('svg');
}
@font-face {
  font-family: 'ProximaNovaMedium';
  src: url('fonts/ProximaNovaMedium.eot');
  src: url('fonts/ProximaNovaMedium.eot') format('embedded-opentype'), url('fonts/ProximaNovaMedium.woff2') format('woff2'), url('fonts/ProximaNovaMedium.woff') format('woff'), url('fonts/ProximaNovaMedium.ttf') format('truetype'), url('fonts/ProximaNovaMedium.svg#ProximaNovaMedium') format('svg');
}
@font-face {
  font-family: 'FontsFreeNetProximaNovaRegular';
  src: url('fonts/FontsFreeNetProximaNovaRegular.eot');
  src: url('fonts/FontsFreeNetProximaNovaRegular.eot') format('embedded-opentype'), url('fonts/FontsFreeNetProximaNovaRegular.woff2') format('woff2'), url('fonts/FontsFreeNetProximaNovaRegular.woff') format('woff'), url('fonts/FontsFreeNetProximaNovaRegular.ttf') format('truetype'), url('fonts/FontsFreeNetProximaNovaRegular.svg#FontsFreeNetProximaNovaRegular') format('svg');
}
@font-face {
  font-family: 'proxima_novasemibold';
  src: url('fonts/fontsfree-net-proxima-nova-sbold-webfont.woff2') format('woff2'), url('fonts/fontsfree-net-proxima-nova-sbold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'proxima_novabold';
  src: url('fonts/fontsfree-net-proxima-nova-bold-webfont.woff2') format('woff2'), url('fontsfree-net-proxima-nova-bold-webfont.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}
body {
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  letter-spacing: 0;
  margin: 0px;
  padding: 0px;
}
body h1 {
  font-size: 70px;
  line-height: 62px;
  font-family: "Raleway", sans-serif;
}
body h2 {
  font-size: 42px;
  line-height: 52px;
  font-family: "Raleway", sans-serif;
}
body h3 {
  font-size: 30px;
  line-height: 40px;
  font-family: "Raleway", sans-serif;
}
p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  font-family: "Montserrat", sans-serif;
  color: #525659;
}
img {
  max-width: 100%;
}
.columns .column.main {
  padding-bottom: 90px;
}
div.porto-sicon-header h3.porto-sicon-title {
  font-size: 18px !important;
  line-height: 22px !important;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}
.block-static-block.widget,
.block-cms-link.widget {
  margin-bottom: 0;
}
.cms-index-index [data-content-type='row'][data-appearance='contained'] {
  max-width: 100%;
}
.btn-white,
a.btn-white {
  color: #e5097d;
  border-radius: 6px;
  background: #ffffff;
  display: block;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.btn-white:hover,
a.btn-white:hover {
  color: #ffffff;
  background: #e5097d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
div.page-wrapper > .breadcrumbs {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  background: transparent;
  display: inline-block;
}
div.page-wrapper > .breadcrumbs .items {
  padding: 12px 0px;
  border-bottom: #EDEDED solid 1px;
}
div.page-wrapper > .breadcrumbs .items > li a {
  width: auto !important;
  text-indent: inherit !important;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
}
div.page-wrapper > .breadcrumbs .items > li a:after {
  display: none;
}
div.page-wrapper > .breadcrumbs .items > li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 10px;
  width: auto;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  line-height: 9px;
  color: #707070;
  font-weight: 600;
}
div.page-wrapper > .breadcrumbs .items > li strong {
  font-weight: 700;
  color: #e5097d;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 12px;
}
div.page-wrapper > .breadcrumbs .items > li:last-child a {
  color: #e5097d;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 12px;
}
.swiss-hero-slider-main div.pagebuilder-slide-wrapper {
  background-size: 100% !important;
}
div.pagebuilder-slide-wrapper {
  min-height: 680px;
}
div.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: 680px;
}
.swiss-hero-slider-main div.pagebuilder-slide-wrapper {
  min-height: 680px;
}
.swiss-hero-slider-main div.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  min-height: 680px;
}
.swiss-hero-slider-main .slick-prev {
  font-size: 0px;
  background: #e5097d;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  padding: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.swiss-hero-slider-main .slick-prev:before {
  width: 9px;
  height: 13px;
  display: inline-block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.659' height='13' viewBox='0 0 8.659 13'%3E%3Cpath id='Arrow' d='M2.116 8.659 0 6.5 6.5 0 13 6.5 10.884 8.659 6.5 4.233Z' transform='translate(0 13) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}
.swiss-hero-slider-main .slick-prev:hover {
  background: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiss-hero-slider-main .slick-next {
  font-size: 0px;
  background: #e5097d;
  width: 32px;
  height: 32px;
  border-radius: 50px;
  padding: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.swiss-hero-slider-main .slick-next:before {
  width: 9px;
  height: 13px;
  display: inline-block;
  content: '';
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.659' height='13' viewBox='0 0 8.659 13'%3E%3Cpath id='Arrow' d='M2.116 0 0 2.159l6.5 6.5 6.5-6.5L10.884 0 6.5 4.426Z' transform='translate(0 13) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
}
.swiss-hero-slider-main .slick-next:hover {
  background: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.swiss-hero-slider-main .slick-dots li.slick-active button {
  background: transparent;
  width: 20px;
  height: 20px;
  border: #e5097d solid 1px;
  font-size: 0px;
}
.swiss-hero-slider-main .slick-dots li.slick-active button:before {
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background: #e5097d;
  content: '';
  display: block;
  border-radius: 50px;
  font-size: 0px;
}
.swiss-hero-slider-main .slick-dots li {
  cursor: pointer;
  display: inline-flex;
  height: 20px;
  margin: 0 2.5px;
  padding: 0;
  position: relative;
  vertical-align: middle;
  width: auto;
  align-items: center;
}
.swiss-hero-slider-main .slick-dots li button {
  width: 10px;
  height: 10px;
  border: none;
}
header.page-header .minicart-wrapper .action.showcart .counter.qty.empty {
  display: none;
}
div.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
  align-items: inherit;
}
.pagebuilder-poster-content {
  position: relative;
}
div#banner-slider-demo-26 {
  position: relative;
}
.banner-section {
  overflow: hidden;
  position: relative;
}
.home-banner {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 1465px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.home-banner .bnr-contents {
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
}
.home-banner .bnr-contents h1 {
  color: #ffffff;
  margin-bottom: 30px;
  font-size: 70px;
  line-height: 62px;
}
.home-banner .bnr-contents p {
  color: #ffffff;
  font-size: 20px;
  line-height: 25px;
  margin-bottom: 25px;
}
.sl-style .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  justify-content: space-between;
  max-width: 98%;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.sl-style .owl-nav button span {
  display: none;
}
.sl-style .owl-nav button.owl-prev {
  height: 32px;
  width: 32px;
  background: #e5097d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.659' height='13' viewBox='0 0 8.659 13'%3E%3Cpath id='Arrow' d='M2.116 8.659 0 6.5 6.5 0 13 6.5 10.884 8.659 6.5 4.233Z' transform='translate(0 13) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
  background-size: 10px;
  padding: 0;
  line-height: normal;
  background-position: center;
  border-radius: 50px;
  border: none;
}
.sl-style .owl-nav button.owl-next {
  height: 32px;
  width: 32px;
  background: #e5097d url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='8.659' height='13' viewBox='0 0 8.659 13'%3E%3Cpath id='Arrow' d='M2.116 0 0 2.159l6.5 6.5 6.5-6.5L10.884 0 6.5 4.426Z' transform='translate(0 13) rotate(-90)' fill='%23fff'/%3E%3C/svg%3E") no-repeat;
  content: '';
  position: absolute;
  right: 0;
  background-size: 10px;
  padding: 0;
  line-height: normal;
  background-position: center;
  border-radius: 50px;
  border: none;
}
.swiss-hero-slider-main ul.slick-dots {
  position: absolute;
  top: calc(100% - 220px);
}
.container.banner-links {
  margin-top: -140px;
  z-index: 11;
  position: relative;
}
.bnr-links-main {
  display: flex;
  margin: 0 -15px;
}
.bnr-links-main .bnr-links {
  background: #ffffff;
  border-radius: 10px;
  max-width: 370px;
  width: 100%;
  max-height: 260px;
  min-height: 260px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 15px;
  box-shadow: 0px 3px 6px #0000001A;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.bnr-links-main .bnr-links strong {
  font-size: 24px;
  line-height: 34px;
  color: #525659;
  display: block;
  text-align: center;
}
.bnr-links-main .bnr-links svg {
  display: block;
  padding-bottom: 15px;
  margin: 0 auto;
  width: 130px;
}
.bnr-links-main .bnr-links:hover {
  background: #e5097d;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.bnr-links-main .bnr-links:hover svg path {
  fill: #ffffff;
}
.bnr-links-main .bnr-links:hover strong {
  color: #ffffff;
}
.toplinks-main {
  display: flex;
  margin: 0 -30px;
  padding: 50px 0;
}
.toplinks-main .toplink {
  background: #f5f5f5;
  border-radius: 10px;
  max-width: 370px;
  width: 100%;
  max-height: 260px;
  min-height: 260px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 15px;
  box-shadow: 0px 3px 6px #0000001A;
}
.toplinks-main .toplink strong {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  color: #525659;
  display: block;
  text-align: center;
}
.toplinks-main .toplink svg {
  display: block;
  padding-bottom: 15px;
  margin: 0 auto;
}
.toplinks-main .toplink:hover {
  background: #F8F8F8;
}
.toplinks-main .toplink:hover svg path {
  fill: #F096C5;
  opacity: 0.3;
}
.toplinks-main .toplink:hover svg rect {
  fill: #F096C5;
  opacity: 0.3;
}
.toplinks-main .toplink:hover strong {
  text-decoration: underline;
}
.products-slider-best .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.products-slider-best .owl-nav button.owl-prev {
  left: -55px;
  position: relative;
}
.products-slider-best .owl-nav button.owl-next {
  right: -55px;
  position: absolute;
}
.products-slider-best .owl-nav .disabled {
  opacity: 1;
}
.products-slider-best .owl-nav button[class*='owl-'] {
  background: transparent;
  width: 45px;
  height: 45px;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-slider-best .owl-nav button[class*='owl-']:hover {
  background: #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.products-slider-best .owl-nav .owl-prev:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(19.983) rotate(90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.products-slider-best .owl-nav .owl-next:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(0 30) rotate(-90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.products-slider-best .owl-nav button.owl-prev.disabled:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(19.983) rotate(90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.products-slider-best .owl-nav button.owl-next.disabled:before {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(0 30) rotate(-90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.products-slider-best .owl-nav span {
  display: none;
}
.products-slider-best .item.product.product-item {
  width: 100% !important;
  background: #ffffff;
  padding: 0;
}
.category-home-block h2 {
  text-align: center;
  color: #000000;
  padding: 0 20px;
  position: relative;
  font-weight: bold;
}
.category-home-block p {
  text-align: center;
  padding: 0 20px 30px;
  color: #000000;
  position: relative;
}
.category-home-block .thumb-info .thumb-info-title {
  color: #000000;
}
.category-home-block .thumb-info .thumb-info-title h3 {
  font-size: 4rem;
}
.category-home-block .thumb-info .thumb-info-title ul li a {
  font-size: 1.4rem;
}
.best_seller h2,
.announcements h2 {
  text-align: center;
  color: #000000;
  padding: 30px 20px;
  position: relative;
  font-weight: bold;
}
.best_seller {
  position: relative;
  padding: 50px 0;
}
.best_seller .products {
  margin-left: 0;
  margin-right: 0;
}
.best_seller:before {
  background: #f8eff6;
  height: 421px;
  position: absolute;
  width: 100%;
  content: '';
  z-index: 0;
}
.announcements {
  position: relative;
  padding: 50px 0;
}
.announcements:before {
  background: #f5f5f5;
  height: 404px;
  position: absolute;
  width: 100%;
  content: '';
  z-index: 0;
}
.order-section-main {
  margin-top: 95px;
}
.order-main {
  display: flex;
  margin: 0 -15px;
}
.order-inquiry {
  background: #f5f5f5;
  border-radius: 10px;
  max-width: 370px;
  width: 100%;
  max-height: 260px;
  min-height: 260px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 15px;
  padding: 10px;
  box-shadow: 0px 3px 6px #0000001A;
}
.order-inquiry strong {
  font-size: 22px;
  line-height: 34px;
  color: #525659;
  display: block;
  text-align: center;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.order-inquiry p {
  text-align: center;
}
.order-inquiry svg {
  display: block;
  padding-bottom: 15px;
  margin: 0 auto;
}
.btn-pink,
a.btn-pink {
  background: #e5097d;
  border: #e5097d solid 1px;
  min-width: 170px;
  border-radius: 6px;
  font-size: 20px;
  line-height: 24px;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-pink:hover,
a.btn-pink:hover {
  background: #ffffff;
  color: #e5097d;
  border: #e5097d solid 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
div.container {
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  max-width: 1580px;
}
.Inspirationforbeauty {
  padding: 75px 0 0px 0;
}
.Inspirationforbeauty h2 {
  text-align: center;
  color: #000000;
  padding-bottom: 20px;
}
.linea-viso {
  position: relative;
}
.products-content {
  position: absolute;
  top: 0;
  padding: 30px;
}
.products-content-btm {
  position: absolute;
  bottom: 0;
  padding: 30px;
}
.linea-viso h4 {
  font-size: 30px;
  line-height: 36px;
  color: #525659;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.linea {
  margin-bottom: 70px;
}
.creme {
  margin-bottom: 20px;
}
.beauty-mr-btm {
  margin-bottom: 27px;
}
.gruppo-top-images {
  position: relative;
  margin-bottom: 50px;
}
.gruppo-top-images h1 {
  position: absolute;
  left: 172px;
  top: 104px;
  color: #ffffff;
  text-transform: uppercase;
}
.gruppo-top-images img {
  -webkit-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 30px -12px rgba(0, 0, 0, 0.75);
}
.cms-who-we-are main#maincontent {
  padding-bottom: 0;
  max-width: 100%;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
.cms-who-we-are div.page-wrapper > .breadcrumbs {
  display: none;
}
.tigruppo-top-section h2 {
  text-align: center;
  padding: 24px 0;
  color: #525659;
}
.tigruppo-top-section a {
  color: #e5097d;
}
.swisscare-care-sec {
  background: #f8eff6;
  padding: 71px 0 41px 0;
  margin: 30px 0 55px 0;
}
.swisscare-care-sec h4 {
  font-size: 18px;
  line-height: 22px;
  color: #e5097d;
}
.swisscare-care-sec .swisscare {
  padding: 15px 0 0 15px;
}
.swisscare-care-sec .swisscare h3 {
  margin-bottom: 20px;
}
.swisscare-care-sec .swisscare p {
  margin-bottom: 20px;
}
.nahrin-sec {
  background: #DFEFE4;
  padding: 71px 0 41px 0;
  margin-bottom: 55px;
}
.nahrin-sec h4 {
  font-size: 18px;
  line-height: 22px;
  color: #e5097d;
}
.nahrin-sec .nahrin-img {
  text-align: right;
}
.nahrin-sec .nahrin {
  padding: 15px 30px 0 0;
}
.nahrin-sec .nahrin h3 {
  margin-bottom: 20px;
}
.nahrin-sec .nahrin p {
  margin-bottom: 20px;
}
.tl-nostro-team-sec {
  background: #ededed;
  padding: 124px 0 131px 0;
}
.tl-nostro-team-sec .tl-nostro-team {
  direction: rtl;
  padding-left: 114px;
}
.tl-nostro-team-sec .tl-nostro-team h2 {
  margin-bottom: 28px;
  text-transform: uppercase;
}
.tl-nostro-team-sec .tl-nostro-team p {
  padding-bottom: 15px;
}
.tl-nostro-team-sec .tl-nostro-team a {
  color: #ffffff;
}
.tl-nostro-team-sec .tl-nostro-team a:hover {
  color: #000000;
}
div.page-wrapper2 > .breadcrumbs {
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
  background: transparent;
}
div.page-wrapper2 > .breadcrumbs .items {
  padding: 12px 0px;
  border-bottom: #ededed solid 1px;
  display: flex;
}
div.page-wrapper2 > .breadcrumbs .items > li a {
  width: auto !important;
  text-indent: inherit !important;
  color: #707070;
  font-family: "Montserrat", sans-serif;
  text-decoration: none;
  font-size: 12px;
  text-transform: capitalize;
}
div.page-wrapper2 > .breadcrumbs .items > li a:after {
  display: none;
}
div.page-wrapper2 > .breadcrumbs .items > li:not(:last-child)::after {
  position: relative;
  content: "\e81a";
  font-family: porto-icons;
  right: -1px;
  display: block;
  float: right;
  margin: 0 10px;
  width: auto;
  text-align: center;
  font-style: normal;
  font-size: 12px;
  color: #707070;
  font-weight: 600;
}
div.page-wrapper2 > .breadcrumbs .items > li strong {
  font-weight: 700;
  color: #e5097d;
  font-family: "Montserrat", sans-serif;
  text-transform: capitalize;
  font-size: 12px;
}
.team-user {
  position: relative;
  width: 100%;
}
.team-user:before {
  content: '';
  height: 60%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
  bottom: 0;
  position: absolute;
  width: 100%;
}
.team-user .team-hover {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  text-align: center;
  padding: 15px;
}
.team-user .team-hover strong {
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}
.team-user .team-hover p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  margin: 0px;
  font-family: "Montserrat", sans-serif;
}
.team-slider .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.team-slider .owl-nav button.owl-prev {
  left: -55px;
  position: relative;
}
.team-slider .owl-nav button.owl-next {
  right: -55px;
  position: absolute;
}
.team-slider .owl-nav .disabled {
  opacity: 1;
}
.team-slider .owl-nav button[class*='owl-'] {
  background: transparent;
  width: 45px;
  height: 45px;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-slider .owl-nav button[class*='owl-']:hover {
  background: #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.team-slider .owl-nav .owl-prev:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(19.983) rotate(90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084 684.172l-4.884 4.983 15 15 15-15-4.883-4.983L744.2 694.387Z' transform='translate(-729.2 -684.172)' fill='%231D1D1D'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.team-slider .owl-nav .owl-next:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(0 30) rotate(-90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084 684.172l-4.884 4.983 15 15 15-15-4.883-4.983L744.2 694.387Z' transform='translate(-729.2 -684.172)' fill='%231D1D1D'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.team-slider .owl-nav span {
  display: none;
}
.cms-chi-siamo main#maincontent {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.cms-chi-siamo .pagebuilder-column-group {
  max-width: 1480px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}
.cms-chi-siamo [data-content-type='row'][data-appearance='contained'] {
  box-sizing: border-box;
  margin-left: auto !important;
  margin-right: auto !important;
  max-width: 1470px;
  padding-left: 15px;
  padding-right: 15px;
}
.cms-chi-siamo .tl-nostro-team-sec div.container {
  max-width: 1480px;
}
.cms-chi-siamo .swisscare-pink-block-main {
  padding: 70px 0;
}
.cms-chi-siamo .nahrin-main {
  padding: 70px 0;
}
.cms-chi-siamo figure.swisscare-pink-block-left {
  padding: 0px 30px 0px 0px;
}
.cms-chi-siamo figure.nahrin-right-bock {
  padding: 0px 0 0px 30px;
}
div.pagebuilder-slider {
  height: 680px;
  min-height: auto !important;
}
@media only screen and (max-width: 1440px) {
  .gruppo-top-images h1 {
    left: 72px;
    top: 64px;
  }
  .team-slider .owl-nav button.owl-prev,
  .products-slider-best .owl-nav button.owl-prev {
    left: 0px;
  }
  .team-slider .owl-nav button.owl-next,
  .products-slider-best .owl-nav button.owl-next {
    right: 0px;
  }
  .best_seller:before,
  .announcements:before {
    height: 346px;
  }
  .tl-nostro-team-sec .tl-nostro-team {
    padding-left: 50px;
  }
  .swiss-care-hdr-btm .porto-sicon-header h4 {
    font-size: 16px;
  }
  .container.banner-links {
    margin-top: -130px;
  }
  .home-banner {
    max-width: 1050px;
  }
  .linea-viso h4 {
    font-size: 20px;
    line-height: 24px;
  }
  .Inspirationforbeauty {
    padding: 50px 0 0 0;
  }
  .Inspirationforbeauty .inspiration-left .beauty-mr-btm {
    margin-bottom: 16px;
  }
  .Inspirationforbeauty .inspiration-right .beauty-mr-btm {
    margin-bottom: 19px;
  }
  div.page-wrapper > .breadcrumbs {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1200px) {
  .home-banner {
    max-width: 850px;
  }
  .products-slider-best .owl-nav button.owl-prev {
    left: 0px;
  }
  .products-slider-best .owl-nav button.owl-next {
    right: 0px;
  }
}
@media only screen and (max-width: 1024px) {
  div.pagebuilder-slider {
    height: 528px;
  }
  .container.banner-links {
    margin-top: -80px;
  }
  .swiss-hero-slider-main div.pagebuilder-slide-wrapper {
    min-height: 500px;
  }
  .swiss-hero-slider-main div.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 500px;
  }
  .swiss-hero-slider-main ul.slick-dots {
    position: absolute;
    top: calc(100% - 160px);
  }
  .bnr-links-main .bnr-links {
    min-height: 120px;
    padding: 15px;
  }
  .bnr-links-main .bnr-links strong {
    font-size: 18px;
    line-height: 24px;
  }
  .home-banner .bnr-contents h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .products-content-btm {
    padding: 15px;
  }
  .products-content {
    padding: 15px;
  }
  .creme {
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 992px) {
  div.pagebuilder-slider {
    height: 476px;
  }
  .home-banner {
    max-width: 650px;
  }
  .linea {
    margin-bottom: 15px;
  }
  .linea-viso p {
    font-size: 14px;
    line-height: 16px;
  }
  .linea-viso h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .linea-viso h4 br {
    display: none;
  }
  .gruppo-top-images h1 {
    font-size: 48px;
  }
}
@media only screen and (max-width: 768px) {
  div.pagebuilder-slider {
    height: 460px;
  }
}
@media only screen and (max-width: 767px) {
  body h1 {
    font-size: 45px;
    line-height: 52px;
  }
  body h2 {
    font-size: 32px;
    line-height: 40px;
  }
  body h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .bnr-links-main .bnr-links {
    box-shadow: 0px 0px 9px #0000001a;
  }
  div.pagebuilder-slider {
    height: 312px;
  }
  .container.banner-links {
    margin-top: 15px;
  }
  .cms-chi-siamo figure.swisscare-pink-block-left {
    padding: 0px 0px 30px 0px;
  }
  .cms-chi-siamo figure.nahrin-right-bock {
    padding: 30px 0 0px 0;
  }
  .cms-chi-siamo .swisscare-pink-block-main {
    padding: 50px 0;
  }
  .cms-chi-siamo .nahrin-main {
    padding: 50px 0;
  }
  .cms-chi-siamo .gruppo-title {
    margin-top: 20px;
  }
  .gruppo-top-images {
    margin-bottom: 20px;
  }
  .gruppo-top-images h1 {
    left: 20px;
    top: 30px;
    font-size: 35px;
  }
  .gruppo-top-images img {
    min-height: 100px;
  }
  .swisscare-care-sec .swisscare {
    padding: 30px 0 0 0px;
  }
  .nahrin-sec {
    padding: 51px 0 41px 0;
  }
  .nahrin-sec .row {
    flex-direction: column-reverse;
  }
  .nahrin-sec .nahrin {
    padding: 30px 0px 0 0;
  }
  .tl-nostro-team-sec {
    padding: 40px 0;
    margin-top: 30px;
  }
  .tl-nostro-team-sec .tl-nostro-team h2 {
    margin-top: 30px;
  }
  .order-section-main {
    margin-top: 40px;
  }
  .columns .column.main {
    padding-bottom: 40px;
  }
  .products-content-btm,
  .products-content {
    padding: 25px;
  }
  .creme {
    margin-bottom: 20px;
  }
  .linea-viso p {
    font-size: 18px;
    line-height: 24px;
  }
  .linea-viso h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .linea-viso h4 br {
    display: block;
  }
  .linea-viso {
    max-width: 391px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
  .Inspirationforbeauty .inspiration-left .beauty-mr-btm {
    margin-bottom: 20px;
  }
  .Inspirationforbeauty .inspiration-right .beauty-mr-btm {
    margin-bottom: 20px;
  }
  .bnr-links-main {
    flex-wrap: wrap;
  }
  .bnr-links-main .bnr-links {
    max-width: 46%;
    width: 100%;
    flex-wrap: wrap;
    margin: 10px 2%;
  }
  .home-banner .bnr-contents h1 {
    font-size: 24px;
    line-height: 28px;
    margin-bottom: 15px;
  }
  .home-banner .bnr-contents p {
    color: #ffffff;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
  .swiss-hero-slider-main .slick-prev {
    left: 8px;
  }
  .swiss-hero-slider-main .slick-next {
    right: 8px;
  }
  .swiss-hero-slider-main div.pagebuilder-slide-wrapper {
    min-height: 400px;
  }
  .swiss-hero-slider-main div.pagebuilder-slide-wrapper .pagebuilder-overlay.pagebuilder-poster-overlay {
    min-height: 400px;
  }
  .swiss-hero-slider-main ul.slick-dots {
    position: absolute;
    top: auto;
    bottom: 0;
  }
  .swiss-care-hdr-btm .porto-sicon-header h4 {
    font-size: 12px;
  }
  .order-main {
    flex-wrap: wrap;
  }
  .order-inquiry {
    margin: 10px 15px;
  }
}
@media only screen and (max-width: 568px) {
  div.pagebuilder-slider {
    height: 265px;
  }
}
@media only screen and (max-width: 480px) {
  div.pagebuilder-slider {
    height: 170px;
  }
}
@media only screen and (max-width: 414px) {
  div.pagebuilder-slider {
    height: 189px;
  }
}
@media only screen and (max-width: 375px) {
  div.pagebuilder-slider {
    height: 170px;
  }
}
@media only screen and (max-width: 340px) {
  div.pagebuilder-slider {
    height: 143px;
  }
}
.latest_blog_list {
  display: flex;
  flex-wrap: wrap;
}
.latest_blog_list .latest_blog_list_info {
  background: #f5f5f5;
  border-radius: 10px;
  width: 100%;
  margin: 0px;
  padding: 0 0 10px;
  height: 100%;
}
.latest_blog_list .latest_blog_list_info .latest_blog_list_img {
  height: 200px;
  margin: 0 0 10px;
  padding: 0px;
}
.latest_blog_list .latest_blog_list_info img {
  height: inherit;
  border-radius: 10px 10px 0 0;
  width: 100%;
  object-fit: cover;
}
.latest_blog_list .latest_blog_list_info p {
  padding: 0 14px;
}
.latest_blog_list .owl-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.latest_blog_list .owl-nav [class*='owl-'] {
  background: transparent;
  width: 45px;
  height: 45px;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest_blog_list .owl-nav [class*='owl-'] span {
  display: none;
}
.latest_blog_list .owl-nav [class*='owl-']:hover {
  background: #e1e1e1;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.latest_blog_list .owl-nav .owl-prev {
  left: -55px;
  position: relative;
}
@media (max-width: 1700px) {
  .latest_blog_list .owl-nav .owl-prev {
    left: 0px;
  }
}
.latest_blog_list .owl-nav .owl-prev:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(19.983) rotate(90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.latest_blog_list .owl-nav .owl-next {
  float: right;
  right: -55px;
  position: relative;
}
@media (max-width: 1700px) {
  .latest_blog_list .owl-nav .owl-next {
    right: 0px;
  }
}
.latest_blog_list .owl-nav .owl-next:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(0 30) rotate(-90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.latest_blog_list .owl-stage {
  display: flex;
  flex-wrap: wrap;
}
.latest_blog_list .owl-stage .owl-item {
  height: inherit;
}
.blog-posts-title h2 {
  text-align: center;
  color: #000000;
  padding: 30px 20px;
  position: relative;
}
.home_blog_load_more {
  border-radius: 0;
  color: #fff !important;
  background-color: #e5097d;
  border: #e5097d 1px solid;
  line-height: 34px;
  padding: 1px 0;
  font-size: 18px;
  height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 4px;
  width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: block;
  margin: 20px auto 0;
}
.home_blog_load_more:hover {
  text-decoration: none;
}
.faq-main-tab {
  width: 100%;
  display: block;
}
.faq-main-tab h2 {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #666;
}
.faq-main-tab .tab {
  width: 100%;
  color: #212529;
  overflow: hidden;
  border-bottom: #EDEDED solid 1px;
}
.faq-main-tab .tab:nth-last-of-type(1) {
  border-bottom: transparent;
}
.faq-main-tab .tabs {
  border-radius: 8px;
  overflow: hidden;
  border: #EDEDED solid 1px;
}
.faq-main-tab .tab-label {
  display: flex;
  justify-content: space-between;
  padding: 1em;
  background: #fff;
  font-weight: bold;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  font-family: 'proxima_novasemibold';
}
.faq-main-tab .tab-label:hover {
  background: #e5097d;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq-main-tab .tab-label::after {
  content: "❯";
  width: 1em;
  height: 1em;
  text-align: center;
  transition: all 0.35s;
}
.faq-main-tab .tab-content {
  max-height: 0;
  padding: 0 2em;
  color: #2c3e50;
  background: white;
  transition: all 0.35s;
}
.faq-main-tab .tab-close {
  display: flex;
  justify-content: flex-end;
  padding: 1em;
  font-size: 0.75em;
  background: #fff;
  cursor: pointer;
}
.faq-main-tab .tab-close:hover {
  background: #525659;
}
.faq-main-tab .tab input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq-main-tab .tab input:checked + .tab-label {
  background: #e5097d;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq-main-tab .tab input:checked + .tab-label::after {
  transform: rotate(90deg);
  color: #fff;
}
.faq-main-tab .tab input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 2em;
}
.faq-main-tab .tab input:checked ~ .tab-content p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.weltpixel_quickview_button_v2:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113.407' height='69.589' viewBox='0 0 113.407 69.589'%3E%3Cg id='Atoms_Icons_Eye_Active' data-name='Atoms/ Icons/ Eye Active' transform='translate(2.5 2.5)'%3E%3Cg id='Eye'%3E%3Cpath id='Path' d='M108.407,32.295S84.224,64.589,54.2,64.589,0,32.295,0,32.295,24.183,0,54.2,0,108.407,32.295,108.407,32.295Z' fill='none' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5'/%3E%3Cellipse id='Oval' cx='16.678' cy='16.147' rx='16.678' ry='16.147' transform='translate(37.525 16.147)' fill='none' stroke='%23666666' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  width: 23px;
  height: 15px;
  content: '';
  display: block;
  background-size: 100%;
  background-position: center center;
  margin-top: 9px;
  margin-left: -1.5px;
}
.weltpixel_quickview_button_v2:hover:after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='113.407' height='69.589' viewBox='0 0 113.407 69.589'%3E%3Cg id='Atoms_Icons_Eye_Active' data-name='Atoms/ Icons/ Eye Active' transform='translate(2.5 2.5)'%3E%3Cg id='Eye'%3E%3Cpath id='Path' d='M108.407,32.295S84.224,64.589,54.2,64.589,0,32.295,0,32.295,24.183,0,54.2,0,108.407,32.295,108.407,32.295Z' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5'/%3E%3Cellipse id='Oval' cx='16.678' cy='16.147' rx='16.678' ry='16.147' transform='translate(37.525 16.147)' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-miterlimit='10' stroke-width='5'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") no-repeat;
  width: 23px;
  height: 15px;
  content: '';
  display: block;
  background-size: 100%;
  background-position: center center;
  margin-top: 9px;
  margin-left: -1.5px;
}
.product-item-inner .action.tocompare:before {
  display: none;
}
.catalog-product-view .fotorama__nav__shaft .fotorama__thumb-border {
  background-image: none;
}
.catalog-product-view .product.media .fotorama__nav__shaft .fotorama__thumb {
  background-color: transparent;
}
.catalog-product-view #tab-label-newreviews {
  display: none;
}
div.fotorama {
  overflow: visible;
}
.page-layout-1column.catalog-product-view .product.media .fotorama__caption {
  display: none;
}
.page-layout-1column.catalog-product-view fieldset.fieldset.review-fieldset legend.legend.review-legend {
  font-family: 'FontsFreeNetProximaNovaRegular';
}
.page-layout-1column.catalog-product-view .page-main.page-main-details {
  display: none;
}
div.accordion .product.data.items > .item.title,
div.accordion .product.data.items > .item.content {
  float: left;
  margin: 0;
  display: block;
}
.titolo-dinamico {
  height: 192px;
  align-items: center;
  padding: 25px;
  margin-bottom: 83px;
}
.titolo-dinamico .row {
  height: 100%;
}
.left-side-titolo h2,
.left-side-titolo p {
  color: #ffffff;
}
.titolodinamico-title {
  display: flex;
  align-items: center;
}
.titolodinamico-btn {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.fotorama__stage .fotorama__stage__shaft .fotorama__stage__frame:first-child {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.contact-us-now {
  width: 100%;
}
.fotorama__thumb-border {
  left: 1px;
  top: 9px;
  margin: 0px !important;
}
/* bundle product css */
.page-product-bundle .columns .product-info-main .bundle-actions {
  display: none;
}
.page-product-bundle .columns .product-info-main .bundle-options-wrapper {
  display: none;
}
.page-product-bundle .columns .product-info-main div#bundleSummary .title {
  display: none;
}
.page-product-bundle .columns .product-info-main div#bundleSummary .product-details strong.product.name {
  display: none;
}
.page-product-bundle .columns .product-info-main div#bundleSummary .product-details p.available.stock {
  display: none;
}
.page-product-bundle .columns .product-info-main div#bundleSummary .product-details .price-box.price-configured_price {
  display: none;
}
.page-product-bundle .columns .product-info-main div#bundleSummary .content .bundle-summary {
  display: none;
}
div#bundleSummary span.product-image-container {
  display: none;
}
div#bundleSummary .price-container .price {
  font-size: 3rem;
  color: #444;
  margin: 10px 0;
  display: inline-block;
}
button.action.back.customization {
  line-height: normal;
  padding: 5px 10px;
  border-radius: 3px;
  margin-bottom: 15px;
}
fieldset.fieldset.fieldset-bundle-options {
  margin: 0;
}
fieldset.fieldset.fieldset-bundle-options .field.option.required {
  display: none;
}
fieldset.fieldset.fieldset-bundle-options span.price-notice {
  font-size: 28px;
}
fieldset.fieldset.fieldset-bundle-options .price-container .price {
  font-size: 3rem;
  color: #444;
}
/* bundle product css */
button#bundle-slide {
  border: #e5097d solid 1px;
  background: #e5097d;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 15px;
  height: auto;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
button#bundle-slide:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e5097d;
}
.bundle-options-container {
  clear: both;
  margin-bottom: 2em;
  display: inline-block;
  width: 100%;
}
.bundle-options-container .legend.title {
  font-size: 1.5rem;
}
.bundle-options-container .product-options-wrapper .fieldset > .field > .label {
  font-size: 1.5rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .nested .product-name {
  font-weight: 400;
  font-size: 1.4rem;
}
.bundle-options-container .price-container .price {
  font-size: 1.5rem;
}
.bundle-options-container .block-bundle-summary > .title {
  border-bottom: transparent;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
}
.bundle-options-container .block-bundle-summary > .title > strong {
  font-size: 1.5rem;
  color: #222529;
  font-weight: 600;
  text-transform: uppercase;
}
.bundle-options-container .block-bundle-summary .price-box .price-wrapper {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #222529;
}
.bundle-options-container .block-bundle-summary .price-box .price-wrapper > .price {
  font-size: 2.5rem;
  line-height: 1;
  font-weight: 600;
  letter-spacing: -.02em;
  color: #222529;
}
.bundle-options-container .block-bundle-summary .bundle-summary .subtitle {
  border-bottom: transparent;
  margin-bottom: 1.2rem;
  padding-bottom: 10px;
}
div#bundleSummary .qty.field .input-text.qty {
  width: 44px;
  height: 4rem;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  line-height: 20px;
  border-radius: 0;
  border-width: 1px;
  border-color: #e7e7e7;
  padding: 0 5px;
  color: #222529;
}
div#bundleSummary .col.qty .input-text.qty {
  width: 44px;
  height: 4rem;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  line-height: 14px;
  border-radius: 0;
  border-width: 1px;
  border-color: #e7e7e7;
  padding: 0 5px;
  color: #222529;
}
div#bundleSummary button.action.primary.tocart {
  margin: 0;
  border: #e5097d solid 1px;
  background: #e5097d;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 15px;
  height: auto;
  line-height: normal;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div#bundleSummary button.action.primary.tocart:hover {
  background: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #e5097d;
}
div#bundleSummary .box-tocart .action.tocart:before {
  font-size: 2.125rem;
}
.page-main.page-main-details .product-full-width-section {
  padding: 0.5em 15px;
  max-width: 1580px;
  margin: 0 auto;
  display: none;
}
.page-main.page-main-details .product-full-width-section.additional-attributes-wrapper.table-wrapper {
  margin-bottom: 20px;
}
.page-main.page-main-details .additional-attributes-wrapper .additional-attributes > tbody > tr > th {
  border: none;
  padding: 5.5px 30px 10px 0;
  width: auto;
}
.mfp-iframe-holder .mfp-close {
  top: 3px;
  width: 20px;
  font-size: 38px;
  right: 15px;
  line-height: normal;
  height: 20px;
  position: absolute;
}
.product-social-links .product-addto-links {
  display: none;
}
.products-slider.owl-carousel .product-item {
  padding: 0px;
}
.pdp-spedizione {
  text-align: center;
  padding: 50px 15px 0px 15px;
}
.pdp-spedizione h4 {
  margin: 18px 0;
  font-size: 22px;
  line-height: 34px;
  color: #666666;
}
.pdp-spedizione p {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0;
}
.catalog-category-view .page-wrapper > .page-bottom {
  max-width: 100% !important;
  width: 100%;
}
.catalog-category-view .page-wrapper > .page-bottom .order-section-main {
  margin-top: 0;
  margin-bottom: 90px;
}
.catalog-product-view .review-fieldset input,
.catalog-product-view .review-fieldset textarea {
  border: 1px solid #B7B7B733;
  border-radius: 3px;
  background: #ededed;
}
.catalog-product-view .review-fieldset > .field .label {
  font-size: 18px;
  font-weight: 500;
  font-family: 'proxima_novasemibold';
}
.catalog-product-view .review-fieldset textarea {
  height: 60px;
}
.catalog-product-view .review-form .action.submit.primary {
  margin: 0;
  border-color: #e5097d;
  background: #e5097d;
  border-radius: 6px;
  font-size: 18px;
  padding: 10px 15px;
}
.catalog-product-view .product-info-main .product-reviews-summary {
  display: none;
}
.catalog-product-view .product-info-main .page-title-wrapper {
  max-width: 100%;
}
.catalog-product-view .share-social-product img {
  height: 32px;
  width: 32px;
}
.page-layout-1column.catalog-product-view a.right-side-open {
  display: none;
}
.page-layout-1column.catalog-product-view .page-main-pagebuilder-attributes {
  display: none;
}
.page-layout-1column.catalog-product-view .yotpo-widget-instance {
  order: 3;
}
.page-layout-1column.catalog-product-view div.product-info-main .yotpo-widget-instance {
  margin-bottom: 20px;
}
.page-layout-1column.catalog-product-view div.product-info-main .page-title-wrapper h1 {
  font-size: 36px;
  line-height: 1.3;
  color: #525659;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 0;
}
.page-layout-1column.catalog-product-view div.product-info-main .product_category {
  color: #E5007D;
  font-size: 14px;
  line-height: 30px;
  padding: 10px 0 10px 0;
  border-top: #666 solid 1px;
  margin-top: 30px;
}
.page-layout-1column.catalog-product-view div.product-info-main .product_category span.category_name {
  font-family: 'MontserratRegular';
}
.page-layout-1column.catalog-product-view div.product-info-main .product_category span {
  font-family: 'MontserratBold';
}
.page-layout-1column.catalog-product-view .product.media {
  width: 100%;
  max-width: 37%;
  margin-bottom: 32px;
}
.page-layout-1column.catalog-product-view .product-info-main {
  width: calc(100% - 6%);
  max-width: 50%;
  float: left;
  margin: 0 4% 50px 2%;
}
.page-layout-1column.catalog-product-view .custom-block {
  float: right;
  max-width: 18.6%;
  width: 100%;
  margin-bottom: 32px;
}
.page-layout-1column.catalog-product-view .prev-next-products {
  display: none;
}
.page-layout-1column.catalog-product-view .moved-add-to-links {
  display: none;
  vertical-align: top;
}
div.product.data.items > .item.title.active {
  color: #ffffff;
  border-color: #e5097d;
  background: #e5097d;
  text-align: center;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.product.data.items > .item.title {
  padding: 11px 26px;
  margin: 0 35px 0 0;
  line-height: 30px;
}
div.product.data.items > .item.title > .switch {
  font-size: 20px;
  text-transform: capitalize;
  font-family: 'MontserratBold';
  color: #525659;
}
div.product.data.items > .item.title:hover {
  border-color: #e5097d;
  text-decoration: none;
  background: #e5097d;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.product.data.items > .item.content {
  border: none;
  border-top: solid 5px #525659;
  box-shadow: none;
  padding: 30px 0 50px;
  margin-top: 53px;
  background: none;
}
div.product.data.items > .item.content p {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 15px;
}
.ingredienti-tab p {
  font-size: 22px;
  line-height: 36px;
  font-family: 'ProximaNovaMedium';
}
.tabel-sec table {
  width: 100%;
  max-width: 531px;
  border-bottom: #525659 solid 2px;
  margin-bottom: 50px;
}
.tabel-sec table th {
  font-weight: 600;
  font-size: 22px;
  line-height: 36px;
  border-bottom: #525659 solid 2px;
  padding: 10px;
  text-align: left;
  font-family: 'proxima_novabold';
  color: #525659;
}
.tabel-sec table td {
  font-size: 22px;
  line-height: 36px;
  padding: 10px;
  text-align: left;
  font-family: 'ProximaNovaMedium';
  color: #525659;
}
.main-upsell-product-detail {
  position: relative;
  padding: 50px 0;
}
.main-upsell-product-detail:before {
  background: #f8eff6;
  height: 421px;
  position: absolute;
  width: 100%;
  content: '';
  z-index: 0;
}
.main-upsell-product-detail .owl-stage-outer .products.product-item {
  padding: 0px;
}
.main-upsell-product-detail .section-title.slider-title {
  border: none !important;
  letter-spacing: 0;
  text-align: center;
}
.main-upsell-product-detail .section-title.slider-title strong {
  text-align: center;
  color: #e5097d;
  padding: 30px 20px;
  font-size: 42px;
  line-height: 52px;
  font-family: 'proxima_novasemibold';
  display: block;
}
.main-upsell-product-detail .owl-nav {
  display: block !important;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}
.main-upsell-product-detail .owl-nav button[class*='owl-'] {
  background: transparent;
  width: 45px;
  height: 45px;
  padding: 0px;
  margin: 0px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-upsell-product-detail .owl-nav .owl-prev:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(19.983) rotate(90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.main-upsell-product-detail .owl-nav .owl-next:before {
  top: 4px;
  position: relative;
  content: '';
  height: 30px;
  width: 20px;
  display: inline-block;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='19.983' height='30' viewBox='0 0 19.983 30'%3E%3Cg id='Arrow' transform='translate(0 30) rotate(-90)'%3E%3Cpath id='Path_1' data-name='Path 1' d='M734.084,684.172l-4.884,4.983,15,15,15-15-4.883-4.983L744.2,694.387Z' transform='translate(-729.2 -684.172)' fill='%23e5097d'/%3E%3C/g%3E%3C/svg%3E") no-repeat;
}
.main-upsell-product-detail .owl-nav span {
  display: none;
}
.main-upsell-product-detail .owl-nav button.owl-prev {
  left: -55px;
  position: relative;
}
.main-upsell-product-detail .owl-nav button.owl-next {
  right: -55px;
  position: absolute;
}
.page-main.page-main-details {
  width: 100%;
  max-width: 100%;
  padding: 0px;
}
.contact-us-now {
  padding: 50px 0 30px 0;
  background: #ededed;
}
.contact-us-now h2 {
  text-align: center;
  color: #e5097d;
  margin-bottom: 80px;
}
.contact-us-now .form-group {
  margin-bottom: 57px;
}
.contact-us-now .form-control {
  all: unset;
  border-bottom: #525659 solid 2px;
  font-size: 33px;
  width: 100%;
  max-width: 341px;
  padding: 5px 10px;
  box-sizing: border-box;
  font-family: 'proxima_novabold';
}
.contact-us-now .form-control::-webkit-input-placeholder {
  color: #525659;
}
.contact-us-now .form-control:-ms-input-placeholder {
  color: #525659;
}
.contact-us-now .form-control::placeholder {
  color: #525659;
}
.contact-us-now .select-custom {
  flex-direction: column;
  display: flex;
  margin-right: 20px;
}
.contact-us-now .select-custom .form-control-select {
  all: unset;
  border-bottom: #525659 solid 2px;
  font-size: 30px;
  padding: 10px 10px;
  box-sizing: border-box;
  font-family: 'ProximaNovaMedium';
  color: #525659;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.616' height='13.503' viewBox='0 0 23.616 13.503'%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M18 20.679l8.93-8.937a1.681 1.681 0 0 1 2.384 0 1.7 1.7 0 0 1 0 2.391L19.2 24.258a1.685 1.685 0 0 1-2.327.049L6.68 14.14a1.688 1.688 0 0 1 2.384-2.391Z' transform='translate(-6.188 -11.246)' fill='%23525659'/%3E%3C/svg%3E") 98% no-repeat;
}
.contact-us-now .select-custom label {
  font-size: 30px;
  line-height: 52px;
  font-family: 'proxima_novabold';
  color: #525659;
  margin-bottom: 10px;
}
.contact-us-now .custom-textarea {
  all: unset;
  font-size: 30px;
  flex-direction: column;
  display: flex;
  box-sizing: border-box;
  margin-bottom: 38px;
}
.contact-us-now .custom-textarea .textarea {
  all: unset;
  border-bottom: #525659 solid 2px;
  font-size: 33px;
  width: 100%;
  padding: 10px 10px;
  height: 112px;
  box-sizing: border-box;
  font-family: 'proxima_novabold';
}
.contact-us-now .custom-textarea .textarea::-webkit-input-placeholder {
  color: #525659;
}
.contact-us-now .custom-textarea .textarea:-ms-input-placeholder {
  color: #525659;
}
.contact-us-now .custom-textarea .textarea::placeholder {
  color: #525659;
}
.contact-us-now .custom-checkbox {
  margin-top: 10px;
}
.contact-us-now .custom-checkbox .form-check {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.contact-us-now .custom-checkbox .form-check label {
  font-size: 20px;
  line-height: 31px;
  font-family: 'MontserratRegular';
  color: #525659;
  width: calc(100% - 50px);
}
.contact-us-now .custom-checkbox .form-check input[type='checkbox']:before {
  width: 29px;
  height: 29px;
  border-radius: 5px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ededed;
  content: '';
  display: inline-block;
  visibility: visible;
  border: #525659 solid 2px;
}
.contact-us-now .custom-checkbox .form-check input[type='checkbox']:checked:after {
  content: "";
  background-color: transparent;
  position: absolute;
  left: 10px;
  top: 3px;
  width: 9px;
  border-bottom: 4px solid #525659;
  height: 15px;
  border-right: 4px solid #525659;
  transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.contact-us-now .custom-checkbox .form-check-input {
  width: 27px;
  height: 27px;
  margin-right: 10px;
  position: relative;
  top: 0;
  margin-top: 0px;
}
.contact-us-now .radio-custom {
  display: flex;
  padding: 0 0 35px;
  flex-wrap: wrap;
}
.contact-us-now .radio-custom label {
  font-size: 30px;
  line-height: 30px;
  font-family: 'proxima_novabold';
  color: #525659;
}
.contact-us-now .radio-custom .form-check {
  margin-left: 46px;
  display: flex;
}
.contact-us-now .radio-custom .form-check label.form-check-label {
  margin-left: 15px;
}
.contact-us-now .radio-custom .form-check input[type='radio']:before {
  width: 29px;
  height: 29px;
  border-radius: 15px;
  top: -2px;
  left: -1px;
  position: relative;
  background-color: #ededed;
  content: '';
  display: inline-block;
  visibility: visible;
  border: #525659 solid 2px;
}
.contact-us-now .radio-custom .form-check input[type='radio']:checked:after {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  top: 5px;
  left: 6px;
  position: absolute;
  background-color: #525659;
  content: '';
  display: inline-block;
  visibility: visible;
  border: #525659 solid 2px;
}
.contact-us-now .radio-custom .form-check-input {
  width: 20px;
  height: 20px;
  position: relative;
  appearance: none;
  background: none;
  border: none;
  box-shadow: none;
}
.pdp-right-block {
  max-width: 288px;
  width: 100%;
}
.pdp-titolo-dinamico {
  margin: 0 auto;
  padding: 30px 18px;
  height: 400px;
  max-width: 288px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  text-align: center;
}
.pdp-titolo-dinamico .dinamico {
  padding-bottom: 20px;
  text-align: left;
}
.pdp-titolo-dinamico .dinamico h2 {
  margin-top: 0px;
  color: #ffffff;
  margin-bottom: 15px;
}
.pdp-titolo-dinamico .dinamico p {
  color: #ffffff;
}
.pdp-titolo-dinamico .row {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
}
.pdp-titolo-dinamico .btn-main {
  display: flex;
  align-items: end;
  width: 100%;
  justify-content: center;
}
.pdp-titolo-dinamico .btn-main .btn-white {
  max-width: 170px;
  width: 100%;
  font-family: 'proxima_novasemibold';
}
ul.pdp-icons li a {
  border: none !important;
  width: auto !important;
  height: auto !important;
  margin: 0 2px;
}
ul.pdp-icons li a.action.towishlist:before {
  display: none;
}
ul.pdp-icons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  width: 100%;
}
ul.pdp-icons li {
  display: inline-block;
  padding: 0 8px;
}
ul.pdp-icons li:last-child {
  padding-right: 0px;
}
ul.pdp-icons li:last-child svg {
  margin: 0 20px;
}
ul.pdp-icons li:last-child a {
  border-left: #5E7FB1 solid 1px !important;
  display: flex !important;
  align-items: center !important;
  font-size: 16px !important;
  line-height: 30px !important;
  font-family: 'MontserratBold' !important;
  color: #525659 !important;
  text-decoration: none !important;
}
.catalog-product-view .page-main > .page-title-wrapper .page-title {
  font-size: 42px;
  margin: 0 0 0;
  color: #666666;
  line-height: 48px;
}
.catalog-product-view .product-info-main .product-options-bottom .price-box .price {
  font-size: 35px;
  font-weight: 600;
  line-height: 44px;
  color: #525659;
}
.catalog-product-view .product-info-main .product-info-price .price-box .price {
  font-size: 35px;
  font-weight: 600;
  line-height: 44px;
  color: #525659;
  font-family: 'proxima_novasemibold';
}
.catalog-product-view .product-info-main .qty.field .input-text.qty {
  width: 47px;
  height: 47px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  border-width: 1px;
  border-color: #e7e7e7;
  padding: 0 5px;
  color: #222529;
  font-family: 'MontserratRegular';
}
.catalog-product-view .product-info-main .col.qty .input-text.qty {
  width: 47px;
  height: 47px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 40px;
  border-radius: 0;
  border-width: 1px;
  border-color: #e7e7e7;
  padding: 0 5px;
  color: #222529;
  font-family: 'MontserratRegular';
}
.catalog-product-view .product-info-main .product.overview {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 0;
  font-family: 'FontsFreeNetProximaNovaRegular';
  color: #525659;
}
.catalog-product-view .product-info-main .box-tocart {
  border-top: none;
  border-bottom: 1px solid #5E7FB1;
}
.catalog-product-view .product-info-main .box-tocart .field.qty .control {
  width: 120px;
  margin-right: 10px;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart {
  height: 44px;
  padding: 0 2em;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: capitalize;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 24px;
  font-family: 'proxima_novasemibold';
  border: #e5097d solid 1px;
  background: #e5097d;
  border-radius: 6px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:before {
  display: none;
}
.catalog-product-view .product-info-main .box-tocart .action.tocart:hover {
  background: #ffffff;
  color: #000000;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.catalog-product-view .fotorama__nav .fotorama__thumb-border {
  border-color: #e5097d;
  border-radius: 2px;
}
.catalog-product-view .product.media .fotorama__thumb {
  background-color: #ebebeb;
  height: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  border: #95989a solid 1px;
  border-radius: 3px;
}
.qty-changer a.qty-inc {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -0.5px;
  margin-left: -4.5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='17' height='17' viewBox='0 0 17 17'%3E%3Cpath id='_' data-name='%2B' d='M-7093.2-7589v-6.8h-6.8v-3.4h6.8v-6.8h3.4v6.8h6.8v3.4h-6.8v6.8Z' transform='translate(7100 7606.001)' fill='%23525659'/%3E%3C/svg%3E") center no-repeat;
}
.qty-changer a.qty-dec {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  width: 9px;
  border-top: 1px solid;
  margin-top: -0.5px;
  margin-left: -4.5px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='3' viewBox='0 0 18 3'%3E%3Cpath id='_-' data-name='-' d='M0 0H18V3H0Z' fill='%23525659'/%3E%3C/svg%3E") center no-repeat;
}
.qty.field .qty-changer > a {
  height: 100%;
  border: none;
}
.qty.field .qty-changer > a::before {
  display: none;
}
.qty.field .qty-changer > a.qty-inc:after {
  display: none;
}
.col.qty .qty-changer > a {
  height: 100%;
  border: none;
}
.col.qty .qty-changer > a::before {
  display: none;
}
.col.qty .qty-changer > a.qty-inc:after {
  display: none;
}
.sidebar-main .block-category-list {
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 20px;
}
.sidebar-main .block-category-list .block-title strong {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: 'proxima_novasemibold';
  color: #707070;
  position: relative;
  width: 100%;
  display: block;
  margin-bottom: 10px;
}
.sidebar-main .block-category-list .block-title strong:after {
  width: 14px;
  height: 2px;
  background: #707070;
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
}
.sidebar-main .block-category-list .block-content ol.items a {
  font-size: 14px;
  line-height: 30px;
  text-transform: capitalize;
  font-family: 'proxima_novasemibold';
  color: #707070;
  text-decoration: none;
}
.sidebar.sidebar-main .filter-options-title {
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  font-family: 'proxima_novasemibold';
  color: #707070;
}
.sidebar.sidebar-main .filter-options-title .toggle {
  right: 0;
  width: 25px;
}
.sidebar.sidebar-main .filter-options-title .toggle::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #707070;
  cursor: pointer;
}
.sidebar.sidebar-main .filter-options-title .toggle::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #707070;
  cursor: pointer;
  width: 14px;
}
.sidebar.sidebar-main .block-title.filter-title {
  display: none;
}
.sidebar.sidebar-main .filter-options-item {
  padding: 20px 0;
}
.sidebar.sidebar-main .filter-options-item .filter-options-content {
  padding: 15px 0 0 0;
  border-width: 0;
  margin: 0;
  font-size: 14px;
  font-family: 'proxima_novasemibold';
  color: #707070;
}
.sidebar.sidebar-main .filter-options-item .filter-options-content div#ln_slider_text_price {
  margin-top: 10px;
}
.sidebar.sidebar-main .filter-options-item .ln_slider_container {
  width: 98%;
  margin: 0;
}
.sidebar.sidebar-main .filter-options-item .ln_slider_container .ui-slider-handle {
  background: #e5097d;
}
.sidebar.sidebar-main .filter-options-item .ln_slider_container .ui-slider-horizontal {
  height: 4px;
}
.sidebar.sidebar-main .filter-options-item .ui-slider-horizontal .ui-slider-handle {
  margin-left: -5px;
  margin-top: -3px;
}
.sidebar.sidebar-main .side-custom-block {
  display: none;
}
.sidebar.sidebar-additional {
  display: none;
}
main#maincontent {
  padding-bottom: 0;
  max-width: 1580px;
  width: 100%;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
div.products .product-items .product-item-details {
  position: relative;
  text-align: center;
}
div.products .product-items .product-item-details .product-item-name a {
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: 0;
  margin-bottom: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #666666;
  display: block;
  text-decoration: none;
  font-family: 'proxima_novasemibold';
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.products .product-items .product-item-info {
  background: #ffffff;
  overflow: hidden;
}
div.products .product-items .product-item-info:hover .product-item-photo {
  box-shadow: none;
  overflow: hidden;
}
div.products .product-items .product-item-info:hover .product-item-photo img {
  transform: scale(1.2);
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
div.products .product-items .product-item-info:hover .product-item-details .product-item-actions .tocart {
  background: #e5097d;
  color: #ffffff;
  border: #e5097d solid 1px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
div.products .product-items .product-item-info .product-item-photo img {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.products .product-items .product-item-info .product-item-photo {
  margin-bottom: 35px;
  background-repeat: no-repeat;
  background-size: 100%;
}
div.products .product-items .product-item-info .product-reviews-summary {
  margin: 0 auto !important;
  padding: 10px 0;
  display: none;
}
div.products .product-items .product-item-info .product-item-details .price-box {
  margin: 10px 0 15px 0;
  display: block;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
}
div.products .product-items .product-item-info .product-item-details .price-box .price-container .price {
  font-size: 24px;
  line-height: 30px;
  color: #000000;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions {
  display: flex;
  justify-content: center;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
  order: 1;
  border-radius: 0;
  color: #666666;
  background-color: #ffffff;
  border-color: #666666;
  line-height: 34px;
  padding: 0 0.625rem;
  font-size: 18px;
  height: 40px;
  width: 40px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist:hover {
  background: #e5097d;
  color: #ffffff;
  border: #e5097d solid 1px;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .tocart {
  border-radius: 0;
  color: #666666;
  background-color: #ffffff;
  border: #666666 1px solid;
  line-height: 34px;
  padding: 0 0.625rem;
  font-size: 18px;
  height: 40px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 4px;
  width: 180px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .tocart:hover {
  background: #e5097d;
  color: #ffffff;
  border: #e5097d solid 1px;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .tocart:before {
  display: none;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .actions-primary {
  order: 2;
  margin: 0 10px;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
  order: 3;
  border-radius: 0;
  color: #666666;
  background-color: #ffffff;
  border-color: #666666;
  line-height: 34px;
  padding: 0 0.625rem;
  font-size: 18px;
  height: 40px;
  width: 40px;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 4px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.products .product-items .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare:hover {
  background: #e5097d;
  color: #ffffff;
  border: #e5097d solid 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
div.products .product-items .product-social-links .action.towishlist:before {
  font-size: 18px;
}
div.products .product-items .product-addto-links .action.towishlist:before {
  font-size: 18px;
}
div.products .product-items .block-bundle-summary .action.towishlist:before {
  font-size: 18px;
}
div.products .product-items .product-item .action.towishlist:before {
  font-size: 18px;
}
div.products .product-items .table-comparison .action.towishlist:before {
  font-size: 18px;
}
div.products .product-items .product-item-actions .actions-secondary.action:before {
  font-size: 18px;
}
div.toolbar.toolbar-products {
  display: none;
}
@media only screen and (max-width: 1440px) {
  .pdp-titolo-dinamico .dinamico h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .titolo-dinamico {
    margin-bottom: 43px;
    height: 152px;
  }
  .left-side-titolo h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .main-upsell-product-detail .owl-nav button.owl-prev {
    left: 0px;
    position: relative;
  }
  .main-upsell-product-detail .owl-nav button.owl-next {
    right: 0px;
    position: absolute;
  }
  div.products .product-items .product-item-details .product-item-name a {
    font-size: 16px;
    line-height: 24px;
  }
  div.products .product-items .product-item-info .product-item-photo {
    margin-bottom: 20px;
  }
  div.products .product-items .product-item-info .product-item-details .price-box .price-container .price {
    font-size: 18px;
    line-height: 24px;
  }
  div.products .product-items .product-item-info .product-item-details .product-item-actions .tocart {
    font-size: 13px;
    height: 35px;
    width: 140px;
  }
  div.products .product-items .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  div.products .product-items .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
    height: 35px;
    width: 35px;
    line-height: 35px;
  }
  ul.pdp-icons li svg:not(:root) {
    overflow: hidden;
    width: 30px;
  }
  ul.pdp-icons li:last-child svg {
    margin: 0px 15px;
  }
  ul.pdp-icons li:last-child a {
    font-size: 14px !important;
  }
  .catalog-product-view .page-main > .page-title-wrapper .page-title {
    font-size: 30px;
    line-height: 40px;
  }
  .catalog-product-view .product-info-main .product-options-bottom .price-box .price {
    font-size: 24px;
    line-height: 30px;
  }
  .catalog-product-view .product-info-main .box-tocart .action.tocart {
    padding: 0 1em;
  }
  div.product.data.items > .item.title {
    padding: 11px 15px;
    margin: 0 15px 0 0;
  }
  .contact-us-now {
    padding: 30px 0 30px 0;
  }
  .contact-us-now h2 {
    margin-bottom: 40px;
  }
  .contact-us-now .form-control {
    font-size: 24px;
  }
  .contact-us-now .radio-custom label {
    font-size: 24px;
  }
  .contact-us-now .radio-custom .form-check {
    margin-left: 20px;
  }
  .contact-us-now .select-custom label {
    font-size: 20px;
  }
  .contact-us-now .select-custom .form-control-select {
    font-size: 20px;
  }
  .contact-us-now .custom-textarea .textarea {
    font-size: 20px;
  }
  .contact-us-now .custom-checkbox {
    margin-bottom: 20px;
  }
  .contact-us-now .custom-checkbox .form-check label {
    line-height: 24px;
    font-size: 16px;
    display: inherit;
    align-items: center;
    min-height: 37px;
  }
}
@media only screen and (max-width: 1200px) {
  .page-layout-1column.catalog-product-view div.product-info-main .page-title-wrapper h1 {
    font-size: 35px;
    line-height: 44px;
  }
  ul.pdp-icons li {
    padding: 0 2px;
  }
  ul.pdp-icons li svg:not(:root) {
    overflow: hidden;
    width: 24px;
  }
  ul.pdp-icons li:last-child a {
    font-size: 14px !important;
  }
  ul.pdp-icons li:last-child svg {
    margin: 0px 5px;
  }
  .pdp-titolo-dinamico .dinamico h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .product-item-info .product-item-details .product-item-actions .actions-secondary.towishlist {
    right: 0;
    visibility: visible;
    opacity: 1;
  }
  .product-item-info .product-item-details .product-item-actions .actions-secondary.tocompare {
    left: auto;
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .contact-us-now .form-control {
    max-width: 100%;
  }
  div.product.data.items > .item.title {
    padding: 11px 15px;
    margin: 0 0px 0 0;
  }
  div.product.data.items > .item.title > .switch {
    font-size: 18px;
  }
}
@media only screen and (max-width: 992px) {
  .columns .sidebar-main {
    order: -1;
  }
  .catalog-category-view .products {
    margin-left: 0;
    margin-right: 0;
  }
  .page-layout-1column.catalog-product-view .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-layout-1column.catalog-product-view .columns .column.main {
    order: 1;
    float: left;
  }
  .page-layout-1column.catalog-product-view .columns .banner-block-container {
    order: 2;
    float: right;
  }
  .page-layout-1column.catalog-product-view .product.media {
    max-width: 100% !important;
    width: 100% !important;
    order: 1;
  }
  .page-layout-1column.catalog-product-view .product-info-main {
    max-width: 100% !important;
    width: 100% !important;
    margin: 0px;
    order: 2;
  }
  .page-layout-1column.catalog-product-view .custom-block {
    max-width: 100%;
    order: 9;
    margin-top: 30px;
  }
  .page-layout-1column.catalog-product-view .product.info.detailed {
    order: 3;
  }
  div.product.data.items > .item.content {
    margin-top: 0;
  }
  div.product.data.items > .item.title {
    float: none;
    width: 100%;
  }
  div.product.data.items > .item.content {
    float: left;
    margin-left: 0;
    margin-top: 0px;
  }
  div.product.data.items > .item.title {
    float: left;
    width: 100%;
    position: relative;
    border-top: 2px solid #e7e7e7;
  }
  div.product.data.items .item.title a {
    position: relative;
    text-align: left;
  }
  div.product.data.items .item.title a:after {
    font-family: 'porto-icons';
    content: '\e81c';
    position: absolute;
    right: 0.5em;
    top: 1px;
    display: block;
  }
  div.product.data.items .item.title.active a:after {
    content: '\e81b';
    font-family: 'porto-icons';
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  div.product.data.items > .item.content {
    width: 100%;
  }
  div.review-add .review-form {
    max-width: 100% !important;
  }
  .contact-us-now {
    padding: 30px 0 50px 0;
    order: 3;
  }
  .contact-us-now .select-custom {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .contact-us-now .btn-pink {
    float: none;
  }
  .titolo-dinamico {
    min-height: 192px;
    height: auto;
    align-items: center;
    padding: 25px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
  }
  .titolo-dinamico .left-side-titolo h2 {
    font-size: 30px;
  }
  .titolo-dinamico .left-side-titolo p {
    margin-bottom: 20px !important;
  }
  .catalog-category-view .page-products .columns {
    padding-top: 0;
  }
  .catalog-category-view .products-grid .product-item {
    width: 50% !important;
  }
  .page-layout-1column.catalog-product-view .columns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .page-layout-1column.catalog-product-view .columns .column.main {
    order: 1;
    float: left;
  }
  .page-layout-1column.catalog-product-view .columns .banner-block-container {
    order: 2;
    float: right;
  }
}
@media only screen and (max-width: 567px) {
  .catalog-category-view .products-grid .product-item {
    width: 50% !important;
  }
  .contact-us-now .radio-custom {
    padding: 0 0 10px;
  }
  .contact-us-now .radio-custom label {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 480px) {
  .contact-us-now .radio-custom label {
    width: 100%;
  }
  .contact-us-now .radio-custom .form-check {
    margin-left: 0;
    margin-right: 20px;
  }
  div.products-grid .product-item-info .product-item-details .product-item-actions .actions-secondary {
    display: flex;
  }
}
@media screen and (min-width: 1294px) {
  .page-layout-1column.catalog-product-view .columns .column.main {
    order: 1;
    width: 80%;
    float: left;
  }
  .page-layout-1column.catalog-product-view .columns .banner-block-container {
    order: 2;
    float: right;
  }
}
