/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.abs-reset-list {
  margin: 0;
  padding: 0;
  list-style: none none;
}
.abs-reset-list > li {
  margin: 0;
}
.abs-action-cart-button button.action {
  border: none;
  padding: 12px 24px;
  opacity: .8;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: -.015em;
  font-weight: 700;
  line-height: 1.5;
  font-family: inherit;
  border-radius: 0 !important;
  height: inherit;
}
.abs-action-cart-button button.action:not(:hover) {
  background-color: #f4f4f4;
  color: #222529;
}
.action-primary {
  background-image: none;
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-family: 'Verdana', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: 600;
  padding: 7px 15px;
  font-size: 1.4rem;
  box-sizing: border-box;
  vertical-align: middle;
  border-radius: 3px;
}
.action-primary:focus,
.action-primary:active {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary:hover {
  background: #0088cc;
  border: 1px solid #0088cc;
  color: #ffffff;
}
.action-primary.disabled,
.action-primary[disabled],
fieldset[disabled] .action-primary {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-revert-to-action-secondary,
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-radius: 3px;
}
.abs-action-link-button {
  background-image: none;
  background: #eeeeee;
  border: 1px solid #e7e7e7;
  color: #747474;
  cursor: pointer;
  font-family: 'Verdana', '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: #747474;
}
.abs-action-link-button:hover {
  background: #e1e1e1;
  border: 1px solid #e7e7e7;
  color: #747474;
}
.abs-action-link-button.disabled,
.abs-action-link-button[disabled],
fieldset[disabled] .abs-action-link-button {
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
}
.abs-action-link-button:hover,
.abs-action-link-button:active,
.abs-action-link-button:focus {
  text-decoration: none;
}
.abs-action-button-as-link,
.abs-action-remove,
.abs-discount-block .action.check,
.abs-add-fields .action.remove {
  line-height: 1.4;
  padding: 0;
  color: #0088cc;
  text-decoration: none;
  background: none;
  border: 0;
  display: inline;
  border-radius: 0;
  font-weight: 400;
}
.abs-action-button-as-link:visited,
.abs-action-remove:visited,
.abs-discount-block .action.check:visited,
.abs-add-fields .action.remove:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-action-button-as-link:hover,
.abs-action-remove:hover,
.abs-discount-block .action.check:hover,
.abs-add-fields .action.remove:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-remove:active,
.abs-discount-block .action.check:active,
.abs-add-fields .action.remove:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-action-button-as-link:hover,
.abs-action-button-as-link:active,
.abs-action-button-as-link:focus,
.abs-action-remove:hover,
.abs-action-remove:active,
.abs-action-remove:focus,
.abs-discount-block .action.check:hover,
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:focus,
.abs-add-fields .action.remove:hover,
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:focus {
  background: none;
  border: 0;
}
.abs-action-button-as-link.disabled,
.abs-action-button-as-link[disabled],
fieldset[disabled] .abs-action-button-as-link,
.abs-action-remove.disabled,
.abs-action-remove[disabled],
fieldset[disabled] .abs-action-remove,
.abs-discount-block .action.check.disabled,
.abs-discount-block .action.check[disabled],
fieldset[disabled] .abs-discount-block .action.check,
.abs-add-fields .action.remove.disabled,
.abs-add-fields .action.remove[disabled],
fieldset[disabled] .abs-add-fields .action.remove {
  color: #0088cc;
  opacity: 0.5;
  cursor: default;
  pointer-events: none;
  text-decoration: underline;
}
.abs-action-button-as-link:active,
.abs-action-button-as-link:not(:focus),
.abs-action-remove:active,
.abs-action-remove:not(:focus),
.abs-discount-block .action.check:active,
.abs-discount-block .action.check:not(:focus),
.abs-add-fields .action.remove:active,
.abs-add-fields .action.remove:not(:focus) {
  box-shadow: none;
}
.abs-button-l {
  line-height: 1;
  padding: 0 17px;
}
.abs-product-options-list dt {
  float: left;
  clear: left;
  margin: 0 0.5em 0.25em 0;
}
.abs-product-options-list dt:after {
  content: ': ';
}
.abs-product-options-list dd {
  float: left;
  display: inline-block;
  margin: 0 0 0.25em;
}
.abs-button-responsive {
  width: 100%;
}
.abs-reset-image-wrapper {
  height: auto;
  padding: 0 !important;
}
.abs-reset-image-wrapper .product-image-photo {
  position: static;
}
.abs-adaptive-images {
  display: block;
  height: auto;
  max-width: 100%;
}
.abs-adaptive-images-centered {
  display: block;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
}
.abs-account-page-title {
  background-color: #f4f4f4;
  border-bottom: none;
  padding: 3.75rem 0;
  text-align: center;
  position: relative;
}
.abs-account-page-title h1.page-title {
  color: #212529 !important;
  font-size: 28px;
  font-weight: 700;
  margin: 0;
}
.abs-account-page-title::before,
.abs-account-page-title::after {
  content: '';
  position: absolute;
  width: 30vw;
  height: 100%;
  top: 0;
  background: inherit;
}
.abs-account-page-title::before {
  right: 100%;
}
.abs-account-page-title::after {
  left: 100%;
}
.abs-login-block-title {
  margin-bottom: 15px;
  margin-top: 0;
  font-size: 22px;
  color: #222529;
  letter-spacing: -.01em;
}
.abs-dropdown-simple {
  display: inline-block;
  position: relative;
}
.abs-dropdown-simple:before,
.abs-dropdown-simple:after {
  content: '';
  display: table;
}
.abs-dropdown-simple:after {
  clear: both;
}
.abs-dropdown-simple .action.toggle {
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle:active:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-dropdown-simple .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0 0 0 5px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-simple .action.toggle.active:hover:after {
  color: inherit;
}
.abs-dropdown-simple .action.toggle.active:active:after {
  color: inherit;
}
.abs-dropdown-simple ul.dropdown {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 200px;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-dropdown-simple ul.dropdown li {
  margin: 0;
  padding: 5px 5px 5px 23px;
}
.abs-dropdown-simple ul.dropdown li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-dropdown-simple ul.dropdown:before,
.abs-dropdown-simple ul.dropdown:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-dropdown-simple ul.dropdown:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-dropdown-simple ul.dropdown:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-dropdown-simple ul.dropdown:before {
  left: 10px;
  top: -12px;
}
.abs-dropdown-simple ul.dropdown:after {
  left: 9px;
  top: -14px;
}
.abs-dropdown-simple.active {
  overflow: visible;
}
.abs-dropdown-simple.active ul.dropdown {
  display: block;
}
.abs-dropdown-simple ul.items {
  padding: 6px 0;
}
.abs-input-qty {
  width: 54px;
  text-align: center;
}
.abs-margin-for-blocks-and-widgets {
  margin-bottom: 2em;
}
.abs-remove-button-for-blocks {
  display: inline-block;
  text-decoration: none;
}
.abs-remove-button-for-blocks > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-remove-button-for-blocks:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 15px;
  color: #999999;
  content: '\f819';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-remove-button-for-blocks:hover:before {
  color: #494949;
}
.abs-remove-button-for-blocks:active:before {
  color: #999999;
}
.abs-product-link {
  font-weight: 400;
}
.abs-product-link > a {
  color: #000000;
  text-decoration: #000000;
}
.abs-product-link > a:visited {
  color: #000000;
  text-decoration: #000000;
}
.abs-product-link > a:hover {
  color: #000000;
  text-decoration: #000000;
}
.abs-product-link > a:active {
  color: #000000;
  text-decoration: #000000;
}
.abs-like-link {
  color: #0088cc;
  text-decoration: none;
  cursor: pointer;
}
.abs-like-link:visited {
  color: #0088cc;
  text-decoration: none;
}
.abs-like-link:hover {
  color: #0088cc;
  text-decoration: underline;
}
.abs-like-link:active {
  color: #0088cc;
  text-decoration: underline;
}
.abs-reset-left-margin {
  margin-left: 0;
}
.abs-action-remove,
.abs-add-fields .action.remove {
  width: auto;
  line-height: normal;
  position: absolute;
  top: 34px;
  margin-left: 73%;
}
.abs-add-fields .fieldset .field .control {
  width: 70%;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary {
  float: left;
}
.abs-add-fields .fieldset .actions-toolbar > .secondary .action.add {
  margin-top: 1.5em;
}
.abs-add-fields .fieldset .fields .actions-toolbar {
  margin: 0;
}
.abs-add-fields .additional {
  margin-top: 55px;
  position: relative;
}
.abs-add-fields .message.notice {
  margin: 1.5em 0 0;
}
.abs-hidden {
  height: 0;
  visibility: hidden;
}
.abs-visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-visually-hidden-reset {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.abs-add-clearfix:before,
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:before,
.abs-add-fields .fieldset .actions-toolbar:after {
  content: '';
  display: table;
}
.abs-add-clearfix:after,
.abs-add-fields .fieldset .actions-toolbar:after {
  clear: both;
}
.abs-add-box-sizing,
.abs-field-date .control,
.abs-field-tooltip {
  box-sizing: border-box;
}
.abs-navigation-icon {
  display: block;
  text-decoration: none;
}
.abs-navigation-icon:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 34px;
  line-height: 1.2;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-navigation-icon:after {
  position: absolute;
  right: 5px;
  top: 0;
}
.abs-split-button {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.abs-split-button:before,
.abs-split-button:after {
  content: '';
  display: table;
}
.abs-split-button:after {
  clear: both;
}
.abs-split-button .action.split {
  float: left;
  margin: 0;
}
.abs-split-button .action.toggle {
  float: right;
  margin: 0;
}
.abs-split-button button.action.split {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.abs-split-button button + .action.toggle {
  border-bottom-left-radius: 0;
  border-left: 0;
  border-top-left-radius: 0;
}
.abs-split-button .action.toggle {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle:active:after {
  color: inherit;
}
.abs-split-button .action.toggle.active {
  display: inline-block;
  text-decoration: none;
}
.abs-split-button .action.toggle.active > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-split-button .action.toggle.active:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 22px;
  line-height: inherit;
  color: inherit;
  content: '\e81b';
  font-family: 'porto-icons';
  margin: 0;
  vertical-align: top;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-split-button .action.toggle.active:hover:after {
  color: inherit;
}
.abs-split-button .action.toggle.active:active:after {
  color: inherit;
}
.abs-split-button .items {
  margin: 0;
  padding: 0;
  list-style: none none;
  background: #ffffff;
  border: 1px solid #bbbbbb;
  margin-top: 4px;
  min-width: 100%;
  z-index: 100;
  box-sizing: border-box;
  display: none;
  position: absolute;
  top: 100%;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
}
.abs-split-button .items li {
  margin: 0;
  padding: 3px 0.25em;
}
.abs-split-button .items li:hover {
  background: #e8e8e8;
  cursor: pointer;
}
.abs-split-button .items:before,
.abs-split-button .items:after {
  border-bottom-style: solid;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.abs-split-button .items:before {
  border: 6px solid;
  border-color: transparent transparent #ffffff transparent;
  z-index: 99;
}
.abs-split-button .items:after {
  border: 7px solid;
  border-color: transparent transparent #bbbbbb transparent;
  z-index: 98;
}
.abs-split-button .items:before {
  right: 10px;
  top: -12px;
}
.abs-split-button .items:after {
  right: 9px;
  top: -14px;
}
.abs-split-button.active {
  overflow: visible;
}
.abs-split-button.active .items {
  display: block;
}
.abs-methods-shipping-title {
  font-size: 1.6rem;
  margin-bottom: 15px;
  font-weight: 600;
}
.abs-actions-addto {
  color: #222529;
  vertical-align: middle;
  text-transform: uppercase;
  font-weight: 600;
  width: 48px;
  height: 48px;
  line-height: 46px;
  border: 1px solid #e7e7e7;
  display: inline-block;
  text-decoration: none;
}
.abs-actions-addto:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1.125rem;
  line-height: inherit;
  color: inherit;
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-actions-addto:hover {
  text-decoration: none;
}
.abs-actions-addto:before {
  display: block;
}
.abs-box-tocart {
  margin: 0 0 1.5em;
}
.abs-toggling-title,
.abs-cart-block > .title,
.abs-discount-block .block > .title {
  border-top: 1px solid #e7e7e7;
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
  padding: 0.5em 2em 0.5em 15px;
  display: block;
  text-decoration: none;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  position: absolute;
  right: 1em;
  top: 0.5em;
}
.abs-toggling-title > span,
.abs-cart-block > .title > span,
.abs-discount-block .block > .title > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-toggling-title:after,
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-cart-block,
.abs-discount-block .block {
  margin: 0;
}
.abs-cart-block > .title:after,
.abs-discount-block .block > .title:after {
  color: #858585;
}
.abs-cart-block .content,
.abs-discount-block .block .content {
  display: none;
  padding: 5px 15px 23px;
  position: relative;
}
.abs-cart-block.active > .title:after,
.abs-discount-block .block.active > .title:after {
  content: '\e81b';
}
.abs-cart-block.active .content,
.abs-discount-block .block.active .content {
  display: block;
}
.abs-cart-block-content {
  margin: 0;
}
.abs-checkout-cart-price {
  font-size: 1.4rem;
  font-weight: 400;
}
.abs-checkout-product-name {
  font-size: 1.4rem;
  font-weight: 300;
  margin: 0;
}
.abs-account-block-line-height {
  line-height: 24px;
}
.abs-incl-excl-tax .price-including-tax,
.abs-incl-excl-tax .price-excluding-tax {
  color: #222529;
  display: block;
  font-size: 1.3rem;
  line-height: 1;
  white-space: nowrap;
}
.abs-incl-excl-tax .price-including-tax .price,
.abs-incl-excl-tax .price-excluding-tax .price {
  font-weight: 400;
}
.abs-adjustment-incl-excl-tax .price-including-tax,
.abs-adjustment-incl-excl-tax .price-excluding-tax {
  display: inline-block;
  font-size: 1.4rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax {
  display: inline-block;
  font-size: 1.1rem;
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:before {
  content: "(" attr(data-label) ": ";
}
.abs-adjustment-incl-excl-tax .price-including-tax + .price-excluding-tax:after {
  content: ")";
}
.abs-tax-total {
  cursor: pointer;
  position: relative;
  padding-right: 0.5em;
  display: inline-block;
  text-decoration: none;
}
.abs-tax-total:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 8px;
  line-height: 8px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  margin: 3px 0 0 0;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-tax-total:after {
  position: absolute;
  right: -2px;
  top: 4px;
}
.abs-tax-total-expanded:after {
  content: '\e81b';
}
.abs-forms-margin-small {
  margin-bottom: 1em;
}
.abs-rating-summary .rating-summary {
  display: table-row;
}
.abs-rating-summary .rating-label {
  display: table-cell;
  vertical-align: baseline;
  padding-top: 1px;
  padding-right: 1.25em;
  padding-bottom: 0.25em;
}
.abs-rating-summary .rating-result {
  vertical-align: top;
  display: table-cell;
}
.abs-account-actions:after {
  content: "";
  display: inline-block;
  height: 12px;
  margin: 0 0.5em;
  border-left: 1px solid #e7e7e7;
  vertical-align: -1px;
}
.abs-account-actions:last-child:after {
  display: none;
}
.abs-account-blocks .block-title > .action {
  float: right;
  font-size: 13px;
  line-height: 19px;
}
.abs-account-blocks .box-title {
  display: block;
}
.abs-account-blocks .box-title > .action {
  font-weight: 400;
  margin-left: 0.5em;
}
.abs-colon:after {
  content: ": ";
}
.abs-icon-add,
.abs-dropdown-items-new .action.new {
  display: inline-block;
  text-decoration: none;
}
.abs-icon-add:before,
.abs-dropdown-items-new .action.new:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 10px;
  line-height: 10px;
  color: inherit;
  content: '\e61c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-dropdown-items-new .items .item:last-child:hover {
  background: #e8e8e8;
}
.abs-dropdown-items-new .action.new:before {
  margin-left: -17px;
  margin-right: 0.25em;
}
.abs-no-display,
.abs-sidebar-totals .table-caption {
  display: none;
}
.abs-status {
  border: 2px solid #e7e7e7;
  border-radius: 3px;
  display: inline-block;
  padding: 0 0.5em;
  text-transform: uppercase;
  vertical-align: top;
}
.abs-title-orders .page-main .page-title-wrapper .page-title {
  color: #0088cc;
  font-size: 20px;
  margin: 0 0 15px;
  font-weight: 400;
}
.abs-title-orders .page-main .page-title-wrapper .order-date {
  font-size: 13px;
  margin-bottom: 0.5em;
}
.abs-title-orders .page-main .page-title-wrapper .order-date .label {
  display: none;
}
.abs-table-striped {
  border: none;
}
.abs-table-striped > tbody > tr:nth-child(even) > td,
.abs-table-striped > tbody > tr:nth-child(even) > th {
  background: #f6f6f6;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > tbody > tr > th,
.abs-table-striped > tfoot > tr > th,
.abs-table-striped > thead > tr > td,
.abs-table-striped > tbody > tr > td,
.abs-table-striped > tfoot > tr > td {
  border: none;
}
.abs-table-striped > thead > tr > th,
.abs-table-striped > thead > tr > td {
  border-bottom: 1px solid #e7e7e7;
}
.abs-block-items-counter {
  color: #bebebe;
  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: #747474;
  font-weight: 300;
  font-size: 1rem;
}
.abs-sidebar-totals {
  border-top: 1px solid #e7e7e7;
  padding-top: 10px;
}
.abs-sidebar-totals tbody .mark,
.abs-sidebar-totals tfoot .mark {
  border: 0;
  font-weight: 400;
  padding: 6px 0;
}
.abs-sidebar-totals tbody .amount,
.abs-sidebar-totals tfoot .amount {
  border: 0;
  font-weight: 400;
  padding: 6px 0 6px 14px;
  text-align: right;
  color: #000;
}
.abs-sidebar-totals .grand th,
.abs-sidebar-totals .grand td {
  padding: 11px 0;
}
.abs-sidebar-totals .grand strong {
  display: inline-block;
  font-weight: 600;
  padding: 3px 0 0;
}
.abs-sidebar-totals .grand .mark {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
  padding-right: 0.5em;
}
.abs-sidebar-totals .grand .amount {
  border-top: 1px solid #e7e7e7;
  font-size: 1rem;
}
.abs-sidebar-totals .msrp {
  margin-bottom: 0.5em;
}
.abs-sidebar-totals tbody tr:last-child td {
  padding-bottom: 19px;
}
.abs-sidebar-totals .totals-tax-summary .mark,
.abs-sidebar-totals .totals-tax-summary .amount {
  border-top: 1px solid #e7e7e7;
  border-bottom: 1px solid #e7e7e7;
  cursor: pointer;
}
.abs-sidebar-totals .totals-tax-summary .amount .price {
  position: relative;
  padding-right: 1em;
  display: inline-block;
  text-decoration: none;
}
.abs-sidebar-totals .totals-tax-summary .amount .price > span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  line-height: 12px;
  color: inherit;
  content: '\e81c';
  font-family: 'porto-icons';
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  text-align: center;
}
.abs-sidebar-totals .totals-tax-summary .amount .price:after {
  position: absolute;
  right: 3px;
  top: 3px;
}
.abs-sidebar-totals .totals-tax-summary.expanded .mark,
.abs-sidebar-totals .totals-tax-summary.expanded .amount {
  border-bottom: 0;
}
.abs-sidebar-totals .totals-tax-summary.expanded .amount .price:after {
  content: '\e81b';
}
.abs-sidebar-totals .totals-tax-details {
  display: none;
  border-bottom: 1px solid #e7e7e7;
}
.abs-sidebar-totals .totals-tax-details.shown {
  display: table-row;
}
.abs-sidebar-totals .table-wrapper {
  margin-bottom: 0;
}
.abs-discount-block .block > .title strong {
  color: #1979c3;
  font-weight: 400;
}
.abs-discount-block .actions-toolbar {
  display: table-cell;
  vertical-align: top;
  width: 1%;
}
.abs-discount-block .actions-toolbar .action.primary,
.abs-discount-block .actions-toolbar .action.cancel {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  margin: 0 0 0 -1px;
  white-space: nowrap;
  width: auto;
}
.abs-discount-block .actions-toolbar .secondary {
  bottom: 5px;
  left: 15px;
  position: absolute;
}
.abs-discount-block .action.check {
  font-weight: 400;
}
.abs-discount-block .fieldset {
  display: table;
  width: 100%;
}
.abs-discount-block .fieldset > .field > .label {
  display: none;
}
.abs-discount-block .field {
  display: table-cell;
}
@media (max-width: 991px) {
  .navigation .parent .level-top {
    position: relative;
    display: block;
    text-decoration: none;
    color: #777;
  }
  .navigation .parent .level-top:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 42px;
    line-height: inherit;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .parent .level-top:after {
    position: absolute;
    right: 7px;
    top: -8px;
  }
  .navigation .parent .level-top.ui-state-active:after {
    content: '\e81b';
  }
  .nav-sections {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: -80%;
    left: calc(-1 * (100% - 54px));
    overflow: auto;
    position: fixed;
    top: 0;
    width: 80%;
    width: calc(100% - 54px);
    background-color: #f6f6f6;
  }
  .nav-sections .switcher {
    border-bottom: 1px solid #dddddd;
    font-weight: 400;
    margin: 0;
    padding: 12px 20px;
    height: auto;
    color: #777;
  }
  .nav-sections .switcher .label {
    display: block;
    margin-bottom: 0.25em;
  }
  .nav-sections .switcher-trigger strong {
    display: inline-block !important;
    position: relative;
  }
  .nav-sections .switcher-dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    padding: 0.5em 0;
  }
  .nav-sections .header.links {
    margin: 0;
    padding: 0;
    list-style: none none;
    color: #777777;
  }
  .nav-sections .header.links li {
    border-bottom: 1px solid #dddddd;
    margin: 0;
  }
  .nav-sections .header.links li.greet.welcome {
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a,
  .nav-sections .header.links a:hover {
    color: #777777;
    text-decoration: none;
    display: block;
    font-weight: 400;
    padding: 12px 20px;
  }
  .nav-sections .header.links a:hover {
    color: #0088cc !important;
  }
  .nav-before-open {
    height: 100%;
    width: 100%;
  }
  .nav-before-open .page-wrapper {
    -webkit-transition: left 0.3s;
    -moz-transition: left 0.3s;
    -ms-transition: left 0.3s;
    transition: left 0.3s;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: relative;
  }
  .nav-before-open body {
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  .nav-open .page-wrapper {
    left: 80%;
    left: calc(100% - 54px);
    overflow: visible;
  }
  .nav-open .nav-sections {
    -webkit-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    -ms-box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    box-shadow: 0 0 5px 0 rgba(50, 50, 50, 0.75);
    left: 0;
    z-index: 99;
  }
  .nav-open .nav-toggle:after {
    background: rgba(0, 0, 0, 0.01);
    content: '';
    display: block;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  header.page-header .nav-sections-items {
    position: relative;
    z-index: 1;
  }
  header.page-header .nav-sections-items:before,
  header.page-header .nav-sections-items:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-items:after {
    clear: both;
  }
  header.page-header .nav-sections-item-title {
    background: #0088cc;
    border: solid rgba(255, 255, 255, 0.3);
    border-width: 0 0 1px 1px;
    box-sizing: border-box;
    float: left;
    height: 71px;
    padding-top: 24px;
    text-align: center;
    width: 33.33%;
  }
  header.page-header .nav-sections-item-title.active {
    background: transparent;
    border-bottom: 0;
  }
  header.page-header .nav-sections-item-title.active > a,
  header.page-header .nav-sections-item-title.active > a:hover,
  header.page-header .nav-sections-item-title.active > a:focus {
    color: #0088cc;
  }
  header.page-header .nav-sections-item-title > a,
  header.page-header .nav-sections-item-title > a:hover,
  header.page-header .nav-sections-item-title > a:focus {
    color: #ffffff;
  }
  header.page-header .nav-sections-item-content {
    box-sizing: border-box;
    float: right;
    margin-left: -100%;
    margin-top: 71px;
    width: 100%;
  }
  header.page-header .nav-sections-item-content:before,
  header.page-header .nav-sections-item-content:after {
    content: '';
    display: table;
  }
  header.page-header .nav-sections-item-content:after {
    clear: both;
  }
  header.page-header .nav-sections-item-content.active {
    display: block;
  }
  .navigation {
    background: transparent;
    box-sizing: border-box;
  }
  .navigation ul {
    margin: 0;
    padding: 0;
  }
  .navigation li {
    margin: 0;
  }
  .navigation a {
    display: block;
    padding-top: 0.5em;
    padding-right: 0;
    padding-bottom: 0.5em;
    padding-left: 15px;
  }
  .navigation a,
  .navigation a:hover {
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 {
    border-top: 1px solid #dddddd;
    font-size: 1.3rem;
  }
  .navigation .level0 > .level-top {
    font-weight: 400;
    padding: 8px 2em 8px 15px;
    text-transform: uppercase;
    word-wrap: break-word;
  }
  .navigation .level0 > .level-top:hover {
    color: #747474;
  }
  .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: #747474;
  }
  .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: #747474;
  }
  .navigation .submenu:not(:first-child).expanded {
    display: block !important;
    padding-right: 0;
    top: 0 !important;
  }
  .navigation .submenu:not(:first-child) .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 8px;
    padding-left: 7px;
  }
  .navigation .submenu:not(:first-child) .level1.active > a {
    padding-left: 7px;
  }
  .navigation a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .navigation a:hover {
    color: #0088cc !important;
  }
  .navigation li.level0 {
    line-height: 16px;
  }
  .navigation li.level0:first-child {
    border-top: 0;
  }
  .navigation li.level0 > a.level-top {
    padding: 13px 36px 13px 15px;
  }
  .navigation li.level0 > a.ui-state-active {
    color: #000;
    font-weight: 600;
  }
  .navigation li.level0 > a.ui-state-active,
  .navigation li.level0 > a.ui-state-active + .submenu {
    background-color: #eeeeee;
  }
  .navigation li.level0.active .all-category .ui-state-focus,
  .navigation li.level0.active > a:not(.ui-state-active),
  .navigation li.level0.has-active > a:not(.ui-state-active),
  .navigation li.level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon),
  .navigation li.level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    border-left: 0;
    margin-left: 0;
  }
  .navigation li.level0 > .ui-menu-item > a {
    font-weight: 400;
  }
  .navigation li.level0 .ui-menu-item > a:before {
    content: '\f801';
    display: inline;
    font-family: 'porto-icons';
    margin-right: 10px;
    font-size: 16px;
    vertical-align: top;
    color: #aaaaaa;
  }
  .navigation li.level0 ul.level0 > .level1 {
    font-weight: 400;
  }
  .navigation ul.submenu,
  .navigation ul.submenu:not(:first-child) {
    padding-left: 15px;
  }
  .navigation ul.submenu .active > a,
  .navigation ul.submenu:not(:first-child) .active > a,
  .navigation ul.submenu .level1.active > a,
  .navigation ul.submenu:not(:first-child) .level1.active > a {
    padding-left: 15px;
    border: 0;
    font-weight: 600;
  }
  .navigation ul.submenu > li {
    line-height: 16px;
  }
}
@media (min-width: 992px) {
  .nav-toggle {
    display: none;
  }
  .nav-sections {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-flex-basis: auto;
    flex-basis: auto;
  }
  .nav-sections-item-title {
    display: none;
  }
  .nav-sections-item-content > * {
    display: none;
  }
  .nav-sections-item-content > .navigation {
    display: block;
    z-index: 5;
  }
  .navigation {
    background: transparent;
    font-size: 12px;
    font-weight: 700;
    height: inherit;
    left: auto;
    overflow: inherit;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 3;
  }
  .navigation:empty {
    display: none;
  }
  .navigation ul {
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    position: relative;
  }
  .navigation li.level0 {
    border-top: none;
  }
  .navigation li.level1 {
    position: relative;
  }
  .navigation .level0 {
    margin: 0 0.5em 0 0;
    display: inline-block;
    position: relative;
  }
  .navigation .level0:last-child {
    margin-right: 0;
    padding-right: 0;
  }
  .navigation .level0:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    width: 10px;
    height: calc(100% + 3px);
    z-index: 1;
  }
  .navigation .level0 > .level-top {
    color: #575757;
    line-height: 46px;
    padding: 0 12px;
    text-decoration: none;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
  }
  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #747474;
    text-decoration: none;
  }
  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0;
    color: #747474;
    text-decoration: none;
    display: inline-block;
  }
  .navigation .level0.parent:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.parent > .level-top {
    padding-right: 20px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon {
    position: absolute;
    right: 0;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0.parent > .level-top > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\e81c';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0 .submenu {
    background: #ffffff;
    border: 0 solid #0088cc;
    box-shadow: 0 0.25em 0.25em rgba(0, 0, 0, 0.19);
    font-weight: 400;
    min-width: 230px;
    padding: 0;
    display: none;
    left: 0;
    margin: 0 !important;
    position: absolute;
    z-index: 1;
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul {
    margin-top: 11px;
  }
  .navigation .level0 .submenu > ul:before,
  .navigation .level0 .submenu > ul:after {
    content: '';
    display: block;
    overflow: hidden;
    position: absolute;
  }
  .navigation .level0 .submenu > ul:before {
    color: #ffffff;
    left: 20px;
    top: -20px;
    border: 10px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #ffffff;
    z-index: 4;
  }
  .navigation .level0 .submenu > ul:after {
    border: 11px solid transparent;
    height: 0;
    width: 0;
    border-bottom-color: #0088cc;
    color: #0088cc;
    left: 19px;
    top: -22px;
    z-index: 3;
  }
  .navigation .level0 .submenu:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 4px;
    left: 0;
    top: -4px;
    z-index: 1;
  }
  .navigation .level0 .submenu a {
    display: block;
    line-height: inherit;
    color: #777777;
    padding: 9px 5px;
  }
  .navigation .level0 .submenu a:hover,
  .navigation .level0 .submenu a.ui-state-focus {
    background: #f4f4f4;
    color: #777777;
    text-decoration: none;
  }
  .navigation .level0 .submenu .active > a {
    border-color: #ff5501;
    border-style: solid;
    border-width: 0 0 0 3px;
  }
  .navigation .level0 .submenu .submenu {
    top: -1px !important;
    left: 100% !important;
  }
  .navigation .level0 .submenu .submenu-reverse {
    left: auto !important;
    right: 100%;
  }
  .navigation .level0 .submenu li {
    margin: 0;
    position: relative;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon {
    position: absolute;
    right: 3px;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .navigation .level0 .submenu li.parent > a > .ui-menu-icon:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 12px;
    line-height: 20px;
    color: inherit;
    content: '\f801';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more {
    position: relative;
    display: inline-block;
    text-decoration: none;
  }
  .navigation .level0.more:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 26px;
    line-height: inherit;
    color: inherit;
    content: '\e607';
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .navigation .level0.more:before {
    display: none;
  }
  .navigation .level0.more:after {
    cursor: pointer;
    padding: 8px 12px;
    position: relative;
    z-index: 1;
  }
  .navigation .level0.more:hover > .submenu {
    overflow: visible !important;
  }
  .navigation .level0.more li {
    display: block;
  }
  .panel.header .links,
  .panel.header .switcher {
    display: inline-block;
    margin: 0;
    vertical-align: middle;
  }
  .navigation li.level0 {
    transition-delay: 0.3s;
    margin-right: 0;
  }
}
@media (max-width: 640px) {
  .page-wrapper .btn {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
/**
 * 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;
}
/**
 * Copyright © Magento, Inc. All rights reserved.
 * See COPYING.txt for license details.
 */
.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
._amrev-disabled {
  opacity: .8;
  pointer-events: none;
}
.hidden {
  display: none;
}
._clear-btn,
._clear-btn:focus,
._clear-btn:hover,
._clear-btn:active,
._clear-btn:not(.primary) {
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-weight: normal;
  box-shadow: none;
}
@keyframes amloadrotate {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media screen and (min-width: 992px), print {
  .page-main .amreview-widget-title {
    padding: 25px 0 20px;
  }
}
@media (max-width: 768px) {
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items {
    margin-right: -10px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    transition: 0.1s all ease-in;
    transition: all 0.1s ease-in;
    margin: 5px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide:not(:last-child) {
    padding-right: 20px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide.slick-current ~ .slick-slide {
    transform: translateX(-20px);
  }
}
@media (min-width: 992px) {
  .amreview-widget-container.-summary-widget {
    flex-wrap: nowrap;
  }
  .amreview-widget-container.-summary-widget .amreview-rating-wrapper {
    margin: 0 15px 5px 0;
  }
  .amreview-widget-container.-summary-widget .amreview-description .amreview-text {
    margin: 10px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-block {
    margin: 0 0 0 50px;
    max-width: 75%;
  }
  .amreview-widget-container.-summary-widget .amreview-button.-see-all {
    position: inherit;
    padding: 9px 16px;
    background: transparent;
  }
  .amreview-widget-container.-summary-widget .amreview-percent-block {
    order: 3;
    margin: 0 0 25px 0;
  }
  .amreview-widget-container.-summary-widget .product-image-container {
    display: block;
  }
  .amreview-widget-container.-summary-widget.-list {
    padding: 35px 125px;
  }
  .amreview-widget-container.-summary-widget.-slider {
    padding: 35px 125px 35px 90px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-description-wrap {
    width: 74%;
  }
}
@keyframes loading {
  0% {
    transform: translate(-50%, -50%) rotate(0);
  }
  100% {
    transform: translate(-50%, -50%) rotate(359.9deg);
  }
}
/* stylelint-disable-line */
._amblog-toggle:before {
  background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
  content: '';
  cursor: pointer;
  display: block;
  height: 12px;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-180deg);
  width: 20px;
}
._amblog-toggle.-active:before {
  transform: translateY(-50%) rotate(0);
}
._amblog-form.amblog-item {
  padding: 0 25px 25px;
}
._amblog-form .amblog-form-container {
  position: relative;
}
._amblog-form .amblog-input {
  border: 1px solid #e5e5e5;
  color: #525252;
  border-radius: 3px;
  font-size: 1.4rem;
  height: 100%;
  padding: 11px 60px 11px 14px;
  width: 100%;
}
._amblog-form .amblog-input:hover {
  border-color: #b3b3b3;
}
._amblog-form .amblog-input::-webkit-input-placeholder,
._amblog-form .amblog-input:-ms-input-placeholder,
._amblog-form .amblog-input::-moz-placeholder {
  color: #999999;
}
._amblog-form .amblog-input:focus {
  border: 1px solid #499bf8;
  box-shadow: none;
}
._amblog-form .amblog-input:focus::-webkit-input-placeholder,
._amblog-form .amblog-input:focus::-moz-placeholder,
._amblog-form .amblog-input:focus:-ms-input-placeholder {
  color: transparent;
}
._amblog-column-form .input-box {
  flex-direction: column;
}
._amblog-column-form .amblog-input {
  margin-bottom: 20px;
  margin-right: 0;
}
._amblog-column-form .amblog-btn,
._amblog-column-form .amblog-input {
  max-width: 100%;
  width: 100%;
}
._amblog-column-form .mage-error[generated='true'] {
  margin-bottom: 10px;
  margin-top: -10px;
  order: 0;
  width: 100%;
  word-break: break-all;
}
._amblog-button {
  background: #1979c2;
  border-color: transparent;
  border-radius: 3px;
  box-sizing: border-box;
  color: #ffffff;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.8rem;
  padding: 12px 30px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
._amblog-button:hover {
  background: #135d95;
  color: #ffffff;
  text-decoration: none;
}
._amblog-button:active {
  background: #0d4168;
  color: #ffffff;
  text-decoration: none;
}
.amblog-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .amblog-word-break {
  word-break: break-all;
}
.ambase-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambase-word-break {
  word-break: break-all;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@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;
  }
}
.am-visually-hidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  margin: 0;
  padding: 0;
  width: 0;
  height: 0;
  border: 0;
  opacity: 0;
}
.am-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
.ambrands-word-break {
  word-wrap: break-word;
  word-break: break-word;
}
.ie11 .ambrands-word-break {
  word-break: break-all;
}
.am-word-break {
  word-break: break-word;
  word-wrap: break-word;
}
.ie11 .am-word-break {
  word-break: break-all;
}
@-webkit-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-ms-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes amsearch-animation__fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/**
 * 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;
  }
}
.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;
}
.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;
}
/**
 * Mageplaza
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the Mageplaza.com license that is
 * available through the world-wide-web at this URL:
 * https://www.mageplaza.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    Mageplaza
 * @package     Mageplaza_Gdpr
 * @copyright   Copyright (c) Mageplaza (https://www.mageplaza.com/)
 * @license     https://www.mageplaza.com/LICENSE.txt
 */
.mp-gdpr-delete-account .legend span {
  color: #e02b27;
  font-weight: 600;
}
.mp-gdpr-delete-account .actions-toolbar {
  margin-top: 25px;
}
.mp-gdpr-delete-account .actions-toolbar .action-delete {
  background-color: #db3b21;
  border-color: #db3b21;
  color: #ffffff;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.25);
}
.mp-gdpr-delete-account .actions-toolbar .action-delete:hover {
  background-color: #ba4000;
  border-color: #b84002;
}
.mp-gdpr-delete-customer-account {
  background: #f0f0f0;
  padding: 20px;
  margin-top: 30px;
  border-radius: 10px;
}
.mp-gdpr-delete-customer-account .fieldset > .legend {
  background-color: transparent !important;
  margin-bottom: 5px !important;
}
.mp-gdpr-delete-customer-account .actions-toolbar,
.mp-gdpr-delete-customer-account .gdpr-delete-message {
  padding-left: 0;
}
.mp-gdpr-delete-customer-account button.action.primary.action-delete {
  text-shadow: none;
  border-color: #e13530 !important;
  color: #e02b27 !important;
  font-weight: 600 !important;
}
/**
 * GiaPhuGroup Co., Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the GiaPhuGroup.com license that is
 * available through the world-wide-web at this URL:
 * https://www.giaphugroup.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    PHPCuong
 * @package     PHPCuong_Core
 * @copyright   Copyright (c) 2017-2018 GiaPhuGroup Co., Ltd. All rights reserved. (http://www.giaphugroup.com/)
 * @license     https://www.giaphugroup.com/LICENSE.txt
 */
/**
 * GiaPhuGroup Co., Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the GiaPhuGroup.com license that is
 * available through the world-wide-web at this URL:
 * https://www.giaphugroup.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    PHPCuong
 * @package     PHPCuong_Core
 * @copyright   Copyright (c) 2017-2018 GiaPhuGroup Co., Ltd. All rights reserved. (http://www.giaphugroup.com/)
 * @license     https://www.giaphugroup.com/LICENSE.txt
 */
/* grid bootstrap */
.row {
  margin-left: -15px;
  margin-right: -15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row-eq-height {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.gpg,
.gpg-xs-1,
.gpg-sm-1,
.gpg-md-1,
.gpg-lg-1,
.gpg-xs-2,
.gpg-sm-2,
.gpg-md-2,
.gpg-lg-2,
.gpg-xs-3,
.gpg-sm-3,
.gpg-md-3,
.gpg-lg-3,
.gpg-xs-4,
.gpg-sm-4,
.gpg-md-4,
.gpg-lg-4,
.gpg-xs-5,
.gpg-sm-5,
.gpg-md-5,
.gpg-lg-5,
.gpg-xs-6,
.gpg-sm-6,
.gpg-md-6,
.gpg-lg-6,
.gpg-xs-7,
.gpg-sm-7,
.gpg-md-7,
.gpg-lg-7,
.gpg-xs-8,
.gpg-sm-8,
.gpg-md-8,
.gpg-lg-8,
.gpg-xs-9,
.gpg-sm-9,
.gpg-md-9,
.gpg-lg-9,
.gpg-xs-10,
.gpg-sm-10,
.gpg-md-10,
.gpg-lg-10,
.gpg-xs-11,
.gpg-sm-11,
.gpg-md-11,
.gpg-lg-11,
.gpg-xs-12,
.gpg-sm-12,
.gpg-md-12,
.gpg-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.gpg,
.gpg-xs-1,
.gpg-xs-2,
.gpg-xs-3,
.gpg-xs-4,
.gpg-xs-5,
.gpg-xs-6,
.gpg-xs-7,
.gpg-xs-8,
.gpg-xs-9,
.gpg-xs-10,
.gpg-xs-11,
.gpg-xs-12 {
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.gpg-xs-12 {
  width: 100%;
}
.gpg-xs-11 {
  width: 91.66666667%;
}
.gpg-xs-10 {
  width: 83.33333333%;
}
.gpg-xs-9 {
  width: 75%;
}
.gpg-xs-8 {
  width: 66.66666667%;
}
.gpg-xs-7 {
  width: 58.33333333%;
}
.gpg-xs-6 {
  width: 50%;
}
.gpg-xs-5 {
  width: 41.66666667%;
}
.gpg-xs-4 {
  width: 33.33333333%;
}
.gpg-xs-3 {
  width: 25%;
}
.gpg-xs-2 {
  width: 16.66666667%;
}
.gpg-xs-1 {
  width: 8.33333333%;
}
.gpg-xs-pull-12 {
  right: 100%;
}
.gpg-xs-pull-11 {
  right: 91.66666667%;
}
.gpg-xs-pull-10 {
  right: 83.33333333%;
}
.gpg-xs-pull-9 {
  right: 75%;
}
.gpg-xs-pull-8 {
  right: 66.66666667%;
}
.gpg-xs-pull-7 {
  right: 58.33333333%;
}
.gpg-xs-pull-6 {
  right: 50%;
}
.gpg-xs-pull-5 {
  right: 41.66666667%;
}
.gpg-xs-pull-4 {
  right: 33.33333333%;
}
.gpg-xs-pull-3 {
  right: 25%;
}
.gpg-xs-pull-2 {
  right: 16.66666667%;
}
.gpg-xs-pull-1 {
  right: 8.33333333%;
}
.gpg-xs-pull-0 {
  right: auto;
}
.gpg-xs-push-12 {
  left: 100%;
}
.gpg-xs-push-11 {
  left: 91.66666667%;
}
.gpg-xs-push-10 {
  left: 83.33333333%;
}
.gpg-xs-push-9 {
  left: 75%;
}
.gpg-xs-push-8 {
  left: 66.66666667%;
}
.gpg-xs-push-7 {
  left: 58.33333333%;
}
.gpg-xs-push-6 {
  left: 50%;
}
.gpg-xs-push-5 {
  left: 41.66666667%;
}
.gpg-xs-push-4 {
  left: 33.33333333%;
}
.gpg-xs-push-3 {
  left: 25%;
}
.gpg-xs-push-2 {
  left: 16.66666667%;
}
.gpg-xs-push-1 {
  left: 8.33333333%;
}
.gpg-xs-push-0 {
  left: auto;
}
.gpg-xs-offset-12 {
  margin-left: 100%;
}
.gpg-xs-offset-11 {
  margin-left: 91.66666667%;
}
.gpg-xs-offset-10 {
  margin-left: 83.33333333%;
}
.gpg-xs-offset-9 {
  margin-left: 75%;
}
.gpg-xs-offset-8 {
  margin-left: 66.66666667%;
}
.gpg-xs-offset-7 {
  margin-left: 58.33333333%;
}
.gpg-xs-offset-6 {
  margin-left: 50%;
}
.gpg-xs-offset-5 {
  margin-left: 41.66666667%;
}
.gpg-xs-offset-4 {
  margin-left: 33.33333333%;
}
.gpg-xs-offset-3 {
  margin-left: 25%;
}
.gpg-xs-offset-2 {
  margin-left: 16.66666667%;
}
.gpg-xs-offset-1 {
  margin-left: 8.33333333%;
}
.gpg-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .gpg,
  .gpg-sm-1,
  .gpg-sm-2,
  .gpg-sm-3,
  .gpg-sm-4,
  .gpg-sm-5,
  .gpg-sm-6,
  .gpg-sm-7,
  .gpg-sm-8,
  .gpg-sm-9,
  .gpg-sm-10,
  .gpg-sm-11,
  .gpg-sm-12 {
    float: left;
  }
  .gpg-sm-12 {
    width: 100%;
  }
  .gpg-sm-11 {
    width: 91.66666667%;
  }
  .gpg-sm-10 {
    width: 83.33333333%;
  }
  .gpg-sm-9 {
    width: 75%;
  }
  .gpg-sm-8 {
    width: 66.66666667%;
  }
  .gpg-sm-7 {
    width: 58.33333333%;
  }
  .gpg-sm-6 {
    width: 50%;
  }
  .gpg-sm-5 {
    width: 41.66666667%;
  }
  .gpg-sm-4 {
    width: 33.33333333%;
  }
  .gpg-sm-3 {
    width: 25%;
  }
  .gpg-sm-2 {
    width: 16.66666667%;
  }
  .gpg-sm-1 {
    width: 8.33333333%;
  }
  .gpg-sm-pull-12 {
    right: 100%;
  }
  .gpg-sm-pull-11 {
    right: 91.66666667%;
  }
  .gpg-sm-pull-10 {
    right: 83.33333333%;
  }
  .gpg-sm-pull-9 {
    right: 75%;
  }
  .gpg-sm-pull-8 {
    right: 66.66666667%;
  }
  .gpg-sm-pull-7 {
    right: 58.33333333%;
  }
  .gpg-sm-pull-6 {
    right: 50%;
  }
  .gpg-sm-pull-5 {
    right: 41.66666667%;
  }
  .gpg-sm-pull-4 {
    right: 33.33333333%;
  }
  .gpg-sm-pull-3 {
    right: 25%;
  }
  .gpg-sm-pull-2 {
    right: 16.66666667%;
  }
  .gpg-sm-pull-1 {
    right: 8.33333333%;
  }
  .gpg-sm-pull-0 {
    right: auto;
  }
  .gpg-sm-push-12 {
    left: 100%;
  }
  .gpg-sm-push-11 {
    left: 91.66666667%;
  }
  .gpg-sm-push-10 {
    left: 83.33333333%;
  }
  .gpg-sm-push-9 {
    left: 75%;
  }
  .gpg-sm-push-8 {
    left: 66.66666667%;
  }
  .gpg-sm-push-7 {
    left: 58.33333333%;
  }
  .gpg-sm-push-6 {
    left: 50%;
  }
  .gpg-sm-push-5 {
    left: 41.66666667%;
  }
  .gpg-sm-push-4 {
    left: 33.33333333%;
  }
  .gpg-sm-push-3 {
    left: 25%;
  }
  .gpg-sm-push-2 {
    left: 16.66666667%;
  }
  .gpg-sm-push-1 {
    left: 8.33333333%;
  }
  .gpg-sm-push-0 {
    left: auto;
  }
  .gpg-sm-offset-12 {
    margin-left: 100%;
  }
  .gpg-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .gpg-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .gpg-sm-offset-9 {
    margin-left: 75%;
  }
  .gpg-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .gpg-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .gpg-sm-offset-6 {
    margin-left: 50%;
  }
  .gpg-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .gpg-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .gpg-sm-offset-3 {
    margin-left: 25%;
  }
  .gpg-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .gpg-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .gpg-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .gpg,
  .gpg-md-1,
  .gpg-md-2,
  .gpg-md-3,
  .gpg-md-4,
  .gpg-md-5,
  .gpg-md-6,
  .gpg-md-7,
  .gpg-md-8,
  .gpg-md-9,
  .gpg-md-10,
  .gpg-md-11,
  .gpg-md-12 {
    float: left;
  }
  .gpg-md-12 {
    width: 100%;
  }
  .gpg-md-11 {
    width: 91.66666667%;
  }
  .gpg-md-10 {
    width: 83.33333333%;
  }
  .gpg-md-9 {
    width: 75%;
  }
  .gpg-md-8 {
    width: 66.66666667%;
  }
  .gpg-md-7 {
    width: 58.33333333%;
  }
  .gpg-md-6 {
    width: 50%;
  }
  .gpg-md-5 {
    width: 41.66666667%;
  }
  .gpg-md-4 {
    width: 33.33333333%;
  }
  .gpg-md-3 {
    width: 25%;
  }
  .gpg-md-2 {
    width: 16.66666667%;
  }
  .gpg-md-1 {
    width: 8.33333333%;
  }
  .gpg-md-pull-12 {
    right: 100%;
  }
  .gpg-md-pull-11 {
    right: 91.66666667%;
  }
  .gpg-md-pull-10 {
    right: 83.33333333%;
  }
  .gpg-md-pull-9 {
    right: 75%;
  }
  .gpg-md-pull-8 {
    right: 66.66666667%;
  }
  .gpg-md-pull-7 {
    right: 58.33333333%;
  }
  .gpg-md-pull-6 {
    right: 50%;
  }
  .gpg-md-pull-5 {
    right: 41.66666667%;
  }
  .gpg-md-pull-4 {
    right: 33.33333333%;
  }
  .gpg-md-pull-3 {
    right: 25%;
  }
  .gpg-md-pull-2 {
    right: 16.66666667%;
  }
  .gpg-md-pull-1 {
    right: 8.33333333%;
  }
  .gpg-md-pull-0 {
    right: auto;
  }
  .gpg-md-push-12 {
    left: 100%;
  }
  .gpg-md-push-11 {
    left: 91.66666667%;
  }
  .gpg-md-push-10 {
    left: 83.33333333%;
  }
  .gpg-md-push-9 {
    left: 75%;
  }
  .gpg-md-push-8 {
    left: 66.66666667%;
  }
  .gpg-md-push-7 {
    left: 58.33333333%;
  }
  .gpg-md-push-6 {
    left: 50%;
  }
  .gpg-md-push-5 {
    left: 41.66666667%;
  }
  .gpg-md-push-4 {
    left: 33.33333333%;
  }
  .gpg-md-push-3 {
    left: 25%;
  }
  .gpg-md-push-2 {
    left: 16.66666667%;
  }
  .gpg-md-push-1 {
    left: 8.33333333%;
  }
  .gpg-md-push-0 {
    left: auto;
  }
  .gpg-md-offset-12 {
    margin-left: 100%;
  }
  .gpg-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .gpg-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .gpg-md-offset-9 {
    margin-left: 75%;
  }
  .gpg-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .gpg-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .gpg-md-offset-6 {
    margin-left: 50%;
  }
  .gpg-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .gpg-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .gpg-md-offset-3 {
    margin-left: 25%;
  }
  .gpg-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .gpg-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .gpg-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .gpg,
  .gpg-lg-1,
  .gpg-lg-2,
  .gpg-lg-3,
  .gpg-lg-4,
  .gpg-lg-5,
  .gpg-lg-6,
  .gpg-lg-7,
  .gpg-lg-8,
  .gpg-lg-9,
  .gpg-lg-10,
  .gpg-lg-11,
  .gpg-lg-12 {
    float: left;
  }
  .gpg-lg-12 {
    width: 100%;
  }
  .gpg-lg-11 {
    width: 91.66666667%;
  }
  .gpg-lg-10 {
    width: 83.33333333%;
  }
  .gpg-lg-9 {
    width: 75%;
  }
  .gpg-lg-8 {
    width: 66.66666667%;
  }
  .gpg-lg-7 {
    width: 58.33333333%;
  }
  .gpg-lg-6 {
    width: 50%;
  }
  .gpg-lg-5 {
    width: 41.66666667%;
  }
  .gpg-lg-4 {
    width: 33.33333333%;
  }
  .gpg-lg-3 {
    width: 25%;
  }
  .gpg-lg-2 {
    width: 16.66666667%;
  }
  .gpg-lg-1 {
    width: 8.33333333%;
  }
  .gpg-lg-pull-12 {
    right: 100%;
  }
  .gpg-lg-pull-11 {
    right: 91.66666667%;
  }
  .gpg-lg-pull-10 {
    right: 83.33333333%;
  }
  .gpg-lg-pull-9 {
    right: 75%;
  }
  .gpg-lg-pull-8 {
    right: 66.66666667%;
  }
  .gpg-lg-pull-7 {
    right: 58.33333333%;
  }
  .gpg-lg-pull-6 {
    right: 50%;
  }
  .gpg-lg-pull-5 {
    right: 41.66666667%;
  }
  .gpg-lg-pull-4 {
    right: 33.33333333%;
  }
  .gpg-lg-pull-3 {
    right: 25%;
  }
  .gpg-lg-pull-2 {
    right: 16.66666667%;
  }
  .gpg-lg-pull-1 {
    right: 8.33333333%;
  }
  .gpg-lg-pull-0 {
    right: auto;
  }
  .gpg-lg-push-12 {
    left: 100%;
  }
  .gpg-lg-push-11 {
    left: 91.66666667%;
  }
  .gpg-lg-push-10 {
    left: 83.33333333%;
  }
  .gpg-lg-push-9 {
    left: 75%;
  }
  .gpg-lg-push-8 {
    left: 66.66666667%;
  }
  .gpg-lg-push-7 {
    left: 58.33333333%;
  }
  .gpg-lg-push-6 {
    left: 50%;
  }
  .gpg-lg-push-5 {
    left: 41.66666667%;
  }
  .gpg-lg-push-4 {
    left: 33.33333333%;
  }
  .gpg-lg-push-3 {
    left: 25%;
  }
  .gpg-lg-push-2 {
    left: 16.66666667%;
  }
  .gpg-lg-push-1 {
    left: 8.33333333%;
  }
  .gpg-lg-push-0 {
    left: auto;
  }
  .gpg-lg-offset-12 {
    margin-left: 100%;
  }
  .gpg-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .gpg-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .gpg-lg-offset-9 {
    margin-left: 75%;
  }
  .gpg-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .gpg-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .gpg-lg-offset-6 {
    margin-left: 50%;
  }
  .gpg-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .gpg-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .gpg-lg-offset-3 {
    margin-left: 25%;
  }
  .gpg-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .gpg-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .gpg-lg-offset-0 {
    margin-left: 0%;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 *  Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}
/*
 *  Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
            This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
            calculation of the height of the owl-item that breaks page layouts
         */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
/*
 *  Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("../../../../../frontend/Smartwave/porto/ro_RO/Mageplaza_Core/css/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/**
 * GiaPhuGroup Co., Ltd.
 *
 * NOTICE OF LICENSE
 *
 * This source file is subject to the GiaPhuGroup.com license that is
 * available through the world-wide-web at this URL:
 * https://www.giaphugroup.com/LICENSE.txt
 *
 * DISCLAIMER
 *
 * Do not edit or add to this file if you wish to upgrade this extension to newer
 * version in the future.
 *
 * @category    PHPCuong
 * @package     PHPCuong_Core
 * @copyright   Copyright (c) 2018-2019 GiaPhuGroup Co., Ltd. All rights reserved. (http://www.giaphugroup.com/)
 * @license     https://www.giaphugroup.com/LICENSE.txt
 */
._amcheckout-selectable-container {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
._amcheckout-selectable-item {
  display: block;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 20px;
  width: 100%;
  border: 1px solid #f9f9f9;
  border-radius: 2px;
  background: #f9f9f9;
  cursor: pointer;
}
._amcheckout-selectable-item:not(:last-of-type) {
  margin-bottom: 15px;
}
._amcheckout-selectable-item:hover {
  box-shadow: 0 2px 8px rgba(56, 77, 108, 0.4);
}
._amcheckout-selectable-item.-selected {
  border-color: #1979c3;
}
@media all and (min-width: 768px) {
  ._amcheckout-selectable-item {
    width: 48%;
  }
  ._amcheckout-selectable-item:nth-last-child(-n + 2) {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sw-megamenu.navigation > ul {
    position: relative;
  }
  .sw-megamenu.navigation > ul:after {
    disaply: table;
    content: '';
    clear: both;
  }
  .sw-megamenu.navigation .open-children-toggle {
    display: none;
  }
  .sw-megamenu.navigation span.cat-label {
    position: absolute;
    text-transform: uppercase;
    font: inherit;
    font-size: 9px;
    padding: 2px;
    border-radius: 0;
    line-height: 1;
    color: #fff;
  }
  .sw-megamenu.navigation span.cat-label:before {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    border: 3px solid transparent;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1 {
    background-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label1::before {
    border-left-color: #0cc485;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2 {
    background-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label2::before {
    border-left-color: #eb2771;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3 {
    background-color: #0ae3eb;
  }
  .sw-megamenu.navigation span.cat-label.cat-label-label3::before {
    border-left-color: #0ae3eb;
  }
  .sw-megamenu.navigation a:hover > span > span.cat-label {
    text-decoration: none;
  }
  .sw-megamenu.navigation li > a > span {
    position: relative;
  }
  .sw-megamenu.navigation li.level0 > .level-top {
    transition-delay: 0s !important;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label {
    top: -10px;
    right: 14px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label:before {
    left: 3px;
    bottom: -4px;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label1:before {
    border-top-color: #0cc485;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label2:before {
    border-top-color: #eb2771;
  }
  .sw-megamenu.navigation li.level0 > a > span.cat-label.cat-label-label3:before {
    border-top-color: #0ae3eb;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label {
    top: 3px;
    right: -35px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label:before {
    left: -6px;
    bottom: 3px;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation li .subchildmenu li > a > span > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns > li {
    float: left;
    padding: 15px 10px 0;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns1 > li {
    float: none;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li {
    width: 50%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns2 > li:nth-child(2n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li {
    width: 33.33%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns3 > li:nth-child(3n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li {
    width: 25%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns4 > li:nth-child(4n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li {
    width: 20%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns5 > li:nth-child(5n+1) {
    clear: both;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li {
    width: 16.66%;
  }
  .sw-megamenu.navigation .subchildmenu.mega-columns.columns6 > li:nth-child(6n+1) {
    clear: both;
  }
  .sw-megamenu.navigation li.level0 {
    transition-delay: 0s;
    transition: .2s opacity;
  }
  .sw-megamenu.navigation li.level0.fl-left {
    float: left;
  }
  .sw-megamenu.navigation li.level0.fl-right {
    float: right;
  }
  .sw-megamenu.navigation li.level0.fl-right.staticwidth .submenu {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu {
    display: block;
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    color: #777;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul {
    margin-top: 0;
  }
  .sw-megamenu.navigation li.level0 .submenu > ul:before,
  .sw-megamenu.navigation li.level0 .submenu > ul:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .submenu .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .sw-megamenu.navigation li.level0.parent > .submenu.popup-left {
    left: auto;
    right: 0;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth {
    position: static;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu {
    width: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    padding: 10px;
    left: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth:hover > .submenu,
  .sw-megamenu.navigation li.level0.staticwidth:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.parent > a:after,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.parent > a:after {
    display: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    font-size: inherit;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 18px;
    padding-top: 0;
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > .menu-thumb-img,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > .menu-thumb-img {
    margin: 10px 0 -5px;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 7px 0;
    text-transform: uppercase;
    color: #696969;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover {
    background: none;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu a:hover > span,
  .sw-megamenu.navigation li.level0.staticwidth .submenu a:hover > span {
    text-decoration: underline;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .submenu .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .menu-bottom-block {
    padding-left: 0;
    padding-right: 0;
  }
  .sw-megamenu.navigation li.level0.fullwidth .submenu .subchildmenu .subchildmenu,
  .sw-megamenu.navigation li.level0.staticwidth .submenu .subchildmenu .subchildmenu {
    padding-bottom: 5px;
  }
  .sw-megamenu.navigation li.level0.classic .submenu {
    padding: 5px 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu > .row {
    margin: 0;
  }
  .sw-megamenu.navigation li.level0.classic .submenu a {
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    padding: 8px 15px;
    text-transform: uppercase;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu {
    min-width: 230px;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    visibility: hidden;
    opacity: 0;
    transition: .2s opacity;
    padding: 5px 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    position: absolute;
    left: 0;
    top: 0;
    background: #fff;
    z-index: 6;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu > li:hover > .subchildmenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li.parent > .subchildmenu.popup-left {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .sw-megamenu.navigation li.level0.classic li.parent a > span {
    margin-right: auto;
  }
  .sw-megamenu.navigation li.level0.classic .subchildmenu.popup-left .subchildmenu {
    left: auto;
    right: 100%;
    border-radius: 0;
  }
  .sw-megamenu.navigation li.level0.classic:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic li:hover > .submenu {
    visibility: visible;
    opacity: 1;
  }
  .sw-megamenu.navigation li.level0.classic .submenu,
  .sw-megamenu.navigation li.level0.classic .subchildmenu .subchildmenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0.staticwidth .submenu {
    left: 0;
  }
  .sw-megamenu.navigation li.level0 > em,
  .sw-megamenu.navigation li.level0 i {
    color: inherit;
    margin-right: .5rem;
  }
  .sw-megamenu.navigation.side-megamenu {
    padding: 0;
  }
  .sw-megamenu.navigation.side-megamenu li {
    margin: 0;
    position: relative;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 {
    display: block;
    position: relative;
    border-radius: 0;
    margin: 0;
    margin-top: 1px;
    float: none !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
    margin-right: -2px;
    line-height: inherit;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.parent > a:after {
    content: '\e819';
    margin-left: -2px;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e81a';
    display: inline-block;
    font-family: 'porto-icons';
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic .submenu li.parent > a:after {
    content: '\e819';
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: 100% !important;
    top: 0;
    padding-bottom: 15px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.staticwidth > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: 100% !important;
    top: 0;
    padding: 5px;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu {
    left: auto !important;
    right: 100% !important;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.classic > .submenu .subchildmenu .subchildmenu {
    padding: 5px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0.fullwidth > .submenu {
    width: 1024px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a {
    display: flex;
    align-items: center;
    border-top: 1px solid #e7e7e7;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0;
    margin-left: 16px;
    margin-right: 18px;
    padding: 14px 12px 14px 5px;
    color: inherit;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    flex: 1;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > span:not(.cat-label) {
    order: 2;
    text-align: right;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label {
    position: relative;
    margin-left: 10px;
    padding: 0 2px;
    top: 0;
    right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label:before {
    width: 5px;
    height: 5px;
    border: 3px solid transparent;
    position: absolute;
    left: -6px;
    top: 50%;
    margin-top: -3px;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label1:before {
    border-right-color: #0cc485;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label2:before {
    border-right-color: #eb2771;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > span.cat-label.cat-label-label3:before {
    border-right-color: #0ae3eb;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    color: inherit;
    margin-right: .5rem;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a > em,
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > a i {
    margin-left: .5rem;
    margin-right: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child {
    margin-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:first-child > a {
    border-top: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover {
    background-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0:hover > a {
    color: inherit;
    border-top-color: #08c;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu {
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0;
  }
  .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    content: '';
    position: absolute;
    border-right: 12px solid #fff;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    left: -12px;
    top: 11.5px;
    z-index: 112;
    width: auto;
    height: auto;
  }
  .page-layout-2columns-right .sw-megamenu.navigation.side-megamenu li.level0 > .submenu::before {
    border-left: 12px solid #fff;
    border-right: none;
    right: -12px;
    left: auto;
  }
  .sw-megamenu.navigation.side-megamenu li.active {
    background-color: #08c;
    color: #fff;
  }
  .sw-megamenu.navigation.side-megamenu li.active + .level0 > a {
    border-top: 0;
  }
}
@media (max-width: 991px) {
  .sw-megamenu.navigation.side-megamenu {
    display: none;
  }
  .sw-megamenu.navigation .submenu.level0 {
    height: 0;
    visibility: hidden;
  }
  .sw-megamenu.navigation .submenu.level0.opened {
    visibility: visible;
    height: auto;
  }
  .sw-megamenu.navigation li.level0.staticwidth > .submenu {
    width: auto !important;
  }
  .sw-megamenu.navigation li.level0.fullwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-top-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-right-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-left-block,
  .sw-megamenu.navigation li.level0.fullwidth .menu-bottom-block,
  .sw-megamenu.navigation li.level0.staticwidth .menu-bottom-block {
    display: none;
  }
  .sw-megamenu.navigation li.level0 .menu-thumb-img {
    display: none;
  }
  .sw-megamenu.navigation li.ui-menu-item {
    position: relative;
    float: none !important;
  }
  .sw-megamenu.navigation li.ui-menu-item > a {
    position: relative;
  }
  .sw-megamenu.navigation li.ui-menu-item > .open-children-toggle {
    display: block;
    position: absolute;
    width: 44px;
    height: 34px;
    right: 10px;
    top: 6px;
    z-index: 1;
    cursor: pointer;
    background: rgba(0, 151, 61, 0.05);
    border-radius: 13px;
  }
  .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;
  }
}
/**
 * @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: 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 (max-width: 640px) {
  .page-wrapper .amsl-popup-overlay .amsl-popup-block.-social-right {
    max-width: 21.429rem;
    min-width: 21.429rem;
  }
}
.amsl-focus {
  outline: 2px solid #00923f;
  border-color: #fff;
  transition: none;
  transform: none;
}
.amsl-buttons {
  padding: 20px !important;
  justify-content: center;
}
.amsl-popup-block .amsl-register-content .form.create.account .additional-information .checkbox,
.amsl-popup-block .amsl-register-content .form.create.account .additional-information .label {
  vertical-align: sub;
}
.amsl-popup-block .amsl-register-content .form.create.account .additional-information .label,
.amsl-popup-block .amsl-register-content .form.create.account .additional-information label {
  font-size: 12px !important;
}
.filter-options-item .filter-options-content .items:not(.items-children):not(.am-category-view),
.filter-options-item .filter-options-content .am-category-wrapper,
.filter-options-item .filter-options-content .amshopby-fromto-wrap {
  margin: 0;
}
.filterproducts.products {
  width: 100%;
}
.items[class*='am-filter-items-attr_category']:not(.items-children) > .item > a {
  font-weight: 400;
  color: #000 !important;
}
.filter-options-content .items.-am-singleselect .amshopby-link-selected .count,
.filter-options-content .swatch-option.selected + .am-shopby-swatch-label .count,
.filter-options-content .item a:hover .count {
  color: #858585;
}
.amshopby-filter-current .amshopby-remove {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -22px;
  bottom: 5px;
  width: 12px;
  height: 12px;
}
.toolbar-sorter .sorter-label {
  font-size: 1rem;
  line-height: 1.2rem;
  letter-spacing: 0;
  color: #747474;
  padding-right: 10px;
  font-family: Verdana, Geneva, sans-serif;
}
.toolbar-sorter .action.sorter-action {
  display: none !important;
}
.toolbar #toolbar-amount {
  display: none;
}
.catalogsearch-result-index .page-title-wrapper h1 span {
  display: unset !important;
}
.catalogsearch-result-index .search.results dl.block > * {
  margin-right: 20px;
  white-space: nowrap;
}
.catalogsearch-result-index .search.results dl.block {
  background: #f0f0f0;
  display: flex;
  padding: 15px 15px 8px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  flex-wrap: wrap;
  flex-direction: row;
}
.catalogsearch-result-index .search.results dl.block .item {
  background: white;
  padding: 0 10px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
h1#page-title-heading p#toolbar-amount,
h1.page-title p#toolbar-amount {
  font-weight: 400;
  color: #747474;
  display: inline-block;
  margin-bottom: 0;
}
h1#page-title-heading p#toolbar-amount .toolbar-number,
h1.page-title p#toolbar-amount .toolbar-number {
  display: inline-block;
}
.toolbar-sorter.sorter {
  text-align: right;
  margin-bottom: 40px;
}
#categ-img-desktop,
#categ-img-tablet,
#categ-img-mobile {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
#categ-img-desktop {
  display: block;
}
#categ-img-tablet,
#categ-img-mobile {
  display: none;
}
.page-wrapper > .breadcrumbs {
  margin-bottom: 0;
}
.catalogsearch-result-index .page-main,
.page-layout-2columns-left .page-main,
.catalog-category-view .page-main,
.page-layout-2columns-left .page-main {
  padding: 0 10px;
}
@media (max-width: 1366px) {
  .catalogsearch-result-index .page-main .columns .column.main .products-grid .product-item,
  .catalog-category-view .page-main .columns .column.main .products-grid .product-item {
    width: 33.333333%;
  }
}
@media (max-width: 1199px) {
  .catalogsearch-result-index .page-main .columns .column.main .page-title-wrapper .page-title,
  .catalog-category-view .page-main .columns .column.main .page-title-wrapper .page-title {
    font-size: 24px;
    line-height: 30px;
  }
}
@media (min-width: 576px) and (max-width: 1199px) {
  .catalogsearch-result-index .page-main .columns .column.main,
  .catalog-category-view .page-main .columns .column.main {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  .toolbar a.mobile-agr-btn-custom {
    background: #f0f0f0;
    padding: 5px 10px;
    border-radius: 0 10px 10px 0;
    -webkit-border-radius: 0 10px 10px 0;
    box-shadow: -10px 10px 25px -10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: -10px 10px 25px -10px rgba(0, 0, 0, 0.3);
    position: fixed;
    left: 0;
    bottom: 120px;
    z-index: 98;
    height: 50px;
  }
  a.porto-product-filters-toggle.sidebar-toggle img.filter-ich-agr {
    width: 30px;
    margin: 10px 5px;
  }
}
/*under 767px*/
@media (max-width: 768px) {
  #categ-img-tablet {
    display: block;
  }
  #categ-img-desktop,
  #categ-img-mobile {
    display: none;
  }
  .catalogsearch-result-index .page-main .columns .column.main .products-grid .product-item,
  .catalog-category-view .page-main .columns .column.main .products-grid .product-item {
    width: 50%;
  }
  .page-layout-2columns-left .page-title-wrapper .page-title {
    font-size: 22px !important;
    line-height: 30px !important;
  }
  .category-image-no-description h1,
  .category-image-with-description h1,
  .category-description-no-image h1,
  .category-image-no-description h2,
  .category-image-with-description h2,
  .category-description-no-image h2 {
    font-size: 26px !important;
  }
  .category-image-no-description h3,
  .category-image-with-description h3,
  .category-description-no-image h3,
  .category-image-no-description h4,
  .category-image-with-description h4,
  .category-description-no-image h4 {
    font-size: 22px !important;
  }
  .category-image-no-description h5,
  .category-image-with-description h5,
  .category-description-no-image h5,
  .category-image-no-description h6,
  .category-image-with-description h6,
  .category-description-no-image h6 {
    font-size: 18px !important;
  }
  .category-image-no-description p,
  .category-image-with-description p,
  .category-description-no-image p {
    font-size: 14px !important;
    line-height: 22px !important;
  }
  .filter-options .item a {
    padding: 3px 0 !important;
  }
  .filter-options .item a span {
    font-size: 12px !important;
  }
}
/*under 480x*/
@media (max-width: 480px) {
  .catalogsearch-result-index .page-main .columns .column.main .page-title-wrapper .page-title,
  .catalog-category-view .page-main .columns .column.main .page-title-wrapper .page-title {
    font-size: 20px;
    line-height: 24px;
  }
  #categ-img-mobile {
    display: block;
  }
  #categ-img-tablet,
  #categ-img-desktop {
    display: none;
  }
  .catalogsearch-result-index .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages,
  .catalog-category-view .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages,
  .page-layout-2columns-left .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages {
    display: flex;
    justify-content: center;
    align-items: baseline;
    flex-direction: column;
  }
  .catalogsearch-result-index .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages > .label,
  .catalog-category-view .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages > .label,
  .page-layout-2columns-left .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages > .label {
    padding-right: 0;
    padding-bottom: 10px;
    text-align: center;
  }
  .pages .items {
    display: flex;
    justify-content: left;
    align-items: center;
    flex-wrap: wrap;
  }
  .catalogsearch-result-index .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages .item,
  .catalog-category-view .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages .item,
  .page-layout-2columns-left .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages .item {
    margin-bottom: 10px;
  }
  /* */
  .catalogsearch-result-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-photo .product-image-photo.default_image {
    left: 50%;
    transform: translateX(-50%);
  }
  .catalogsearch-result-index .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages > .label {
    font-size: 11px;
    margin-right: 3px;
  }
  .catalogsearch-result-index .page-main .columns .column.main .products ~ .toolbar.toolbar-products .pages .item {
    margin-right: 5px;
  }
  .catalog-category-view .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-details .product-item-link,
  .catalogsearch-result-index .page-main .columns .column.main .products-grid .product-item .product-item-info .product-item-details .product-item-link {
    height: 57px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
  }
}
/*under 420px*/
@media (max-width: 420px) {
  .catalogsearch-result-index .page-main .columns .column.main select,
  .catalog-category-view .page-main .columns .column.main select,
  .page-layout-2columns-left .page-main .columns .column.main select {
    width: 100%;
  }
  .toolbar-sorter .sorter-label {
    display: none;
  }
}
/*under 360px*/
@media (max-width: 360px) {
  .catalogsearch-result-index .page-main .columns .column.main .products-grid .product-item,
  .catalog-category-view .page-main .columns .column.main .products-grid .product-item {
    width: 100%;
  }
}
@media (max-width: 575px) {
  .category-view-no-results-block-agr .-image {
    margin-bottom: 30px;
  }
  .category-view-no-results-block-agr .-description {
    text-align: center;
  }
  .category-view-no-results-block-agr .-description h2 {
    text-align: center;
  }
  .catalog-product-view .column.main .product.attribute.description {
    padding-right: 0;
  }
}
@media (max-width: 1300px) {
  .catalog-product-view .product.media {
    width: 40% !important;
  }
  .catalog-product-view .product-info-main {
    width: 50% !important;
  }
}
@media (min-width: 768px) {
  .block.widget.amrelated-grid-wrapper.block-products-list button.slick-custom-nav {
    position: absolute;
    top: -30px;
  }
  .block.widget.amrelated-grid-wrapper.block-products-list button.slick-custom-nav.next-cc-nav {
    right: 10px;
  }
  .block.widget.amrelated-grid-wrapper.block-products-list button.slick-custom-nav.prev-cc-nav {
    left: unset;
    right: 55px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .catalog-product-view .product-info-main .product-social-links {
    flex-direction: column;
  }
  .catalog-product-view .product-info-main .product-social-links .product-addto-links {
    margin-bottom: 10px;
  }
  .catalog-product-view .product-info-main .product-social-links .product-addto-links:after {
    display: none;
  }
}
@media (max-width: 768px) {
  .catalog-product-view .page-wrapper .gallery-placeholder .fotorama__wrap > .fotorama__stage {
    max-width: 100% !important;
  }
  .catalog-product-view.page-layout-1column .product-info-main .product-social-links .product-addto-links,
  .catalog-product-view.page-layout-1column .product-info-main .product-social-links .product-share {
    text-align: left;
  }
  .catalog-product-view.page-layout-1column .page-main .product-info-main .agr-product-promo-special-info .agr-product-more-special-info .prmfr-item {
    margin-bottom: 15px;
  }
  .catalog-product-view .page-main .column .review-add .review-form .review-fieldset .field.amreview-gdpr-wrap div.mage-error[generated] {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .catalog-product-view .product.media {
    width: 100% !important;
    order: 1 !important;
  }
  .catalog-product-view .product-info-main {
    order: 2 !important;
    width: 100% !important;
  }
  .catalog-product-view .block.widget.amrelated-grid-wrapper.block-products-list .related-agr-block-title strong {
    font-size: 24px;
    line-height: 32px;
  }
  .catalog-product-view .agr-main-product-info-bottom .page-main-pagebuilder-attributes#product-attribute-specs-table td.col.data {
    padding: 8px 0 8px;
  }
  .catalog-product-view .agr-main-product-info-bottom .page-main-pagebuilder-attributes#product-attribute-specs-table td.col.data ::before {
    float: left;
  }
  .catalog-product-view .column.main .product.attribute.description .value iframe {
    width: 100%;
    height: 315px;
  }
}
@media (max-width: 480px) {
  .catalog-product-view .product-info-main .product-social-links {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog-product-view .product-info-main .product-social-links .product-addto-links {
    margin-bottom: 10px;
  }
  .catalog-product-view .product-info-main .product-social-links .product-addto-links:after {
    display: none;
  }
  .catalog-product-view .amreview-info-wrapper {
    margin: 0;
  }
  .catalog-product-view .product-full-width-section .amreview-author-details .amreview-recommended {
    top: unset;
    bottom: -10px;
  }
}
@media (max-width: 360px) {
  .product-info-main .product-add-form .box-tocart .fieldset {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .field.qty {
    margin-bottom: 10px !important;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .actions {
    width: 100%;
  }
  .product-info-main .product-add-form .box-tocart .fieldset .actions button.tocart {
    width: 100%;
  }
}
@media (max-width: 768px) {
  #confirmBox .amcart-confirm-buttons .button {
    display: block;
    width: 90%;
    margin: 0 auto 10px;
  }
}
@media (max-width: 420px) {
  #confirmOverlay img {
    max-height: 95px;
  }
  #confirmBox .amcart-message-box #amcart-count {
    margin-top: 10px;
  }
  #confirmBox .amcart-message-box .amcart-subtotal {
    margin-top: 5px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1210px) {
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content {
    max-width: 850px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .col {
    padding: 0 50px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .row {
    margin: 0 -50px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper {
    padding: 15% 0 19%;
  }
}
@media (max-width: 991px) {
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content {
    max-width: 100%;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .col {
    padding: 0 40px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .row {
    margin: 0 -40px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .cms-despre-agrosel .agrosel-values-wrapper .values-boxes {
    justify-content: center;
  }
  .cms-despre-agrosel .agrosel-values-wrapper .values-boxes .values-box {
    flex-basis: 33.333333%;
    padding: 0 20px 30px;
  }
  .cms-despre-agrosel .agrosel-history-wrapper .container::after,
  .cms-despre-agrosel .agrosel-values-wrapper .container::after,
  .cms-despre-agrosel .agrosel-find-us-wrapper .container::after {
    width: calc(100% - 40px);
  }
}
@media (max-width: 768px) {
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .row {
    margin: 0 -15px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 15px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .left-col {
    padding-bottom: 40px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .left-col::after {
    transform: translate(-50%, 0);
    right: unset;
    left: 50%;
    bottom: 0;
    top: unset;
    width: 117px;
    height: 1px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content .right-col {
    padding-top: 40px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper h2.title {
    padding-bottom: 65px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper {
    padding: 100px 0 130px;
  }
}
@media (max-width: 640px) {
  .cms-despre-agrosel .owl-carousel .owl-nav {
    bottom: -48px;
    top: unset;
  }
  .cms-despre-agrosel .agrosel-blog-wrapper .agrosel-blog-content {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .cms-despre-agrosel .agrosel-recommendation-wrapper .agrosel-recommendation-content .box {
    max-width: 100%;
    padding-bottom: 50px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper .control-title {
    padding-top: 15px;
  }
  .cms-despre-agrosel h4.control-title {
    font-size: 14px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .control-points {
    padding-bottom: 70px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .control-points .col img {
    max-height: 65px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .control-points .first-col::after,
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .control-points .second-col::after {
    background-size: 75%;
  }
}
@media (max-width: 520px) {
  .cms-despre-agrosel .agrosel-values-wrapper .values-boxes .values-box {
    flex-basis: 50%;
    padding: 0 10px 30px;
  }
  .cms-despre-agrosel h4.values-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .cms-despre-agrosel .about-agrosel-wrapper .about-agrosel-content p.info {
    font-size: 14px;
    line-height: 22px;
  }
  .cms-despre-agrosel h2.title {
    font-size: 24px;
    line-height: 30px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .title {
    max-width: 335px;
  }
  .cms-despre-agrosel .agrosel-recommendation-wrapper .agrosel-recommendation-content .title,
  .cms-despre-agrosel h2.title,
  .cms-despre-agrosel .agrosel-values-wrapper .agrosel-values-content .title {
    margin-bottom: 30px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper h2.title {
    padding-bottom: 40px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper {
    padding: 80px 0 40px;
  }
  .cms-despre-agrosel .about-agrosel-wrapper {
    padding: 100px 0;
  }
}
@media (max-width: 414px) {
  .cms-despre-agrosel h4.control-title {
    font-size: 12px;
    line-height: 16px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .control-points .col img {
    max-height: 50px;
  }
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .control-points .first-col::after,
  .cms-despre-agrosel .agrosel-laboratory-wrapper .agrosel-laboratory-content .control-points .second-col::after {
    background-size: 60%;
  }
  .cms-despre-agrosel .agrosel-blog-wrapper .amblog-widget-container .amblog-list .amblog-item > div:last-child .amblog-headline {
    padding: 15px 25px;
  }
  .cms-despre-agrosel .agrosel-values-wrapper .values-boxes .values-img {
    min-height: 55px;
  }
  .cms-despre-agrosel .agrosel-values-wrapper .values-boxes .values-img img {
    max-height: 40px;
  }
  .cms-despre-agrosel h4.values-title {
    font-size: 13px;
  }
}
.about-agrosel-content .center-class {
  margin: 0 auto;
  display: contents;
}
@media (max-width: 991px) {
  .cms-despre-hektar .hektar-values-wrapper .values-boxes {
    justify-content: center;
  }
  .cms-despre-hektar .hektar-values-wrapper .values-boxes .values-box {
    flex-basis: 33.333333%;
    padding: 0 20px 30px;
  }
  .cms-despre-hektar .hektar-values-wrapper .container::after,
  .cms-despre-hektar .hektar-find-us-wrapper .container::after {
    width: calc(100% - 40px);
  }
  .cms-despre-hektar .about-hektar-wrapper {
    padding: 18% 0 12%;
  }
  .cms-despre-hektar .about-hektar-wrapper h2.title {
    padding-bottom: 70px;
  }
  .cms-despre-hektar .about-hektar-wrapper .about-hektar-content .info {
    max-width: 600px;
  }
  .cms-despre-hektar .about-hektar-wrapper .about-hektar-content .info p {
    font-size: 18px;
    line-height: 25px;
  }
  .cms-despre-hektar .hektar-products-range-wrapper {
    padding: 15% 0 13%;
  }
  .cms-despre-hektar .hektar-products-range-wrapper .range h3.subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 28px;
  }
  .cms-despre-hektar .hektar-products-range-wrapper .range a {
    bottom: 24px;
  }
}
@media (max-width: 768px) {
  .cms-despre-hektar .about-hektar-wrapper h2.title {
    padding-bottom: 50px;
  }
  .cms-despre-hektar .about-hektar-wrapper h2.title img {
    max-height: 50px;
  }
  .cms-despre-hektar .hektar-future-wrapper .hektar-future-content img {
    max-height: 50px;
  }
  .cms-despre-hektar .hektar-products-range-wrapper .range a {
    padding: 12px 16px;
  }
}
@media (max-width: 640px) {
  .cms-despre-hektar .owl-carousel .owl-nav {
    bottom: -48px;
    top: unset;
  }
  .cms-despre-hektar .hektar-products-range-wrapper {
    padding: 15% 0 20%;
  }
  .cms-despre-hektar .hektar-values-wrapper .container .hektar-values-content {
    margin-top: 30px;
  }
  .cms-despre-hektar .hektar-blog-wrapper .hektar-blog-content {
    padding: 60px 0;
  }
}
@media (max-width: 576px) {
  .cms-despre-hektar .about-hektar-wrapper .about-hektar-content .info p {
    font-size: 15px;
    line-height: 22px;
  }
}
@media (max-width: 520px) {
  .cms-despre-hektar .hektar-values-wrapper .values-boxes .values-box {
    flex-basis: 50%;
    padding: 0 10px 30px;
  }
  .cms-despre-hektar h4.values-title {
    font-size: 14px;
    line-height: 17px;
  }
}
@media (max-width: 480px) {
  .cms-despre-hektar h2.title {
    font-size: 24px;
    line-height: 30px;
  }
  .cms-despre-hektar .about-hektar-wrapper h2.title {
    padding-bottom: 40px;
  }
  .cms-despre-hektar .about-hektar-wrapper h2.title img {
    max-height: 37px;
  }
  .cms-despre-hektar .hektar-products-range-wrapper {
    padding: 20% 0 25%;
  }
  .cms-despre-hektar .hektar-testing-wrapper .products-testing .testing h4.subtitle {
    font-size: 14px;
    line-height: 17px;
  }
  .cms-despre-hektar h2.title,
  .cms-despre-hektar .hektar-values-wrapper .container .hektar-values-content .title {
    margin-bottom: 30px;
  }
  .cms-despre-hektar .about-hektar-wrapper h2.title {
    padding-bottom: 40px;
  }
  .cms-despre-hektar .hektarlaboratory-wrapper {
    padding: 80px 0 40px;
  }
  .cms-despre-hektar .hektar-products-range-wrapper .range a {
    padding: 12px 10px;
  }
}
@media (max-width: 414px) {
  .cms-despre-hektar .about-hektar-wrapper {
    padding: 25% 0 20%;
  }
  .cms-despre-hektar .hektar-blog-wrapper .amblog-widget-container .amblog-list .amblog-item > div:last-child .amblog-headline {
    padding: 15px 25px;
  }
  .cms-despre-hektar .hektar-values-wrapper .values-boxes .values-img {
    min-height: 55px;
  }
  .cms-despre-hektar .hektar-values-wrapper .values-boxes .values-img img {
    max-height: 40px;
  }
  .cms-despre-hektar h4.values-title {
    font-size: 13px;
  }
  .cms-despre-hektar .hektar-products-range-wrapper .range a {
    padding: 12px 30px;
  }
}
@media (max-width: 480px) {
  .cms-termeni-si-conditii h3,
  .cms-politica-de-confidentialitate h3,
  .cms-cum-cumpar h3,
  .cms-livrare h3,
  .cms-calendarul-gradinarului h3 {
    font-size: 20px;
  }
  .cms-termeni-si-conditii .page-main > .page-title-wrapper .page-title,
  .cms-politica-de-confidentialitate .page-main > .page-title-wrapper .page-title,
  .cms-cum-cumpar .page-main > .page-title-wrapper .page-title,
  .cms-livrare .page-main > .page-title-wrapper .page-title,
  .cms-calendarul-gradinarului .page-main > .page-title-wrapper .page-title {
    font-size: 28px;
    line-height: 32px;
    margin: 10px 0;
  }
  .cms-termeni-si-conditii table > tbody > tr > td,
  .cms-politica-de-confidentialitate table > tbody > tr > td,
  .cms-cum-cumpar table > tbody > tr > td,
  .cms-livrare table > tbody > tr > td,
  .cms-calendarul-gradinarului table > tbody > tr > td {
    font-size: 13px;
    padding: 5px 0;
  }
}
@media (max-width: 480px) {
  .cms-404-page h2 {
    font-size: 1.571rem;
  }
}
.hidden {
  display: none;
}
/*RESPONSIVE*/
@media (min-width: 992px) {
  .catalog-category-view .page-main .sidebar.sidebar-main {
    padding-right: 35px;
  }
}
@media (min-width: 1280px) {
  .catalog-category-view .page-main .sidebar.sidebar-main {
    padding-right: 65px;
  }
}
@media (max-width: 991px) {
  .page-layout-2columns-left .page-main .sidebar.sidebar-main .sidebar-content .filter-actions,
  .catalog-category-view .page-main .sidebar.sidebar-main .sidebar-content .filter-actions {
    padding: 0 20px 24px;
  }
  .page-layout-2columns-left .page-main .sidebar.sidebar-main .sidebar-content .filter-content .filter-current,
  .catalog-category-view .page-main .sidebar.sidebar-main .sidebar-content .filter-content .filter-current {
    padding: 0 20px 5px;
  }
  .catalog-category-view .page-main .columns .toolbar-products .porto-product-filters-toggle span {
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    letter-spacing: 0px;
    color: #00923F;
    text-transform: uppercase;
    padding: 10px 0;
    font-family: 'Open Sans';
  }
}
@media (max-width: 991px) {
  .page-footer .footer-middle > .container > .row > div:nth-child(2),
  .page-footer .footer-middle > .container > .row > div:first-child {
    width: 50%;
  }
  .page-footer .footer-middle > .container > .row > div:last-child {
    padding-top: 4rem;
  }
  .page-footer .footer-middle > .container > .row .footer-logo img {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (max-width: 768px) {
  .page-footer .footer-middle > .container > .row > div:first-child {
    width: 100%;
    text-align: center;
  }
  .page-footer .footer-middle > .container > .row > div:nth-child(2) {
    width: 33.333333%;
    padding-top: 4rem;
  }
  .page-footer .footer-middle > .container > .row > div:last-child {
    width: 66.666666%;
  }
  .page-footer .footer-middle > .container > .row .col-lg-12 .custom-block .footer-newsletter-wrapper .newsletter-input .newsletter label input {
    background-color: #F0F0F0;
  }
  .page-footer .footer-bottom > .container > * {
    margin-bottom: 0;
  }
}
@media (max-width: 640px) {
  .page-footer .footer-middle > .container > .row > div:nth-child(2),
  .page-footer .footer-middle > .container > .row > div:last-child {
    width: 100%;
  }
  .page-footer .footer-middle > .container > .row > div:nth-child(2) .block,
  .page-footer .footer-middle > .container > .row > div:last-child .block {
    text-align: center;
  }
  .page-footer .footer-middle .container .social-icons ul {
    justify-content: center;
  }
}
@media (max-width: 480px) {
  .page-footer .footer-top .container .row .col-lg-12 .custom-block .footer-newsletter-wrapper .newsletter-info .title {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  .page-footer .footer-top .container .row .col-lg-12 .custom-block .footer-newsletter-wrapper .newsletter-input .block.newsletter .actions {
    display: block;
    width: 100%;
    margin-top: 0.5rem;
  }
  .page-footer .footer-top .container .row .col-lg-12 .custom-block .footer-newsletter-wrapper .newsletter-input .block.newsletter .actions .subscribe {
    width: 100%;
  }
  .page-footer .footer-bottom > .container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .page-footer .footer-bottom > .container .custom-block.f-right {
    padding: 0;
  }
  .page-footer .footer-bottom > .container address {
    margin-right: unset;
    padding: 0;
  }
}
@media (min-width: 992px) {
  .page-wrapper .page-header.type22.sticky-header .header-bottom {
    top: 83px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
  }
  .page-wrapper .page-header.type22.sticky-header .header-main {
    position: fixed;
    border-bottom-width: 0 !important;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 100;
  }
}
@media (max-width: 1210px) {
  .homepage-special-offers .owl-carousel.owl-drag .owl-item,
  .homepage-recommended-products .owl-carousel.owl-drag .owl-item,
  .homepage-best-sellers .owl-carousel.owl-drag .owl-item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
  }
  .homepage-special-offers .owl-carousel.owl-drag .owl-item .item,
  .homepage-recommended-products .owl-carousel.owl-drag .owl-item .item,
  .homepage-best-sellers .owl-carousel.owl-drag .owl-item .item {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
  }
  .homepage-special-offers .product-item .product-item-details .product-item-name,
  .homepage-recommended-products .product-item .product-item-details .product-item-name,
  .homepage-best-sellers .product-item .product-item-details .product-item-name {
    min-height: 7.2rem;
  }
  .blog-listing-homepage .amblog-element-block .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-headline,
  .blog-listing-homepage .amblog-post-container .amblog-widget-container .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-headline,
  .blog-listing-homepage .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-headline,
  .blog-listing-homepage .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-headline {
    padding: 0 1.429rem;
  }
}
@media (max-width: 991px) {
  .page-header.type22 .header.content .header-left strong.logo {
    padding: 5px 0;
  }
  .page-header.type22 .header.content .header-left strong.logo img {
    max-width: 105px;
  }
  .page-header.type22 .header.content .search-area.show-icon-tablet .block.block-search {
    top: 69px;
    border-radius: 0 0 5px 5px;
  }
  .page-header.type22.sticky-header .header.content.header-row {
    min-height: 70px;
  }
  .page-header.type22 .header-left .nav-toggle img {
    min-width: 18px;
  }
  .logo {
    max-width: 95px;
    z-index: auto;
    min-width: 95px;
  }
}
@media (max-width: 900px) {
  .blog-listing-homepage .amblog-element-block .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-thesis,
  .blog-listing-homepage .amblog-post-container .amblog-widget-container .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-thesis,
  .blog-listing-homepage .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-thesis,
  .blog-listing-homepage .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list .owl-item .amblog-item .amblog-recent-post-content-wrapper .amblog-thesis {
    min-height: 0;
    padding-bottom: 1rem;
  }
}
@media (max-width: 768px) {
  .homepage-special-offers .product-item .product-item-details .product-item-name,
  .homepage-recommended-products .product-item .product-item-details .product-item-name,
  .homepage-best-sellers .product-item .product-item-details .product-item-name {
    min-height: 3.571rem;
  }
  .homepage-special-offers .product-item .product-item-details .product-item-name a,
  .homepage-recommended-products .product-item .product-item-details .product-item-name a,
  .homepage-best-sellers .product-item .product-item-details .product-item-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .page-header.type22 .header.content .search-area.show-icon-tablet .block.block-search {
    top: 69px;
  }
}
@media (max-width: 767px) {
  .homepage-about-us .row > .col-lg-6:first-child,
  .homepage-about-us .row > .col-lg-6:last-child {
    padding-left: 0;
    padding-right: 0;
  }
  .homepage-about-us .row > .col-lg-6:first-child:after {
    display: none;
  }
  .page-header.type22.sticky-header .header.content.header-row {
    min-height: 55px;
  }
}
@media (max-width: 640px) {
  #banner-slider-home .content h2 .big {
    font-size: 3.571rem;
  }
  #banner-slider-home .content h2 .small {
    font-size: 2.143rem;
  }
  .homepage-our-products .container .owl-item .item .title {
    font-size: 1.5rem;
    line-height: 1.65rem;
  }
}
@media (max-width: 480px) {
  .cms-agrosel-homepage-shop #banner-slider-home .content h2 .big {
    font-size: 48px;
  }
  .cms-agrosel-homepage-shop #banner-slider-home .content h2 .small {
    font-size: 32px;
  }
  .homepage-logos .-lg-item .text .big-text {
    font-size: 1rem;
  }
  .page-main h2 {
    line-height: 2rem;
    font-size: 1.5rem;
  }
  .homepage-our-products .container .owl-item .item .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .homepage-our-products .container .owl-item .item .btn.green-btn {
    bottom: 4rem;
  }
  .homepage-logos .-lg-item {
    justify-content: flex-start;
  }
  .homepage-special-offers .owl-carousel .owl-nav,
  .homepage-our-products .owl-carousel .owl-nav,
  .homepage-recommended-products .owl-carousel .owl-nav,
  .homepage-best-sellers .owl-carousel .owl-nav,
  .blog-listing-homepage .owl-carousel .owl-nav {
    bottom: -2rem;
    top: auto;
  }
  .homepage-special-offers .owl-carousel .owl-nav .owl-next:before,
  .homepage-our-products .owl-carousel .owl-nav .owl-next:before,
  .homepage-recommended-products .owl-carousel .owl-nav .owl-next:before,
  .homepage-best-sellers .owl-carousel .owl-nav .owl-next:before,
  .blog-listing-homepage .owl-carousel .owl-nav .owl-next:before,
  .homepage-special-offers .owl-carousel .owl-nav .owl-prev:before,
  .homepage-our-products .owl-carousel .owl-nav .owl-prev:before,
  .homepage-recommended-products .owl-carousel .owl-nav .owl-prev:before,
  .homepage-best-sellers .owl-carousel .owl-nav .owl-prev:before,
  .blog-listing-homepage .owl-carousel .owl-nav .owl-prev:before {
    top: 0.286rem;
  }
  .homepage-special-offers,
  .homepage-our-products,
  .homepage-recommended-products,
  .homepage-best-sellers,
  .blog-listing-homepage {
    margin-bottom: 10rem;
  }
}
@media (max-width: 414px) {
  .homepage-about-us h2,
  h2 {
    font-size: 1.6rem;
  }
  .product-item .product-item-details .product-item-name a {
    font-size: 1rem;
  }
  .homepage-special-offers,
  .homepage-our-products,
  .homepage-recommended-products,
  .homepage-best-sellers,
  .blog-listing-homepage {
    margin-bottom: 8rem;
  }
  .blog-listing-homepage .amblog-element-block .amblog-list .owl-height,
  .blog-listing-homepage .amblog-post-container .amblog-widget-container .amblog-list .owl-height,
  .blog-listing-homepage .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-list .owl-height,
  .blog-listing-homepage .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-list .owl-height {
    min-height: 25.857rem;
  }
  .blog-listing-homepage .amblog-element-block .amblog-title,
  .blog-listing-homepage .amblog-post-container .amblog-widget-container .amblog-title,
  .blog-listing-homepage .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-title,
  .blog-listing-homepage .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-title {
    font-size: 1.429rem;
  }
  /* */
  .homepage-special-offers .product-item .product-item-inner .actions-primary .stock.unavailable span,
  .homepage-our-products .product-item .product-item-inner .actions-primary .stock.unavailable span,
  .homepage-recommended-products .product-item .product-item-inner .actions-primary .stock.unavailable span,
  .homepage-best-sellers .product-item .product-item-inner .actions-primary .stock.unavailable span,
  .blog-listing-homepage .product-item .product-item-inner .actions-primary .stock.unavailable span {
    font-size: 0.929rem;
    padding-right: 0;
  }
}
@media (max-width: 375px) {
  .homepage-special-offers .product-item .price-box .special-price .price,
  .homepage-our-products .product-item .price-box .special-price .price,
  .homepage-recommended-products .product-item .price-box .special-price .price,
  .homepage-best-sellers .product-item .price-box .special-price .price,
  .blog-listing-homepage .product-item .price-box .special-price .price,
  .homepage-special-offers .product-item .price-box > span:not(.special-price):not(.old-price) .price,
  .homepage-our-products .product-item .price-box > span:not(.special-price):not(.old-price) .price,
  .homepage-recommended-products .product-item .price-box > span:not(.special-price):not(.old-price) .price,
  .homepage-best-sellers .product-item .price-box > span:not(.special-price):not(.old-price) .price,
  .blog-listing-homepage .product-item .price-box > span:not(.special-price):not(.old-price) .price {
    font-size: 1rem;
  }
  .homepage-special-offers .product-item .price-box .old-price .price,
  .homepage-our-products .product-item .price-box .old-price .price,
  .homepage-recommended-products .product-item .price-box .old-price .price,
  .homepage-best-sellers .product-item .price-box .old-price .price,
  .blog-listing-homepage .product-item .price-box .old-price .price {
    font-size: 0.857rem;
  }
}
@media (max-width: 480px) {
  #banner-slider-home .item .content {
    padding: 0 20px;
  }
}
@media (max-width: 1300px) {
  .amblog-index-index .columns .column.main,
  .amblog-index-search .columns .column.main {
    width: 75%;
  }
  .amblog-index-index .columns .sidebar.sidebar-main,
  .amblog-index-search .columns .sidebar.sidebar-main {
    width: 23%;
  }
}
@media (max-width: 991px) {
  .amblog-index-index .columns .sidebar.sidebar-main,
  .amblog-index-search .columns .sidebar.sidebar-main {
    margin-top: 2.857rem;
  }
  .amblog-index-post .page-main > .page-title-wrapper .page-title {
    max-width: 100%;
  }
}
@media (max-width: 768px) {
  .amblog-index-index .page-main > .page-title-wrapper .page-title,
  .amblog-index-search .page-main > .page-title-wrapper .page-title {
    font-size: 1.571rem;
  }
  .amblog-index-index .amblog-post-container .amblog-headline,
  .amblog-index-search .amblog-post-container .amblog-headline {
    font-size: 1.143rem;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-post-container:after {
    border-bottom: 0;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links,
  .amblog-index-search .amblog-container-list .amblog-pager-container .amblog-links,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links {
    justify-content: center;
    flex-wrap: wrap;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links .amblog-link,
  .amblog-index-search .amblog-container-list .amblog-pager-container .amblog-links .amblog-link,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links .amblog-link {
    margin-top: 0;
  }
  /* */
  .amblog-swipe.-left,
  .amblog-swipe.-right {
    background: none;
    height: 2rem;
    top: 0;
    width: 2rem;
    z-index: 9;
  }
  .amblog-swipe.-left:after,
  .amblog-swipe.-right:after {
    content: "\e819";
    color: #00923f;
    display: inline-block;
    font-family: "porto-icons";
    font-size: 1.5rem;
    height: 1.429rem;
    left: 0.68rem;
    position: absolute;
    top: 0.214rem;
    width: 1.429rem;
  }
  .amblog-aside-right.active,
  .amblog-aside-left.active {
    display: flex;
    flex-direction: column;
  }
  .amblog-aside-right.active .mobile-block.amblog-element-block .amblog-widget-container.-categories,
  .amblog-aside-left.active .mobile-block.amblog-element-block .amblog-widget-container.-categories {
    padding: 0 1.429rem;
  }
  .amblog-aside-right.active .amblog-close,
  .amblog-aside-left.active .amblog-close {
    margin: 0 0 1.786rem 1.714rem;
  }
  .amblog-aside-right.active .amblog-element-block,
  .amblog-aside-left.active .amblog-element-block {
    border: none;
    box-shadow: none;
  }
  .amblog-aside-right.active .amblog-element-block[data-set="sidebar-search"],
  .amblog-aside-left.active .amblog-element-block[data-set="sidebar-search"] {
    margin-bottom: 0;
    order: 1;
  }
  .amblog-aside-right.active .amblog-element-block[data-set="sidebar-category"],
  .amblog-aside-left.active .amblog-element-block[data-set="sidebar-category"] {
    order: 2;
  }
  .amblog-aside-right.active .amblog-element-block[data-set="sidebar-tag"],
  .amblog-aside-left.active .amblog-element-block[data-set="sidebar-tag"],
  .amblog-aside-right.active .amblog-element-block[data-set="sidebar-recentcomments"],
  .amblog-aside-left.active .amblog-element-block[data-set="sidebar-recentcomments"],
  .amblog-aside-right.active .amblog-element-block[data-set="sidebar-recentpost"],
  .amblog-aside-left.active .amblog-element-block[data-set="sidebar-recentpost"] {
    display: none;
  }
  .amblog-index-index .columns .sidebar-main .sidebar-additional .desktop-block[data-set="sidebar-category"],
  .amblog-index-search .columns .sidebar-main .sidebar-additional .desktop-block[data-set="sidebar-category"] {
    border-top: none;
  }
  /* */
  .amblog-index-category .page-main .page-title-wrapper .page-title {
    font-size: 1.571rem;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container,
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
    flex: 0 0 32%;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container .amblog-content,
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item .amblog-content,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item .amblog-content {
    padding: 0 1.071rem;
    border-bottom: 0;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(2),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(2),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(2),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(4),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(4),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(4),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(8),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(8),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(8),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(10),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(10),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(10),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(11),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(11),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(11) {
    margin-right: 2%;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(6),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(6),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(6),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(12),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(12),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(12) {
    margin-right: 0;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-post-container .amblog-content img,
  .amblog-index-post .page-main .amblog-element-block .amblog-post-container .amblog-content p > img {
    max-width: 100%;
  }
  .amblog-index-index .columns .sidebar-main .sidebar-additional {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 640px) {
  .amblog-index-post .page-main > .page-title-wrapper .page-title {
    font-size: 1.714rem;
    line-height: 2rem;
  }
  .amblog-index-index .amblog-container-list .amblog-post-container,
  .amblog-index-search .amblog-container-list .amblog-post-container,
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item,
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
    flex: 0 0 49%;
  }
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(1),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(1),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(1),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(1),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(1),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(1),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(3),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(3),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(3),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(3),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(3),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(3),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(5),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(5),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(5),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(5),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(5),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(5),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(7),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(7),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(7),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(7),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(7),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(7),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(9),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(9),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(9),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(9),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(9),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(9),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(11),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(11),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(11),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(11),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(11),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(11) {
    margin-right: 2%;
  }
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(2),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(2),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(2),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(2),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(2),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(2),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(4),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(4),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(4),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(4),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(4),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(4),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(6),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(6),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(6),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(6),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(6),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(6),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(8),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(8),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(8),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(8),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(8),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(8),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(10),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(10),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(10),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(10),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(10),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(10),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(12),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(12),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(12),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(12),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(12),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(12) {
    margin-right: 0;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-post-container .amblog-content h3 {
    font-size: 1.143rem;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-grid-list > .amblog-item .amblog-content h3 {
    font-size: 1.143rem;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-grid-list .slick-slide .amblog-item .amblog-content h3 {
    font-size: 1.143rem;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-post-container .amblog-content h3 {
    font-size: 1.143rem;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-post-container .amblog-content h3 {
    font-size: 1.143rem;
  }
  .amblog-index-post .page-main .amblog-post-container .amblog-widget-container .amblog-post-container .amblog-content h3 {
    font-size: 1.143rem;
  }
  .amblog-index-post .page-main .amblog-element-block .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-post-container .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-element-block .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-post-container .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title {
    font-size: 1.429rem;
  }
}
@media (max-width: 480px) {
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links .amblog-link,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links .amblog-link {
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links .amblog-link.page-no,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links .amblog-link.page-no {
    line-height: 2rem;
    margin: 0 0.143rem;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links .amblog-link:after,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links .amblog-link:after {
    left: 0.286rem;
    top: 0;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links .amblog-link.-new,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links .amblog-link.-new {
    margin-right: 0.143rem;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links .amblog-link.-new:after,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links .amblog-link.-new:after {
    left: 0.214rem;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container .amblog-links .amblog-link:last-child,
  .amblog-index-category .amblog-container-list .amblog-pager-container .amblog-links .amblog-link:last-child {
    margin-left: 0.143rem;
  }
  /* */
  .amblog-index-category .amblog-container-list .amblog-post-container,
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
    flex: 0 0 49%;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(11),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(11),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(11) {
    margin-right: 2%;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(2),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(2),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(2),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(4),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(4),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(4),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(6),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(6),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(6),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(8),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(8),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(8),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(10),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(10),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(10),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(12),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(12),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(12) {
    margin-right: 0;
  }
  .amblog-index-category .amblog-container-list .amblog-pager-container {
    margin-top: 60px;
  }
  .amblog-index-category .amblog-container-list amblog-post-container {
    margin-bottom: 32px;
  }
  /* */
}
@media (max-width: 360px) {
  .amblog-index-index .amblog-container-list .amblog-post-container,
  .amblog-index-search .amblog-container-list .amblog-post-container,
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item,
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item,
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item,
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
    flex: 0 0 100%;
  }
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(1),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(1),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(1),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(1),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(1),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(1),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(3),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(3),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(3),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(3),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(3),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(3),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(5),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(5),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(5),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(5),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(5),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(5),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(7),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(7),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(7),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(7),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(7),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(7),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(9),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(9),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(9),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(9),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(9),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(9),
  .amblog-index-index .amblog-container-list .amblog-post-container:nth-child(11),
  .amblog-index-search .amblog-container-list .amblog-post-container:nth-child(11),
  .amblog-index-index .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(11),
  .amblog-index-search .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(11),
  .amblog-index-index .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(11),
  .amblog-index-search .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(11) {
    margin-right: 0;
  }
  .amblog-index-index .amblog-container-list .amblog-pager-container {
    margin-top: 1.786rem;
  }
  /* */
  .amblog-index-category .amblog-container-list .amblog-post-container,
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item,
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item {
    flex: 0 0 100%;
    margin: 0;
  }
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(1),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(3),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(5),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(7),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(9),
  .amblog-index-category .amblog-container-list .amblog-post-container:nth-child(11),
  .amblog-index-category .amblog-container-list .amblog-grid-list > .amblog-item:nth-child(11),
  .amblog-index-category .amblog-container-list .amblog-grid-list .slick-slide .amblog-item:nth-child(11) {
    margin-right: 0;
  }
}
@media (max-width: 320px) {
  .amblog-index-post .page-main .amblog-element-block .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-post-container .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-element-block .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-post-container .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-post-container .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-post-container .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list > .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper.-related-products .amblog-title,
  .amblog-index-post .page-main .amblog-grid-list .slick-slide .amblog-item .amblog-widget-container .amblog-related-wrapper:not(.-related-products) .amblog-title {
    font-size: 1.143rem;
  }
}
.customer-account-confirmation .page-title-wrapper h1 {
  margin: 30px 0 25px;
  text-align: center;
}
.customer-account-confirmation .page-title-wrapper h1 span {
  font-size: 32px;
  color: black;
}
.customer-account-confirmation .form.send.confirmation {
  max-width: 600px;
  margin: 0 auto;
  background: #f5f5f5;
  padding: 30px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
}
div#confirmBox img.amcart-image {
  max-width: 200px;
}
@media (min-width: 992px) {
  .mobile-view-menu-top-logo {
    display: none;
  }
  .page-header .navigation:not(.side-megamenu) .level0.parent > a > span:before,
  .page-header .navigation .level0.parent > a > span:after,
  .page-header .side-nav-wrap .sections .secondary-menu {
    display: none;
  }
  .page-header.type22 .second-menu-block .navigation:not(.side-megamenu) .level0 .level-top {
    padding: 19px 20px;
  }
  .page-header.type22 .second-menu-block .navigation:not(.side-megamenu) .level0 .level-top:hover {
    background: #fff;
  }
  .page-header.type22 .second-menu-block .navigation:not(.side-megamenu) .level0.parent .level-top {
    position: relative;
  }
  .page-header.type22 .second-menu-block .navigation:not(.side-megamenu) .level0.parent .level-top:after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    font-size: 12px;
    position: absolute;
    right: 6px;
    top: 20px;
  }
  .second-menu-block .sw-megamenu.navigation li.level0.classic > .submenu.cst-agr-submenu {
    background: #00923f;
    box-shadow: 0 29px 29px rgba(0, 0, 0, 0.1);
    padding: 0;
  }
  .navigation .level0 .submenu {
    min-width: 200px;
  }
  .navigation .level0 .submenu li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  .second-menu-block .sw-megamenu.navigation li.level0.classic .submenu a {
    color: #fff;
    padding: 15px 42px;
    line-height: 20px;
    font-size: 14px;
    font-weight: bold;
  }
  .second-menu-block .sw-megamenu.navigation li.level0.classic .submenu a:hover {
    background-color: #fff;
    color: #00923f;
  }
  .page-wrapper .page-header .main-toggle-menu .menu-title {
    z-index: 98;
  }
  .homepage-special-offers .product-item .product-item-details .product-item-name a,
  .homepage-our-products .product-item .product-item-details .product-item-name a,
  .homepage-recommended-products .product-item .product-item-details .product-item-name a,
  .homepage-best-sellers .product-item .product-item-details .product-item-name a,
  .blog-listing-homepage .product-item .product-item-details .product-item-name a {
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    min-height: 44px;
  }
}
@media (max-width: 991px) {
  .toggle-menu-wrap.side-nav-wrap .sections.nav-sections .ui-menu-item.level0 a {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0;
    color: #232529;
  }
  .toggle-menu-wrap.side-nav-wrap .sections.nav-sections .ui-menu-item.level0 a:after {
    top: 10px;
  }
  .toggle-menu-wrap.side-nav-wrap .sections.nav-sections .ui-menu-item.level0 a img {
    max-width: 20px;
    margin-right: 8px;
  }
  .sw-megamenu.navigation .submenu.level0 .subchildmenu {
    list-style: none;
  }
  .mobile-view-menu-top-logo {
    height: 62px;
    background: #f3f3f3;
    padding: 10px;
    width: 100%;
    display: block;
    position: relative;
  }
  .mobile-view-menu-top-logo button.hide-mobile-menu-ag-c-left {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    padding: 0;
    height: 40px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 17px;
    color: #00973d;
    border: none;
    box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 5px 10px -5px rgba(0, 0, 0, 0.15);
  }
  .mobile-view-menu-top-logo button.hide-mobile-menu-ag-c-left:hover {
    background: #00973d;
    color: white;
  }
  .mobile-view-menu-top-logo svg {
    transform: translateX(-120%);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
  }
  .mobile-view-menu-top-logo:after {
    content: "";
    height: 1px;
    background: #e4e4e4;
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
  }
  html.nav-before-open.nav-open .mobile-view-menu-top-logo svg {
    transform: translateX(0);
    transition-duration: 1s;
    -webkit-transition-duration: 1s;
  }
}
@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 {
    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: #bebebe;
    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: #bebebe;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:hover {
    color: #bebebe;
    text-decoration: none;
  }
  .product.data.items > .item.title > .switch:active {
    color: #747474;
    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: #747474;
    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;
  }
  /**
     * @codingStandardsIgnoreStart
     */
  #store-selector .form-continue .actions-toolbar > .primary {
    float: right;
  }
  #store-selector .form-continue .actions-toolbar .action.primary {
    margin: 0;
  }
  .amreview-popup.modal-popup .block-content {
    padding: 10px 40px 40px;
  }
  .amrev-toolbar-container {
    margin: 20px 0 25px 0;
    padding: 5px 10px;
    background: #fafafa;
  }
  .amrev-toolbar-container .amrev-filters {
    flex-basis: auto;
    flex-wrap: nowrap;
    order: 1;
  }
  .amrev-toolbar-container .amrev-filter {
    flex-basis: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  .amrev-toolbar-container .amrev-sorting {
    flex-basis: 250px;
    order: 2;
    padding: 0 0 0 15px;
  }
  .amrev-toolbar-container.-all .amrev-sorting {
    border-left: 1px solid #d6d6d6;
  }
  .amrev-toolbar-container .amrev-label {
    margin: 0 7.5px;
  }
  .amrev-toolbar-container .amrev-select {
    max-width: 175px;
  }
  .amreview-images.slick-slider .slick-slide {
    display: inline-block;
  }
  .amreview-images.slick-slider .slick-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iMjIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0uMi40QTEgMSAwIDAgMSAxLjYuMmwxMiAxMGExIDEgMCAwIDEgMCAxLjZsLTEyIDEwYTEgMSAwIDAgMS0xLjItMS42TDExLjMzMyAxMSAuNCAxLjhBMSAxIDAgMCAxIC4yLjR6IiBmaWxsPSIjQzRDNEM0Ii8+PC9zdmc+) center no-repeat;
  }
  .amrev-comment-block {
    margin: 0;
  }
  .amrev-area-field div.mage-error {
    position: absolute;
    top: 100%;
    margin-top: 4px;
  }
  .amrev-comment-form .amrev-fieldset {
    flex-basis: 70%;
  }
  .amrev-comment-toolbar {
    flex-wrap: nowrap;
    padding: 25px 0 20px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap {
    flex-basis: auto;
    order: 3;
    padding: 0 15px;
  }
  .amrev-comment-toolbar .amreview-helpful-wrap .amreview-plus {
    margin: 0 10px 0 0;
  }
  .amrev-comment-toolbar .amrev-comment {
    flex-basis: auto;
    justify-content: initial;
    order: 2;
    margin: 0;
    border-right: 1px solid #c4c4c4;
  }
  .amrev-comment-toolbar .amrev-reply {
    flex-basis: auto;
    order: 1;
    padding: 0 15px 0 0;
  }
  .amrev-comment-toolbar .amrev-repbtn {
    padding: 4px 10px 4px 26px;
  }
  .amrev-comment-toolbar .amrev-repbtn:before {
    left: 10px;
  }
  .amreview-helpful-wrap .amreview-helpful {
    font-size: 12px;
  }
  .amreview-submit-form .field.review-field-nickname.-half,
  .amreview-submit-form .field.review-field-email {
    width: 48%;
  }
  .amreview-submit-form .review-form .action.submit.primary {
    padding: 11px 22px;
  }
  .amreview-submit-form > .block-content {
    padding: 25px 0 55px;
  }
  .amreview-submit-form .review-fieldset {
    margin: 0 0 40px;
  }
  .amreview-submit-form .review-fieldset .field {
    margin: 0 0 15px 0;
  }
  .amreview-summary-info,
  .amreview-summary-details {
    padding: 0;
  }
  .amreview-review-list {
    margin: 0;
    padding: 50px 0 20px 0;
  }
  .amreview-review-list.-empty {
    padding: 40px;
  }
  .amrev-desc-title {
    flex-wrap: nowrap;
  }
  .amreview-author-details {
    margin: 10px 0 20px;
  }
  .amreview-percent-block {
    display: flex;
    align-items: center;
  }
  .amreview-summary-info,
  .amreview-summary-details {
    display: inline-block;
  }
  .amreview-summary-details {
    margin-left: 20px;
  }
  .amreview-add-new {
    margin: 40px 0 0;
  }
  .amreview-add-new .amreview-label {
    max-width: 160px;
    text-align: left;
  }
  .amreview-author-details {
    display: inline-block;
    margin: 0 auto 0 0;
    width: 25%;
    vertical-align: top;
  }
  .amreview-author-details .amreview-verified {
    display: block;
  }
  .amreview-author-details .amreview-date {
    position: static;
  }
  .amreview-author-details .amreview-recommended {
    position: relative;
    margin: 20px 0;
    padding: 4px 4px 4px 6px;
    max-width: 78px;
    border-left: 2px solid #1ab900;
    background: #f1f1f1;
    color: #6b6b6b;
    font-size: 12px;
    line-height: 14px;
  }
  .amreview-recommended:after {
    position: absolute;
    top: 0;
    right: -32px;
    bottom: 0;
    display: block;
    border: 18px solid transparent;
    border-left: 14px solid #f1f1f1;
    content: '';
  }
  .amreview-toolbar-wrap.review-toolbar .pages {
    float: right;
    padding: 20px 0;
    border: 0;
  }
  .amreview-toolbar-wrap.review-toolbar .limiter {
    float: left;
    padding: 20px 0;
  }
  .amreview-review-wrapper.review-item {
    padding: 30px 0 40px 0;
  }
  .amreview-description-wrap {
    position: relative;
    display: inline-block;
    width: 75%;
  }
  .amreview-title-review {
    font-size: 16px;
  }
  .amreview-info-wrapper {
    margin: 0;
  }
  .amreview-summary-info .amreview-showmore {
    display: none;
  }
  .amreview-widget-title {
    padding: 10px 35px;
  }
  .amreview-widget-container.-summary-widget {
    padding-right: 35px;
    padding-left: 35px;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful-wrap {
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin: 20px 0 0;
  }
  .amreview-widget-container.-summary-widget .amreview-helpful {
    margin: 0;
    width: auto;
  }
  .amreview-widget-container.-summary-widget .amreview-icon {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-plus {
    margin: 0 0 0 10px;
  }
  .amreview-widget-container.-summary-widget .amreview-minus {
    margin: 0;
  }
  .amreview-widget-container.-summary-widget .amreview-review-wrapper {
    padding: 25px;
  }
  .amreview-widget-container.-summary-widget.-slider .amreview-review-items > .slick-list > .slick-track > .slick-slide {
    padding: 35px;
  }
  .desktop.three-columns {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.three-columns section.content {
    padding: 0 30px;
    width: 52%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    width: 24%;
  }
  .desktop.two-columns-right,
  .desktop.two-columns-left {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .desktop.two-columns-right section.content {
    padding-right: 40px;
    width: 76%;
  }
  .desktop.two-columns-left section.content {
    padding-left: 40px;
    width: 76%;
  }
  .desktop.two-columns-right aside.left,
  .desktop.two-columns-left aside.left,
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    width: 24%;
  }
  .amblog-container-list {
    padding-top: 0;
  }
  .amblog-main-content {
    padding-top: 0;
  }
  .amblog-pager-container {
    margin: 40px auto 50px;
    width: 290px;
  }
  .amblog-comments-wrapper,
  .amblog-related-wrapper {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-svg.comment {
    top: 10px;
  }
  .amblog-form-comment .amblog-customer {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .amblog-form-comment .amblog-wrapper {
    width: 49%;
  }
  .amblog-form-comment .amblog-wrapper:first-child {
    margin-right: 20px;
  }
  .amblog-form-comment .amblog-input.-email + .mage-error,
  .amblog-form-comment .amblog-input.-name + .mage-error {
    margin-bottom: 0;
  }
  .amblog-form-comment .amblog-btn {
    padding: 14px 0;
    width: 230px;
  }
  .amblog-form-comment .amblog-btn:hover {
    background: #185eaf;
  }
  body[class*='amblog-index-'] .page-title-wrapper {
    margin-bottom: 20px;
  }
  body[class*='amblog-index-'] .page-title {
    font-size: 4rem;
    line-height: 4.8rem;
  }
  body[class*='amblog-index-'] .sidebar .block-reorder .block-content:not(.no-display) {
    margin-bottom: 50px;
  }
  body[class*='amblog-index-'] h2.amblog-post-title {
    font-size: 2.4rem;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion {
    font-size: 1.6rem;
    padding-right: 40px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion:before {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTEiIHZpZXdCb3g9IjAgMCAyMCAxMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuODc2NTYgMC40NTQxMDNMMC45MDkwNTggOC44MDA1NkwyLjM0ODc5IDEwLjI1NzNMOS44NzY1NiAzLjI0OTM4TDE3LjY1MTEgMTAuNDU0MUwxOS4wOTA5IDkuMDM2NzhMMTAuNDExMyAwLjkyNjU0NEw5Ljg3NjU2IDAuNDU0MTAzWiIgZmlsbD0iI0M3QzdDNyIvPgo8L3N2Zz4K);
    content: '';
    cursor: pointer;
    display: block;
    height: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(-180deg);
    width: 20px;
  }
  body[class*='amblog-index-'] h3.amblog-title.-accordion.-active:before {
    transform: translateY(-50%) rotate(0);
  }
  .amblog-search-block .amblog-list {
    padding: 0;
  }
  .amblog-search-block .amblog-content {
    justify-content: space-between;
    padding-bottom: 25px;
  }
  .amblog-search-block .amblog-content > *:first-child {
    margin-left: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child) {
    margin-right: 0;
  }
  .amblog-search-block .amblog-content > *:not(:last-child, :first-child) {
    padding: 0 25px;
  }
  .amblog-search-block .amblog-author-name {
    align-items: center;
    display: flex;
    flex-direction: column;
  }
  .amblog-search-block .amblog-description {
    flex: 1 0 22%;
  }
  .amblog-search-block .amblog-social-container {
    flex-grow: 1;
    justify-content: flex-end;
  }
  .amblog-search-block .amblog-description + .amblog-social-container {
    flex-grow: initial;
  }
  .amblog-replies-block.-level-top > .amblog-comment,
  .amblog-replies-block.-level-top > .amblog-comment-reply,
  .amblog-comments-action .amblog-replies,
  .amblog-comments-container .amblog-replies {
    box-sizing: border-box;
    margin: 30px 0 0;
    max-width: 768px;
    padding-left: 20px;
  }
  .amblog-post-container.list-item h2.amblog-post-title {
    font-size: 2rem;
    line-height: 3rem;
  }
  .amblog-post-container .amblog-widget-container {
    margin: 30px -25px;
  }
  .amblog-post-container .amblog-features.-post {
    padding: 15px 25px;
  }
  .amblog-post-container .amblog-more {
    text-align: right;
  }
  .amblog-post-container .amblog-arrow {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE1LjY5NyA1LjM2M2wtNS4xMjYtNS4xYS44ODYuODg2IDAgMCAwLTEuMjYgMCAuODc1Ljg3NSAwIDAgMCAwIDEuMjU0bDMuNjEzIDMuNTk1SC44OTFBLjg5NC44OTQgMCAwIDAgMCA1Ljk5OGMwIC40ODUuNDAzLjg4Ni44OS44ODZoMTIuMDE4TDkuMzEgMTAuNDc5YS44NzUuODc1IDAgMCAwIDAgMS4yNTQuOTIuOTIgMCAwIDAgLjYzOS4yNjcuODguODggMCAwIDAgLjYzOC0uMjY4bDUuMTQzLTUuMTE1QS45MTEuOTExIDAgMCAwIDE2IDUuOThhMS4xMzQgMS4xMzQgMCAwIDAtLjMwMy0uNjE4eiIgZmlsbD0iIzJENjlBRSIvPjwvc3ZnPg==);
  }
  .amblog-post-container .amblog-widget-container .amblog-list {
    margin: 0 30px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    box-sizing: border-box;
    width: 47%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-list {
    justify-content: inherit;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item {
    margin: 0 20px 20px 0;
    width: 31%;
  }
  .desktop.one-column .amblog-post-container .amblog-content .amblog-widget-container.-post .amblog-item:nth-child(3n) {
    margin-right: 0;
  }
  .amblog-grid-list {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    justify-content: space-between;
  }
  .amblog-grid-list > .amblog-item {
    width: 47%;
  }
  .amblog-grid-list .amblog-read:hover {
    background: #185eaf;
    text-decoration: none;
  }
  .amblog-grid-list .amblog-features > .amblog-item {
    margin-right: 10px;
  }
  .amblog-grid-list .amblog-item .amblog-category {
    margin-right: 10px;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 0;
    width: 100%;
  }
  .column .amblog-newsletter .input-box.-newsletter {
    flex-wrap: wrap;
  }
  .column .amblog-newsletter .mage-error[generated='true'],
  .column .amblog-newsletter .amblog-input {
    max-width: calc(65% - 10px);
  }
  .column .amblog-newsletter .amblog-btn {
    max-width: 35%;
  }
  .column .amblog-newsletter .mage-error[generated='true'] {
    order: 3;
    width: 100%;
  }
  .amblog-search-titles {
    border-bottom: 1px solid #e5e5e5;
  }
  .amblog-search-title {
    position: relative;
    width: auto;
  }
  .amblog-search-title:after {
    background: transparent;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
  }
  .amblog-search-title.open:after {
    background: #1979c2;
  }
  .amblog-search-content {
    margin-top: 40px;
    width: 100%;
  }
  .desktop.three-columns .amblog-related-wrapper.-related-products .amblog-item-product {
    max-width: 129px;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) {
    justify-content: initial;
  }
  .amblog-related-wrapper.-related-products .amblog-slick-slider:not(.slick-initialized) .amblog-item-product {
    max-width: 25%;
  }
  .amblog-related-wrapper.-related-products .product-reviews-summary {
    margin-bottom: 5px;
  }
  .amcart-message-box,
  .amcart-message-box .related {
    width: 462px;
  }
  .am-related-box,
  .am-related-box .related {
    width: 462px;
  }
  #confirmBox {
    max-height: 90vh;
  }
  #confirmBox .products-grid .product-item-actions {
    margin-top: 0;
  }
  #confirmOverlay.am-center {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #confirmOverlay.am-right {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 230px;
  }
  #confirmOverlay.am-left {
    -webkit-align-items: center;
    -ms-align-items: center;
    align-items: center;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-left: 230px;
  }
  #confirmOverlay.am-top-right {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding: 130px 230px 0 0;
  }
  #confirmOverlay.am-top-left {
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 130px 0 0 230px;
  }
  #confirmOverlay.am-top {
    justify-content: center;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    align-items: flex-start;
    padding-top: 130px;
  }
  .amcart-message-box .products .product-item {
    margin: 0;
    width: 60%;
  }
  .am-related-box .related .products .item.product:hover .am-actions-wrapper {
    top: 0;
  }
  .am-related-box .related .products .product-item {
    margin: 0;
    padding: 0;
    width: 60%;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links {
    display: none;
  }
  .am-related-box .related .products .product-item-actions .secondary-addto-links.am-actions-wrapper {
    display: block;
  }
  .amcart-confirm-buttons .button {
    width: 42%;
  }
  .amcart-confirm-buttons .am-btn-left {
    margin-right: 20px;
  }
  .amcart-confirm-buttons .timer {
    display: inline;
  }
  .am-slider.owl-carousel .owl-prev {
    margin-left: 10px;
  }
  .am-slider.owl-carousel .owl-next {
    margin-right: 10px;
  }
  .amcart-minipage-wrap .amcart-message-box {
    min-width: 700px;
  }
  .amcart-minipage-wrap .product-item-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amcart-minipage-wrap .am-photo-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amcart-minipage-wrap .am-photo-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    clear: both;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    margin: 0 25px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    margin: 0;
    max-width: 305px;
    height: 70px;
  }
  .amcart-product-notice {
    padding: 20px 35px;
    width: initial;
    font-size: 14px;
  }
  .ampage-top-info {
    float: right;
    margin: 0;
    width: 50%;
  }
  .ampage-bottom-info {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .ampage-bottom-info .am-description {
    margin: 0;
  }
  .ampage-bottom-info .product-info-main {
    width: 100% !important;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
    margin: 0;
  }
  .ampage-top-info .am-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .ampage-top-info .product-reviews-summary {
    margin-bottom: 10px;
  }
  .ampage-top-info .product-reviews-summary .action {
    margin-left: 10px;
  }
  .ampage-bottom-info .am-description {
    font-size: 14px;
    margin-top: 5px;
  }
  .ampage-bottom-info .product-add-form {
    padding: 0;
  }
  .amcart-qty-wrap {
    margin: 0 0 0 25px;
  }
  .amcart-qty-wrap > .amcart-label {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  .amcart-qty-wrap > .amcart-refresh {
    margin-left: 15px;
  }
  .amelsearch-further-section {
    display: block;
  }
  .am-brands-fullwidth {
    width: 100% !important;
  }
  .amwishlist-wishlist-index .pager .pages {
    flex-basis: auto;
  }
  .amwishlist-wishlist-index .pager .limiter {
    margin: 0;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-toolbar-block.-mass-action {
    position: initial;
    z-index: initial;
    flex-wrap: nowrap;
    padding: 0 0 35px;
    box-shadow: none;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button {
    height: 40px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-link {
    margin: 0 20px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link) {
    min-width: 116px;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button:not(.-link):not(:last-child) {
    flex-basis: auto;
    margin: 0 10px 0 0;
  }
  .amwishlist-toolbar-block.-mass-action .amwishlist-button.-addtolist {
    flex-basis: 196px;
    margin: 0 0 0 auto;
  }
  .amwishlist-product-grid > .amwishlist-items {
    margin: 0 -20px;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(50% - 20px);
  }
  .amwishlist-popup-block .amwishlist-content {
    padding: 0 30px;
  }
  .amwishlist-popup-block .amwishlist-toolbar.-footer {
    padding: 20px 30px;
    box-shadow: 0 -10px 30px rgba(190, 198, 218, 0.1), 0 -5px 15px rgba(190, 198, 218, 0.09);
  }
  .amwishlist-popup-block .amwishlist-list.-align-left {
    justify-content: flex-start;
  }
  .amwishlist-popup-block .amwishlist-button.-create-list {
    padding: 0 0 20px;
  }
  .amwishlist-popup-block .amwishlist-button.-addtolist {
    max-width: 194px;
  }
  .amwishlist-popup-block .amwishlist-tabs-block.-title {
    margin: 0 0 20px;
  }
  .amwishlist-newlist-block .amwishlist-button.-plus {
    padding: 0 0 20px;
  }
  .amrelated-cart-bundle {
    padding: 0;
    width: 73%;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper {
    position: unset;
    flex-wrap: nowrap;
    margin-top: 15px;
    padding-top: 0;
    background: #ffffff;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-pack-item:not(:last-child) {
    border-bottom: none;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount {
    font-size: 12px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-photo-container .amrelated-discount .price {
    font-weight: 400;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    display: flex;
    padding: 10px 5px;
    text-align: center;
    font-size: 50px;
    line-height: 100px;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus {
    color: #1979c3;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    color: #e9f6ff;
  }
  .amrelated-pack-wrapper .amrelated-title:after {
    content: none !important;
  }
  .amrelated-content-wrapper .amrelated-pack-list {
    max-width: 79%;
    width: unset;
  }
  .amrelated-content-wrapper .amrelated-pack-list .amrelated-pack-item.-main {
    display: block;
  }
  .amrelated-pack-list.-wide {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
  .amrelated-pack-list.-narrow .amrelated-plus,
  .amrelated-pack-list.-narrow + .amrelated-equal {
    display: block;
    line-height: 100px;
  }
  .amrelated-equal.-second-row {
    align-self: center;
    margin-bottom: 18px;
  }
  .amrelated-pack-list.-second-row {
    border-right: 3px solid #e9f6ff;
  }
  .amrelated-pack-item .amrelated-details {
    display: block;
  }
  .amrelated-pack-item.-wide,
  .amrelated-pack-item.-narrow {
    padding: 10px;
    min-width: 120px;
    width: 14%;
    text-align: center;
  }
  .amrelated-pack-item.-wide .amrelated-info,
  .amrelated-pack-item.-narrow .amrelated-info {
    display: block;
  }
  .amrelated-pack-item.-wide .amrelated-details,
  .amrelated-pack-item.-narrow .amrelated-details {
    margin-left: 0;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container,
  .amrelated-pack-item.-narrow .amrelated-photo-container {
    margin: 0 auto 10px;
  }
  .amrelated-pack-item.-main {
    background: transparent;
  }
  .amrelated-content-wrapper .amrelated-summary-content {
    position: relative;
    display: block;
    margin-top: 16px;
    padding: 0;
    width: 180px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-discount {
    right: unset;
    padding: 5px;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-price-wrapper {
    box-sizing: border-box;
    margin: 0;
    width: 100%;
    height: 95px;
    border: 3px dashed #e9f6ff;
    border-bottom: none;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper {
    margin-right: 0;
  }
  .amrelated-content-wrapper .amrelated-summary-content .amrelated-tocart-wrapper .action {
    width: 100%;
  }
  .amrelated-summary-content.-second-row {
    align-self: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    width: 0;
    height: 100%;
    background: #e9f6ff;
    box-shadow: 0 20px 0 -10px #f9f9f9;
    opacity: 1;
    transition: all .3s ease;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-background.rtl {
    right: 0;
    left: unset;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-info,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-pack-items .amrelated-pack-item {
    z-index: 2;
  }
  .amrelated-pack-item.-wide {
    padding: 30px 0;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items.-selected .amrelated-background {
    width: 100%;
    opacity: 1;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    min-width: 700px;
    max-width: initial;
  }
  .amrelated-popup-container .amrelated-bundle-popup .amrelated-product-info {
    margin-top: 60px;
    min-height: 450px;
  }
  .amrelated-product-info .amrelated-info.-top {
    float: right;
    margin: 0;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-bottom {
    clear: both;
    float: right;
    margin-bottom: 20px;
    width: 50%;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 20px 0 0;
    box-sizing: border-box;
  }
  .amrelated-info.-top .amrelated-title {
    margin-bottom: 10px;
    font-size: 24px;
  }
  .amrelated-info.-top .product-reviews-summary {
    margin-bottom: 10px;
  }
  .amrelated-info.-top .product-reviews-summary .action {
    margin-left: 10px;
  }
  .amrelated-info.-bottom .amrelated-description {
    margin: 5px 0 0;
    font-size: 14px;
  }
  .amrelated-info.-bottom .product-add-form {
    padding: 0;
    margin: 0;
  }
  .amrelated-product-info .amrelated-image-container {
    position: absolute;
    left: 0;
    margin: 0;
    padding: 0 25px;
    width: 50%;
    border: 0;
    box-sizing: border-box;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    width: 100%;
    border: 0;
  }
  .amrelated-product-info .amrelated-image-container .product-image-container {
    border: 1px solid #b2b2b2;
  }
  .amrelated-products-block {
    margin-right: 27px;
    margin-left: 27px;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 5px;
  }
  .category .subscribe-popup .amxnotif_guest_action {
    min-width: inherit;
  }
  .category .subscribe-popup {
    margin: 0 auto;
    top: 25%;
    width: 40%;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .ui-tooltip.ui-widget {
    max-width: 450px;
  }
  .filter-options-content a:hover {
    text-decoration: none;
  }
  .catalog-topnav {
    display: block;
  }
  .page-layout-1column .toolbar-products {
    position: inherit !important;
  }
  .filter-options-content .am-filter-price {
    width: 40%;
  }
  .sidebar > .block-category-list {
    margin-bottom: 14px;
  }
  .amasty-catalog-topnav {
    margin-top: 3px;
  }
  .amasty-catalog-topnav.catalog-topnav .filter-options .filter-options-content {
    z-index: 1001;
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options {
    margin-bottom: 20px;
    padding: 3px 0;
  }
  .amasty-catalog-topnav .filter-subtitle {
    display: none;
  }
  .amasty-catalog-topnav .amshopby-category-dropdown {
    min-width: 200px;
  }
  .amasty-catalog-topnav .filter-options-item {
    margin-bottom: 0;
  }
  .amasty-catalog-topnav .filter-options-item:first-child .filter-options-title {
    padding-left: 0;
  }
  .amasty-catalog-topnav .filter-options-title {
    padding-right: 5px;
  }
  .amasty-catalog-topnav .filter-options-title:after {
    position: static;
    display: inline-block;
    margin: 0 0 0 15px;
    transform: translateY(-2px);
  }
  .amasty-catalog-topnav .filter-options-item .filter-options-content .amshopby-flyout-block .items.amshopby-fly-out-view {
    margin: -11px;
    box-shadow: none;
  }
  .filter-options input[type='checkbox'] {
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
    opacity: 0;
    position: absolute;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-word;
    word-wrap: break-word;
    position: absolute;
    top: 5px;
    left: 0;
    display: block;
    margin: 0;
    padding: 0 0 0 12.5px;
    min-height: 12px;
    line-height: 1.2;
    cursor: pointer;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .ie11 .filter-options input[type='checkbox'] + .amshopby-choice {
    word-break: break-all;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before,
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    border-radius: 2px;
    content: '';
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:before {
    border: 1px solid #e3e3e3;
    background: #ffffff;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:after {
    background: #1979c3 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxNSAxNSI+CiAgPGRlZnMvPgogIDxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMS42NjkzIDMuNTAwNjFjLS4yMDc4LjAwNjk1LS40MDQ4LjA5ODg1LS41NDkzLjI1NjItMS45NTcwMyAyLjA2NDE1LTMuNDM4ODMgMy43NzY1NS01LjI4MDQxIDUuNzQ3ODNMMy44MTczIDcuNzA0NzRjLS4wNzk5Mi0uMDcxNi0uMTcyNDUtLjEyNTk1LS4yNzIzMy0uMTU5OTItLjA5OTg3LS4wMzM5Ny0uMjA1MTItLjA0NjktLjMwOTc0LS4wMzgwNi0uMTA0NjIuMDA4ODUtLjIwNjU2LjAzOTI5LS4zLjA4OTYtLjA5MzQ1LjA1MDMtLjE3NjU2LjExOTQ4LS4yNDQ1OS4yMDM2LS4wNjgwNC4wODQxMS0uMTE5NjYuMTgxNTEtLjE1MTkzLjI4NjYyLS4wMzIyNy4xMDUxMS0uMDQ0NTUuMjE1ODgtLjAzNjE1LjMyNTk4LjAwODQxLjExMDExLjAzNzM0LjIxNzQuMDg1MTUuMzE1NzQuMDQ3ODEuMDk4MzMuMTEzNTUuMTg1NzkuMTkzNDguMjU3MzlMNS4zNzc3MSAxMS4yOThjLjE1MzE1LjEzNzkuMzUwMTkuMjA5OC41NTE2LjIwMTMuMjAxNDEtLjAwODYuMzkyMzEtLjA5NjkuNTM0NDQtLjI0NzNDOC42MTA3NCA4Ljk4NzU3IDEwLjE0MiA3LjE3NTQ0IDEyLjI1NiA0Ljk0NTc4Yy4xMTY1LS4xMTgzNy4xOTYtLjI3MTIuMjI4MS0uNDM4MjMuMDMyMS0uMTY3MDMuMDE1My0uMzQwMzgtLjA0ODQtLjQ5NzA5LS4wNjM2LS4xNTY3MS0uMTcwOS0uMjg5MzctLjMwNzgtLjM4MDQyLS4xMzY5LS4wOTEwNS0uMjk2OC0uMTM2MTktLjQ1ODYtLjEyOTQzeiIvPgo8L3N2Zz4K) center / 12px;
    content: none;
  }
  .filter-options input[type='checkbox'] + .amshopby-choice:hover:before,
  .filter-options input[type='checkbox']:checked + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:checked + .amshopby-choice:after {
    content: '';
  }
  ._keyfocus .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  ._keyfocus .filter-options input[type='checkbox']:focus + .amshopby-choice:before,
  .filter-options input[type='checkbox']:active + .amshopby-choice:before,
  .filter-options input[type='checkbox']:focus + .amshopby-choice:before {
    border-color: #1979c3;
  }
  .filter-options input[type='checkbox']:not(:checked).mage-error + .amshopby-choice:before {
    border-color: #f23b3b;
  }
  .am_shopby_apply_filters {
    position: absolute;
    bottom: inherit;
    z-index: 212;
    display: none;
    visibility: hidden;
    padding: 0;
    width: inherit;
  }
  .am_shopby_apply_filters.visible {
    bottom: inherit;
    visibility: visible;
  }
  .am_shopby_apply_filters.-fixed {
    position: fixed;
  }
  .am_shopby_apply_filters.-fixed .am-show-button:before {
    display: none;
  }
  .am-show-button {
    position: relative;
    justify-content: space-between;
    margin: 0 0 10px;
    padding: 12px 10px;
    min-width: 180px;
    width: inherit;
    border: none;
    border-radius: 6px;
    box-shadow: 0 4px 8px rgba(190, 199, 219, 0.21), 0 6px 25px rgba(190, 199, 219, 0.28);
  }
  .am-show-button > .am-items {
    margin: 0 auto;
  }
  .am-show-button:before {
    position: absolute;
    width: 10px;
    height: 10px;
    background: #ffffff;
    content: '';
    transform: rotate(45deg);
  }
  .am-show-button.-vertical:before {
    top: calc(50% - (10px / 2));
    right: calc(100% - (10px / 2));
  }
  .am-show-button.-horizontal:before {
    top: calc(100% - (10px / 2));
    left: calc(50% - (10px / 2));
  }
  #amasty-shopby-product-list .amshopby-overlay-block > .amshopby-loader {
    top: 30%;
    transform: translate(-50%, -30%);
  }
  .ambrands-letters-list {
    display: flex;
  }
  .ambrands-letters-list .ambrands-letter .ambrands-content {
    margin: 0 -10px;
  }
  .ambrands-letters-list .ambrands-brand-item {
    margin: 0 10px 20px;
  }
  .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 156px;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 10px;
    width: inherit;
  }
  .action.compare {
    padding: 0 10px;
  }
  .amsearch-wrapper-block {
    order: initial;
    width: auto;
  }
  .page-header .amsearch-wrapper-block {
    float: right;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .page-header .amsearch-wrapper-block:before {
    content: none;
  }
  .amsearch-loader-block {
    right: 30px;
  }
  .amsearch-emptysearch-cms {
    padding: 40px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 54px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 22px;
  }
  .amsearch-button.-close:hover,
  .amsearch-button.-close:hover {
    filter: brightness(0%);
  }
  .amsearch-slider-section {
    max-width: 575px;
  }
  .amsearch-slider-section.slick-slider {
    padding: 0 40px;
  }
  .amsearch-result-section .amsearch-products-section {
    height: 100%;
  }
  .amsearch-products-section {
    border-top: none;
    display: flex;
    flex-wrap: wrap;
  }
  .amsearch-products-section:not(:first-child) {
    border-left: 1px solid #cccccc;
  }
  .amsearch-products-section .amsearch-description {
    width: auto;
  }
  .amsearch-products-section.-list .amsearch-image {
    max-width: 125px;
  }
  .amsearch-products-section.-list .product-item-actions {
    align-content: flex-start;
    display: flex;
  }
  .amsearch-products-section.-list .amsearch-description {
    padding-left: 20px;
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(33.33333333%);
  }
  .amsearch-result-tabs .title:hover:before,
  .amsearch-result-tabs .title.active:before {
    background: #fff;
    bottom: -1px;
    content: '';
    height: 2px;
    left: 1px;
    position: absolute;
    width: calc(100% - 2px);
  }
  .amsearch-result-section {
    min-width: 100%;
    width: inherit;
  }
  .amsearch-result-section:not(.-small) {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload {
    flex-wrap: nowrap;
  }
  .amsearch-result-block.-preload .amsearch-products-list:not(:first-child) {
    border-left: 1px solid #cccccc;
    width: calc(100% - 283px);
  }
  .page-header:not(.amsearch-full-width) .amsearch-input-wrapper.-dynamic-width {
    width: 100%;
  }
  .page-header .amsearch-input-wrapper {
    min-width: 283px;
    width: auto;
  }
  .amsearch-item-container {
    padding: 0 0 25px;
  }
  .amsearch-item-container .amsearch-link {
    padding: 5px 20px;
  }
  .amsearch-items-section {
    padding: 25px 0;
  }
  .amsearch-items-section:not(:first-child:last-child) {
    max-width: 283px;
    width: 100%;
  }
  .amsearch-full_width-title {
    display: none;
  }
  .page-header.amsearch-full-width.-opened .ammenu-logo,
  .page-header.amsearch-full-width.-opened .logo {
    margin: 0 auto 0 4vw;
    z-index: 11;
  }
  .page-header.amsearch-full-width.-opened .amsearch-wrapper-block {
    z-index: 10;
  }
  .page-header.amsearch-full-width.-opened .amsearch-button.-full-close {
    right: 4vw;
  }
  .page-header.amsearch-full-width .amsearch-input-wrapper {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-button.-search {
    flex-grow: initial;
  }
  .page-header.amsearch-full-width .amsearch-wrapper-block {
    background: #fff;
    display: inline-block;
  }
  .page-header.amsearch-full-width:not(.-opened) .amsearch-wrapper-block {
    position: static;
    width: auto;
  }
  .page-header.amsearch-full-width .amsearch-form-block {
    height: 100%;
    justify-content: center;
    padding: 0;
  }
  .page-header.amsearch-full-width .amsearch-result-section {
    padding: 0 calc(4vw - 15px);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-list .amsearch-item {
    width: 50%;
  }
  .page-header.amsearch-full-width .amsearch-button.-full-close {
    margin: auto;
  }
  .page-header .amsearch-button.-loupe-trigger {
    display: none;
  }
  .amsearch-search-page.page-products .columns {
    z-index: 0;
  }
  .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%;
  }
  .block-search {
    position: relative;
    margin-left: 40px;
    width: 450px;
    z-index: 4;
    display: inline-block;
    vertical-align: middle;
  }
  .block-search .control {
    border-top: 0;
    margin: 0;
    padding: 0;
  }
  .block-search .nested {
    display: none;
    padding-top: 5px;
    position: absolute;
  }
  .block-search input {
    position: static;
    margin: 0;
    border-color: transparent;
    height: 40px;
    border-radius: 20px;
    padding: 10px 50px 10px 20px;
  }
  .block-search input::-webkit-input-placeholder {
    color: #dddddd;
  }
  .block-search input:-moz-placeholder {
    color: #dddddd;
  }
  .block-search input::-moz-placeholder {
    color: #dddddd;
  }
  .block-search input:-ms-input-placeholder {
    color: #dddddd;
  }
  .block-search .action.search {
    position: absolute;
    right: 2px;
    top: 0;
    z-index: 1;
    height: 40px;
    display: inline-block;
    background-image: none;
    background: none;
    -moz-box-sizing: content-box;
    border: 0;
    box-shadow: none;
    line-height: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    text-shadow: none;
    font-weight: 400;
    line-height: 40px;
  }
  .block-search .action.search > span {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  .block-search .action.search:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 14px;
    line-height: inherit;
    color: #0088cc;
    content: '\f818';
    font-family: 'porto-icons';
    margin: 0;
    vertical-align: top;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .block-search .action.search:hover:before {
    color: inherit;
  }
  .block-search .action.search:active:before {
    color: inherit;
  }
  .block-search .action.search:focus,
  .block-search .action.search:active {
    background: none;
    border: none;
  }
  .block-search .action.search:hover {
    background: none;
    border: none;
  }
  .block-search .action.search.disabled,
  .block-search .action.search[disabled],
  fieldset[disabled] .block-search .action.search {
    pointer-events: none;
    opacity: 0.5;
  }
  .search-autocomplete {
    margin-top: 0;
  }
  .checkout-cart-index .page-main {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-container .form-cart .actions.main {
    text-align: right;
  }
  .cart-container .widget {
    float: left;
  }
  .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 24px 30px;
  }
  .cart-summary > .title {
    display: block;
  }
  .cart-summary .fieldset .actions-toolbar {
    margin-left: 0;
  }
  .cart-summary .fieldset .actions-toolbar > .secondary {
    float: none;
  }
  .cart-summary .block .content {
    padding-left: 10px;
    padding-right: 10px;
  }
  .cart-summary .block .fieldset .field {
    margin: 0 0 1em;
    margin: 0 0 0.5em;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .label {
    box-sizing: content-box;
    float: none;
    width: auto;
    text-align: left;
    padding: 0;
  }
  .cart-summary .block .fieldset .field:not(.choice) > .control {
    float: none;
    width: auto;
  }
  .cart-summary .block .fieldset .field > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .cart-summary .block .fieldset .field.choice:before,
  .cart-summary .block .fieldset .field.no-label:before {
    display: none;
  }
  .cart-summary .checkout-methods-items {
    padding: 0;
  }
  .cart.table-wrapper .items {
    min-width: 100%;
    width: auto;
  }
  .cart.table-wrapper tbody td {
    padding-top: 20px;
  }
  .cart.table-wrapper .item .col.item {
    padding: 20px 10px;
  }
  .cart.table-wrapper .item-actions td {
    padding: 0;
  }
  .cart.table-wrapper .product-item-photo {
    display: table-cell;
    max-width: 98px;
    padding-right: 1em;
    position: static;
    vertical-align: middle;
    width: 1%;
  }
  .cart.table-wrapper .product-item-details {
    display: table-cell;
    vertical-align: middle;
    white-space: normal;
    width: 99%;
  }
  .cart-discount {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    border: 0;
    box-sizing: border-box;
    padding-right: 4%;
  }
  .block.crosssell {
    width: 66.66666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 0 4% 0 0;
  }
  .block.crosssell .products-grid .product-item {
    width: 25%;
  }
  .minilist .action.delete:before,
  .minicart-wrapper .action.edit:before {
    font-size: 16px;
    line-height: inherit;
  }
  .opc-wrapper {
    width: 133.33333333%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    width: 66%;
    padding-right: 1.5em;
  }
  .opc-estimated-wrapper {
    display: none;
  }
  .opc-progress-bar {
    margin: 1em 0 1em;
    counter-reset: i;
    display: block;
    font-size: 0;
  }
  .opc-progress-bar-item {
    margin: 0 0 0.5em;
    width: 185px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: top;
  }
  .opc-progress-bar-item:before {
    background: #e4e4e4;
    top: 19px;
    transition: background 0.3s;
    content: '';
    height: 7px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  .opc-progress-bar-item:first-child:before {
    border-radius: 6px 0 0 6px;
  }
  .opc-progress-bar-item:last-child:before {
    border-radius: 0 6px 6px 0;
  }
  .opc-progress-bar-item > span {
    display: inline-block;
    padding-top: 45px;
    width: 100%;
    word-wrap: break-word;
    color: #e4e4e4;
    font-weight: 300;
    font-size: 1rem;
  }
  .opc-progress-bar-item > span:before,
  .opc-progress-bar-item > span:after {
    background: #e4e4e4;
    height: 38px;
    margin-left: -19px;
    transition: background 0.3s;
    width: 38px;
    border-radius: 50%;
    content: '';
    left: 50%;
    position: absolute;
    top: 0;
  }
  .opc-progress-bar-item > span:after {
    background: #ffffff;
    height: 26px;
    margin-left: -13px;
    top: 6px;
    width: 26px;
    content: counter(i);
    counter-increment: i;
    color: #747474;
    font-weight: 600;
    font-size: 1rem;
  }
  .opc-progress-bar-item._complete {
    cursor: pointer;
  }
  .opc-progress-bar-item._complete:hover:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete:hover > span:before {
    background: #d7d7d7;
  }
  .opc-progress-bar-item._complete > span {
    color: #0088cc;
  }
  .opc-progress-bar-item._complete > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .opc-progress-bar-item._active:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span {
    color: #747474;
  }
  .opc-progress-bar-item._active > span:before {
    background: #ff5501;
  }
  .opc-progress-bar-item._active > span:after {
    font-family: 'porto-icons';
    content: '\f82b';
  }
  .checkout-index-index .modal-popup .form-shipping-address {
    max-width: 500px;
  }
  .checkout-index-index .modal-popup .modal-footer .action-save-address {
    float: right;
    margin: 0 0 0 1em;
  }
  .checkout-shipping-method .actions-toolbar > .primary {
    float: right;
  }
  .checkout-shipping-method .actions-toolbar .action.primary {
    margin: 0;
  }
  .opc-wrapper .form-login,
  .opc-wrapper .form-shipping-address {
    max-width: 500px;
  }
  .opc-wrapper .form-login {
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 1em;
  }
  .table-checkout-shipping-method {
    width: auto;
  }
  .opc-sidebar {
    margin: 46px 0 1em;
    width: 66.66666667%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 33%;
  }
  .opc-summary-wrapper .modal-header .action-close {
    display: none;
  }
  .authentication-dropdown {
    background-color: #ffffff;
    border: 0;
    position: absolute;
    text-align: left;
    top: 100%;
    transform-origin: 0 0;
    transform: scale(1, 0);
    transition: transform linear .1s, visibility 0s linear .1s;
    visibility: hidden;
    width: 100%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    border-top: 6px solid #0088cc;
  }
  .authentication-dropdown._show {
    z-index: 100;
    transform: scale(1, 1);
    transition: transform linear .1s, visibility 0s linear 0s;
    visibility: visible;
  }
  .authentication-wrapper {
    width: 66.66666667%;
    text-align: right;
    margin-top: -95px;
  }
  .block-authentication .block-title {
    font-size: 20px;
    border-bottom: 0;
    margin: 0;
    margin-bottom: 20px;
  }
  .block-authentication .actions-toolbar > .primary {
    display: inline;
    float: right;
    margin-right: 0;
  }
  .block-authentication .actions-toolbar > .primary .action {
    margin-right: 0;
  }
  .popup-authentication .modal-inner-wrap {
    min-width: 768px;
    width: 60%;
  }
  .popup-authentication .block-authentication {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top: 1px solid #c1c1c1;
  }
  .popup-authentication .block[class],
  .popup-authentication .form-login,
  .popup-authentication .fieldset,
  .popup-authentication .block-content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .popup-authentication .block[class] {
    box-sizing: border-box;
    float: left;
    padding: 0.5em 1.5em 0 0;
    width: 50%;
  }
  .popup-authentication .block[class] + .block {
    border-left: 1px solid #c1c1c1;
    border-top: 0;
    margin: 0;
    padding: 0.5em 0 0 2em;
  }
  .popup-authentication .block[class] + .block::before {
    left: 0;
    top: 50%;
  }
  .popup-authentication .actions-toolbar {
    margin-bottom: 0;
    margin-top: auto;
  }
  .checkout-payment-method .payment-methods .actions-toolbar .primary {
    float: right;
    margin: 0;
  }
  .checkout-payment-method .fieldset > .field-select-billing > .control {
    float: none;
    width: 100%;
  }
  .payment-method-billing-address .action-update {
    float: right;
  }
  .payment-method-billing-address .actions-toolbar .action-cancel {
    margin: 6px 1em 0 0;
  }
  .checkout-payment-method .payment-option-title {
    padding-left: 22px;
  }
  .checkout-payment-method .payment-option-content .payment-option-inner + .actions-toolbar {
    margin-left: 0;
  }
  .login-container .block.login .actions-toolbar > .primary {
    margin-bottom: 0;
    margin-right: 1.5em;
  }
  .login-container .block.login .actions-toolbar > .secondary {
    float: left;
  }
  .actions-toolbar .secondary a.action {
    margin-top: 10px;
  }
  .form-create-account .fieldset-fullname .fields .field {
    float: left;
    margin: 0 0.5em 0.5em 0;
  }
  .form-create-account .fieldset-fullname .field-name-prefix,
  .form-create-account .fieldset-fullname .field-name-suffix {
    width: 50px;
  }
  .form.create.account {
    max-width: 83.333%;
    margin: 0 auto;
  }
  .form.create.account > .fieldset {
    width: 50%;
    padding: 0 25px;
    float: left;
  }
  .form.create.account .actions-toolbar {
    clear: both;
    padding: 0 25px;
    max-width: 50%;
  }
  .form.create.account .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .form.create.account .actions-toolbar > .primary,
  .form.create.account .actions-toolbar > .secondary {
    display: block;
    float: none;
    text-align: left;
  }
  .form.create.account .actions-toolbar > .primary .action,
  .form.create.account .actions-toolbar > .secondary .action {
    width: 100%;
    text-align: center;
    margin: 0;
    float: none;
    height: auto;
    font-size: 1rem;
    background: #222529;
    border: none;
    padding-bottom: 1rem;
    padding-top: 1rem;
  }
  .form.forget {
    max-width: 50%;
    margin: 0 auto;
  }
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 22.3%;
  }
  .account.page-layout-2columns-left .column.main {
    width: 77.7%;
  }
  .account .data.table {
    margin-bottom: 0;
  }
  .account .data.table .col.actions {
    white-space: nowrap;
  }
  .block-addresses-list .items.addresses > .item {
    margin-bottom: 1em;
  }
  .block-addresses-list .items.addresses > .item:nth-last-child(1),
  .block-addresses-list .items.addresses > .item:nth-last-child(2) {
    margin-bottom: 0;
  }
  .control.captcha-image .captcha-img {
    margin: 0 0.5em 0.5em 0;
  }
  .storecredit .block-balance-history {
    width: 100%;
  }
  .table-balance-history .col {
    width: 25%;
  }
  .page-product-downloadable .product-options-wrapper {
    float: left;
    width: 55%;
  }
  .page-product-downloadable .product-options-bottom {
    float: right;
    width: 40%;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price {
    font-size: 2em;
  }
  .page-product-giftcard .product-info-main .price-box .price-container.price-final_price .price {
    font-size: 36px;
    line-height: 36px;
  }
  .page-product-giftcard .product-add-form .field:not(.text) {
    margin: 0 0 1em;
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    margin: 0 0 8px;
    display: inline-block;
  }
  .page-product-giftcard .product-add-form .field:not(.text):last-child {
    margin-bottom: 0;
  }
  .page-product-giftcard .product-add-form .field:not(.text) + .fieldset {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label {
    font-weight: 400;
    font-size: 1.4rem;
  }
  .page-product-giftcard .product-add-form .field:not(.text) > .label + br {
    display: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .choice input {
    vertical-align: top;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:before,
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    content: '';
    display: table;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group:after {
    clear: both;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group .field {
    box-sizing: border-box;
    float: left;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-2 .field {
    width: 50% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-3 .field {
    width: 33.3% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-4 .field {
    width: 25% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .fields.group.group-5 .field {
    width: 20% !important;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon {
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0;
    width: 100%;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon textarea,
  .page-product-giftcard .product-add-form .field:not(.text) .addon select,
  .page-product-giftcard .product-add-form .field:not(.text) .addon input {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    display: inline-block;
    margin: 0;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter {
    background: #ffffff;
    background-clip: padding-box;
    border: 1px solid #cccccc;
    border-radius: 6px;
    font-family: 'Verdana', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1em;
    height: 38px;
    line-height: 1.4;
    padding: 10px;
    vertical-align: baseline;
    width: 100%;
    box-sizing: border-box;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    width: auto;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:disabled,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:disabled {
    opacity: 0.5;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-moz-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-moz-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore::-webkit-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter::-webkit-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore:-ms-input-placeholder,
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addafter:-ms-input-placeholder {
    color: #dddddd;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .addon .addbefore {
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .additional {
    margin-top: 0.5em;
  }
  .page-product-giftcard .product-add-form .field:not(.text).required > .label:after,
  .page-product-giftcard .product-add-form .field:not(.text)._required > .label:after {
    content: '*';
    color: #e02b27;
    font-size: 1em;
    margin: 0 0 0 0.25em;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note {
    font-size: 1em;
    margin: 3px 0 0;
    padding: 0;
    display: inline-block;
    text-decoration: none;
  }
  .page-product-giftcard .product-add-form .field:not(.text) .note:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2em;
    line-height: 1em;
    font-family: 'porto-icons';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(odd) {
    padding-right: 25px;
  }
  .page-product-giftcard .product-add-form .field:not(.text):nth-child(even) {
    padding-right: 0;
  }
  .page-product-giftcard .product-add-form .product-options-wrapper .field:not(.date) > .control {
    width: auto;
  }
  .gift-message .field {
    margin: 0 0 1em;
    box-sizing: border-box;
  }
  .gift-message .field > .label {
    margin: 0;
  }
  .gift-message .field:before,
  .gift-message .field:after {
    content: '';
    display: table;
  }
  .gift-message .field:after {
    clear: both;
  }
  .gift-message .field.choice:before,
  .gift-message .field.no-label:before {
    padding: 6px 15px 0 0;
    width: 25.8%;
    box-sizing: border-box;
    content: ' ';
    float: left;
    height: 1px;
  }
  .gift-message .field .description {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left;
  }
  .gift-message .field:not(.choice) > .control {
    width: 74.2%;
    float: left;
  }
  .gift-options {
    position: relative;
    z-index: 1;
  }
  .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .gift-options .actions-toolbar .secondary {
    float: right;
  }
  .gift-options .actions-toolbar .secondary .action {
    float: right;
    margin-left: 1em;
    margin-right: 0;
  }
  .gift-options .actions-toolbar .secondary .action-cancel {
    display: block;
    float: left;
    margin-top: 6px;
  }
  .gift-options .actions-toolbar:nth-child(3):before {
    border-left: 1px solid #c1c1c1;
    bottom: 5rem;
    content: "";
    display: block;
    left: 50%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0;
  }
  .gift-options-title {
    font-weight: 300;
    font-size: 1.8rem;
  }
  .gift-item-block .title {
    padding: 1em 0;
  }
  .item-gift td {
    padding-left: 0;
    padding-right: 0;
  }
  .cart.table-wrapper .action-gift {
    float: left;
    display: inline-block;
    text-decoration: none;
  }
  .cart.table-wrapper .action-gift:after {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #0088cc;
    content: '\e81c';
    font-family: 'porto-icons';
    margin: 0 0 0 0.5em;
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
  }
  .cart.table-wrapper .action-gift:hover:after {
    color: #747474;
  }
  .cart.table-wrapper .action-gift:active:after {
    color: #0088cc;
  }
  .cart.table-wrapper .action-gift._active:after {
    content: '\e81b';
  }
  .cart.table-wrapper .gift-options .actions-toolbar {
    clear: both;
    padding: 0;
    position: static;
  }
  .cart-container .cart-gift-item {
    margin-bottom: 1em;
  }
  .cart-container .cart-gift-item .gift-options,
  .cart-container .cart-gift-item .gift-summary {
    padding-bottom: 1em;
  }
  .form-giftregistry-share .fieldset .field,
  .form-giftregistry-edit .fieldset .field {
    width: 45%;
  }
  .form-giftregistry-edit .fieldset.shipping_address .fieldset {
    margin-top: 1em;
  }
  .table-giftregistry .col.create {
    white-space: nowrap;
  }
  .table-giftregistry .col.message {
    width: 40%;
  }
  .table-giftregistry .col.actions {
    width: 30%;
  }
  .table-giftregistry-items .col.note {
    width: 30%;
  }
  .account .data.table.table-giftregistry-items > thead > tr > th,
  .account .data.table.table-giftregistry-items > tbody > tr > th,
  .account .data.table.table-giftregistry-items > tfoot > tr > th,
  .account .data.table.table-giftregistry-items > thead > tr > td,
  .account .data.table.table-giftregistry-items > tbody > tr > td,
  .account .data.table.table-giftregistry-items > tfoot > tr > td {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > th,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > th,
  .account .data.table.table-giftregistry-items > caption + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > colgroup + thead > tr:first-child > td,
  .account .data.table.table-giftregistry-items > thead:first-child > tr:first-child > td {
    border-top: 0;
  }
  .account .data.table.table-giftregistry-items > tbody + tbody {
    border-top: 1px solid #e7e7e7;
  }
  .account .data.table.table-giftregistry-items th {
    border-bottom: 0;
  }
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > td,
  .account .data.table.table-giftregistry-items > tbody > tr:nth-child(even) > th {
    background: none;
  }
  .form-giftregistry-search .fieldset {
    margin-bottom: 29px;
  }
  .form-giftregistry-search .fieldset .field.name,
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0 12px 0 0;
    box-sizing: border-box;
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin-bottom: auto;
  }
  .form-giftregistry-search .fieldset .field.name + .fieldset,
  .form-giftregistry-search .fieldset .field.lastname + .fieldset {
    clear: both;
  }
  .form-giftregistry-search .fieldset .field.lastname {
    padding: 0;
  }
  .block-giftregistry-shared-items .item {
    border-bottom: 1px solid #e7e7e7;
    border-top: 0;
  }
  .block-giftregistry-shared-items .product-item-photo {
    display: table-cell;
    max-width: 100%;
    padding: 0 1em 0 0;
    vertical-align: top;
    width: 1%;
  }
  .block-giftregistry-shared-items .product-item-details {
    display: table-cell;
    vertical-align: top;
    width: 99%;
    word-break: normal;
  }
  .block-giftregistry-shared-items .col.product {
    width: 48%;
  }
  .block-giftregistry-shared-items .col:not(.product) {
    text-align: center;
  }
  .block-giftregistry-shared-items .col.price {
    padding-top: 17px;
  }
  .block-giftregistry-shared-items .input-text.qty {
    margin-top: -4px;
  }
  .gift-wrapping {
    box-sizing: border-box;
    float: left;
    padding-right: 1em;
    width: 50%;
  }
  .gift-wrapping + .gift-message {
    border-left: 1px solid #c1c1c1;
    box-sizing: border-box;
    float: left;
    padding-left: 4.5rem;
    width: 50%;
  }
  .table-invitations .col {
    width: 50%;
  }
  .wishlist.window.popup {
    bottom: auto;
    top: 20%;
    left: 50%;
    margin-left: -212px;
    width: 380px;
    right: auto;
  }
  .block-wishlist-management {
    margin-bottom: 1em;
  }
  .block-wishlist-management .wishlist-select {
    border-bottom: 1px solid #e8e8e8;
    display: table;
    margin-bottom: 15px;
    width: 100%;
  }
  .block-wishlist-management .wishlist-select .wishlist-name {
    display: table-cell;
    margin-right: 0.5em;
    padding: 0.25em 0.5em 0.5em;
    vertical-align: top;
    white-space: nowrap;
    width: 5%;
  }
  .block-wishlist-management .wishlist-select-items {
    display: table-cell;
    padding-right: 160px;
    vertical-align: top;
  }
  .block-wishlist-management .wishlist-select-items .item {
    display: inline-block;
    margin-right: 0.5em;
    padding: 0.25em 0.5em 0.5em;
  }
  .block-wishlist-management .wishlist-select-items .item:last-child {
    margin-right: 0;
  }
  .block-wishlist-management .wishlist-select-items .current {
    border-bottom: 3px solid #ff5501;
    font-weight: 600;
  }
  .block-wishlist-management .wishlist-select .wishlist-name-current {
    display: none;
  }
  .block-wishlist-management .wishlist-add.item {
    position: absolute;
    right: 0;
    top: 0;
  }
  .block-wishlist-management .wishlist-title strong {
    font-size: 4rem;
  }
  .block-wishlist-management .wishlist-info {
    float: left;
  }
  .block-wishlist-management .wishlist-toolbar {
    float: right;
  }
  .block-wishlist-info-items .product-item-photo {
    margin-left: 0;
  }
  .products-grid.wishlist .product-item-checkbox {
    float: left;
  }
  .products-grid.wishlist .product-item-checkbox + .product-item-name {
    margin-left: 1.25em;
  }
  .products.wrapper.list .product-reviews-summary {
    margin: 0;
  }
  .form-create-return .fieldset .field {
    width: 45%;
  }
  .magento-rma-guest-returns .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-returns-tracking .block-title .action {
    margin: 12px 0 0 30px;
  }
  .block-returns-tracking .block-title .action.track {
    float: right;
  }
  .order-links .item {
    float: left;
    margin: 0 -1px 0 0;
  }
  .order-links .item a {
    padding: 1px 35px;
  }
  .order-links .item strong {
    border-bottom: 0;
    margin-bottom: -1px;
    padding: 1px 35px 2px 35px;
  }
  .order-actions-toolbar .action.print {
    display: block;
    float: right;
  }
  .account .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  [class^="sales-guest-"] .column.main .block.block-order-details-view .block-content:not(.widget) .box,
  .sales-guest-view .column.main .block.block-order-details-view .block-content:not(.widget) .box {
    clear: none;
    float: left;
    width: 25%;
  }
  .block-order-details-comments {
    margin: 0 0 60px;
  }
  .block-order-details-comments .comment-date {
    clear: left;
    float: left;
    margin-right: 50px;
    max-width: 90px;
  }
  .block-order-details-comments .comment-content {
    overflow: hidden;
  }
  .order-details-items {
    margin-top: -1px;
    padding: 25px;
  }
  .order-details-items .col.name {
    padding-left: 0;
  }
  .order-details-items .col.price {
    text-align: center;
  }
  .order-details-items .col.subtotal {
    text-align: right;
  }
  .order-details-items tbody td {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
  .table-order-items tbody .col.label,
  .table-order-items tbody .col.value {
    padding-left: 0;
  }
  .table-order-items.invoice .col.qty,
  .table-order-items.shipment .col.qty {
    text-align: center;
  }
  .table-order-items.creditmemo .col.qty,
  .table-order-items.creditmemo .col.discount,
  .table-order-items.creditmemo .col.subtotal {
    text-align: center;
  }
  .table-order-items.creditmemo .col.total {
    text-align: right;
  }
  .form.send.friend .fieldset .field.text {
    width: 100%;
  }
  .products-grid.wishlist .product-item-info:hover .product-item-inner {
    display: block;
  }
  .products-grid.wishlist .product-item-tooltip {
    display: inline-block;
  }
  .products-grid.wishlist .product-item-actions {
    margin: 0.5em 0 0;
  }
  .products-grid.wishlist .product-item-actions > * {
    display: inline-block;
    margin-bottom: 7px;
    margin-top: 7px;
  }
  .products-grid.wishlist .product-item .fieldset {
    display: table;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty,
  .products-grid.wishlist .product-item .fieldset .product-item-actions {
    display: table-cell;
    vertical-align: bottom;
  }
  .products-grid.wishlist .product-item .fieldset .field.qty {
    padding-right: 0.5em;
  }
  .products-grid.wishlist .product-item .box-tocart .actions-primary {
    margin: 0;
  }
  .products-grid.wishlist .product-item .box-tocart .stock {
    margin: 1em 0 0;
  }
  .products-grid.wishlist .product-item .tocart {
    width: auto;
  }
  .wishlist-index-index .product-item-info {
    width: auto;
  }
  .wishlist-index-index .product-item-inner {
    padding: 0 0 9px;
  }
  .weltpixel-quickview-catalog-product-view.catalog-product-view .breadcrumbs,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .columns,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page.messages,
  .weltpixel-quickview-catalog-product-view.catalog-product-view .page-title-wrapper {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
  .amsl-cart-page .-labeled-buttons .amsl-buttons,
  .amsl-registration-page .-labeled-buttons .amsl-buttons,
  .amsl-login-page .-labeled-buttons .amsl-buttons {
    width: 100%;
  }
  .amsl-cart-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-registration-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular,
  .amsl-login-page .-labeled-buttons .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 15px 15px 0;
    width: 25%;
  }
  .amsl-forgot-content .amsl-error {
    max-width: 340px;
  }
  .amsl-error {
    margin: 0 40px 20px;
  }
  .header.panel > .header.links > li.greet.welcome:not(:first-of-type) {
    margin: 0;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-firstname {
    margin-bottom: 20px;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field.field-name-lastname {
    padding: 0;
    width: auto;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-prefix,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname .fields > .field-name-suffix {
    flex-basis: 20%;
  }
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='prefix'] .fields > .field-name-firstname,
  .amsl-register-content .amsl-form .fieldset.create.info .fullname[class*='suffix'] .fields > .field-name-lastname {
    width: calc(80% - 10px);
  }
  .amsl-popup-block {
    margin: auto;
    max-width: 570px;
  }
  .amsl-popup-block.-social-right,
  .amsl-popup-block.-social-left {
    max-width: 850px;
  }
  .amsl-popup-block.-social-left .amsl-login-content {
    flex-direction: row-reverse;
  }
  .amsl-popup-block.-social-right .amsl-login-content {
    flex-direction: row;
  }
  .amsl-popup-block .amsl-register-content {
    width: 570px;
  }
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-firstname,
  .amsl-popup-block .amsl-register-content .fieldset.create.info .field-name-lastname {
    display: inline-block;
    margin-bottom: 0;
    width: 48%;
  }
  .amsl-popup-block .amsl-tablist {
    margin: 30px 40px 40px;
  }
  .amsl-popup-block .amsl-button-wrapper {
    margin: 0 15px 15px;
  }
  .amsl-popup-block .amsl-login-content .amsl-button-wrapper.with-label.-rectangular {
    margin: 0 0 15px;
  }
  .amsl-popup-block.-social-right .amsl-login-content,
  .amsl-popup-block.-social-left .amsl-login-content {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 50px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form {
    flex: auto;
    max-width: 330px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-form,
  .amsl-popup-block.-social-right .amsl-login-content .fieldset,
  .amsl-popup-block.-social-left .amsl-login-content .fieldset {
    margin-bottom: 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-separator,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-separator {
    display: block;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-wrapper,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-wrapper {
    flex: 1;
    margin: 0 40px;
    min-width: 300px;
    width: auto;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login {
    flex-direction: column;
    padding: 0;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-buttons,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-buttons {
    box-sizing: border-box;
    padding: 0 15px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-social-login .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-social-login .amsl-title {
    margin: 18px auto;
    padding: 10px 10px;
    background: none;
    transform: none;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-default,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-default {
    order: 0;
    margin: 0 40px 10px;
    width: 100%;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-error.-social,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-error.-social {
    flex-basis: auto;
    order: 1;
    margin: auto 0 0;
  }
  .amsl-popup-block.-social-right .amsl-login-content .amsl-title,
  .amsl-popup-block.-social-left .amsl-login-content .amsl-title {
    position: relative;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty,
  .amsl-popup-block.-social-left .amsl-login-content.-empty {
    flex-direction: column;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error {
    max-width: 320px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-separator {
    margin: 45px 40px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-social-login {
    margin: 0 40px;
    border-radius: 4px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-form {
    margin-bottom: 55px;
  }
  .amsl-popup-block.-social-top .amsl-login-content .amsl-error {
    margin: 0 40px 10px;
  }
  .amsl-popup-block.-social-bottom .amsl-error {
    margin: 35px 40px 10px;
  }
  .amsl-accounts {
    flex-direction: row;
  }
  .amsl-accounts .amsl-accounts-block {
    width: 45%;
  }
  .amsl-cart-page .amsl-social-login,
  .amsl-login-page .amsl-social-login,
  .amsl-registration-page .amsl-social-login {
    flex-direction: row;
    padding: 20px 20px 0;
  }
  .amsl-cart-page .amsl-social-login .amsl-title,
  .amsl-login-page .amsl-social-login .amsl-title,
  .amsl-registration-page .amsl-social-login .amsl-title {
    margin-bottom: 20px;
    text-align: left;
  }
  .amsl-cart-page .amsl-social-login .amsl-button-wrapper,
  .amsl-login-page .amsl-social-login .amsl-button-wrapper,
  .amsl-registration-page .amsl-social-login .amsl-button-wrapper {
    margin: 0 10px 20px;
  }
  .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;
  }
}
@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%;
  }
  .panel.header {
    padding: 10px 20px;
  }
  .amreview-description-wrap {
    width: 75%;
  }
  .amreview-title-review {
    margin-right: 280px;
  }
  .amreview-customer-review {
    margin-bottom: 8px;
  }
  .amreview-info-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .amreview-info-wrapper .amreview-summary-info,
  .amreview-info-wrapper .amreview-summary-details,
  .amreview-info-wrapper .amreview-add-new {
    vertical-align: middle;
  }
  .amreview-info-wrapper .amreview-summary-details {
    margin: 0 auto 0 0;
    padding: 0 15px 0 25px;
    border-right: 2px solid #c4c4c4;
  }
  .amreview-info-wrapper .amreview-add-new {
    display: inline-block;
    margin: 0 0 0 25px;
    padding-right: 0;
    background: none;
  }
  .amreview-widget-container.-grid .amreview-review-items {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .amreview-widget-container.-grid .amreview-rating-wrapper {
    margin-bottom: 0;
  }
  .amreview-widget-container.-grid .amreview-review-wrapper.review-item {
    width: 49%;
    border-bottom: 0;
    background: #f8fcff;
  }
  .amreview-widget-container.-grid .amreview-title {
    padding: 10px 0;
    background: none;
    cursor: unset;
    pointer-events: none;
  }
  .amreview-widget-container.-grid .amreview-title:after {
    display: none;
  }
  .amreview-widget-container.-grid .amreview-description-wrapper {
    min-width: 200px;
  }
  .amreview-widget-container.-grid .amreview-message {
    max-width: 290px;
  }
  .amreview-widget-container.-sidebar .amreview-rating-wrapper {
    min-width: 120px;
    max-width: 30%;
  }
  .desktop.three-columns aside.left,
  .desktop.three-columns aside.right {
    max-width: 271px;
    width: 24%;
  }
  .desktop.three-columns section.content {
    width: 52%;
  }
  .desktop.two-columns-right aside.right,
  .desktop.two-columns-left aside.right {
    max-width: 271px;
    width: 30%;
  }
  .amblog-helpful-wrap {
    margin: 0;
    right: 0;
    top: 0;
  }
  .amblog-tabs-block.-block .amblog-list.-active {
    justify-content: flex-start;
  }
  .amblog-content-tab {
    margin-bottom: 10px;
  }
  .amblog-post-container .amblog-widget-container.-post .amblog-item {
    width: 48%;
  }
  .amblog-grid-list {
    -webkit-box-pack: initial;
    -ms-flex-pack: initial;
    justify-content: initial;
  }
  .amblog-grid-list > .amblog-item,
  .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 3%;
    width: 31%;
  }
  .amblog-grid-list > .amblog-item {
    min-width: 190px;
  }
  .amblog-grid-list .slick-slide .amblog-item {
    min-width: 150px;
  }
  .amblog-grid-list > .amblog-item:nth-child(3n+0),
  .amblog-grid-list .slick-slide .amblog-item:nth-child(3n+0) {
    margin-right: 0;
  }
  .page-layout-3columns .amblog-grid-list {
    justify-content: space-between;
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item,
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item {
    margin-right: 20px;
    width: calc(51% - 20px);
  }
  .page-layout-3columns .amblog-grid-list > .amblog-item:nth-child(2n+0),
  .page-layout-3columns .amblog-grid-list .slick-slide .amblog-item:nth-child(2n+0) {
    margin-right: 0;
  }
  .amcart-minipage-wrap .amcart-message-box {
    width: 820px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons {
    margin: 0 35px 40px;
  }
  .amcart-minipage-wrap .amcart-confirm-buttons .button {
    max-width: 355px;
  }
  .amcart-minipage-wrap .am-photo-container {
    padding: 0 25px 0 35px;
  }
  .amcart-minipage-wrap .am-photo-container > .product-item-photo {
    text-align: left;
  }
  .ampage-top-info,
  .ampage-bottom-info {
    padding: 0 35px 0 0;
  }
  .amslider .slide {
    flex-basis: auto;
    margin: 0 20px 20px 0;
    max-width: 32%;
  }
  .amwishlist-wishlist-index .pager .toolbar-amount {
    display: inline-block;
  }
  .amwishlist-tabs-block.-block .amwishlist-list.-active {
    justify-content: flex-start;
  }
  .amwishlist-product-grid .amwishlist-inner {
    position: absolute;
    right: 0;
    left: 0;
    z-index: -1;
    visibility: hidden;
    padding: 0 15px 15px;
    background: #f4f5fa;
    opacity: 0;
  }
  .amwishlist-product-grid > .amwishlist-items {
    justify-content: flex-start;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item.-active {
    background: #fff;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item {
    width: calc(25% - 20px);
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover {
    position: relative;
    z-index: 3;
    background: #f4f5fa;
  }
  .amwishlist-product-grid > .amwishlist-items > .amwishlist-item:hover .amwishlist-inner {
    z-index: 4;
    visibility: visible;
    opacity: 1;
  }
  .amwishlist-list-grid .amwishlist-list {
    justify-content: flex-start;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item {
    flex-basis: 228px;
    margin: 0 8px 32px;
    padding: 15px 17px;
  }
  .amwishlist-list-grid .amwishlist-list > .amwishlist-item:hover {
    background: #f4f5fa;
  }
  .amwishlist-list-grid .amwishlist-select-block {
    top: 0;
    bottom: auto;
  }
  .amwishlist-list-grid .amwishlist-button.-add {
    width: 100px;
  }
  .amwishlist-list-grid .amwishlist-name {
    font-size: 14px;
  }
  .amwishlist-list-grid .amwishlist-preview-block {
    min-height: 200px;
  }
  .amwishlist-list-grid .amwishlist-preview-block .amwishlist-image {
    margin: 4px;
    width: calc(50% - 4px * 2);
    height: 84px;
  }
  .amwishlist-field-block.-editable:hover:not(.-active) {
    background: #f4f5f7;
  }
  .amwishlist-field-block.-editable:hover .amwishlist-button.-edit {
    display: flex;
    margin: 0 5px 0 0;
    height: 34px;
  }
  .amwishlist-field-block.-editable .amwishlist-button.-edit {
    position: absolute;
    display: none;
    justify-content: flex-end;
    width: 100%;
    padding: 0 10px;
  }
  .amwishlist-checkbox-block .amwishlist-input:hover + .amwishlist-checker {
    border-color: #4776f0;
    background: #4776f0;
  }
  .amwishlist-search-block {
    margin: 0 0 40px;
  }
  .amwishlist-search-block .amwishlist-qty-block {
    display: flex;
  }
  .amwishlist-search-block .amwishlist-field {
    margin: 20px 0 0 0;
    max-width: 270px;
  }
  .amwishlist-list-block.-recently-viewed {
    margin: 0;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item {
    padding: 15px;
    max-width: 175px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-item:before {
    width: 150px;
    height: 150px;
  }
  .amwishlist-list-block.-recently-viewed .amwishlist-list {
    flex-wrap: wrap;
  }
  .amwishlist-page-title {
    order: 1;
  }
  .amwishlist-page-title .amwishlist-field-block.-title {
    flex-basis: 55%;
  }
  .amwishlist-page-title .amwishlist-toolbar {
    flex-basis: 40%;
    order: 1;
  }
  .amwishlist-page-title .amwishlist-counter {
    order: 3;
    padding: 0;
  }
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-plus,
  .amrelated-pack-wrapper .amrelated-content-wrapper .amrelated-equal {
    padding: 10px;
    font-size: 90px;
  }
  .amrelated-pack-item.-narrow .product-reviews-summary {
    margin: 0 auto 5px;
  }
  .amrelated-popup-container .amrelated-bundle-popup {
    width: 820px;
  }
  .amrelated-product-info .amrelated-info.-top,
  .amrelated-product-info .amrelated-info.-bottom {
    padding: 0 35px 0 0;
  }
  .amrelated-product-info .amrelated-image-container .amrelated-image-container {
    padding: 0 25px 0 35px;
  }
  .amrelated-product-info .amrelated-image-container > .product-item-photo {
    text-align: left;
  }
  .amxnotif-block .input-fields {
    margin-bottom: 0;
  }
  .category .subscribe-popup .notification-container {
    margin-top: 20px;
  }
  .category .subscribe-popup {
    width: 30%;
  }
  .ampromo-items-content {
    max-width: 960px;
    width: 100%;
  }
  .filter-options-content .am-filter-price {
    width: 43%;
  }
  .amslider-container.am-swiper-slider {
    width: 85%;
  }
  .ambrands-letters-filter .ambrands-letter {
    margin: 0 7px 7px 0;
  }
  .ambrands-letters-list .ambrands-letter {
    padding-right: 30px;
    width: inherit;
  }
  .ambrands-list-popup {
    position: absolute;
    width: 600px;
    height: 415px;
    border-radius: 3px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(131, 136, 141, 0.13), 0 10px 15px rgba(131, 136, 141, 0.13);
    opacity: 0;
    transition: all .5s ease;
    pointer-events: none;
  }
  .ambrands-menu-item:hover .ambrands-list-popup,
  .ammenu-item:hover .ambrands-list-popup {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
  .ambrands-list-container {
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter {
    display: block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px 14px 0;
    min-width: calc(((34px + 12px) * 4) + (14px * 2));
    width: calc(((34px + 12px) * 4) + (14px * 2));
    height: 100%;
    background: #fbfbfb;
    font-size: 0;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter {
    display: inline-flex;
    margin: 0 6px 12px;
  }
  .ambrands-list-popup .ambrands-letters-filter .ambrands-letter.-letter-all {
    margin-bottom: 30px;
    width: calc(100% - 12px);
  }
  .ambrands-popup-items {
    display: inline-block;
    overflow: auto;
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    height: 100%;
    font-size: 14px;
  }
  .ambrands-popup-items .ambrands-letters-list {
    width: 100%;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-letter {
    margin-bottom: 30px;
    padding-right: 0;
  }
  .ambrands-popup-items .ambrands-letters-list:last-child .ambrands-letter {
    margin-bottom: 0;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item {
    min-width: 100px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item .ambrands-label {
    max-width: 130px;
  }
  .ambrands-popup-items .ambrands-letters-list .ambrands-brand-item.-no-logo {
    max-width: 102px;
  }
  .ambrands-popup-items .ambrands-letter .ambrands-brand-item .ambrands-empty {
    font-weight: 400;
    font-size: 40px;
  }
  .amsearch-emptysearch-cms {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 40px 70px;
  }
  .amsearch-emptysearch-cms > .amsearch-item {
    max-width: 50%;
  }
  .amsearch-emptysearch-cms > .amsearch-content {
    padding-right: 10px;
  }
  .amsearch-emptysearch-cms .amsearch-content > .amsearch-title {
    font-size: 72px;
    margin: 0 0 20px;
  }
  .amsearch-emptysearch-cms .amsearch-text {
    font-size: 28px;
    line-height: 33px;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block {
    font-size: 22px;
    margin-top: 45px;
  }
  .amsearch-emptysearch-cms .amsearch-image-block {
    margin-top: 0;
  }
  .amsearch-emptysearch-cms .amsearch-contacts-block > .amsearch-title {
    margin-bottom: 10px;
  }
  .amsearch-result-block:not(.-preload) .amsearch-products-section {
    width: calc(100% - 283px);
  }
  .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(25%);
  }
  .page-header.amsearch-full-width .amsearch-products-section.-grid:not(.-slider) .amsearch-item {
    max-width: calc(20%);
  }
  .checkout-index-index .opc-wrapper.am-opc-wrapper .shipping-address-item {
    width: 50%;
  }
  #checkout.am-checkout.-modern.-layout-1column .authentication-wrapper {
    min-width: 300px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper {
    -webkit-box-flex: inherit;
    -ms-flex: inherit;
    flex: inherit;
    width: calc(50% - 7px);
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    width: 50%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.date {
    padding-right: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-delivery-date .field.timepicker {
    padding-left: 10px;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #eee;
    color: #363636;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .amcheckout-title > .amcheckout-icon {
    background: none;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: 15%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: auto;
    width: 40%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: inline-block;
    vertical-align: top;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes {
    box-sizing: border-box;
    padding-right: 10px;
    width: 35%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    width: 65%;
  }
  .amcheckout-main-container.-modern .amcheckout-step-container .checkout-payment-method .payment-option-title {
    border: none;
  }
  .amcheckout-main-container.-modern.-layout-1column .amcheckout-summary-container .details-qty {
    max-width: 20%;
  }
  .amcheckout-main-container.-modern.-layout-2columns {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column {
    margin: 0;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-main {
    float: left;
    width: calc(100% - (350px + 60px));
    padding-right: 60px;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar {
    float: right;
    width: 350px;
    transition: all .3s ease;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-column.-sidebar.-sticky {
    overflow: auto;
    max-height: 100vh;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary {
    border: 1px solid #d4d4d4;
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar {
    margin-bottom: 20px;
    text-align: center;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container.-summary > .checkout-payment-method .actions-toolbar .amasty.checkout {
    float: none;
    width: 70%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .amcheckout-title {
    background: #f9f9f9;
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .product-item-name,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .product-item-name {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .subtotal,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .subtotal {
    width: auto;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-summary-container .table-totals,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-summary-container .table-totals {
    margin-left: 0;
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options {
    background: #fff;
  }
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-2columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-checkboxes,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-additional-options .amcheckout-comment {
    display: block;
    width: 100%;
  }
  .amcheckout-sticky-stopper {
    display: block;
    visibility: hidden;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 0;
  }
  .amcheckout-main-container.-modern.-layout-3columns {
    display: flex;
    justify-content: space-between;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-column {
    width: 32%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-title {
    cursor: default;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: auto;
    width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-form-login .amcheckout-password,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .form-login .amcheckout-password {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item,
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-item:not(:last-of-type),
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods {
    min-width: inherit;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .billing-address-details {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-payment-methods .payment-method:not(:last-of-type) {
    margin-bottom: 10px;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .control {
    position: relative;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date .input-text._has-datepicker {
    width: 100%;
  }
  .amcheckout-main-container.-modern.-layout-3columns .amcheckout-step-container .amcheckout-delivery-date .field.date ._has-datepicker ~ .ui-datepicker-trigger {
    position: absolute;
    top: 7px;
    right: 7px;
    margin: 0;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap {
    margin-left: -400px;
    width: 800px;
    left: 50%;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-header .action-close {
    right: -1rem;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-content {
    padding: 2.5rem 0rem 1rem 2rem;
  }
  .checkout-index-index .modal-popup .modal-inner-wrap .modal-content .checkout-agreements-item-content {
    padding-right: 1.429rem;
  }
  .opc-wrapper .shipping-address-item {
    width: 33.33333333%;
  }
  .opc-wrapper .shipping-address-item:before {
    background: #e7e7e7;
    height: calc(100% - 20px);
    content: '';
    left: 0;
    position: absolute;
    top: 0;
    width: 1px;
  }
  .opc-wrapper .shipping-address-item:nth-child(3n+1):before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item:before {
    display: none;
  }
  .opc-wrapper .shipping-address-item.selected-item + .shipping-address-item:before {
    display: none;
  }
  .table-checkout-shipping-method {
    min-width: 500px;
  }
  .wishlist-index-index .products-grid .product-items {
    margin: 0;
  }
  .wishlist-index-index .products-grid .product-item {
    margin-bottom: 1em;
    margin-left: calc((100% - 4 * 24%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .wishlist-index-index .products-grid .product-item:nth-child(4n+1) {
    margin-left: 0;
  }
  .block.widget .products-grid .product-item {
    width: 20%;
  }
  .page-layout-1column .block.widget .products-grid .product-item {
    margin-left: 2%;
    width: calc((100% - 8%) / 5);
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 2%;
  }
  .page-layout-1column .block.widget .products-grid .product-item:nth-child(5n + 1) {
    margin-left: 0;
  }
  .page-layout-3columns .block.widget .products-grid .product-item {
    width: 25%;
  }
  .block.widget .products-grid .product-items {
    margin: 0;
  }
  .block.widget .products-grid .product-item {
    margin-left: calc((100% - 4 * 24.439%) / 3);
    padding: 0;
    width: 24.439%;
  }
  .block.widget .products-grid .product-item:nth-child(4n + 1) {
    margin-left: 0;
  }
}
@media all and (min-width: 1200px), print {
  .amslider .wrapper {
    justify-content: center;
  }
  .amrelated-pack-list.-wide .amrelated-pack-item.-main {
    display: flex;
  }
  .amrelated-pack-list.-wide .amrelated-pack-items {
    position: relative;
    flex-wrap: nowrap;
    max-width: 66%;
    width: unset;
  }
  .amrelated-pack-list.-wide .amrelated-plus,
  .amrelated-pack-list.-wide .amrelated-equal {
    line-height: unset;
  }
  .amrelated-pack-item.-wide {
    padding: 30px;
    width: 270px;
  }
  .amrelated-pack-item.-wide.-main {
    padding-left: 0;
    width: 270px;
  }
  .amrelated-pack-item.-wide .amrelated-info {
    display: flex;
    text-align: left;
  }
  .amrelated-pack-item.-wide .amrelated-details {
    margin-left: 20px;
  }
  .amrelated-pack-item.-wide .amrelated-photo-container {
    margin: 0;
  }
}
.product-full-width-section > #customer-reviews.review-list {
  display: none;
}
.product-full-width-section .amreview-info-wrapper {
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  align-items: flex-start;
  max-width: 480px;
}
.product-full-width-section .amreview-info-wrapper .amreview-summary-details {
  display: none;
}
.product-full-width-section .amrev-toolbar-container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 10px 20px;
  background: #fafafa;
  color: #363636;
  font-size: 12px;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center;
  border-radius: 10px;
}
.product-full-width-section .amrev-toolbar-container.-all .amrev-sorting {
  border-left: 1px solid #d6d6d6;
  display: inline-flex;
  align-content: center;
  align-items: center;
  flex-direction: row;
  margin-left: 20px;
  padding-left: 20px;
}
.product-full-width-section .amreview-info-wrapper .amreview-add-new {
  margin: 0;
  background: none;
  padding: 0 0 30px;
}
.product-full-width-section .amreview-info-wrapper .amreview-add-new .amreview-button.action {
  margin-right: 0;
  padding: 0 3rem;
  border-radius: 5px;
  background: #00923F;
  border: none;
  text-transform: initial;
  font-size: 12px;
  font-weight: 600;
}
.product-full-width-section .amreview-summary-info .amreview-summary {
  float: left;
  margin-right: 20px;
  color: #FFBD24;
  font-size: 65px;
  line-height: 1;
}
.product-full-width-section .amreview-percent-block .amreview-value {
  color: #01923f;
}
.product-full-width-section .amreview-percent-block .amreview-desc {
  line-height: 1.3;
  color: #747474;
}
.product-full-width-section hr.amreview-summary-info-border {
  border-bottom: solid 1px #dbdbdb;
  width: 90%;
  margin: 40px 0;
}
.product-full-width-section .amreview-review-wrapper.review-item {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 15px 0 10px 0;
  flex-direction: column;
}
.product-full-width-section .amreview-description-wrap {
  width: 100%;
}
.product-full-width-section .amreview-author-details {
  width: 100%;
}
.product-full-width-section .amreview-author-details .amreview-recommended {
  position: absolute;
  top: 17px;
  right: 0;
  white-space: pre;
  max-width: 100%;
  color: #00923F;
  border: none;
  background: none;
  font-size: 12px;
  margin-left: 20px;
}
.product-full-width-section .amreview-author-details .amreview-recommended:after {
  display: none;
}
.product-full-width-section .amreview-author-details .amreview-recommended:before {
  background-image: url(/pub/media/icons/recommended-product-review-star.svg);
  background-size: 20px;
  background-position: left top;
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: -20px;
  top: 0;
}
.product-full-width-section .amreview-author-details .amreview-author {
  margin: 0;
  word-break: break-all;
  font-size: 18px;
  line-height: 28px;
  color: #171717;
}
.product-full-width-section .amreview-author-details .amreview-date {
  position: relative;
  margin: 0 0 15px 0;
  color: #171717;
  font-size: 12px;
}
.product-full-width-section .amreview-title-review {
  margin-right: 0;
  font-size: 18px;
  line-height: 22px;
  color: #222529;
  font-weight: 600;
  margin-bottom: 10px;
}
.product-full-width-section .amreview-description-wrap > .amreview-rating-label {
  display: none;
}
.product-full-width-section .amrev-desc-title .amrev-voteqty {
  display: none;
}
.product-full-width-section .amshowmore-container .amshowmore-text.-active {
  line-height: 17px;
  font-size: 14px;
  color: #222529;
  margin: 25px 0  5px;
}
.product-full-width-section .amshowmore-container .amshowmore-text:after {
  display: none;
}
.product-full-width-section .amrev-comment-toolbar .amrev-repbtn {
  padding: 3px 14px;
  background: #9E9E9E !important;
  border: none;
  height: 20px;
  color: white;
  font-size: 12px;
}
.product-full-width-section .amrev-comment-toolbar .amrev-repbtn:before {
  display: none;
}
.product-full-width-section .amrev-comment-toolbar .amrev-combtn {
  color: #01923f;
  font-size: 12px;
}
.product-full-width-section .amreview-submit-form {
  background: #ffffff;
}
.product-full-width-section fieldset.fieldset.review-fieldset .field .label {
  width: 100%;
  font-weight: 300;
  font-size: 14px;
  color: #9b9b9b;
}
.product-full-width-section .amreview-submit-form .review-fieldset .review-legend.legend > span {
  font-size: 16px;
  font-weight: 600;
  color: black;
  text-transform: initial;
}
.product-full-width-section .review-field-rating {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.product-full-width-section .amreview-submit-form .review-control-vote.control {
  margin: 10px 0 0;
}
.product-full-width-section .amreview-submit-form .field .input-text {
  background: #F0F0F0;
  border: none;
  line-height: 15px;
  padding: 0 20px;
  height: 50px;
  border-radius: 5px;
}
.product-full-width-section .amreview-submit-form .field textarea {
  background: #F0F0F0;
  border: none;
  line-height: 15px;
  padding: 20px;
  height: 100px;
  border-radius: 5px;
}
.product-full-width-section .amreview-recommend-wrap > .amreview-checkboxlabel,
.product-full-width-section .amreview-gdpr-wrap > .amreview-checkboxlabel {
  position: relative;
  display: inline-block;
  padding-left: 24px;
  color: #292929;
  font-weight: 400;
  cursor: pointer;
}
.product-full-width-section .block.review-add.amreview-submit-form .amreview-recommend-wrap > .amreview-checkboxlabel:before,
.product-full-width-section .block.review-add.amreview-submit-form .amreview-gdpr-wrap > .amreview-checkboxlabel:before {
  display: inline-block;
  box-sizing: border-box;
  border: 1px solid #0f76d2;
  border-radius: 2px;
  background: #0f76d2;
  content: '';
  height: 15px;
  left: 0;
  position: absolute;
  right: auto;
  top: 4px;
  width: 15px;
}
.product-full-width-section .block.review-add.amreview-submit-form .amreview-recommend-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after,
.product-full-width-section .block.review-add.amreview-submit-form .amreview-gdpr-wrap > .amreview-checkbox:checked ~ .amreview-checkboxlabel:after {
  filter: brightness(0) invert(1);
  left: 2px;
  right: auto;
  top: 7px;
}
.product-full-width-section .block.review-add.amreview-submit-form .amreview-recommend-wrap > .amreview-checkbox {
  cursor: pointer;
}
.product-full-width-section .amreview-submit-form .review-form .action.submit.primary {
  border: none;
  background: #01923f;
  border-radius: 5px;
  font-size: 14px;
  text-transform: none;
  padding: 0 30px;
  font-weight: 600;
  line-height: 50px;
  height: 50px;
}
.product-full-width-section .amreview-toolbar-wrap .pages strong.page,
.product-full-width-section .amreview-toolbar-wrap .pages a {
  background: #F4F4F4;
  border: none;
  font-size: 14px;
  font-weight: 300;
  padding: 0;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 5px;
}
.product-full-width-section .amreview-toolbar-wrap .pages strong.page {
  color: black;
}
.product-full-width-section .amreview-toolbar-wrap .pages a {
  color: darkgrey;
}
.product-full-width-section .amreview-toolbar-wrap .pages a:hover {
  background: #e3e3e3;
  border: none;
  color: #181818 !important;
}
.product-full-width-section .amrev-comment-form .amrev-btn {
  background: #01923f;
  border: none;
  border-radius: 5px;
  padding: 0 30px;
}
.product-full-width-section .amrev-comment-form .amrev-btn:hover {
  background: #1a974f;
}
.product-full-width-section .amrev-comment-form .amrev-input:hover,
.product-full-width-section .amrev-comment-form .amrev-input:focus,
.product-full-width-section .amrev-comment-form .amrev-input:active {
  border: 1px solid #aeeec9;
  border-radius: 10px;
}
.product-full-width-section .amrev-comment-form .amrev-input:hover,
.product-full-width-section .amrev-comment-form .amrev-input:focus,
.product-full-width-section .amrev-comment-form .amrev-input:active {
  border: 1px solid #01923f;
  border-radius: 10px;
}
.product-full-width-section .amrev-comment-block {
  border-radius: 10px;
}
@media (max-width: 767px) {
  .amreview-percent-block {
    display: inline-flex !important;
    margin-top: 20px !important;
  }
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-items,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .amcheckout-content > .amcheckout-wrapper {
  flex-direction: column;
}
._amcheckout-selectable-item,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details,
.amcheckout-step-container .shipping-address-items .shipping-address-item,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method {
  border: none;
  background: white;
}
._amcheckout-selectable-item:hover,
.amcheckout-step-container .amcheckout-shipping-address .billing-address-details:hover,
.amcheckout-step-container .amcheckout-shipping-address .shipping-address-details:hover,
.amcheckout-step-container .shipping-address-items .shipping-address-item:hover,
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method:hover,
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:hover {
  box-shadow: none;
}
.amcheckout-step-container .amcheckout-shipping-methods .amcheckout-method {
  width: 100%;
}
.amcheckout-step-container input[type='radio'] + label:before {
  border-radius: 2px;
}
.table-checkout-shipping-method tr.amcheckout-method .col.col-carrier {
  padding-left: 0;
}
.table-checkout-shipping-method tbody .col-price {
  font-weight: 400;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method-title .label {
  padding: 0;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:first-of-type {
  margin-top: 12px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method:not(:last-of-type) {
  margin-bottom: 25px;
}
.amcheckout-step-container .checkout-payment-method .amcheckout-payment-methods .payment-method._active .payment-method-content {
  display: none;
}
div#checkout-step-shipping .shipping-address-items .shipping-address-item {
  background: whitesmoke !important;
  border-radius: 10px !important;
}
div#checkout-step-shipping .shipping-address-items .shipping-address-item button.action.action-select-shipping-item {
  background: #01923f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
div#checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item {
  outline: solid 2px #95cbac;
}
div#checkout-step-shipping .shipping-address-items .shipping-address-item.selected-item button.action.action-select-shipping-item {
  background: #b1b1b1;
}
div#checkout-step-shipping button.action.action-show-popup.amcheckout-button.-new-address {
  background: #01923f;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.amcheckout-step-container.-summary .amcheckout-checkboxes-container.amcheckout-checkboxes label,
.amcheckout-step-container.-summary .amcheckout-checkboxes-container.amcheckout-checkboxes span {
  font-size: 13px;
  color: black !important;
  line-height: 1.6;
}
.amcheckout-step-container.-summary .field.amcheckout-comment {
  margin: 40px 0;
}
.amcheckout-step-container.-summary .field.amcheckout-comment label.label {
  margin-bottom: 5px;
  display: block;
  font-weight: 600;
  color: #232529;
}
.amcheckout-step-container.-summary .field.amcheckout-comment .control textarea {
  background: whitesmoke;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  height: 70px;
  border-color: #e1e1e1;
}
.amcheckout-step-container.-summary .field.amcheckout-comment .control textarea:hover {
  box-shadow: none;
  outline: none;
  border-color: #c0c0c0;
}
.amcheckout-step-container.-summary .field.amcheckout-comment .control textarea:focus {
  box-shadow: none;
  outline: none;
  border-color: #ff7700;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible {
  padding: 0;
  margin-bottom: 30px;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content {
  display: block !important;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form {
  display: inline-flex;
  width: 100%;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .payment-option-inner {
  margin: 0;
  width: 60%;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .payment-option-inner input#discount-code {
  border-radius: 10px 0 0 10px;
  -webkit-border-radius: 10px 0 0 10px;
  font-size: 12px;
  height: 43px;
  width: 100%;
  text-align: center;
  font-weight: 600;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .payment-option-inner input#discount-code::placeholder {
  color: #86878b;
  font-weight: 400;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .actions-toolbar {
  margin: 0;
  width: 40%;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .actions-toolbar .primary {
  width: 100%;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .actions-toolbar .primary button.action {
  margin-right: 0;
  font-size: 12px;
  border-radius: 0 10px 10px 0;
  -webkit-border-radius: 0 10px 10px 0;
  padding: 0 20px;
  width: 100%;
  height: 43px;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .actions-toolbar .primary button.action.action-apply {
  background: #01923f;
}
.amcheckout-step-container.-summary .checkout-payment-method .payment-option._collapsible .payment-option-content form#discount-form .actions-toolbar .primary button.action.action-cancel {
  background: #ff7700;
}
.action.primary:hover,
.amshopby-button:hover,
.am-filter-go:hover {
  background: #097738;
  border: none;
  color: #ffffff;
}
.checkout-billing-address .field.field-select-billing label.label {
  margin-top: 20px;
}
.checkout-billing-address .field.field-select-billing label.label span {
  font-size: 1.286rem;
  font-weight: 600;
  color: #222529 !important;
}
.checkout-billing-address .fieldset.address > .field {
  width: 49.9%;
}
.checkout-billing-address .field[name="billingAddressshared.street.0"] span {
  display: none;
}
@media screen and (max-width: 375px) {
  .checkout-billing-address .fieldset.address > .field {
    width: 100% !important;
  }
}
.amxnotif-block {
  background: #f4f4f4;
  padding: 20px;
}
.amxnotif-block > form > label {
  font-size: 14px !important;
  margin-bottom: 10px;
}
.amxnotif-block .sub-label-description {
  font-size: 12px;
}
.amxnotif-block input.amxnotif-guest-email {
  height: 3rem;
  color: black;
}
.amxnotif-block .notification-container .input-fields {
  position: relative;
}
.amxnotif-block .notification-container .input-fields .mage-error {
  z-index: 9;
}
.amxnotif-block .notification-container .input-fields .gdpr-checkbox-validation {
  position: relative;
  margin-top: 15px;
  display: flex;
  align-content: center;
  flex-direction: row;
}
.amxnotif-block .notification-container .input-fields .gdpr-checkbox-validation input[name="gdrp"] {
  margin-top: 0 !important;
  height: 100%;
  margin-right: 7px;
}
.amxnotif-block .notification-container .input-fields .gdpr-checkbox-validation label.label {
  font-size: 12px;
  margin-bottom: 0 !important;
  line-height: 1.2;
}
.amxnotif-block .notification-container .input-fields .gdpr-checkbox-validation label.label a {
  color: black;
  font-weight: 700;
}
.amxnotif-block .notification-container .input-fields .gdpr-checkbox-validation.checkbox-is-required label.label,
.amxnotif-block .notification-container .input-fields .gdpr-checkbox-validation.checkbox-is-required a {
  color: red !important;
}
.account.xnotif-stock-index .customer-stock-alerts-top-info {
  border-bottom: solid 1px #f0f0f0;
  margin-bottom: 20px;
}
.account.xnotif-stock-index .customer-stock-alerts-top-info h4 {
  font-weight: 700;
}
.account.xnotif-stock-index .stock-alert-product-list .stock-alert-customer-product-content-inner {
  display: flex;
  padding: 20px;
  background: #fff;
  border: solid 1px #e3e3e3;
  margin-bottom: 20px;
  border-radius: 10px;
}
.account.xnotif-stock-index .stock-alert-product-list .stock-alert-customer-product-content-inner .st-al-cu-pr-in-content h4 {
  font-size: 14px;
  margin-bottom: 10px;
}
.account.xnotif-stock-index .stock-alert-product-list .stock-alert-customer-product-content-inner .st-al-cu-pr-in-content .remove-item-from-stock-alert {
  background: #f4f4f4;
  padding: 5px 15px;
  border-radius: 10px;
  display: inline-block;
  color: black;
}
.account.xnotif-stock-index .stock-alert-product-list .stock-alert-customer-product-content-inner .st-al-cu-pr-in-content .remove-item-from-stock-alert a {
  color: black;
}
.account.xnotif-stock-index .stock-alert-product-list .stock-alert-customer-product-content-inner .st-al-cu-pr-in-content .remove-item-from-stock-alert a i {
  margin-right: 5px;
  font-size: 16px;
}
.amsearch-form-container.-opened .amsearch-leftside .amsearch-item a {
  font-size: 12px;
}
.amsearch-wrapper-content > .amsearch-item .price-box.price-final_price .price-label {
  display: none;
}
.amsearch-wrapper-content > .amsearch-item .price-box.price-final_price > *:not(.old-price) .price {
  font-size: 16px;
  color: #00923F;
}
.amsearch-wrapper-content .product-item-link {
  font-weight: 600;
}
.amsearch-more-results .amsearch-link {
  border: none;
  background: #f1f1f1;
  display: block;
  margin: 0 20px;
  padding: 5px 15px;
  border-radius: 5px;
}
.amsearch-more-results .amsearch-link:hover {
  border: 1px solid #00923f !important;
  color: #00923f !important;
}
.guestwish-index-index .products-grid.wishlist {
  margin: 0;
}
.guestwish-index-index .products-grid.wishlist .product-item {
  padding: 1rem;
  position: relative;
}
.guestwish-index-index .page-main > .page-title-wrapper .page-title {
  font-size: 28px;
  margin: 10px 0 35px;
  color: #232529;
  border-bottom: solid 1px #e7e7e7;
  text-align: center;
  padding-bottom: 10px;
}
.guestwish-index-index .product-items .product-item .product-item-info .product-item-name {
  margin: unset;
  margin-top: 0;
  padding: 15px 3rem;
  display: block;
}
.guestwish-index-index .product-items .product-item .product-item-info .product-item-name .product-item-link {
  color: #222529;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  text-align: center;
  height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: initial;
}
.guestwish-index-index .product-items .product-item .product-item-info .box-tocart {
  text-align: center;
}
.guestwish-index-index .product-items .product-item .product-item-info .box-tocart .product-item-actions {
  margin: 0 auto !important;
  display: block;
}
.guestwish-index-index .product-items .product-item .product-item-info .product-item-actions {
  text-align: center;
}
.guestwish-index-index .product-items .product-item .product-item-info .product-item-photo {
  float: unset !important;
  padding: 0;
  width: 100%;
  margin: 0;
  text-align: center;
}
@media (min-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    width: 33.33333333%;
    float: right;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    padding: 0 0 0 7%;
  }
  .checkout-cart-index .cart-container .form-cart {
    width: 66.666667%;
    float: left;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding-right: 5%;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .block.widget.amrelated-grid-wrapper.block-products-list button.slick-custom-nav {
    position: absolute;
    top: -30px;
  }
  .block.widget.amrelated-grid-wrapper.block-products-list button.slick-custom-nav.next-cc-nav {
    right: 10px;
  }
  .block.widget.amrelated-grid-wrapper.block-products-list button.slick-custom-nav.prev-cc-nav {
    left: unset;
    right: 55px;
  }
}
@media (max-width: 991px) {
  .checkout-cart-index .cart-container .cart-summary {
    padding-left: 15px;
  }
}
@media (max-width: 768px) {
  .checkout-cart-index .cart-container .cart-summary {
    margin-bottom: 60px;
    padding-right: 0;
    padding-left: 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper {
    border-top: 0;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper thead {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.qty,
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.price,
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.subtotal {
    display: inline-block;
    width: 32%;
    vertical-align: top;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item .product-item-details {
    text-align: left;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item {
    white-space: normal;
  }
  .checkout-cart-index .cart-container .form-cart .table-wrapper tbody .item-info .col.item::before {
    display: none;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media (max-width: 480px) {
  .checkout-cart-index .cart-container .cart-summary .summary.title,
  .checkout-cart-index .cart-container .form-cart .title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .checkout-cart-index .cart-container .cart-summary .cart-totals .totals tbody .grand.totals th,
  .checkout-cart-index .cart-container .form-cart .products-no {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .checkout-cart-index .cart-container .cart-summary .cart-totals .totals tbody .grand.totals td {
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .checkout-cart-index .cart-container .cart-summary {
    padding-left: 0;
    padding-right: 0;
  }
  .checkout-cart-index .cart-container .cart-summary .checkout-methods-items {
    margin-top: 20px;
    padding-bottom: 30px;
  }
  .checkout-cart-index .cart-container {
    padding-bottom: 36px;
  }
  /* */
  .checkout-cart-index .amrelated-grid-wrapper .block-title {
    text-align: left;
  }
  .checkout-cart-index .amrelated-grid-wrapper .block-title strong {
    font-size: 1.429rem;
  }
  .checkout-cart-index .cart.table-wrapper .actions-toolbar > .action-delete {
    top: 14px;
  }
}
@media (max-width: 420px) {
  .checkout-cart-index .cart-container .form-cart .actions .action.continue {
    width: 100%;
  }
  .checkout-cart-index .cart-container .form-cart .actions.main {
    justify-content: center;
    flex-direction: column;
  }
  /* */
}
@media (max-width: 640px) {
  .checkout-cart-index .page-main .cart-empty {
    margin: 3rem auto;
    padding: 160px 0 0;
  }
}
@media (max-width: 991px) {
  .checkout-onepage-success .checkout-success .success-messages .success-logo {
    padding: 0 30px;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-order-details {
    padding-left: 30px;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-order-no {
    margin-bottom: 25px;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-info {
    max-width: 75%;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .checkout-onepage-success .checkout-success .success-messages .success-info {
    max-width: 100%;
    padding-right: 20px;
  }
  .block.block-order-details-view .block-content {
    display: flex;
    flex-wrap: wrap;
  }
  .checkout-onepage-success .account .column.main .block:not(.widget) .block-content .box {
    width: 50%;
    flex-grow: 1;
  }
  .checkout-onepage-success .checkout-success .account .block-order-details-view .box {
    padding-left: 0;
  }
  .checkout-onepage-success .checkout-success .account .block-order-details-view .box-order-shipping-method .box-content::after {
    display: none;
  }
  .checkout-onepage-success .checkout-success .account .block-order-details-view .box-order-shipping-method,
  .checkout-onepage-success .checkout-success .account .block-order-details-view .box-order-billing-method {
    padding-right: 0;
    padding-left: 40px;
  }
  .order-details-items .col.subtotal,
  .order-details-items tfoot .amount,
  .order-details-items tfoot .mark {
    text-align: right;
  }
}
@media (max-width: 640px) {
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .mark {
    width: 50%;
  }
  .table-wrapper .table:not(.totals):not(.table-comparison) tfoot .amount {
    width: 50%;
    text-align: right;
  }
}
@media (max-width: 480px) {
  .checkout-onepage-success .checkout-success .success-messages .success-info h3 {
    font-size: 24px;
    line-height: 30px;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-order-no p span:not(.order-no),
  .checkout-onepage-success .checkout-success .success-messages .success-order-no a.order-number,
  .checkout-onepage-success .checkout-success .success-messages .success-order-date-details {
    font-size: 16px;
    line-height: 18px;
  }
  .checkout-onepage-success .checkout-success .success-messages {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-content,
  .checkout-onepage-success .checkout-success .success-messages .success-order-details {
    flex-basis: 100%;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-order-details {
    padding-left: 0;
    padding-top: 24px;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-order-details::after {
    display: none;
  }
}
@media (max-width: 420px) {
  .checkout-onepage-success .checkout-success .account .block-order-details-view .box-order-shipping-method,
  .checkout-onepage-success .checkout-success .account .block-order-details-view .box-order-billing-method {
    padding-left: 0;
  }
  .checkout-onepage-success .checkout-success .account .block-order-details-view .box .box-content::after {
    display: none;
  }
  .checkout-onepage-success .account .column.main .block:not(.widget) .block-content .box {
    width: 100%;
    padding-bottom: 30px;
  }
  .checkout-onepage-success .checkout-success .block-order-details-view .box .box-content {
    min-height: unset;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-logo {
    padding: 0 10px;
    margin-bottom: 30px;
  }
  .checkout-onepage-success .checkout-success .success-messages .success-content {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .checkout-cart-index .page-main {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  .checkout-index-index .opc-block-summary .items-in-cart > .title:after {
    right: 0.429rem;
  }
  .checkout-index-index .page-wrapper .checkout-container.am-checkout.-layout-2columns .amcheckout-column.-sidebar {
    max-width: 340px;
    margin: 5rem auto 2rem;
  }
  .checkout-index-index .page-wrapper .checkout-container.am-checkout.-layout-2columns .amcheckout-column.-sidebar .actions-toolbar {
    text-align: center !important;
  }
  .checkout-index-index .page-wrapper .checkout-container.am-checkout.-layout-2columns .amcheckout-column.-sidebar .actions-toolbar .checkout.amasty {
    width: 70%;
  }
}
@media (max-width: 768px) {
  .checkout-index-index .page-wrapper .checkout-container.am-checkout.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container.-summary .checkout-payment-method.submit .checkout.amasty {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 480px) {
  .checkout-index-index .page-wrapper .checkout-shipping-address.amcheckout-shipping-address .amcheckout-title.mmjnugyg {
    font-size: 1.429rem;
  }
  .checkout-index-index .page-wrapper .checkout-shipping-address.amcheckout-shipping-address .btn.amcheckout-button-login-reg {
    float: left;
    margin-bottom: 3rem;
  }
  .checkout-index-index .page-wrapper .checkout-container.am-checkout.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container.-summary .amcheckout-summary-container .amcheckout-title {
    font-size: 1.429rem;
  }
  .amcheckout-step-container .amcheckout-form-login._active .field-tooltip-content,
  .amcheckout-step-container .form-login .amcheckout-email .field-tooltip._active .field-tooltip-content {
    left: auto;
    right: 38px;
    width: 190px;
  }
  .amcheckout-step-container .amcheckout-form-login._active .field-tooltip-content:after,
  .amcheckout-step-container .form-login .amcheckout-email .field-tooltip._active .field-tooltip-content:after,
  .amcheckout-step-container .amcheckout-form-login._active .field-tooltip-content:before,
  .amcheckout-step-container .form-login .amcheckout-email .field-tooltip._active .field-tooltip-content:before {
    left: auto;
    right: -21px;
    transform: rotate(180deg);
  }
  .checkout-index-index .page-wrapper .form.form-shipping-address .fieldset > .field .control._with-tooltip .field-tooltip._active .field-tooltip-content {
    left: auto;
    right: 38px;
    width: 158px;
  }
  .checkout-index-index .page-wrapper .form.form-shipping-address .fieldset > .field .control._with-tooltip .field-tooltip._active .field-tooltip-content:after,
  .checkout-index-index .page-wrapper .form.form-shipping-address .fieldset > .field .control._with-tooltip .field-tooltip._active .field-tooltip-content:before {
    left: auto;
    right: -21px;
    transform: rotate(180deg);
  }
}
@media (max-width: 375px) {
  .checkout-index-index .page-wrapper .form.form-shipping-address .fieldset > .field {
    width: 100% !important;
  }
  .amcheckout-step-container .amcheckout-form-login .amcheckout-email .amcheckout-wrapper,
  .amcheckout-step-container .form-login .amcheckout-email .amcheckout-wrapper {
    flex: 0 0 85%;
  }
  .checkout-index-index .page-wrapper .checkout-container.am-checkout.-layout-2columns .amcheckout-column.-sidebar .amcheckout-step-container.-summary .opc-block-summary .amcheckout-wrapper .items-in-cart .content.minicart-items .minicart-items .product-item .product .product-image-container {
    max-width: 75px;
    max-height: 75px;
  }
}
@media (max-width: 991px) {
  .contact-index-index .row .left-col {
    padding-right: 45px;
  }
  .contact-index-index .row .right-col {
    padding-left: 45px;
  }
}
@media (max-width: 768px) {
  .contact-index-index .row .left-col {
    padding-right: 10px;
    margin-bottom: 60px;
  }
  .contact-index-index .row .left-col::after {
    display: none;
  }
  .contact-index-index .row .right-col {
    padding-left: 10px;
  }
  .contact-index-index .fieldset .title,
  .contact-index-index .contact-info .contacts-title {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .contact-index-index .page-main {
    padding-top: 40px;
  }
}
@media (min-width: 481px) {
  .block-collapsible-nav-title {
    padding-right: 25px !important;
  }
}
@media (min-width:414px) {
  .account.wishlist-index-index .products-grid .product-item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  .block-collapsible-nav-title {
    display: none;
  }
  .account.page-layout-2columns-left .column.main {
    float: right;
  }
  .page-layout-2columns-left .sidebar.sidebar-main {
    float: left;
  }
  .account.page-layout-2columns-left .columns {
    display: block;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info {
    width: auto;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner {
    padding: 0;
    margin: 0;
  }
}
@media (min-width:850px) {
  .account.page-layout-2columns-left .column.main {
    width: 74%;
    float: right;
  }
}
@media (min-width: 992px) {
  .account.page-layout-2columns-left .column.main .products-grid .product-item {
    width: 32%;
  }
}
@media (min-width: 1280px) {
  .account.page-layout-2columns-left .column.main .products-grid .product-item {
    width: 24%;
  }
}
@media (max-width: 991px) {
  .account.page-layout-2columns-left .columns .sidebar.sidebar-main {
    padding-right: 25px;
  }
  .account .columns .sidebar-main .sidebar-content > .block .content .items .item {
    font-size: 13px;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item {
    padding: 0 10px;
  }
}
@media (max-width: 768px) {
  .account.customer-account-index .box .box-content {
    min-height: auto;
  }
  .account.customer-account-index .column.main .block:not(.widget) .block-content .box {
    margin-bottom: 2rem;
  }
  .account.page-layout-2columns-left .page-main .page-title-wrapper .page-title {
    width: 100%;
    text-align: center;
    margin-bottom: 36px;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-inner .fieldset > .field,
  .account.wishlist-index-index .products-grid.wishlist .product-item-actions {
    display: inline-block !important;
    text-align: center;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo .product-image-container {
    max-width: 80px;
  }
  .account.wishlist-index-index .products-grid.wishlist .product-item .box-tocart {
    margin-right: 0;
    float: none;
  }
  .account.wishlist-index-index .products-grid .product-items {
    display: inline-block;
    padding-left: 0;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item {
    padding: 18px 9px;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-name p.price-as-configured {
    text-align: left;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo {
    position: relative;
    overflow: hidden;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-photo img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    height: auto;
    width: 100%;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-name .product-item-link {
    font-size: 14px;
    text-align: left;
  }
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .price-box p.price-as-configured {
    text-align: left;
  }
  .account .block-collapsible-nav.mobile-view-account_menu {
    position: fixed;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background: #ffffff80;
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    padding: 10px 15px 5px;
    border-radius: 10px;
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.2);
    border: solid 1px #e9e9e9;
    max-width: 280px;
    max-height: 90%;
    overflow-x: scroll;
    margin-bottom: 0;
    z-index: 98;
  }
  .account .block-collapsible-nav.mobile-view-account_menu .block-collapsible-nav-title {
    position: relative;
    display: block;
    width: 100%;
    padding-right: 0;
  }
  .account .block-collapsible-nav.mobile-view-account_menu .block-collapsible-nav-title strong {
    font-size: 13px;
    font-weight: 600;
    display: block;
    text-align: center;
    margin-bottom: 0;
    padding: 0;
  }
  .account .block-collapsible-nav.mobile-view-account_menu .block-collapsible-nav-title strong:after {
    content: '\f054';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 11px;
    position: absolute;
    right: -2px;
    top: -2px;
    transform: rotate(270deg) translateX(-50%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  .account .block-collapsible-nav.mobile-view-account_menu .block-collapsible-nav-title.active strong:after {
    transform: rotate(90deg) translateX(50%);
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
  }
  .account .block-collapsible-nav.mobile-view-account_menu .block-collapsible-nav-content {
    max-height: 0;
    overflow: hidden;
  }
  .account .block-collapsible-nav.mobile-view-account_menu .block-collapsible-nav-content.active {
    max-height: 100%;
    overflow: unset;
  }
  .account .block-collapsible-nav.mobile-view-account_menu .block-collapsible-nav-content.active ul {
    margin-top: 20px;
  }
  .account .block-collapsible-nav.mobile-view-account_menu ul.items li.item {
    border: none !important;
    text-align: center;
  }
  .account .block-collapsible-nav.mobile-view-account_menu ul.items li.item > * {
    padding: 4px 20px !important;
    white-space: nowrap;
  }
}
@media (max-width: 639px) {
  .account.wishlist-index-index .products-grid .product-item {
    padding: 18px 9px;
    border-bottom: 0;
  }
  .account.wishlist-index-index .products-grid .product-item:first-child {
    border-top: 0;
  }
}
@media (max-width: 480px) {
  .account .page-title-wrapper h1 span {
    font-size: 22px;
  }
  .account.sales-order-history .order-products-toolbar {
    padding-top: 0;
  }
  .account.sales-order-history .order-products-toolbar .pager .pages {
    flex-direction: column;
  }
  .account.sales-order-history .order-products-toolbar .pager .pages > .label {
    display: none;
  }
  .account.sales-order-history .order-products-toolbar .pager .pages .item {
    margin-bottom: 10px;
  }
  .account .mp-gdpr-delete-customer-account {
    padding-bottom: 20px !important;
  }
}
@media (max-width: 414px) {
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .product-item-name .product-item-link,
  .account.wishlist-index-index .products-grid .product-items .product-item .product-item-info .price-box p.price-as-configured {
    text-align: center;
  }
}
@media (min-width: 768px) {
  .customer-account-login .columns .login-container .col-md-6 {
    flex-basis: auto;
    max-width: 380px;
  }
}
@media (max-width: 767px) {
  .customer-account-login .new-customer-wrapper::before {
    width: 94%;
  }
  .customer-account-login .login-container .block .actions-toolbar > .secondary {
    text-align: right;
  }
  .customer-account-login .login-container .fieldset:after {
    text-align: left;
  }
}
@media (max-width: 480px) {
  .customer-account-login .block-customer-login .block-title {
    margin-bottom: 24px;
  }
  .customer-account-login .login-container {
    padding-top: 10px;
  }
}
@media (min-width: 768px) {
  .customer-account-forgotpassword .columns .column.main .form.forget {
    max-width: 470px;
  }
}
@media (max-width: 480px) {
  .customer-account-forgotpassword .fieldset > .field .action {
    float: left;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .customer-account-forgotpassword .fieldset .control.captcha-image .captcha-img {
    display: block;
  }
  .customer-account-forgotpassword .forgot-password-title {
    margin-bottom: 0;
  }
  .customer-account-forgotpassword .columns .column.main form {
    margin-top: 20px;
  }
  .customer-account-forgotpassword .columns .column.main form .forgot-password-title {
    padding-top: 43px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  .customer-account-create .columns .column.main form.create.account {
    max-width: 820px;
  }
}
@media (max-width: 768px) {
  .customer-account-create .columns .column.main form.create.account .actions-toolbar {
    max-width: 100%;
  }
  .customer-account-create .columns .column.main form.create.account .input-information fieldset.fieldset.create.info {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .customer-account-create .columns .column.main form.create.account .input-information fieldset.fieldset.create.account {
    padding-top: 0;
  }
}
@media (max-width: 480px) {
  .customer-account-create .columns .column.main form.create.account .title {
    padding-top: 43px;
    margin-top: 0;
  }
  .customer-account-create .columns .column.main form.create.account {
    margin-top: 20px;
  }
  .additional-information-content .field.assistance .field-tooltip .field-tooltip-content {
    left: unset;
    right: 0;
    top: 31px;
  }
  .additional-information-content .field.assistance .field-tooltip .field-tooltip-content:after,
  .additional-information-content .field.assistance .field-tooltip .field-tooltip-content:before {
    display: none;
  }
}
@media (min-width: 768px) {
  .amsl-popup-overlay .amsl-popup-block.-social-right {
    min-width: 610px;
  }
  .amsl-popup-block .amsl-register-content .form.create.account {
    padding: 0;
  }
  .amsl-popup-block.-social-right {
    max-width: 610px;
  }
  .amsl-popup-block .amsl-form,
  .amsl-popup-block .amsl-tablist {
    margin-left: 100px;
    margin-right: 100px;
  }
  .amsl-popup-block .amsl-tablist {
    text-align: center;
    margin-top: 70px;
  }
  .amsl-popup-block.-social-right .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block.-social-left .amsl-login-content.-empty .amsl-error,
  .amsl-popup-block .amsl-error {
    max-width: 410px;
    margin: 20px auto;
    font-size: 12px;
    line-height: 17px;
    border-radius: 5px;
    padding: 15px;
    color: #222529;
  }
}
@media (max-width: 767px) {
  .amsl-popup-block .amsl-tabs-wrapper.-forgot .amsl-tablist {
    display: block;
    text-align: center;
  }
  .amsl-popup-block .amsl-register-content .actions-toolbar > .primary {
    margin-bottom: 1.5rem;
  }
  .amsl-popup-block .amsl-register-content .form.create.account {
    padding-top: 10px;
  }
  .amsl-popup-block .amsl-error {
    margin-bottom: 20px;
    font-size: 12px;
    line-height: 17px;
    border-radius: 5px;
    padding: 15px;
    color: #222529;
  }
}
@media (max-width: 639px) {
  .amsl-popup-block .amsl-tabs-wrapper.-forgot .form.password.forget .fieldset .captcha .control .control.captcha-image .captcha-img {
    display: block;
  }
  .amsl-popup-block .amsl-tabs-wrapper.-forgot .form.password.forget .fieldset .captcha .control .control.captcha-image button.action.reload {
    float: left;
    display: block;
    margin-top: 10px;
    width: 100%;
  }
  .amsl-popup-block .amsl-tabs-wrapper .amsl-tablist .amsl-title .amsl-link {
    padding: 9px 10px;
    font-size: 12px !important;
  }
  .amsl-popup-block .amsl-tabs-wrapper.-forgot .amsl-tablist .amsl-title {
    width: 70%;
  }
}
@media (max-width: 480px) {
  #social-login-popup {
    max-width: 300px;
    min-width: 300px;
  }
}
.customer-account-login .login-container > * {
  max-width: 380px !important;
  margin: 0 auto !important;
  float: unset !important;
}
.customer-account-login .block.block-new-customer {
  width: 100%;
}
.customer-account-createpassword .page-main > .page-title-wrapper .page-title {
  font-size: 20px;
  margin: 0 0 15px;
  color: #000;
  text-align: center;
}
.customer-account-createpassword form.form.password.reset {
  max-width: 500px;
  margin: 50px auto 20px;
}
.customer-account-createpassword form.form.password.reset input {
  background: #f0f0f0;
  border-color: #f0f0f0;
}
.customer-account-createpassword form.form.password.reset .label {
  font-weight: 600 !important;
  color: black;
}
.customer-account-createpassword form.form.password.reset .actions-toolbar {
  text-align: center;
}
.customer-account-createpassword form.form.password.reset .actions-toolbar .primary {
  float: unset !important;
  width: 100%;
}
.customer-account-createpassword form.form.password.reset .actions-toolbar .primary .action.submit.primary {
  margin: 0;
  width: 100%;
  height: 50px;
}
.stored-payment-methods-custom-view .-spm-c-view-item {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.16);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  overflow: hidden;
  margin-bottom: 20px;
}
.stored-payment-methods-custom-view .-spm-c-view-item .-spm-c-v-icon {
  text-align: center;
  padding: 30px;
  background: #f0f0f0;
}
.stored-payment-methods-custom-view .-spm-c-view-item .-spm-c-v-icon img {
  max-height: 60px;
}
.stored-payment-methods-custom-view .-spm-c-view-item .-spm-c-v-i-content {
  padding: 20px;
  text-align: center;
}
.stored-payment-methods-custom-view .-spm-c-view-item .-spm-c-v-i-content h3 {
  font-size: 16px;
  font-weight: 400;
}
.stored-payment-methods-custom-view .-spm-c-view-item .-spm-c-v-i-content p {
  color: #888888;
  margin-bottom: 0;
}
.stored-payment-methods-custom-view .-spm-c-view-item .-spm-c-v-i-status {
  padding: 10px 20px;
  border-top: solid 1px #f0f0f0;
}
.stored-payment-methods-custom-view .-spm-c-view-item .-spm-c-v-i-status span {
  background: #f0f0f0;
  padding: 5px 15px;
  border-radius: 20px;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions {
  margin-top: 0;
  height: 56px;
}
.wishlist-index-index .products-grid.wishlist .product-item .box-tocart .fieldset .product-item-actions .actions-primary {
  padding: 0;
}
.wishlist-index-index .products-grid.wishlist .product-item .product-item-inner .product-item-actions a {
  background: #efefef;
  padding: 2px 10px;
  border-radius: 5px;
}
@media screen and (min-width: 992px) {
  .sw-megamenu.navigation li.level0.fullwidth .submenu li.level1 > a,
  .sw-megamenu.navigation li.level0.staticwidth .submenu li.level1 > a {
    padding-bottom: 0;
  }
}
